/* CSS Document */

/* =Listing Page
---------------------------------------------------------------------
*/

#subscribe {}

#subscribe a {
	background:transparent url(../images/icon_rss.jpg) no-repeat scroll 0 0;
	display:block;
	height:17px;
	margin:0 0 15px;
	padding:1px 0 0 25px;
}

#subscribe a:hover {}

.articles h1 {
	margin-bottom:20px;
}

.article {
	border-bottom:1px solid #C5C08C;
	margin-bottom:20px;
	padding-bottom:15px;
}

.article h3 {
	margin-bottom:3px;
}

.article h3 a {
	color:#0F838F;
	text-decoration:none;
}

.article h3 a:hover {
	color:#AC630D;
}

.article .metainfo {
	line-height:16px;
	margin-bottom:10px;
}

.article .metainfo .pubdate {
	font-weight:bold;
}

.article .metainfo .author {}

.article .metainfo .author a {}

.article .metainfo .author a:hover {}


/* =Details Page
---------------------------------------------------------------------
*/

#article .left {
	width:250px;
}

#article .right {
	width:120px;
}

#article .right .media_icons {
	
}