* {
	margin:0;
	padding:0;
}
body {
	background: #3c3c3c;
	font: 12px Arial, Verdana, Sans-Serif;
	color:#000;
}
a:link, a:visited {
	color:#00415d;
	text-decoration:none;
}
a:hover, a:active {
	color:#9bd1c6;
/*	color:#4e939b; */
	text-decoration:underline;
}
a.redlink, #header_right #login a {
	color:#ff3629;
}
a.redlink:hover, #header_right #login a:hover {
	color:#da2e23;
}
.entry a, .sidelist p a, .commentlist p a, .inline a, a.bluelink, .threadpost .post a {
	border-bottom:1px dotted #00415d;
}
.entry a:hover, .sidelist p a:hover, .commentlist p a:hover, .inline a:hover, a.bluelink:hover, .threadpost .post a:hover {
	border-bottom:1px solid #9bd1c6;
	text-decoration:none;
}
p a.redlink {
	border-bottom:1px dotted #ff3629;
}
p a.redlink:hover {
	border-bottom:1px solid #da2e23;
}
/* Structure */
#page {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0 10px 15px 10px;
	background:#fff;
	overflow:hidden;
	}
#header {
	position:relative;
	width:100%;
	overflow:hidden;
}
#logo {
	margin-top:8px;
}
#logo, #logo h1 a {
	width:481px;
	height:75px;
	float:left;
	overflow:hidden;
}
#logo h1 a {
	background: url('images/logo-header.gif') no-repeat;
	text-indent:-9999px;
	line-height:75px;
}
#description {
	width:0px;
	height:0px;
	overflow:hidden
}
#header_middle {
	position:absolute;
	top:30px;
	left:520px;
	height:auto;
	width:240px;
}
#header_right {
	position:absolute;
	top:10px;
	right:0;
	height:auto;
	width:auto;
	text-align:right;
}
#header_right #login {
	font-weight:bold;
	font-size:11px;
}
#nav {
	clear:both;
	margin-top:7px;
	width:100%;
	overflow:hidden;
}
#main_wrap {
	width:715px;
	float:left;
	overflow:hidden;
}
#main {
	width:550px;
	float:right;
}
#sidebar {
	width:150px;
	float:left;
}
#sidebar_right {
	width:250px;
	float:right;
	overflow:hidden;
}
#footer {
	clear:both;
	font-weight:bold;
	margin:0 auto;
	padding-top:30px;
	width: 650px;
	font-size:11px;
	color:#545454;
}
/* Nav */
#nav {
	background:#4e939b;
}
#nav, #nav ul {
	list-style:none;
	line-height:1;
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
}
#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #9bd1c6;
}
#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
}
#nav a:hover, #nav a:active, .current_page_item	a, .current_page_parent a {
	background:#00415d;
	text-decoration:none
}	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}
#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}
#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
	background:#000;
}	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* Forms */
.textinput {
	border:1px solid #808080;
}
.searchform {
	padding:12px 0 0 0; 
}
.button, button {
	border:1px solid #000;
	background:#000;
	color:#e7e7e7;
}
.button:hover, button:hover {
	border:1px solid #777;
	background:#777;
	color:#FFF;
	text-decoration:none
}
/* Miscellaneous */
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
#badge_icons {
	margin-top:15px;
}
#badge_icons img {
	width:32px;
	height:32px;
	overflow:hidden;
}
img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden
}
