body{
	background-color:#ffffff;
	background-image: url(../images/header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	display: block;
}

img#wpstats{display:none}

/* Containers */

.container{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	margin-top:0px;
	position: relative;
}

#header{
	margin-top: 120px;
	height: 80px;
	cursor: pointer;
}

#header .description{
	margin-left: 235px;
	width: 450px;
	height: 80px;
	font-size: 10pt;
	font-weight: bold;
}

#sidebarLeft{
	margin-top: 88px;
	margin-left: 10px;
	float: left;
}

#sidebarLeft .pagenav{
	list-style-type: none;
}

#sidebarLeft .pagenav ul{
	list-style-type: none;
	width: 130px;
}

.avatarDiv{
	width: 240px;
	height: 60px;
	margin-bottom: 5px;
	border-bottom: solid 1px;
}

.avatarDivLast{
	width: 240px;
	height: 60px;
	margin-bottom: 5px;
}

.avatar{
	float: left;
	margin-right: 10px;
}

.avatarTitle{
	color: #ff9933;
	font-size: 14px;
	font-weight: bold;
}


.page_item{
	text-align: right;
	margin-left: 0px;
	margin-top: 7px;
	border-bottom: 1px solid #999999;
}

#content{
	float: left;
	width: 450px;
	padding-left: 10px;
	margin-left: 35px;
	border-left: solid 1px #999999;
}


#sidebarRight{
	float: right;
	width: 240px;
}

#sidebarRight ul{
	list-style-type: none;
}

#sidebarRight ul li{
	margin-left: 0px;
}

#sidebarRight h5{
	background-color: #000000;
	padding-left: 7px;
	padding-top: 10px;
}

.cat-item a{
	color: #000000;
	font-size: 12px;
	margin-left: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-item{
	width: 250px;
	height: 22px;
	line-height: 18pt;
	border-bottom: solid 1px #999999;
}

.blogroll li a{
	color: #000000;
	font-size: 12px;
	margin-left: 7px;
	font-weight: bold;
}

.blogroll li{
	width: 250px;
	height: 22px;
	line-height: 18pt;
	border-bottom: solid 1px #999999;
}

.latestPostItem{
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
}

.latestPostItem a{
	color: #ff9933;
}

.latestPostItem p{
	line-height: 12px;
	margin-bottom: 0px;
}

.date{
	color: #ff9933;
	font-weight: normal;
}

.entry{
	
}

.commentLinkBox{
	display: inline;
}

.commentLink{
	width: 96px;
	height: 19px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #666666;
	border: solid 1px #999999;
}

.post{
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: solid 1px #999999;
}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* mozilla specific style declarations */


