body {
	margin: 0px;
	padding: 0px;
	background-color: #CC0000;
}
#bodyWrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.greyline {
	height: 10px;
	margin: 0 5px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	clear: both;
}

.tanheader {
	margin-top: 20px;
	margin-right: -29px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EDE7D7;
	padding: 4px;
}

/* header related styles ============================================*/
#header {
	text-align: center;
}
#navBar {
	padding: 0px;
	margin: 0px auto;
	width: 770px;
	height: 40px;
	text-align: left;
	background-image: url(../../media/image/navbar_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.navDivider {
	position: relative;
	top: 18px;
	padding-top: 12px;
	background-image: url(../../media/image/nav_divider.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 3px;
	height: 40px;
}
.navItem, .navItemOver {
	position: relative;
	top: 12px;
	padding: 12px;
	height: 40px;
	color: #FFFFFF;
}
a.navItem:link, a.navItem:visited, a.navItem:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.navItem:hover, a.navItem:visited:hover, a.navItemOver:hover, a.navItemOver:visited:hover, a.navItemOver:link, a.navItemOver:visited, a.navItemOver:active {
	text-decoration: none;
	background-image: url(../../media/image/navbar_over.gif);
	color: #FFFFFF;
}
.navHome, .navHomeOver {
	position: relative;
	top: 12px;
	padding: 12px;
	padding-left: 18px;
	color: #FFFFFF;
}
a.navHome:link, a.navHome:visited, a.navHome:active{
	text-decoration: none;
	color: #FFFFFF;
}
a.navHome:hover, a.navHome:visited:hover, a.navHomeOver:hover, a.navHomeOver:visited:hover,  a.navHomeOver:link, a.navHomeOver:visited, a.navHomeOver:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../../media/image/navbar_home_over.gif);
}
/* end header related styles ========================================*/


/* main content area related styles =================================*/
h1, h3 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	margin: 15px 0px 5px 0px;
}
.date-header {
	margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#contentWrapper {
	margin: 8px;
	background-position: top right;
	background-repeat: repeat-y;
}
#contentBottom {
	height: 1px;
	clear: both;
}
#content {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 740px;
}
a:link, a:visited, a:active, a:link img, a:visited img, a:active img {
	color: #0066CC;
	font-weight: bold;
	border-color: #0066CC;
}
a:hover, a:visited:hover, a:hover img, a:visited:hover img {
	color: #FF6633;
	font-weight: bold;
	border-color: #FF6633;
}
/* end main content area related styles =============================*/


/* footer related styles ============================================*/
#footer {
	clear: both;
	padding: 0px;
	margin: 24px auto 0px auto;
	background-image: url(../../media/image/footer_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	width: 770px;
	height: 40px;
}
#copyright {
	padding: 12px 17px;
}
#poweredBy {
	float: right;
	text-align: right;
	margin-right: 20px;
}
/* end footer related styles ========================================*/


/* blog related styles ==============================================*/

div.post-body div img, div.post-body div a img {
	margin: 0px 10px 10px 0px;
}

.date-header {
	clear: both;
}

a.comment-link {
	background: url("../../media/image/icon_comment.gif") no-repeat 0 45%;
	padding-right: 8px;
	padding-left: 14px;
	color: #335588;
	font-size: 11px;
	font-weight: bold;
    border-right: 1px solid #CECECE;
  }

.item-control a, .item-action a {
   text-decoration:none !important;
}

.email-post-icon { 
   background: url("../../media/image/icon18_email.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

.footer_right {
	float: right;
}

.post-footer {
	padding-top: 2px;
	border-top: 1px solid #CECECE;
	margin-top: 5px;
	margin-bottom: 50px;
}
.footer_section {
	float: left;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.footer_section a {
	font-size: 11px;
	font-weight: bold;
	color: #335588;
}

/* end blog related styles ==========================================*/