body {
	margin: 0;
	padding: 0;
	background:  #F2F2F2 url(images/back_all.gif) repeat-x top left;
	font-size: 13px;
	color: #5c5c5c;
}
body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width:900px;
	background: url(images/header.jpg) no-repeat;
	margin: 0 auto;
	overflow:visible;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 1em;
}
a {
	color: #0F7EAC;
}
a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

a {
	text-decoration: none;
}
/* Page */

#page {
	width: 830px;
	margin: 0 auto;
}
/* Header */

#header {
	width: 890px;
	height: 230px;
	margin: 0px auto;
	background: url(images/header.png) no-repeat;
	z-index:99;
}
/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 0;
}
#logo h1 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}
#logo h2 {
	text-transform: uppercase;
	font-size: 12px;
	padding-left:2px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Sponsor Slideshow */

#sponsors {
	margin: 0px;
	width: 280px;
	height: 138px;
	padding: 45px 0px 0px 100px;
}
/* Menu */

#menu {
	float: right;
}
#menu ul {
	margin: 0px;
	padding: 7px 30px 0px 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}
#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}
/* Content */

#content {
	float: right;
	width: 590px;
	background:  #FFFFFF;
}
/* Posts */
.post {
	padding: 15px 15px 0px 15px;
	background: url(images/bg04.jpg) repeat-x top left;
	border: 5px solid #ffffff;
}
/* Sidebar */

#sidebar {
	float: left;
	margin-top: 55px;
	width: 220px;
	background: url(images/sidebar_bg.gif) no-repeat;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
	padding: 10px 0;
}
#sidebar li li {
	padding: 5px;
	padding-left: 20px;
}
#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 15px;
	height: 25px;
	color: #000000;
	background: url(images/small.gif) repeat-x;
}
#sidebar a {
	text-decoration:none;
	font-weight:bold;
}
#sidebar a:hover {
	font-size:13px;
	color:#000000;
}
.title {
	margin: 0;
	color: #0F7EAC;
	font-weight:bold;
}
.subtitle {
	margin: 0;
	font-size:14px;
	/*color: #0F7EAC;*/
	color: #000000;
	font-weight:bold;
}
.heading_1 {
	font-size:18px;
	margin: 0;
	color: #000000;
	/*color: #0F7EAC;*/
	font-weight:bold;
}
.byline {
	margin: 0;
	color: #0F7EAC;
}
.meta {
	text-align: left;
	color: #646464;
}
.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}
.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

.bio a {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
.bio a:hover {
	font-size:10px;
}
img, div, input {
	behavior: url("iepngfix.htc")
}
/* Footer */
#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	overflow:visible;
	border-top: #0F7EAC solid 4px;
	background: #F2F2F2 url(images/bg02.jpg);
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}
