/* _RESET CSS :-)) -------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset, input, p, blockquote, address, th, td {
margin: 0; padding:0; }
h2, h3, h4, h5, h6 {
font-size: 100%; font-weight: normal;}
ol, ul {
list-style-type: none; }
table {
border-collapse: collapse; border-spacing: 0; }
caption, th {
text-align: left; }
fieldset, img {
border: 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
font-style: normal; font-weight: normal; }
q:before, q:after {
content: ''; }
a:link, a:visited, a:active {
text-decoration: none; }
h2, h3, h4, h5, p, ul {
margin: 0; padding: 0; }
img {
display: block;}
a, button {
outline: none;}
attr {
border-bottom: none;
}

/*----------- GLOBAL _LAYOUT 2 columns --*/
html { text-align: center; }


.container_1 {
width: 100%;
height: 150%;
background: transparent url(/i/container_1.jpg) repeat-x fixed;
padding-bottom: 150px;
}


.container_2 {
width: 960px;
margin: 0 auto 0 auto;
position: relative;
top: 15px;
text-align: left;
border-top: solid 5px #ccc;
}


.content { 
position: relative;
background: #FFF;
border: solid #d3d1d1 5px;
overflow: hidden;
width: 950px;
}


.main_content {
width: 60%;
min-height: 500px;
overflow: hidden;
}


.sub_content {
float: right;
width: 353px;
padding: 0 10px 50px 0;
overflow: hidden;
}


/*---------- _BODY & HTML */
body {background: #2c2c2c url(/i/body.jpg) 27px 2px fixed;}


/*---------- _BRANDING */


.branding {
position: relative;
height: 335px;
width: 100%;
background: url(/i/branding/rotator.php) no-repeat bottom #fff;
}


.branding h1 {
text-indent: -999999px;
height: 72px;
width: 960px;
background: url(/i/h1.png) no-repeat #fff;
margin: 0;
}


.branding h1 a {
display: block;
height: 72px;
width: 960px;
background: none;
}

.branding h1 a:hover {
background: transparent;
}

.branding q {
width: 602px;
height: 75px;
position: absolute;
top: 295px;
left: 380px;
z-index: 70;
display: block;
background: url(/i/branding_q.png) no-repeat;
text-indent: -99999px;
}

/*---------- _NAVIGATION */
.navigation {
height: 36px;
width: 100%;
position: absolute;
top: 69px;
background: url(/i/navigation.png) bottom repeat-x transparent;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .15em;
z-index: 90;
}


.navigation h2 {
display: none;
}


.navigation a:link {
color: #333;
border: none;
background-color: transparent;
}


.navigation ul {
height: 36px;
}


.navigation ul li {
height: 33px;
float: left;
background: url(/i/navigation_ul_li.png) no-repeat top right;
margin-top: 3px;
position: relative;
}


.navigation ul li a {
color: #222;
display: block;
height: 100%;
padding: 7px 10px 0 10px;
border: none;
background-color: transparent;
}
* html .navigation ul li a { display:inline; position: relative; top: 7px}
* + html .navigation ul li a { display:inline; position: relative; top: 7px}


.navigation ul li ul {
display: none;
float: none;
position: absolute;
top: 36px;
left: 0;
z-index: 90;
width: 100%;
}


/* left:0 above is required for ie but stuffs up mozilla etc, so fix this up in only mozillas: */
li > ul {
top: auto;
left: auto;
}


.navigation ul li ul li {
float: none;
background: url(/i/alpha80.png);
margin: 0;
width: 200px;
height: 1%;
border-bottom: solid 1px #333;
border-left: solid 1px #333;
border-right: solid 1px #333;
height: auto;
padding-left: 12px;
}


.navigation ul li ul li a {
color: #cccccc;
padding: 6px 12px 6px 0;
display: block;
height: auto;
position: relative;
top: auto; /* to counteract effect of ie hack above */
}


/* Hover activities */
.navigation ul li:hover, .navigation ul li.over {
background: url(/i/navigation_ul_li.png) no-repeat center bottom;
height: 36px;
margin-top: 0;
}


.navigation ul li:hover ul, .navigation ul li.over ul {display: block; }


.navigation ul li ul li:hover, .navigation ul li ul li.over {
color: #FFF;
background: #000;
border-bottom: solid 1px #333;
height: auto;
}


.navigation ul li ul li a:link {
color: #cccccc;
}


.navigation ul li ul li a:hover {
color: #FFFFFF;
}


.navigation a:visited {
background-image: none;
border-bottom: none;
background-color: transparent;
}


.navigation ul li#nav_highlight {
position: absolute;
left: 882px;
top: -43px;
z-index: 95;
background: url(/i/nav_highlight.png) no-repeat;
text-indent: -99999px;
width: 119px;
height: 119px;
}


.navigation ul li#nav_highlight a {
height: 100px;
display: block;
}


.navigation ul li#nav_current {
font-weight: bold;
}


.navigation ul li ul li, .navigation ul li ul li:hover, li.over ul li {
border-bottom: solid 1px #999;
}

/*-------------- _SUB CONTENT */
.sub_content {
position: relative;
}

/*----------- _SITE INFO */
.site_info {
font-size: 0.7em;
color: #666;
width: 960px;
padding: 15px 0 5px 0;
margin-bottom: 50px;
border-bottom: 2px solid #333;
background: transparent url(/i/alpha50.png);
overflow: auto;
}


.site_info h2 {
margin: 0 15px 15px 15px;
text-indent: -999999px;
background: url(/i/site_info_h2.png) no-repeat;
width: 466px;
height: 40px;
border: none;
float: left;
}


.site_info .legalities {
background: url(/i/alpha80.png) no-repeat; /* This is really just to preload the image for the drop-down navigation menus */
float: right;
width: 315px;
position: relative;
padding: 5px 30px 5px 0;
}


.site_info p {
text-align: right;
line-height: 1em;
margin-right: 30px;
}


.site_info span#made_by_nick {
width: 25px;
height: 25px;
background: url(/i/made_by_nick.gif) no-repeat;
position: absolute;
margin: 0 0 0 10px;
top: 10px;
z-index: 80;
}


.site_info a:link {
color: #ccc;
background: none;
}


.site_info span#made_by_nick a {
display: block;
width: 25px;
height: 25px;
border: none;
}


.site_info a:visited {
color: #ccc;
background: url(/i/tick.png) no-repeat center right;
padding-right: 20px;
}


.site_info span#made_by_nick a:visited {
background: none;
padding-right: 0;
}


.site_info a:hover {
background-color: #fff;
color: #000;
}


.site_info span#made_by_nick a:hover {
background-color: transparent;
}



/* FORUM _TWEAKS */


.branding {
height: 72px;
background: url(/i/branding/content/rotator.php) no-repeat bottom right #fff;
}

.branding h1 {
width: 570px;
background: url(/i/h1_content.png) no-repeat #fff;
}

.branding q {
display: none;
}

.content {
padding-top: 0px;
background: #fff none;
}

.sub_content {
display: none;
}

.sub_content_forms {
padding-top: 10px;
}

.navigation ul li a:hover {
text-decoration: none;
}

.navigation ul li ul li, .navigation ul li ul li:hover, li.over ul li {
border-bottom: solid 1px #999;
}

.main_content {
border-top: none;
width: 100%;
padding: 0;
margin: 0;
margin-top: 28px;
background: transparent none;
}

#nav a:hover, #nav a:active {
text-decoration: none;
}

#nav.navigation ul li ul li a:hover {
color: #fff;
}