/* Override stylesheet for Itaka */

body {
	background-color: #990000;
	padding: 0 !important;
	margin: 0 !important;
	color: white !important;
}

#header {
        background: transparent;
        color: white;
        border: none;
        padding: .2em .5em;
}

/* Main navigation bar */
#mainnav {
         background: white url(../common/topbar_gradient.png) 0 0;
         border: none;
         border-top: 1px solid #000 !important;
         border-bottom: 1px solid #000 !important;
         text-align: center;
         margin: .66em 0 0 0; 
}

li a:hover {
         color: black !important;
}

#mainnav li a:hover {
         color: black !important;
         background-color: #cccccc !important;
         border-right: 1px solid #ccc !important;
}

#mainnav .active :link, #mainnav .active :visited {
          background: #333 url(../common/topbar_gradient2.png) 0 0 repeat-x;
          border-right: 1px solid #000 !important;
          color: white !important;
}

#metanav a {
        color: white !important;
        text-decoration: none !important;
        background-color: transparent !important;
}

#metanav a:hover {
        color: #ff9900 !important;
}

#main {
	padding: 1em;
	background-color: white;
	margin: 0 !important;
	color: black !important;
}

#footer {
	padding: 1em;
	background-color: white;
        border-bottom: 1px solid black;
	}

.quote {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1.3em;
    border: 0;
    padding: 0.8em 2em 0.5em 3.8em;
    color: #5A5A5A;
    background: transparent url(quotes.gif) top left no-repeat;
}

/* Inherit from Trac */
#footer .powered { border: 0; float: left }
#footer .powered:hover { background: transparent }

