/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

a:link,a:active,a:visited,a:focus {
	color:#4399c1;
	text-decoration:none;
} 

a:hover {
	color:#c2d3e8;
	text-decoration:underline;
}


abbr,img,fieldset {
	border:none;
}


#input {
	clear:both;
	list-style:none;
	overflow:hidden; /* wrap floats */
	width:100%; /* trip haslayout, wrap floats in IE */
}

#input li {
	display:inline; /* don't even TRY doing anything with these */
}

#input .reg {
	float:right;
	margin-top:5px;
	margin-right:60px;
}


body {
	padding:0;
	font: 11px Arial;
	color:#c2d3e8;
	background:#1c1e1f url(images/grad.png) top center no-repeat;
}

#wrapper {
	min-width:958px;
	max-width:958px;
	margin:0 auto;
}

h1 {
	position:relative;
	zoom:1; /* trip haslayout */
	padding:0px 14px 39px;
	font:bold 32px/36px arial,helvetica,sans-serif;
}

h1 span {
	position:absolute;
	top:18px;
	left:0px;
	width:200px;
	height:46px;
	background:url(images/logo2.png) 0 0 no-repeat;
}

h2 {
	font: bold 14px 'Myriad Pro', 'Trebuchet MS', Tahoma;
	text-transform:uppercase;
}

h3 {
	color: #fff;
	font: 24px 'Myriad Pro', 'Trebuchet MS', Tahoma;
} 


#toplogin {
	position:relative;
	top:-18px;
	left:20px;
	float:right;
	width:468px;
	height:60px;	
}

#toplogin .btn {
	position:relative;
	top:7px;
}

#toplogin .inputfield {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;

	opacity: 0.2;
	-moz-opacity: 0.2; 
	-ms-opacity: 0.2;
	filter:alpha(opacity=20);

	background: #000;
	color:#c2d3e8;
	font: 11px Tahoma;

	width:184px;
	height:14px;
	
	padding: 5px 5px 5px 9px;
	margin:5px;

	border-top:1px solid #000000;
	border-bottom:1px solid #838485;
	border-left:1px;
	border-right:1px;
} 
#banner {text-align:center;} 
#banner img {	
	margin-top:-10px; 
	}

#menu {
	margin-top:15px;
	margin-left:0px;
}

#menu .postlinks {
	float:right;
	list-style:none;
	overflow:hidden; /* wrap floats */
}

#menu .postlinks li {
	display:inline; /* don't even TRY doing anything with these */
	padding-left:8px;
	font: 11px Tahoma;
	color:#c2d3e8;
}



#navbar {
	margin-top:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;
	background:url(images/navbg.png) 0 0 repeat-x;
	height:39px;
}

#navbar .navlinks {
	margin-left:-10px;
	padding-top:12px;
	list-style:none;
	overflow:hidden; /* wrap floats */
	text-transform:uppercase;
}

#navbar .navlinks span {
	display:inline; /* don't even TRY doing anything with these */
	padding-left:20px;
	font: 14px 'Myriad Pro',Trebuchet MS,Tahoma;
	color:#ffffff;
}

#navbar .navlinks span a {
	padding-left:10px; 
	padding-right:10px; 
}
#navbar .navlinks span a:link,#navbar .navlinks span a:visited {
	color:#fff;
	text-decoration:none;
}

#navbar .navlinks span a:hover {
	color:#fff;
	background-color:#5c75a9;
	text-decoration:none;
}
 

#navbar form {
	float:right;
	margin-top:-26px; 
	margin-right:15px;
}

#navbar .search {
	clear:both;
	list-style:none;
	overflow:hidden; /* wrap floats */
}

#navbar .search li {
	display:inline; /* don't even TRY doing anything with these */
}

#navbar .search .inputfield {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;

	opacity: 0.2;
	-moz-opacity: 0.2; 
	-ms-opacity: 0.2;
	filter:alpha(opacity=20);

	background: #000;
	color:#c2d3e8;
	font: 11px Tahoma;

	width:184px;
	height:14px;
	
	padding: 5px 5px 5px 9px;

	border-top:1px solid #000000;
	border-bottom:1px solid #838485;
	border-left:1px;
	border-right:1px;
} 

#navbar .search .btn {
	position:relative;
	top:7px;
	left:3px;
}

#midcontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;
	overflow:hidden;
	
	background: #27262b;
	height:192px;

	margin-left:0px;
	margin-top:0px;
}

