#news h2 {
	text-transform: uppercase;
	color: #37332e;
	margin-bottom: 0;
}

#news h2 span {
	font-weight: normal;
	color: #7e7871;
}

#news #link-subscribe {
	margin: -1.7em 0 0;
	float: right;
	/*border: 1px solid #aaa;
	padding: 0 1em 0 .75em;
	-moz-border-radius: .85em;
	background: #eee url("../images/main/bg-link-btn.png") center center;*/
}

#news #link-subscribe a {
	font-size: 11px;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	background: url("../images/main/bg-link-subscribe.png") no-repeat right center;
	padding-right: 18px;
	display: block;
}

#news ol.feed {
	margin: 0;	
	border-top: 1px dotted #afa79f;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	list-style: none;
}

#news ol.feed li {
	padding: 1.7em 0 1.7em;	
	border-bottom: 1px dotted #afa79f;
}

#news ol.feed li p.thumbnail {
	margin: .318em 1em 0 0;
	float: left;
	display: inline;
	background-color: #000;
}

#news ol.feed li .title {
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-variant: normal;
}

#news ol.feed li .date {
	display: none;
}

#news ol.feed li p.summary {
	font-size: 11px;
	margin: 0;
	position: relative;
	overflow: hidden;
	height: 6.027em;
}

#news ol.feed li .link-more {
	background-color: #e9e9e9;
	position: absolute;
	bottom: 0;
	right: 0;	
	padding-left: .25em;
}


#news p.link-more {
	text-align: right;
	margin: .502em 0;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 11px;
}

#news-post p.date {
	font-style: italic;
}

#news-post #slideshow {
	height: 275px;
	background-color: #EAE9E7;
	text-align: center;
}

#news-post #slideshow div {
	margin-left: 61px;
}

#copy div.pager {
	text-align: center;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

#copy div.pager ul {
	margin: 0;
	display: inline;
}

#copy div.pager ul li {
	display: inline;
	margin: 0 .25em;
}

#share_this {
	float: right;
}

