/* $Id: views-styles.css,v 1.1 2009/08/12 04:25:15 johnalbin Exp $ */

/**
 * @file
 * Views Styling
 */

#story-row {
	padding-top:10px;
	margin-top:20px;
}

#story-date {
	margin-bottom:15px;
	color:#666;
}

#story-teaser p {
	margin-bottom:0px;
	paddin-bottom:0;
}


#story-title {
	padding-top:15px;
	font-size:20px;
	font-family:"Times New Roman";
	font-weight:800;
	line-height:1.2em;
}

#story-title a {
	padding-top:20px;
	font-size:20px;
	font-family:"Times New Roman";
	font-weight:800;


}

#story-title a:hover {
border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#804000;
}

#story-author {
	margin-top:7px;
	color:#666;
	font-weight:900;
	font-size:16px;
	font-family:"Times New Roman";

}

#view-header {
	color:#000;
	font-size:24px;
	padding-bottom:15px;
	font-family:"Times New Roman";
	font-weight:900;

}

#cmt-title {
	border-bottom:1px dotted #666;
	padding-bottom:2px;
	padding-left:5px;
	width:110px;
	padding-right:5px;
}

#comments-header {
	color:#666;
	font-weight:bold;
	margin-bottom:5px;
}

#teaser-term {
	color:#999;
	margin-top:2px;
	font-weight:300;
	display:inline;
}



#slider-nodes {
	text-align: right;
	direction:rtl;
	width: 485px !important;
	display:block;
	background:#f2f2f2;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px; 
	float:right;
	margin-right:auto;
	text-decoration:none;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:7px;
}

#slider-nodes a{
	color:#804000;
}


#slider-nodes p {
	padding:0;
	margin:0;
	font-size:12px;
	color:#333;
}

#news-source {
	font-size:9px;
	color:#555;
}

#news-time {
	font-size:9px;
	color:#666;
	font-weight: 600;
}

