@charset "utf-8";
/* ------------------------- */
/* ----- MAIN CSS ---------- */
/* ------------------------- */
*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #252525 url(http://deletionquality.net/assets/img/gfx/background_final.jpg) repeat-x center bottom fixed;
}

#mainwrap{
	width: 958px;
	margin: 0 auto;
	border: 1px solid #555;
	overflow: auto;
	height: 100%;
}

a{
	text-decoration: none;
	color: #f00;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size: 16px;
	font-weight: normal;
	color: #cc0000;
}

/* ------------------------- */
/* ----- CLASSES ----------- */
/* ------------------------- */
.gray_12px{
	color: #ccc;
}
.white_12px{
	color: #fff;
}
.latestforum_row{
	display: block;
	float: left;
	width: 230px;
	/*height: 40px;*/
	background: #fff url(../img/gfx/white_fill_10x35_02.png) repeat-x;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	/*padding: 10px 0 0 10px;*/
	padding: 10px;
}
.latestforum_row p{
	font-size: 10px;
}
.latestforum_row a{
	color: #c00;
}
.affiliate_id{
	width: 88px;
	height: 31px;
	display: inline;
	float: left;
	padding: 8px;

}
.affiliate_id img{
	display: inline;
	float: left;
	border: 0;
	
}
.affiliate_id a{
	display: inline;
	float: left;
	border: 1px solid #888;
	
}
.affiliate_id a:hover{
	border-color: #c00;
}

/* ------------------------- */
/* ----- TOP --------------- */
/* ------------------------- */
#topwrap{
	background: #333;
}

#header_top{
	height: 100%;
	width: 762px;
	height: 126px;
	float: left;
	display: inline;
}

#header_bottomleft{
	width: 138px;
	height: 44px;
	background-image: url(../img/gfx/header_bottomleft.png);
	float: left;
	display: inline;
}


/* ------------------------- */
/* ----- WELCOME BOX ------- */
/* ------------------------- */
#welcomeboxwrap{
	width: 196px;
	height: 126px;
	background: #444 url(../img/gfx/welcomebox_bg.jpg);
	float: left;
	display: inline;

}

#avatarwrap{
	display: inline;
	width: 84px;
	/*height: 126px;*/
	float: left;
}

#welcomeinfowrap{
	display: inline;
	width: 112px;
	/*height: 126px;*/
	float: left;
	padding-top: 1px;
	font-size: 10px;
}

#welcomeboxtxt {
	display: inline;
	width: 188px;
	float: left;
	padding: 4px;
	color: #CCCCCC;
}

#avatarwrap img{
	border: 1px solid;
	border-color: #111 #888 #888 #666;
	margin: 5px 0 0 10px;
}

#welcomeinfowrap ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#welcomeinfowrap ul li{
	height: 20px;
	width: 112px;
	padding: 0px 0px 0px 0px;
	
}

#welcomeinfowrap ul li img{
	border: 0;
	padding: 0px 10px 0 5px;
	margin-top: 1px;
}

#welcomeinfowrap ul li a{
	color: #fff;
	font-size: 12px;
	width: 112px;
	height: 20px;
	/*padding: 0px 5px 0 0;*/

}

#welcomeinfowrap ul li a:visited{
	color: #fff;
}

#welcomeinfowrap ul li a:hover{
	color: #f00;
	background: url(../img/gfx/welcomebox_hover.png);
	background-color: #333333;
	text-decoration: none;

}

#welcomeinfowrap ul li a:active{
	color: #f00;
}

/* ------------------------- */
/* ----- LOGIN BOX --------- */
/* ------------------------- */
#loginboxwrap{
	width: 196px;
	height: 126px;
	background: #666 url(../img/gfx/welcomebox_bg.jpg);
	float: left;
	display: inline;
}
#loginboxwrap p{
	padding: 5px 0 0 5px;
}
#login_avatarwrap{
	display: inline;
	float: left;
	width: 69px;
}
#login_formwrap{
	height: 91px;
	float: left;
	display: inline;
	width: 117px;
	margin-left: 10px;
}
#login_formwrap input{
	display: block;
	width: 86px;
	margin: 5px 0 0 5px;
	border: 1px solid #444;
	background: #888 url(../img/gfx/input_bg.png);
	height: 12px;
	padding: 4px;
	color: #eee;
	font-size: 11px;
}
#login_formwrap input:focus{
	border: 1px solid #ccc;
}
#login_avatarwrap img{
	border: 1px solid;
	border-color: #111 #888 #888 #666;
	margin: 5px 0 0 10px;
}
#login_formwrap input#form_button{
	background: #ccc url(../img/gfx/input_button.png);
	margin-right: 15px;
	width: 66px;
	height: 25px;
	border: 0;
	float: right;
}

