
body
{
    background-image: url(/static/images/bg1.png);
    background-repeat: repeat-x;
    background-position-x: 50%;
    background-position-y: 0px;
    background-color: #fefeff;
}

h1
{
    width: 100%;
    color: #8ADEDE;
    padding: .3em;
    background-color: #304070;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    font-size: 24pt;
    font-weight: bold;
}

h2
{
    background-color: #304070;
    color: #8ADEDE;
    font-size: 16pt;
    font-weight: bold;
    padding: .3em;
}

#container
{
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    color: #304070;
    text-align: left;
}

#footer
{
    background-color: #ccf;
    width: 100%;
    height: 75px;
    clear: both;
    margin: 0;
    padding-bottom: .5em;
}

#footer ul
{
    list-style: none;
}

#footer li
{
    float: left;
    margin: 1em 2em 0 0;
}

#header
{
    padding-top: 10px;
    text-align: center;
    height: 87px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}

.outline { border: 1px #77a dotted; }

#cslogo { float: left; }

#content
{
    width: 700px;
    float: left;
    padding: 1em;
    font-size: 12pt;
}

#content h2
{
    width: 98%;
    padding: .2em;
    padding-left: .5em;
    margin-left: .25em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

#content div,p
{
    width: 95%;
    padding-left: .5em;
}

#content a:hover
{
    color: #8ADEDE;
}

#content a
{
    color: #aaf;
}

#main
{
    overflow: auto;
    padding: 0;
    margin: 0;
    border-left: 3px solid #ccf;
    border-right: 1px solid #ccf;
    background-color: #eef;
}

#sidebar
{
    width: 240px;
    margin-right: 10px;
    float: right;
    height: 100%;
}

.sidebar-list
{
    border: 1px solid #304070;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
    margin-top: 3em;
    margin-bottom: 3em;
}

.sidebar-inner
{
}

.sidebar-list h2
{
    font-weight: bold;
    padding-left: 0.5em; 
}

.sidebar-news-item
{
    background-color: #ddf;
    padding: .5em;
    margin: .5em;
}

.sidebar-news-headline
{
    font-weight: bold;
    color: #304070;
}

.sidebar-news-date
{
    font-weight: bold; 
    font-size: .8em;
    padding-left: .5em;
}

.sidebar-news-content
{
    font-weight: normal; 
    font-size: .9em;
    padding-left: 1em;
}

.nav-menu
{
    list-style: none;
    margin: 55px 0 0 0;
    padding: 0;
}

.nav-menu li
{
    float: left;
    margin: 0 0.5em;
    padding: 0 0.25em;
}

.nav-menu li a
{
    line-height: 2em;
    float: left;
    display: block;
    color: #8ADEDE;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.nav-menu li a:hover
{
    color: white;
}

#powered-by { color: #174410; }

.member-name { font-weight: bold; font-size: 120%; }

.member-instrument { font-style: italic; }

img.headshotRight {
	margin: 1em;
	float: right;
}
	
img.headshotLeft {
	margin: 1em;
	float: left;
}
	

