/* 
    Document   : style
    Created on : 19.03.2011, 7:46:22
    Author     : Andrew Saponenko <roguevoo@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.channel-item {
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px 10px;
	background-color: #fff;
	overflow: hidden;
}

.channel-item .title {
	font-weight: 400;
	letter-spacing: -1px;
}

.channel-item a.title:link, .channel-item a.title:visited{
	text-decoration: none;
}
.channel-item a.title:hover{
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
}

.channel-item .pdate {
	color: #999;
	text-transform: uppercase;
}

.channel-item .description {
	border-top: 1px solid #eee;
	padding: 5px 5px;
}
