body {
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #494046;
	font-size: 13px;
	line-height: 18px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #0a7493;
}
p, h1, h2, h3, small {
	padding: 0;
	margin: 0;
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	color: #F60;
}
h2.main {
	font-size: 24px;
	margin-bottom: 10px;	
}
.widget h2{
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #494046;
}
h1.logo {
	margin-top: 15px; /* for this particular site, set this as you like */
	position: relative; /* allows child element to be placed positioned wrt this one */
	height: 67px;
	overflow:hidden; /* don’t let content leak beyond the header - not needed as height of anchor will cover whole header */
	padding: 0; /* needed to counter the reset/default styles */
	line-height: normal;
}
h1.logo a {
	position: absolute; /* defaults to top:0, left:0 and so these can be left out */
	height: 0; /* hiding text, prevent it peaking out */
	width: 100%; /* 686px; fill the parent element */
	background-position: left top;
	background-repeat: no-repeat;
}
h1#logo {
	height: 67px; /* height of replacement image */
}
h1#logo a {
	padding-top: 67px; /* height of the replacement image */
	background: url(images/logo.png) no-repeat;
}
#flash {
	background: #fff url(images/bg_flash.png) repeat-x;
	height: 360px;
	margin-top: 10px;
}
#blog {
	padding-top: 20px;
}
#blog .pageWidth {
	text-align: center;
}
#footer {
	padding-top: 5px;
	height: 17px;
	background: #493F45;
	font-size: 12px;
	color: #FFF;
	margin-top: 40px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#nav {
	height: 25px;
	margin-top: 10px;
	_margin-top: 2px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	_width: 100px;
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#nav ul li a {
	display: block;
	padding-top: 1px;
	padding-right: 35px;
	padding-left: 8px;
	height: 24px;
	
}
#content {
	background-image: url(images/bg_blog.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
#left {
	float: left;
	width: 650px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 10px;
}
#right {
	float: right;
	width: 310px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li ul {
	list-style: none;
	padding-left: 0;
}
#sidebar ul li ul li {
	padding-left: 10px;
	background-image: url(images/bullet_cir.png);
	background-repeat: no-repeat;
	background-position: left 6px;	
}
.pageWidth {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.clearBoth {
	clear: both;
	height: 0;
	visibility:none;
}
.widget {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
.last {
	border-bottom-style: none;
}
.navLink {
	padding-top: 15px;
}
.homeBlog {
	width: 820px;
	text-align: left;
	margin-left: 80px;
}
.homeBlog .column {
	width: 410px;
}
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-bottom: 10px;
}
.page h2 a, .pageTitle, .post h2 a, .homeBlog td h2 a {
	text-decoration: none;
	font-size: 16px;
	color: #494046;
	text-transform:uppercase;
}
.homeBlog td h2 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 10px;
}
.homeBlog p, .homeBlog ul {
	padding-bottom: 10px;	
}
.post p {
	margin-bottom: 10px;	
}
.postmetadata {
	font-size: 10px;
}
.homeBlog table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.homeBlog table td {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F96515;
	width: 50%;
	padding-right: 20px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

.homeBlog ul {
	margin-top: 0;
	padding-top:0;
	padding-left: 15px;
	list-style-type: square;
}
.homeBlog h3 a {
	text-decoration: none;
}
.homeBlog a.more-link {
	text-transform: uppercase;
	text-decoration: none;
	color: #ff6600;
}
.hentry ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	
}
.hentry ul li {
	padding-left: 10px;
	background-image: url(images/bullet_cir.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
a.subscribe {
	text-decoration: none;
	color: #494046;
}
