/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#container {min-height: 100%;}

#content {overflow:auto;
	padding-top:5em;
	/*padding-bottom: 3.5em;  must be same height as the footer */
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	width: 960px;
	z-index:3;
	color: #FFF;
	text-align:center;
	height: auto;}  

#footer {
	position: relative;
	margin-top: -45px; /* negative value of footer height */
	margin-bottom: -13px;
	clear:both;
	z-index: 10;
	height: 45px;
	background-image: url(image/h_bars.png);
	background-repeat: repeat;
	text-align: center;
	overflow:hidden;
	font-size:13px;
	line-height:30px;
	} 
	
#sub{
	font-size: 10px;
	line-height:10px;
}

.ie7 #footer{
	margin-top:2.8em;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}




/* main template */
	
body > #column {
	height: auto; 
	min-height: 100%; 
}
	
body {
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-image:url(image/bg2.jpg);
	background-color:#000;
	background-position: center center;
	font: 0.8em/normal  Helvetica, Arial, Sans-Serif; 
	color:#FFF;
	font-weight:100;
	text-shadow: 0px 2px 3px #000;
}

.ie6 body{
	background-image:url(image/ie6back.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

p{
	text-align:left;
}

a:link, a:visited{
	color: #FFF;
	text-decoration: none;

	
}

a:hover, a:active{
	color: #CCC;
	text-decoration: none;
	border: none;
}

#column {
	position: fixed;
	height: 100%;
	width: 980px;
	min-width:900px;
	left: 50%;
	padding-top: 7px;
	margin-left: -490px;
	z-index:-1;
	background-color:rgba(204, 204, 204, .55);
	text-align:center;
}


.ie6 #column {
	display:none;
}


.ie7 #column {
	background-color:#999;
}

.ie8 #column {
	background-image:url(image/mainpanel.png);
	background-repeat:repeat;
}

	
#belowContent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align:center;
	z-index:3;
	overflow:hidden;
	height:65px;
	}
	
	
#status { 
	position:absolute;
	right:0;
	}
	
	

#header { 
	clear: both; 
	position: relative; 
	z-index: 11; 
	height: 4em; 
	margin-bottom: -4em;
	height: 70px;
	background-image: url(image/t-bar.png);
	background-repeat: repeat-x; 
	}
	
.ie7 #header {
	background-color: #293D57;
}

#logo {
	position: absolute;
	height: 94px;
	width: 160px;
	left: 50%;
	top: -12px;
	margin-left: 327px;
	background-image: url(image/logo.png);
	background-repeat: no-repeat;
	z-index: 12;
	visibility:visible;	
}

.ie6 #logo {
	background-image: url(image/logo.gif);
}

img{
	border:none;}
	
.menu{
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 70px;
	color:#CCC;
	font-size: 2.2em;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	text-shadow: 0px 3px 4px #000;
	letter-spacing: 0px;
	line-height: 3.8em;
	text-align: left;
	word-spacing: 10px;
}


.heading{
	font-size: 150%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	text-shadow: 0px 3px 4px #000;
	text-align:right;
	margin-bottom: 1em;
	}
	
.heading.left{	
	text-align: left;
}

	

li {
	display: list-item;
	margin-left: 20px;
	list-style-position:outside;
	list-style-type:disc;
	}

/* splash specific */

#splashback{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(image/splashbg.png);
	background-position: 0px 25px;
    background-repeat:no-repeat;
	height:750px;
	width:923px;
	}
	
.ie6 #splashback{
	background-image:url(image/splashbg.gif);	
}
	
#pooltable{
	position:relative;
	left:22px;
	top:-92px;
	float:left;
}

#splashinfo{
	width:410px;
	height:570px;
	position:relative;
	float:right;
	right:16px;
	top:44px;
	letter-spacing: 0px;
	line-height: 17px;
	text-align:left;
	padding: 5px;
	overflow:hidden;
	}


#quote{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	z-index:12;
}


/* feed specific */

#divExpandFeedContainer { 
	position: relative;
	top: 0px;
	left: 0px;
	width:auto;
	height:auto;
	}

