/* CSS */

body
{
background:#fff;
background-image:none;
background-position:top center;
background-repeat:no-repeat;
color:#5a5544;
}

a,
ul.menu li a {
color:#0d8c8f;
}

a:hover,
ul.menu li a:hover {
color:#cc9900;
}

#main #center {
margin-left:360px;
padding-top:20px;
}

#main #left-bar {
width:320px;
text-align:center;
padding-right:20px;
border-right:solid 1px #cc9900;
}

#left-bar ul.menu,
#user-info {
border:none;
margin:1em 0;
border-top:3px solid #5a5544;
}

#left-bar ul.menu li {
margin:1em;
font-weight:bold;
font-size:1.1em;
}

#user-info {
font-style:italic;
}

ul.menu li.selected a {
text-decoration:underline;
}

#center h1 {
color:#cc9900;
font-size:1.8em;
}

blockquote {
background-color:#EEEEff;
font-style:italic;
padding:1em;
line-height:150%;
font-family:Serif;
text-align:center;
}

#top-bar,
#right-bar,
#center .breadcrumb,
#left-bar h2,
#rss {
display:none;
}
