/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/


/* Top Banner */

#wrapper #banner .clear {
    height: 0px;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

#wrapper #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;
}

#wrapper {
    /*padding:30px;*/
    width: 300px;
    margin: 0 auto;
}

#wrapper a, #footer a {
    color: #e8914c;
    text-decoration: none;
    /*border-bottom:1px dotted #e8914c;*/
}

#wrapper a:hover, #footer a:hover {
    color: #eab209;
/*    border-bottom: 1px dotted #eab209;*/
}


/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#wrapper #vertical-ticker {
    height: 300px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#wrapper #vertical-ticker li {
    padding: 30px 20px;
    display: block;
    background: #90c04a;
    color: #fff;
    border-bottom: 10px solid #ddd;
    text-align: center;
    font-size: 20px;
}