/*Generic styles*/

body {
	background: #000 url("../img/headbg.gif") repeat-x top;
	font: 13px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
	color: #fff;
	line-height: 1.5;
}

/*div#topad {
	display:none;
}
div#sidead, div#medrect {
	visibility: hidden;
}*/

#loading {
	position: fixed;
	right: 30px;
	top: 0;
	background-color: #fb0;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	display: none;
	z-index: 5;
}

#loading img { vertical-align: middle; }

#notice {
	position: fixed;
	right: 30px;
	top: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	display: none;
	z-index: 5;
}

.commentlinks .newest, .pagelinks .newest {
	margin-right: 25px;
}

.commentlinks .oldest, .pagelinks .oldest {
	margin-left: 25px;
}

#comments a.current, #resultsbox a.current {
	cursor: default;
	color: #fff;
	background-color: #444;
	border-color: #888;
}

#comments a.current:hover, #resultsbox a.current:hover {
	background-color: #444;
	text-decoration: none;
}

* html #notice, * html #loading {
	position: absolute;
	top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}

#topheader {
	position: relative;
	width: 990px;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0 10px 10px;
}

#topheader #title { margin-right: 00px; }

#topheader a.m {
	padding: 0 0 2px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}


#topheader a.yellow { color: #fc0; }

#topheader a:hover { color: #fc0; }

#userlinks {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	padding: 5px 5px 0 35px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	background: #555 url("../img/userboxbg.gif") no-repeat top left;
}

#userlinks a { vertical-align: bottom; padding: 8px 6px; color: #fc0; }
#userlinks a:hover { color: #fe0; }

#user2 {
	width: 300px;
}

#user td, #user2 td {
	padding: 2px 5px;
}

#user input.text, #user2 input.text { width: 150px; }
#user input.button, #user2 input.button { padding: 3px; }

#usermenu {
	position: absolute;
	display: none;
	border: 1px solid #333;
	top: 29px;
	right: 0px;
	width: 200px;
	background-color: #000;
	z-index: 5;
}

#usermenu a {
	display: block;
	border-bottom: 1px solid #333;
	padding: 5px;
}

#usermenu a:hover { background-color: #333; }

#search {
	width: 988px;
	height: 46px;
	margin: 0 auto;
	padding: 3px 6px;
	text-align: center;
	font-size: 18px;
}

#search form { display: inline; margin: 0; }

#search input, select#dd {
	font: bold 16px 'Trebuchet MS', calibri, verdana, sans-serif;
	vertical-align: middle;
	color: #000;
	border: 2px solid #555;
	margin: 0 2px;
	font-size: 16px;
}

#search #box {
	height: 20px;
	padding: 3px;
	width: 200px;
}

#search #dd {
	width: 120px;
	height: 26px;
}

#search #button {
	width: 65px;
	height: 26px;
}

#search a { font-size: 14px; }
#search a:hover { text-decoration: underline; }

#user {
	position: absolute;
	display: none;
	top: 40px;
	right: 0;
	padding: 10px;
	background-color: #000;
	border: 1px solid #333;
	width: 300px;
	z-index: 5;
}

#advsearch {
	width: 920px;
	padding: 10px;
	margin: 10px auto;
	background-color: #333;
	border: 2px solid #555;
}

#advsearch input.text { width: 200px; }
#advsearch input.vartext {
	margin: 2px 0;
	border: 2px solid #aaa;
	color: #000;
	font: 13px 'Trebuchet MS', calibri, verdana, sans-serif;
}

#content {
	width: 960px;
	padding: 10px 20px;
	margin: 0 auto;
}

#footcont {
	height: 100px;
	clear: both;
	width: 100%;
	background: #222 url("../img/footbg.gif") repeat-x bottom;
}

#footer {
	clear: both;
	height: 20px;
	width: 988px;
	margin: 0 auto;
	padding: 40px 6px;
	font-size: 14px;
}

#footer a {
	color: #fff;
	margin: 0 10px;
}

#footer a:hover { color: #fc0; }

