#cmain {
	float:left;
	width:690px;
	margin-left:0;
}
#cmain .content {
	padding:20px 0;
}
.content h1 {
	font-size:20px;
	width:440px;
	color:#454b50;
	margin:12px 0;
	float:left;
}
.content .actions {
	float:right;
	padding:12px 0;
}
.content .actions a {
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	padding:3px 8px 3px 24px;
	color:#4e4e4e;
	text-decoration:none;
}
.content .actions a:hover {
	text-decoration:underline;
}
.content .actions a.act-email {
	background:url(../images/ico-email.png) 4px center no-repeat;
}
.content .actions a.act-print {
	background:url(../images/ico-print.png) 4px center no-repeat;
}
.content .breadcrumbs {
	font-size:11px;
	color:#2b95ff;
	padding-bottom:8px;
}
.content .breadcrumbs a {
	color:#2b95ff;
	text-decoration:none;
}
.content .breadcrumbs a:hover {
	text-decoration:underline;
}
.content .hr {
	clear:both;
	border-top:1px solid #bbb;
	height:10px;
	overflow:hidden;
}

.sec-title {
	height:26px;
	padding:2px 12px 8px 12px;
	background:url(../images/bg_section_title_690.png);
	text-transform:uppercase;
}
.sec-title h2 {
	color:#fff;
	margin:0;
	padding:0;
	line-height:26px;
	font-weight:bold;
}

.content-dyn, .post-details {
	padding-top:20px;
}

.post-head {
	height:20px;
}
.post-head .social {
	float:left;
	width:118px;
	height:18px;
}
.post-head .social a {
	display:block;
	float:left;
	height:18px;
}
.post-head .social a.soc-fb {
	width:64px;
	background:url(../images/social-icon-facebook.gif) center center no-repeat;
}
.post-head .social a.soc-tw {
	width:54px;
	background:url(../images/social-icon-twitter.gif) center center no-repeat;
}

.post-attr {
	float:right;
	font-size:11px;
}
.post-attr p {
	margin:0;
	float:left;
	line-height:20px;
	padding-left:32px;
}
.post-attr p.date {
	background:url(../images/ico_cal_20.png) 7px 0 no-repeat;
}
.post-attr p.author {
	background:url(../images/ico_person_20.png) 7px 0 no-repeat;
}

.post-main {
	clear:both;
	padding-top:20px;
}


.post-files {
	clear:both;
	padding:10px 0 20px 0;
}
.post-photo {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #C0C0C0;
	margin-bottom:20px;
}
.post-photo img {
	width:240px;
	height:auto;
}

.post-foot {
	color:#4e4e4e;
	height:83px;
	padding:0 10px;
	background:url(../images/bg-section-foot-box.png) center top;
}
.post-foot .post-attr {
	padding-bottom:10px;
}
.post-foot .actions {
	clear:both;
}
.post-foot .pagination {
	position:absolute;
	right:10px;
	top:10px;
	color:#2b95ff;
	font-size:11px;
	line-height:20px;
}
.post-foot .pagination a {
	color:#2b95ff;
	text-decoration:none;
}
.post-foot .pagination a:hover {
	text-decoration:none;
}
.post-foot .post-attr {
	padding-top:10px;
	padding-right:10px;
}





/* *************************** 
   SEARCH PAGE
   ***************************/
.search-results form {
	float:right;
}
.search-results .results-text {
	padding:4px 0;
	font-weight:bold;
}
.search-results dl {
	padding:0 40px;
}
.search-results dt {
	font-weight:bold;
	margin:13px 0 8px 0;
}
.search-results a {
	text-decoration:underline;
}

/* *************************** 
   POSTS LIST PAGE
   ***************************/
.posts h2{
	font-size:12px;
	font-weight:normal;
}
.posts small{
	float:right;
	font-size:11px;
	color:#afafaf;
	font-weight:normal;
	padding-right:5px;
}
.post-photo {
	float:right;
}
.posts li {
	position:relative;
}
.posts p {
	margin:0;
	line-height:15px;
}
.posts a:hover {
	text-decoration:underline;
}
.posts li p.det {
	height:45px;
	overflow:hidden;
}
.posts li p.more {
	position:absolute;
	right:0;
	bottom:12px;
}
.posts li p.more a {
	background:#fff;
}



