@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.warez-bb.org) {
 
textbox:focus, textarea:focus, input:focus
{
/*  -moz-box-shadow: #359EE5 1px 1px 1px;*/
  -moz-box-shadow: #359EE5 1px 1px 1px, #359EE5 1px 1px 1px, #359EE5 1px 1px 11px, #359EE5 1px 1px 11px;  
}

select:focus, input:not([type="checkbox"]):not([type="radio"]):focus
{
  -moz-appearance: none !important;
}

/* Links used in the site, user rank colors on main page looks fine with it, thanks DI :) */
a:link:not([style]):not(:hover),a:active,a:visited:not([style]):not(:hover),a.postlink, b > a:link:not([style]):not(:hover), b > a:active:not(:hover), b > a:visited:not(:hover), b > a.postlink:not(:hover){color:#000 !important;text-decoration:none; border: 0 !important;}
a:hover, b > a:hover {color:#000 !important;}

/* The largest text used in the index page title and topic title etc. */
.maintitle,h1{font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#1082DC !important}

/* The largest text used in the index page title and topic title etc. PS: Come as guest thingy */
.header_maintitle,h1{font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration:none; color:#1082DC !important}

/* This style will apply to the subtext of the forum below comes as guess.. e.g. Sex is better than... :o */
.header_genmed{color:#1082DC !important}

.explaintitle{color:#1082DC !important}

/* Outermost area of the forum */ 
body:not(.gaybody){background:#50ACE9 !important;font-size:12px; font-family:Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;}

/* Second outermost area of forum. The one used between actual forum area box and outmost area. Well tbh, try changing color to black to see clearly that part of the forum */
.bodyline:not(.gaybodyline){background:#fff url(http://i33.tinypic.com/2ymsqbr.jpg) repeat-x !important;background-repeat:repeat;border:1px solid #313131 !important;}

/* The red rounded rectangle where they show you PM notification. Thanks to glenny for reporting and its fixed now. (: */
table.bodyline > tbody > tr > td > table > tbody > tr > td > div > div > p:not(.gtfodarktheme) { color: #000 !important; }

/* Forums, Topics, Post, Last Post text style... took me ages to find this.. :( */
table.forumline > tbody > tr > th {color:#000 !important}

/* Advertisement area rounded rectangle and powered by phpBB rounded rectangle */
table.bodyline > tbody > tr > td > table > tbody > tr > td > div:not(.gtfodarktheme) {
	background: #C5C5C5 url(http://i34.tinypic.com/2zohuop.jpg) repeat-x !important;
	border: 1px solid #A7B086 !important; -moz-border-radius: 8px; }
	
/* The footer ads rounded rectangle and Time, Queries stats rectangle */
.footerline{background: #DADADA url(http://i34.tinypic.com/2zohuop.jpg) repeat-x !important;background-repeat:repeat;border:1px solid #888 !important;-moz-border-radius: 6px;}

/* This is the gradient background at the top of the page (the logo section)*/
.topbkg/*:not([style*="750k_logo"])*/{background: #9A9DA0 url(http://i37.tinypic.com/34pnbrl.jpg) repeat-x !important} /*images/cellpic_bkg.png*/

/* The top navigation bar which shows Search, Profile, Logout etc. */
.topnav{font-size:10px;background: #E3EBEF url(http://i34.tinypic.com/amvdbm.jpg) repeat-x !important; /*images/cellpic_nav.gif*/
height:21px;white-space:nowrap;border: 0px solid #71b9de !important;border-width: 1px 0px 1px 0px}

/* Guess what, its our logo! You can even change logo position to center by increasing padding */
table.topbkg td a[href*="index.php"] > img:not([src*="750k_logo"]) {
	height: 110px !important;
	width: 0 !important;
	padding-right: 290px !important;
	background: url(http://i37.tinypic.com/25qev5j.jpg) no-repeat right;	
}

/* This is the gradient background at the top of the page. The one where text like Forum, Topics, Posts, Last Post is written.*/
th/*:not([style*="750k_logo"])*/{background: #ACB48A url(http://i33.tinypic.com/et9w6w.jpg) !important} /*cellpic3.png*/

/* The style applied to Category name in the forum. e.g. Listing, Reuests. */
td.cat/*:not([style*="750k_logo"])*/{background: #ACB48A url(http://i33.tinypic.com/et9w6w.jpg) !important} /*cellpic1.png*/

/* The one for the first... umm nvm. Figure out these yourselves. I can't really explain them. :( */
.row1{ background : #E7EEF4 url(http://i35.tinypic.com/jsynpv.jpg) repeat-x !important }
.row2, .helpline{ background : #D2E0E9 url(http://i33.tinypic.com/2vhvqdx.jpg) repeat-x !important ;}
.row3 { background : #BDD3E1 url(http://i36.tinypic.com/2uyhces.jpg) repeat-x !important ;}

/* Space row between 2 posts */
td.spacerow{background:#D2E0E9 !important}

/* Don't touch code below this part unless you want to change actual forum buttons and things. ;) */


.moderation{border:1px solid red;color:black;font-size:11px; font-family: "Courier New",sans-serif; line-height:125%}

span.alive{ color:#85c331; font-weight:bold }

span.dead{ color:#f42d34; text-decoration:line-through }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span { font-size: 1px; line-height: 1px; display: block; height: 5px; 
background-repeat: no-repeat; }

span.corners-top { margin: 0 -5px; visibility: hidden; }

span.corners-bottom { margin: 0 -5px; clear: both; visibility: hidden; }

}