body {
    margin: 2px;
    padding: 0;
    font-size: 13px;
    font-family: Verdana,
             "Trebuchet MS",
             Helvetica,
             Arial,
             sans-serif;
    background-color: #EEE;
}

#container {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFF;
}

/* Head ID and it's elements */

#head {
    margin: 0;
    padding: 0;
    height: 170px;
    background-color: #27613E;
    background-image: url(../pix/banner-left.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#head img {
    margin: 0;
    padding: 0;
    float: right;
}

#head h1, #head h2, #head h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    line-height: normal;
}

#head h1 {
    font-size: 4em;
}

#head h2 {
    font-size: 3em;
}

#head h3 {
    font-size: 2em;
}

/* main and sidebar and their elements */

#main {
    margin: 0;
    padding: 0;
    width: 670px;
    float: left;
    border-right: 1px solid #CCC;
}

#sidebar {
    margin: 0;
    padding: 0;
    width: 300px;
    float: right;
}

#sidebar img {
    margin: 0;
    padding: 5px;
}

#sidebar ul li, #sidebar p {
    list-style: none;
    text-align: center;
}

/* footer and it's elements */

#footer {
    clear: both;
    height: 50px;
    background-color: #27613E;
    background-image: url(../pix/footer-r.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #FFF;
    font-size: 0.8em;
    padding: 10px 0;
    text-align: center;
}

#footer img {
    float: left;
    padding-top: 10px;
}

/* straight elements */

h1, h2, h3, h4, h5 {
    color: #502169;
    text-align: center;
    font-style: italic;
    margin: .25em 0;
    font-family: "Palatino Linotype",
             Georgia,
             "New Century Schoolbook",
             "Nimbus Roman No9 L",
             Palatino,
             "URW Palladio L",
             serif;
}

h1 {
        font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

p, address {
    line-height: 1.2em;
    font-size: 1em;
    padding: 0 15px 1em 15px;
    margin: 0;
}

ul.no-bullet  li {
    list-style: none;
    padding-left: 10px;
}

ul.no-bullet  li ul {
    padding-left: 20px;
}

/* form styles */

fieldset {
    background-color: #DDD;
    border-width: 1px;
    border-style: solid;
    border-color: #BBB #BBB #777 #777;
    width: 600px;
    margin: 0 auto;
}

fieldset ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
}

fieldset ul li {
    margin: 0;
    padding: 0.2em 0;
    list-style: none;
    float: left;
    width: 580px;
}

fieldset ul li label {
    margin: 0;
    padding: 0 0.5em 0 0;
    line-height: 2.5;
    float: left;
    width: 170px;
    text-align: right;
    font-weight: bold;
    font-variant: small-caps;
}

fieldset ul li input.text,
    fieldset ul li textarea {
    padding: .5em;
    width: 350px;
}

fieldset ul li input#submit {
    margin: 0 0 0 177px;
    padding: .25em;
    font-weight: bold;
    font-variant: small-caps;
}

fieldset ul li#warning {
    text-align: center;
    margin: .5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #27613E;
}

div#results {
    background-color: #DDD;
    border-width: 1px;
    border-style: solid;
    border-color: #BBB #BBB #777 #777;
    width: 600px;
    margin: 0 auto;
}

div#results p {
    margin-left: 50px;
}

div#results ul {
    margin-left: 100px;
    list-style: none;
}

div#results ul li {
    color: #27613E;
    padding: .2em;
    list-style: none;
}

div#join {
    color: #FFF;
    background-color: #27613E;
    border-width: 1px;
    border-style: solid;
    border-color: #BBB #BBB #777 #777;
    width: 600px;
    margin: 0 auto;
}

div#join p {
    padding: .5em;
}

/* styles for staff page */
div.staff img, img.left {
    margin: 10px;
    float: left;
}

img.right {
    float: right;
    margin: 10px;
}

/* styling classes */
.quote {
    font-style: italic;
}

#player {
    margin-left: 133px;
    margin-bottom: 20px;
}

div.clr {
    clear: both;
}

.left {
    text-align: left;
    margin-left: .5em;
}

.centered {
    text-align: center;
}

/* Layout for Crosspoints Page */
div.current_issue {
    float: left;
    width: 400px;
}

div.current_issue img {
    padding: 15px 100px;
}

div.ci_inserts {
    float: left;
    width: 250px;
}

div.back_issues {
    clear: both;
    width: 400px;
    margin: 25px auto;
}

h1.sub {
    margin-bottom: -.1em;
}

h2.sub {
    margin-top: -.1em;
}

ul.cp li {
    list-style-type: none;
    list-style-image: url(../pix/pdficon_small.gif);
    list-style-position: inside;
}

/* Layout for two columns on left */

div.col-left {
    width: 300px;
    float: left;
}

div.col-right {
    width: 300px;
    float: right;
}

div#directions {
    clear: both;
}

div#directions img {
    margin: 0 0 0 150px;
}

/* layout for soundmanager2 inline MP3 */
a.sm2_link,
a.sm2_link:hover {
    background-color: #CCC;
    background-image: url(../pix/play.gif);
    background-repeat: no-repeat;
    display: block;
    /*float: left;*/
    padding: 2px 10px 2px 20px;
    margin-right: 3px;
    text-decoration: none;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #BBB #BBB #777 #777;
    Color: #000;
}

a.sm2_playing,
a.sm2_playing:hover {
    background-color: #34804A;
    background-image: url(../pix/pause.gif);
}

a.sm2_paused,
a.sm2_paused:hover {
    background-color: #A36339;
}

#constantcontact {
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px solid #000;
}