#midcontent .left {
	float:left;
	width:50%;
	padding:10px;
	padding-left:20px; 
}

#midcontent .spacer {
	margin-top:30px;
	margin-left:15px;
	background:url(images/div.png) 0 0 no-repeat;
	float:left;
	width:2px;
	height:139px;
}

#midcontent .right {
	float:left;
	width:40%;
	padding:10px;
	padding-left:20px; 
}



#midcontent .midlinks {
	padding-top:5px;
	list-style:none;
	overflow:hidden; /* wrap floats */
}

#midcontent .midlinks li {
	line-height:24px;
}

#midcontent .midlinks li span {
	font-weight:bold; 
	float:right;
}

#midcontent .midlinks li span a {
	color:#876c96;
}

#maincontent {
	float:left;
	width:100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;
	margin-top:15px;
	line-height:18px;
	background:#2d2b32;	
	overflow:hidden;
}

#maincontent .left {
	float:left;
	width:30%;
	padding:10px 10px 10px 20px;
}

#maincontent .right {
	float:left;
	width:62%;
	padding:10px 10px 10px 20px;
}



#maincontent .newsbit {
	margin-top:10px;
}
#maincontent .calendar {
	float:left;
	-moz-box-shadow: 2px 2px 2px #222;
	-webkit-box-shadow: 2px 2px 2px #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;	
	background:#5a72a5 url(images/date.png) 0 0 no-repeat;
	width:48px;
}

#maincontent .calendar-date {
	font: 24px 'Myriad Pro','Trebuchet MS', Tahoma;
	color:#FFF;
	text-align:center;
}

#maincontent .calendar-month {
	font: 12px 'Myriad Pro','Trebuchet MS', Tahoma;
	text-transform: uppercase;
	text-align:center;
	color:#FFF;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;
}

#maincontent .topic {
	float:left;
	margin-left: 20px;
}

#maincontent .comments {
	float:right;
}

#maincontent .comments img {
	position:relative;
	top:3px;
}

#maincontent .post {
	font: 12px Arial;
	line-height:18px;
	padding-top:15px; 
	padding-bottom:20px;
	clear:left;
}

#maincontent .block {
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-ie-border-radius: 5px;
	background-color:#36323c;
	margin-top:10px;
	padding:15px; 
	padding-top:10px; 
	overflow:hidden; /* wrap floats */
}

#maincontent .block p {
	padding-top:5px; 
}

#maincontent .buddylinks {
	float:left;
	padding-top:5px;
	padding-right:10px;
	list-style:none;
	overflow:hidden; /* wrap floats */
}


#maincontent .buddylinks li:before {
	content: "- ";

}

#footer {
	width:100%;
	float:left;
	margin-top:15px;
	padding-bottom:25px;
}

#footer .google {
	margin-bottom:15px;
}

#footer .copyright {
	list-style:none;
	line-height:18px;
	overflow:hidden; /* wrap floats */
}

.postlinks {
margin-top:-15px;
}

.postlinks a {
padding-left:10px;
}

#brd-navlinks ul {
	margin-top: 5px;
	padding: 0.8em 0;
	float: left; 
	}

#brd-navlinks li {
	display: inline;
	margin-right: 1em;
	}

#brd-navlinks li a {
	text-decoration: none;
	}

.infobar { background: url(images/topbg.gif) repeat-x; width: 100%; height: 31px; font-size: 12px;  }

.infobar .img { margin: 0; padding: 0; margin-left: 20px; margin-right: 10px; float: left; width: 18px; height: 31px; }

.infobar p { margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial; color: #000; font-style: normal; margin-top: 4px; float: left; margin-top: 8px; }

.infobar .imgclose { margin: 0; padding: 0; float: right; margin-right: 20px; }

.infobar a:link,.infobar a:active,.infobar a:visited,.infobar a:focus {
	color:#444;
	font-weight:bold;
	text-decoration:none;
} 

.infobar a:hover {
	color:#111111;
	text-decoration:underline;
}

/*	=tables
---------------------------------------------------------------------------- */

table.listing img {
	vertical-align: middle;
}
table.listing {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	border: 0px solid #ccc;
}
table.listing th {
	padding-right: 10px;
	text-align: left;
}
table.listing tr {
	padding: 0px;
	margin: 0px;
}
table.listing td {
	color: #989898;
	padding-left:5px;
	padding: 2px;
	margin: 0px;
	//border-bottom: 1px dotted #444;
	vertical-align: middle;
	//3px 5px 4px;
}