#btnExpandFeed { 
	display:inline-block;
	border:0px solid #666666;
	border-right:1px solid #222222;
	border-bottom:1px solid #222222;
	background-color:rgba(16, 41, 73, .819607843);
	cursor:pointer;
	padding:5px;
	
	}

.rssEntry{
	text-align: left;
	background-image: url(image/h_bars.png);
	background-repeat:repeat-x;
	background-position: 0px 10px;
}

.rssEntryInfo{
	position: relative;
	text-align: left;
	padding-top: 8px;
	
}

.rssEntryTitle{
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 150%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	text-shadow: 0px 1px 2px #000;
	letter-spacing: 0px;
	float:left;
	
	

}

.rssEntryDate{
	position: relative;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 5px;
	font-size: 75%;
	float:right;
	height: 25px;
	letter-spacing: 1px;
	font-variant:small-caps;
}

.rssEntryContainer{
	position:relative;
	padding-top:2px;
	padding-left: 155px;
	width: 780px;
	clear:right;
}

.rssContent{
	position:relative;
	width: 775px;
	}

.rssContent p{
}

.favicons{
	float:left;
}

.rssEntry{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	width:945px;
	height: 92px;
}

.rssImage{
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	width:120px;
	border: none;
	z-index:12;
}

.rssImageImg{
	position:absolute;
	visibility:hidden;
	
	max-width:120px;
	max-height:90px;
}

.rssExtra{
	float: right;
	text-shadow: 0px 1px 2px #000;
	padding-left:20px;
	padding-bottom: 10px;
}

#smfStatus, #idbStatus, #ytStatus, #fbStatus{
	width: 16px;
	height: 16px;
	float: right;
	margin-right:5px;
}

.fbStat_on{
	background-image:url(image/Status/fb_on.png);
}

.fbStat_off{
	background-image:url(image/Status/fb_off.png);
}

.ytStat_on{
	background-image:url(image/Status/yt_on.png);
}

.ytStat_off{
	background-image:url(image/Status/yt_off.png);
}

.idbStat_on{
	background-image:url(image/Status/idb_on.png);
}

.idbStat_off{
	background-image:url(image/Status/idb_off.png);
}

.smfStat_on{
	background-image:url(image/Status/smf_on.png);
}

.smfStat_off{
	background-image:url(image/Status/smf_off.png);
}

/* wiki specific */

.wikileft{
	float: left;
	padding-top: 30px;
	margin-left: 20px;
	padding-bottom: 20px;
	width:202px;
}

.wikiright{
	float: right;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	width:675px;
}

.wikileft .top{
	width:202px;
	height:39px;
	background-image:url(image/wiki/left_top.png);
}

.wikileft .bottom{
	width:202px;
	height:39px;
	background-image:url(image/wiki/left_bottom.png);
}

.wikiright .top{
	width:675px;
	height:54px;
	background-image:url(image/wiki/right_top.png);
}

.wikiright .bottom{
	width:675px;
	height:54px;
	background-image:url(image/wiki/right_bottom.png);
}

.wikileft .content{
	position:relative;
	margin-left: 74px;
	background-image: url(image/h_bars.png);
	background-repeat: repeat;
	min-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wikiright .content{
	background-image: url(image/h_bars_lite.png);
	background-repeat: repeat-x;
	background-position: 0px 20px;	
	width: 655px;
	height: 46px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor:pointer;
	

}


.content .thumb{
	width:128px;
	height: 46px;
	overflow: hidden;
	padding-left: 6px;
}

.content h1{
	position: relative;	
	font-size: 75%;
	letter-spacing: 1px;
	font-variant:small-caps;
	text-align:left;
}

.wikileft .content h1{
	top: 17px;
	text-transform:uppercase;
}

.wikiright .content h1{
	bottom: 48px;
	padding-left:142px;
}

.content h2{
	position:relative;
	text-align:right;
	font-size: 150%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	text-shadow: 0px 3px 4px #000;
	bottom: 33px;
	right: 2px;
	padding-right:4px;
}

.content p{
	padding: 4px;
	font-size: 130%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	text-shadow: 0px 3px 4px #000;
	cursor:pointer;
}

.content img{
	cursor:pointer;
	}
		
.twtr-hd, .twtr-ft{
	display:none;
}