/* ------------------------- */
/* ----- MENU -------------- */
/* ------------------------- */
#menuwrap{
	width: 958px;
	height: 41px;
	background: #676767;
	float: left;
	background: #666 url(../img/gfx/menu_bg_repeat.png);
	background-repeat: repeat-x;
	display: inline;
	clear: right;
}
#menuwrap img{
	border: 0;
}

#menuwrap a{
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 15px;
	float: left;
	display: inline;
}

#menuwrap a:hover{
	background: url(../img/gfx/menu_activebg.png);
	background-repeat: repeat-x;
}
.navigation_divider{
	float: left;
	display: inline;
}

/* ------------------------- */
/* ----- LATEST & TOP AD --- */
/* ------------------------- */
#latest_row{
	width: 958px;
	/*height: 113px;*/
	background: #fff url(../img/gfx/fill_5x97.png) repeat-x;
	float: left;
}
#latest_row_fillbtm{
	height: 16px;
	background: #fff url(../img/gfx/white_fill.png);
	float: left;
	display: inline;
	clear: left;
	margin: 0 5px 0 5px;
	width: 948px;
}
#warning{
	width: 940px;
	background-color: #FF8487;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	padding: 4px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	float: left;
}
/* --- Latest ---*/
#latestwrap{
	background: #444;
	width: 211px;
	height: 90px;
	float: left;
	display: inline;
	margin: 5px 5px 0 5px;
	border: 1px solid #555;
}
#bar_latest{
	display: inline;
	float: left;
	width: 211px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border-bottom: 1px solid #333;
}
#latest_leftcol{
	background: #666;
	height: 74px;
	width: 134px;
	display: inline;
	float: left;
}#latest_leftcol img{
	border: 0;
}
#latest_rightcol{
	width: 67px;
	height: 64px;
	color: #fff;
	background: #444 url(../img/gfx/latest_bg.png);
	display: inline;
	float: left;
	padding: 5px;
}
#latest_rightcol p{
	border-bottom: 1px solid #666;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

/* --- TopAd. 728 x 90 ---*/
#topad_wrap{
	background: #fff;
	display: inline;
	width: 728px;
	height: 90px;
	float: left;
	margin: 5px 0 0 5px;
	border: 1px solid #888;
}

/* ------------------------- */
/* ----- BODY -------------- */
/* ------------------------- */
#bodywrap{
	background: #FFF;
	width: 958px;
	display: inline;
	float: left;
}

/* ------------------------- */
/* ----- LEFT COL ---------- */
/* ------------------------- */
#body_leftcol{
	width: 691px;
	float: left;
	display: inline;
	margin: 0 5px 0 5px;
	*margin: 0px 5px 0 5px; /* IE fix */
}

/* --- News --*/
.body_newswrap{
	display: inline;
	float: left;
	width: 691px;
	background: #fff;
	margin-bottom: 5px;
}
.body_news_topwrap{
	display: inline;
	float: left;
	background: #fff;
	border-bottom: 1px solid #111;
}
.body_news_posttopfill{
	display: inline;
	float: left;
	clear: left;
	width: 687px;
	height: 35px;
	background: #fff;
	padding: 0 1px;
	border: solid #ccc;
	border-width: 0 1px;
	
}
.body_news_topleft{
	display: inline;
	float: left;
	width: 225px;
	height: 87px;
	background: #444 url(../img/gfx/news_topleft.png);
}
.body_news_topmiddle{
	display: inline;
	float: left;
	background: #888 url(../img/gfx/news_topfill.jpg) repeat-x top left;
	width: 443px;
	height: 57px;
	color: #fff;
	padding: 15px 7px 15px 10px;
}
.body_news_topmiddle span{
	float: right;
	margin-right: 15px;
}
.body_news_topmiddle span a{
	font-weight: bold;
}

.body_news_topright{
	display: inline;
	float: left;
	background: #888 url(../img/gfx/news_topright.png);
	width: 6px;
	height: 87px;
}
.body_news_contentwrap{
	display: inline;
	clear: left;
	float: left;
	background: #fff;
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
	width: 689px;
	/*min-height: 200px;*/
}
.body_news_contentwrap h1{
	padding: 0 25px 25px 25px;
}
.body_news_contentwrap p{
	padding: 0 60px 20px 60px;
	
}
.body_news_userinfowrap{
	display: inline;
	float: left;
	margin: 13px;
	width: 200px;
	font-size: 10px;
	color: #fff;
}
.body_news_userinfowrap img{
	display: inline;
	float: left;
	margin-right: 15px;
	border: 1px solid;
	border-color: #222 #888 #999 #555;
}
.body_news_userinfowrap a{
	font-size: 12px;
}

