/* Begin Structure */
body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #666;
	}
	
.clear {
	clear: both;
	}

#header {
	height: 100px;
	background: #f4f4f4;
	border-top:  4px solid #444444;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 20px 0;
	}
	
#conter {
	width: 985px;
	margin: 0 auto;
	}
	
#lefter {
	float: left;
	width: 600px;
	background: #fff;
	padding: 10px 0 0 125px;
}

#righter {
	float: left;
	width: 210px;
	margin: 0 0 0 24px;
	padding: 10px 0 0 25px;
	border-left: 1px solid #e8e8e8;
	}	
#footer {
	width: 1100px;
	margin: 0 auto;
	clear: both;
	}
	
.brainer {
	width: 985px;
	margin: 0 auto 0 auto;
	}
	
.post {
	}	
.postholder {
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e8e8e8;
	min-height: 150px;
	}
.pager {
	width: 725px !important;
	padding: 0 !important;
	}
/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;;
	}

h1, h2 {
	color: #424242;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
	
h3 {
	}

h1 a, h2 a {
	color: #424242;
	text-decoration: none;
	}
	
h1 a:hover, h2 a:hover {
	text-decoration: underline;
	}
	
h3.h1head, h1.h1head {
	color: #ccc;
	font-size: 50px;
	font-weight: normal;
	padding: 30px 0 0 0;	
	letter-spacing: -3px;
}	
h3.h1head a, h1.h1head a {
	color: #ccc;
	text-decoration: none;	
}	
.pagetitle {
	color: red;
	font-weight: normal;
	margin: 0 0 50px 0;
}
/* End Headers */




/* POST */
.postavatar {
	width: 110px;
	position: absolute;
	margin: 0 0 0 -125px;
}
.post .entry p {
	font-size: 16px; 
	line-height: 140%; 
	color: #666; 
	font-style:normal;
	margin: 0 0 20px 0;
	}
.post .entry a {
	color: #333;
	text-decoration: underline;
	}
.post .entry ul {
	margin: -10px 0 20px 18px;
	}
.post .entry ul li {
	list-style: disc;
	font-size: 16px; 
	line-height: 140%; 
	}
.post p.metadata {
	font-size: 14px; 
	line-height: 100%; 
	color: #888; 
	font-style:normal;
	margin: 0 0 20px 0;
	}
.post p.metadata a {
	color: #888;
	text-decoration: underline;
	}
/* End POST */



.navigation {
	margin: 30px 0;
	}
	
.navigation a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	}
	
.navigation .alignright {
	float: right;
	}
	
	
	
#righter .rightbox {
	padding: 10px 0 0 0px;
	margin: 0 0 30px 0;
	}
#righter h3 {
	color: #919191;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 0px;
	}
#righter a {
	color: #000;
	}
#righter ul {
	padding: 0 0 0 16px;
	}
#righter ul li {
    padding: 0 0 6px 0;
    list-style: disc;
	}
#righter ul li a {
	text-decoration:none;
	color: #14a8ed;
	}

	
	
