/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/




/*#wrapper{
	width:288px;
	margin:0 auto;
}*/


		.nav{}
	
	/*#wrapper a{color:#e8914c; text-decoration:none; border-bottom:1px dotted #e8914c;}
		#wrapper a:hover{color:#eab209; border-bottom:1px dotted #eab209;}*/


#vertical-ticker{
	height:160px;
	overflow:hidden;
	margin:0; padding:0;
/*	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);*/
}

	#vertical-ticker li{
		height:40px;
		padding:8px 8px 8px 8px;
		display:block;
		color:#333;
		border-bottom:1px solid #7d977b;
		text-align:left;
		font-size:12px;
		font-weight:bold;
		font-family: Helvetica Neue, times, serif;
	}
	#vertical-ticker li a { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#000; font-size:12px; padding-left:0px; text-decoration:none;}
	#vertical-ticker li a:hover { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#000; font-size:12px; padding-left:0px; text-decoration:underline;}