/* ------------------------- */
/* ----- RIGHT COL --------- */
/* ------------------------- */
#body_rightcol{
	width: 252px;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	*margin: 0px 5px 0 0; /* IE fix */
}

/*-- Search --*/
#bar_search{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
}

#search{
	display: block;
	float: left;
	width: 240px;
	height: 40px;
	background: #fff url(../img/gfx/white_fill_10x35_02.png) repeat-x;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	padding: 10px 0 0 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*-- Latest forum posts --*/
#bar_forum{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	overflow: hidden;
}


/*-- Latest News quick posts --*/
#lnp_wrap{
	display: inline;
	float: left;
	width: 252px;
	overflow: hidden;
	margin-bottom: 10px;
}
#bar_lnp{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	overflow: hidden;
}

#body_lnp{
}
.latestnews_row{
	display: block;
	float: left;
	width: 240px;
	/*height: 40px;*/
	background: #fff url(../img/gfx/white_fill_10x35_02.png) repeat-x;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	/*padding: 10px 0 0 10px;*/
	padding: 5px;
}
.latestnews_row p{
	font-size: 10px;
}
.latestnews_row a{
	color: #c00;
}

#fp_feature{
	display: inline;
	float: right;
	width: 430px;
	overflow: hidden;
	margin-bottom: 10px;
}
#fp_feature_bar{
	display: inline;
	float: left;
	width: 430px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	overflow: hidden;
}
#fp_feature_body{
	float: left;
	width: 428px;
	height: 194px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	overflow: hidden;
}
#fp_feature_body a img{
	border: 0px
}
#fp_feature_body img{
	width: 428px;
	height: 194px;
}

/*-- Square Ad --*/
#bar_squaread{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	margin-top: 5px;
}
#square_ad{
	display: inline;
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
}

/*--- USERS ONLINE --*/
#bar_usersonline{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	margin-top: 5px;
}

#usersonline{
	display: block;
	float: left;
	width: 240px;
	height: 40px;
	background: #fff url(../img/gfx/white_fill_10x35_02.png) repeat-x;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	padding: 10px 0 0 10px;
	font-weight: bold;
	text-align: center;
}
#usersonline a{
	font-size: 18px;
	color: #c00;
}
/*--- AFFILIATES --*/
#bar_affiliates{
	display: inline;
	float: left;
	width: 250px;
	height: 15px;
	background: #333 url(../img/gfx/bar_fill.png);
	border: 1px solid;
	border-color: #555 #555 #333 #555;
	margin-top: 5px;
}
#affiliates{
	display: block;
	float: left;
	width: 235px;
	min-height: 100px;
	background: #fff url(../img/gfx/white_fill_10x35_02.png) repeat-x;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000 #ccc #ccc #ccc;
	font-weight: bold;
	padding: 15px 0 25px 15px;
}

/* ------------------------- */
/* ----- FOOTER ------------ */
/* ------------------------- */
#footer_adwrap{
	float: left;
	display: inline;
	width: 728px;
	height: 90px;
	background: #fff;
	margin: 50px 0 5px 10%;
}
#footerwrap{
	display: block;
	float: left;
	width: 958px;
	background: #f00 url(../img/gfx/footer_bg.png);
	border-top: 1px solid #333;
}

#footer_bottom{
	height: 80px;
	background: url(../img/gfx/footer_bottom.png);
}
#footer_bottom_left{
	width: 300px;
	height: 78px;
	float: left;
}
#footer_bottom_right{
	width: 300px;
	height: 70px;
	float: right;
	background: url(../img/gfx/dqlogo_footer.png) no-repeat right;
	margin-right: 20px;
	margin-top: 8px;
}
#footer_bottom_right ul{
	list-style: none;
	float: left;
	border-right: 1px solid #444;
	margin-top: 5px;

}
#footer_bottom_right li{
	text-align: right;
}
#footer_bottom_right li a{
	padding: 0 8px 0 20px;
	font-variant: small-caps;
	font-size: 12px;
	color: #777;
}
#footer_bottom_right li a:hover{
	color: #e00;
}
#footer_bottom p#footer_copy{
	padding: 25px 0 0 25px;
	color: #888;
	float: left;
	font-variant: small-caps;
	border: solid #990000;
	border-width: 0 0 1px 0;
	clear: right;
}
#footer_bottom p#footer_smalltext{
	clear: both;
	border: none;
	padding: 0 0 0 25px;
	color: #555;
	font-variant: small-caps;
	
}
#footer_bottom p#footer_smalltext a{
	clear: both;
	border: none;
	padding: 0 0 0 25px;
	color: #555;
	font-variant: small-caps;
	
}
#footer_bottom img{
	padding: 12px 6px 0 0;
	float: right;
}
#footer_bottom span.red{
	color: #bb0000;
}
#footer_bottom span.light{
	color: #ccc;
}