h1, h2, h3 { color: #eee; margin: 3px 0; font-style: italic; }

h1 {
	margin-bottom: 5px;
	padding: 3px 0;
	font-size: 24px;
	border-bottom: 2px solid #eee;
}

h2 { font-size: 18px; }

h3 { font-size: 16px; }

a { color: #fc0; text-decoration: none; }
#content a:hover {
	text-decoration: underline;
}

#content ul, #content dl { margin: 5px 0 5px 20px; }
#content ol { margin: 5px 0 5px 25px; }
#content li { margin: 3px 0; }

input.text, textarea, select {
	margin: 2px 0;
	border: 2px solid #aaa;
	color: #000;
	font: 13px 'Trebuchet MS', calibri, verdana, sans-serif;
}

input.text, textarea { padding: 2px; }

input.radio, input.checkbox {
	width: auto;
	background-color: transparent;
	padding: 0;
	border: 0;
}

#topnav { /*Used on the user pages*/
	width: 940px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #333;
}


#topnav a {
	padding: 0 0 2px;
	font-size: 16px;
	color: #fff;
	margin: 0 4px;
	border-bottom: 2px solid #aaa;
}

#topnav a:hover, #topnav span.current { border-bottom-color: #fc0; text-decoration: none; }
	

p { margin: 5px 0; }

label { font-weight: bold; }

/*Form table stylings*/
table.form { border: 0; margin: 4px; }

table.form td {
	border: 0;
	margin: 0;
	padding: 5px 10px;
}

table.form textarea {
	vertical-align: bottom;
	width: 300px;
	height: 100px;
}

table.form input.text { width: 300px; }

table.form input.tag {
	width: 150px;
}

table.form input.button { width: auto; padding: 2px; }

/* Progress bars */
.bar1 {
	background: #aaa url("../img/progbarempty.gif") repeat-x;
	text-align:left;
	height: 30px;
	width: 500px;
	border: 1px solid #555555;
	margin: 0 auto;
}

.bar2 {
	background: #fc0 url("../img/progbarfull.gif") repeat-x;
	text-align: left;
	height: 30px;
	width: 0;
}

/* Boxes */
.boxes1, .boxes2 {
    width: 230px;
	margin: 10px ;
	padding: 10px;
	height: 100px;
	float: left;


}

.boxes1 p, .boxes2 p {
	margin: 0;
}

.boxes1, .tboxes1  {
	background-color: #444;
}

.boxes2, .tboxes2 {
	background-color: #222;
}

/* Table-based boxes*/
.tboxes1, .tboxes2 {
	vertical-align: top;
	border-bottom: 10px solid #000;
	border-right: 10px solid #000;
	padding: 10px;
}

.style2 {
	height: 63px;
	max-width: 112px;
	float: none;
	border: 1px solid #777;
}

.svthumb {
	height: 63px;
	max-width: 112px;
	float: right;
	margin-left: 5px;
	border: 1px solid #777;
}

.btitle {
	height: 65px;
	overflow: hidden;
}

.tbtitle {
	min-height: 65px;
	height: auto !important;
	height: 65px;
}

.btitle a, .tbtitle a {
	font-size: 14px;
	font-weight: bold;
}

.binfo {
	float: right;
}

.binfo img {
	height: 16px;
	vertical-align: middle;
}

.berror {
	font-size: 18px;
	padding: 10px;
	margin: 0 5px;
	background-color: #444;
	text-align: center;
}

/* Extended boxes */
.boxlinks {
	margin-bottom: 20px;
}

#content .boxlinks a {
	padding: 1px 10px 7px;
	background-color: #444;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#content .boxlinks a.rcurrent, .boxlinks a.rcurrent:hover {
	padding-bottom: 10px;
	background-color: #777;
	cursor: default;
	text-decoration: none;
}

.boxcontainer {
	padding: 0 5px;
	overflow: auto;
    float: center;
}

.boxcontainer #box1 {
	margin-top: 0;
}

/*Index styles*/
#featured {
	width: 640px;
	margin-bottom: 15px;
}

#toperror {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #333;
	margin-bottom: 10px;
}

/*#fileupload, #urlinput { display: none; }*/

#content .biglink { font-size: 18px; }
#content .biglink:hover { text-decoration: none; color: #fff; }
.yellow { color: #fc0; }
.floatleft { float: left; }
.floatright { float: right; }
.center { margin-left: auto; margin-right: auto; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.valignmid { vertical-align: middle; }
.small { font-size: 80%; }
.big { font-size: 115%; }
.bold { font-weight: bold; }
.nodisplay { display: none; }
.biglink { font-size: 18px; }
.biglink img { vertical-align: middle; }
#webplayer { padding: 5px; margin-bottom: 5px; font-size: 12px; background-color: #222; }