/* onArcade 2 CSS: Dark */
body {
	background-color:#927943;
	background-image:url(images/topbg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
fieldset {
	margin-top: 7px;
	-moz-border-radius: 8px;
}
a:link, a:visited  {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#main_body {
	width: 940px;
	padding: 0px;
	border-left: 0px solid #52AE43;
	border-right: 0px solid #52AE43;
	border-bottom: 0px solid #52AE43;
	/*background-color: #5778AE;*/
}
#header {
	padding: 0px;
	text-align: left;
	background: #950002 url(images/header.png);
	height: 96px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#site_logo {
	position: relative;
	left: 20px;
	top: 30px;
	border: 0px;
}
#main_menu {
	margin: 0px;
	position: relative;
	right: 10px;
	top: -15px;
}
#main_menu li {
	list-style-type: none;
	display: block;
	float: right;
	margin-right: 5px;
}
#main_menu a:link, #main_menu a:visited {
	color: #7E1C73;
	text-decoration: none;
	font-weight:bold;
}
#main_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

#categories_bar {
	background-image: url(images/topmenu.gif);
	height: 24px;
	border: 1px #37672C;
}
	.categories_bar1 {
	width: 940px;
	height: 15px;
	/*background-color: #5274AA;*/
	font-weight: bold;
	/*padding-top: 5px;*/
	color: #FFF1A3;
}
#categories_menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 15px;
	top: 4px;
	color: #333333;
	font-size: 12px;
}
#categories_menu li {
	list-style-type: none;
	display: block;
	color:#333333;
	font-weight:bold;
	float: left;
	margin-right: 5px;
}
#categories_menu a:link, #categories_menu a:visited {
	color: #000000;
	text-decoration: none;
}
#categories_menu a:hover {
	color: #333333;
	text-decoration: underline;
}
#main_content {
	background-color: #50593E;
	border-left: 1px solid #50593E;
	border-right: 1px solid #50593E;
	border-bottom: 1px solid #50593E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main_content_left {
	float: right;
	width: 21.5%;
}
#main_content_right {
	float: left;
	width: 77.9%;
}

.top {
	color:#E5DEC0;
	background-color:#D0CB97;
	height:15px;
	padding:0;
	text-align:center;
	width:940px;
}

.top_left h1 {
	color:#FFFFFF;
	float:none;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-left:8px;
	text-align:left;
	left:8px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.content_box {
	background-color: #333333;
	border: 0px solid #023E02;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	padding: 3px;
}

.content_box_category {
	background-color: #D5D1C6;
	border: 0px solid #023E02;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	padding: 3px;
}
.content_box_header {
	background-color: #0d0d0d;
	background-image: url(images/left1.gif);
    /*border: 1px solid #006600;*/
    color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
}

.content_box_header_long {
	background-color:#0D0D0D;
	background-image:url(images/right1.gif);
	/*border:1px solid #006600;*/
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 2px 4px;
	text-align:left;
}

.content_box_header_long  h2 {
	font-size:13x;
	color:Black;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding-left:7px;
}

.content_box_header_cg {
	background-color:#0D0D0D;
	background-image:url(images/right2.gif);
	border:0px solid #006600;
	color:#111111;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 2px 4px;
	text-align:left;
}

.content_box_header a:link, .content_box_header a:visited {
	color: #FF9900;
	text-decoration: none;
}
.content_box_header a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.content_text_left {
	float: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_text_right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
.news_line {
	border-top: 1px solid #000000;
	margin-top: 5px;
}

.draft_category{
	background-color:#222222;
	background-image:url(images/game5.gif);
	border:0px solid #006600;
	margin:3px 10px 5px;
	padding:5px;
	
	}
.content_box_popular{
	background-color:#D5D1C6;
	border:0px solid #023E02;
	margin-bottom:5px;
	margin-top:0px;
	padding:3px;
	text-align:left;
}
.most_popular{
	background-color:#333333;
	background-image:url(images/top1.gif);
	border:1px solid #333333;
	float:left;
	height:107px;
	margin:3px;
	vertical-align:text-bottom;
	padding-top:1px;
	text-align:center;
	width:108px;
	padding-bottom:1px
	
	}
.redirection_box {
	border: 1px solid #000000;
	background: #333333;
	margin-top: 50px;
	padding: 5px;
	width: 400px;
	text-align: center;
}
.ad_box {
	border: 1px solid #000000;
	background: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
#champion_box {
	background: #333333 url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
	padding: 3px;
	text-align: center;
	
}
.file_link:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.file_link:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.file_link:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.comment_box {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #96CE37;
}
.popup_box {
	border: 1px solid #000000;
	background: #333333;
	margin: 5px;
	padding: 3px;
}
.frame_text {
    width: 49%;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.frame_text a:link, .frame_text a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.frame_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.browse_file_box {
	background-color:#222222;
	background-image:url(images/game5.gif);
	border:1px solid #006600;
	margin:3px 10px 5px;
	padding:5px;
}
.played {
	font-family: Arial;
	font-size: 9px;
}
.error_box {
	border: 1px solid #FF3300;
	background: #333333;
	margin-bottom: 5px;
	color: #FF3300;
	text-align: left;
    padding: 3px;
}
.register_right {
	margin-bottom: 1px;
	font-weight: bold;
	float: right;
	width: 70%;
}
.register_left {
	margin-bottom: 1px;
	font-weight: bold;
	float: left;
	width: 30%;
}
.quote {
	border: 1px dotted #FF9900;
	margin: 2px;
	margin-bottom: 6px;
	padding: 3px;
	text-align: left;
}
.compose_pm_right {
	float: right;
	width: 80%;
}
.compose_pm_left {
	float: left;
	width: 17%;
	font-weight: bold;
}
/* Sponsor link looks like this */
#sponsor {
	border: 1px dotted #FF3300;
	background: #FFCC33;
	margin-bottom: 5px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}
.pagination {
	margin: 1px;
	text-align: center;
}
.pagination a {
	padding: 1px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
}
.pagination a:hover {
	border: 1px solid #99CC66;
	color: #FFFFFF;
}
.pagination b {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.footer1 {
	background-image:url(images/7.gif);
	border:0px solid #D78F20;
	height:28px;
	padding-bottom:3px;
	padding-left:0px;
	padding-top:2px;
	margin-top:3px;

}
.footer_text {
	color:#CCCCCC;
	font-family:Arial;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
}
/* add this*/
.addthis_toolbox .custom_images a
{
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
/* onArcade 2 CSS */