/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*not sure if above is needed -------------------------------------------- */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

a{
	color: #818181;
	text-decoration: none;
	background-color: #3E3E3E;
}
a:link {

}

a:visited {

}

a:active {}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
html body
{
	text-align: center;
	/*
	background-color: #4B4B4B
	*/
	height:100%;
	background-image: url(eimage/bg.png);
	background-repeat: repeat;
}

body
{
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

* html #expander {	height:100%; }
#expander {
	position: relative;
	width:100%;
	text-align:left;
}

#sizer {
	position:relative;
	min-width: 928px;
	width:80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #515151;
	padding-top: 1px;
	padding-bottom: 14px;
}


#wrapper {
	width:900px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
	text-align:center;
} 

#header
{
	width:900px;
	height:206px;
	background-image: url(eimage/header.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

#contentwrapper
{
	width: 900px;
	min-height:440px;
	text-align: left;
	padding-bottom: 5px;
	background-color: #111111;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

#sidebar {
	width: 152px;
	float:left;
	clear:right;
	background-image: url(eimage/sidetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	text-align: center;
}

#centerframe{
	/*positioning */
	margin-left: 226px;
	width:600px;
	padding-top: 20px;
}
#rounded
{
	padding-bottom: 18px;
	background-image: url(eimage/c_600pxbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #333333;
	min-height:300px;
}

#rounded h3
{
	padding-top: 18px;
	background-image: url(eimage/c_600pxtop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content{
	padding: 10px;
}


#footer
{
	width:900px;
	text-align:center;
	background-color: #333333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(eimage/f_900pxtop.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
	padding-top: 5px;
	clear:both;
}

.topten_alt1{
	background-color:#616161;
	padding: 2px;
	text-align:left;
}
.topten_alt2{
	background-color:#707070;
	padding: 2px;
	text-align:left;
}
.topten_summary_label{
	float:left;
	width:15%;
}
.topten_summary{
	float:right;
	width:80%;
}
/* Uploader */
.csform {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	margin: 1px;
	padding: 2px;
	border: thin solid #000000;
}
.csOutThumb {
	text-align: center;
	vertical-align: top;
	position: relative;
}
.csOutText {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	list-style-position: inside;
	list-style-type: disc;
}
.csOutTextCont {
	text-align: center;
	vertical-align: top;
	border: thin solid #000000;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
.csCleanLinks{
}
.csCleanLinks a{
	font-style: normal;
	text-decoration: none;
	background:none;
}
.comments_pane{
	font-size: small;
	color: #efefef;
}
.comments_pager{
	background-color: #4c4c4c;
	padding: 1px;
	text-align:left;
	font-size: small;
	
}
.comments_alt1{
	background-color: #636363;
	padding: 1px;
	text-align:left;
}
.comments_alt2{
	background-color: #525252;
	padding: 1px;
	text-align:left;
}
