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



/* Top Banner */
#banner .clear {
height: 0px;
width: 100%;
overflow: hidden;
visibility: hidden;
display: block;
}
#banner {
z-index: 100;
background: #1a1a1a;
padding: 10px 0;
width: 100%;
display: block;
}
#banner.transparent {
background-color: transparent;
}
#banner.above {
position: absolute;
top: 0;
left: 0;
}
#banner .logo-zone {
height: auto;
clear: left;
float: left;
overflow: hidden;
}
#banner h1#logo-link {
height: 57px;
width: 160px;
margin: 24px 12px;

}
#banner h1#logo-link a {
text-indent: -9999px;
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}
#wrapper {
padding: 30px;
width: 300px;
margin: 0 auto;
}
p {

text-align: left;
}
.nav {
}



/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#vertical-ticker {
    height: 250px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent; 
}

#vertical-ticker li {
	padding: 8px 0px 7px 11px;
	display: table;
	background: transparent;
	color: #333;
	border-bottom: 1px dotted #827ab9;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
    width: 100%;
}
