#blogWrapper {
	line-height: 1.2em;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	font-weight: 300;
}

h1, h3, h2, h4 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
    font-weight: 300;
	color: #333;
	margin-bottom: 24px;
}

h1, h3 {
	font-size: 32px;
	margin-top:0px;
}

h2 {
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 24px;
}

h4 {
	margin-top: 28px;
	margin-bottom: 12px;
	font-size: 20px;
}

br { clear: left; }

#sidebar { float: right; margin-left: 40px; width: 280px; }

#blogContent { }

/* .readmore a { width:69px; height:24px; float: right; margin-top: -19px; margin-right: 3px; } */

#postsWrapper {
	width: 620px;
}

#sidebar ul li a, #sidebar .recentcomments { padding-right: 0px; padding-left: 8px; padding-bottom: 3px; padding-top: 3px; margin-right: 0px; display: block; margin-left: 20px; font-size: 12px; text-decoration: none; width: 250px;}
#sidebar ul li a:hover { color: #1a1f29; }


ol,ul { list-style:none; }

.postmetadata, .postmeta, .navigation {
	margin-top: 40px;
	padding: 8px;
	margin-bottom: 20px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.navigation {
	margin-top: 20px;
	min-height: 20px;
}

.navright {
	float: right;
}

.navleft {
	float: left;
}

.picpostwrapper {
	padding-top: 2px;
	margin-left: -5px;
	padding-left: 16px;
	min-height: 274px;
	background-repeat: no-repeat;
	background-image: url(images/blogImage_bg.png);
}

.nopicpostwrapper {
	padding-top: 2px;
	margin-left: -5px;
	padding-left: 6px;
	min-height: 274px;
}

.postwrapper { margin-top: 30px; margin-bottom: 40px; }

.thumbnail {
	height: 238px;
	width: 198px;
	padding-top: 14px;
	padding-right: 30px;
	float: left;
}

.readmore a, .readmoreinline a { float: right; }

.excerptText { padding-top: 10px; max-height: 246px; min-height: 246px; height: 246px; }

.excerptText p { margin-top: 0px; padding: 0px; }

.postDate { color: #878787; margin-top: -26px; float: right; font-size: 12px; padding-top: 0px; padding-bottom: 8px; }

.post { text-align: justify; line-height: 1.4em; }

hr { border-color: #c0c0c0; border-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: solid; }

.postImageBg { margin-top: 5px; height: 150px; padding-left: 17px; margin-left: -6px; padding-top: 15px; padding-bottom:10px; background-repeat: no-repeat; background-image: url(images/blogImage_post_bg.png); }

.postImage { width: 598px; height: 128px; }

.formButton {
	margin-left: 6px;
	margin-top: 3px;
	color: #444444;
	border-width: 0px;
	padding: 2px;
	background-repeat: no-repeat;
	background-image: url(/img/button_small.png);
	height: 24px;
	width: 58px;
	font-size: 13px;
	cursor:pointer;
}

.formButton:active {
	background-position: 0 -24px;
}

input{  
    color: #525252;  
    font-family: HelveticaNeue, Helvetica, Verdana, Helvetica, sans-serif;  
    font-size: 12px;
}  

input[type="text"]{  
    margin-right: 4px;  
    margin-top: 3px;  
    width: 160px;  
    float: left;  
    padding: 4px;
    border: 1px solid #a8a8a8;  
}

#blogTitle{
	color: black;
	text-decoration: none;
}

#blogTitle:hover{
	border-style: solid;
}

