/*****************************************************************

* Style Sheet for the index.php page

*****************************************************************/



/****************************************

BLOG POST SECTION

****************************************/

.post-body {
	line-height: 1.4;
	font-size: 11px;
}

.post-body p {
	overflow: hidden;
	/*height:153px;*/
	margin-bottom:5px;	
	padding-right:10px;
}

#post img {
	float:right;
	padding: 3px;
	margin: -45px 0 0 5px;
	border: 1px solid #CCCCCC;
}

#post-container {
	float: left;
	border:1px solid #CACDCF;
	width: 601px;
	height: auto;
	margin: 14px 0 0 10px;
}

#post-header {
	background-color:#78c0a8;
	margin:5px 0 5px 10px;
	width:601px;
}

#post-header .titlebar {
	width:81px;
}

#post {
	overflow:auto;
	margin: 10px 10px 15px;
}

#post .post-title{
	font-size:14px;
	font-weight:bold;
	color:#EA6C28;
	text-transform:uppercase;
}

.titlebar {
	background-image:url(../images/title_bar_spacer.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:14px;
	padding:5px;
}

#post .post-date{
	font-style:italic;
	padding-bottom: 15px;
}

.post-body a {
	color: #5C5950;
	text-decoration:none;
	font-style:italic;
	cursor: pointer;
}

.post-body a:hover {
	color: #78C0A8;
	text-decoration:underline;
}

#left-container {
	background-color:#FFFFFF;
	border:1px solid #CACDCF;
	float:left;
	margin-left:173px;
	overflow:hidden;
	padding:5px 5px 15px;
	width:623px;
}

.read_more {
	margin-top: 5px;	
}