/* GENERAL STYLING SITEWIDE*/


/* ELEMENTS */
*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: verdana, san-serif;
    font-size: 14px;
    background: #444;
    color: #fff;
}

a
{
    text-decoration: none;
    color: #fff;
}

ul
{
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6
{
    font-family: Georgia, serif;
}


dd
{
    margin-bottom: 1.5em;
}


.highlight
{
    font-weight: bold;
}

/* CONTAINER */
#container
{
    position: absolute;
    top: 0;
    margin-left: 8%;
    width: 1024px;
    background: #031459 url('../img/container-background.png') no-repeat;
    text-align: left;

}

/* COLUMN 1 */
#column1
{
    width: 256px;
    float: left;
}

/* LOGO */
#logo
{
    height: 295px;
    width: 235px;
    margin: 20px 0 0 15px;
    padding-top: 20px;
    background: url('../img/logo-background.png') no-repeat;
    color: #a94003;
}

#name
{
    padding: 0;
    margin: 0 0 0 10px;
    width: 175px;
    font-size: 375%;
    font-style: italic;
    text-align: center;
}

#subname
{
    width:175px;
    margin: 0 0 2em 10px;
    padding: 0;
    font-size: 95%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #a94003;
    border-bottom: 1px solid #a94003;

}

#logo p
{
    width: 175px;
    margin: 0 0 20px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 75%;

}

#logo p.small-print
{
    margin-top: .5em;
    font-size: 75%;
    font-weight: normal;
    font-family: verdana, sans-serif;
}

#logo span.shift-right
{
    margin-left: 1.1em;
}

/* NAV-GROUP */
#nav_group
{
    width: 175px;
    margin-left: 20px;
}

#nav_group li
{

    text-align: left;
    font-family: Georgia, serifs;
    font-style: italic;
}

#column1 li a
{
    display: inline-block;
    width: 125px;
}

#column1 li a:hover
{
    text-decoration: underline;
}

.nav_number
{
    margin-right: .5em;    
    font-size: 300%;
    color: #a3810d;

}

.nav_link
{
    font-size: 175%;
    vertical-align: baseline;
    color: #eee;
}

/* COLUMN 2 */
#column2
{
    width: 768px;
    min-height: 500px;
    float: left;
}

#image_holder
{
    height: 353px;
    width: 768px;
}
#content
{
    width: 500px;
    float: left;

    font-size: 95%;

    color: #ddd;
}

#content h2
{
    width:450px;
    padding-bottom: 5px;
    margin-bottom: .5em;
    border-bottom: 1px dotted #888;
    font-size: 125%;
}



#content h5
{
    font-size: 125%;
    font-weight: normal;

    color: #ff0;

}

#content p
{
    margin: 0 25px .5em 25px
}

#content li
{
    margin-bottom: .25em;
    
}

#content a
{
    font-weight: bold;
}

#content a:hover
{
    text-decoration: underline;
}

#class_group
{
    margin-top: .75em;
}

#wednesday_night li
{
    margin-bottom: .25em;
}

/* INCIDENTALS */
#incidentals
{
    width: 200px;
    margin-left: 25px;
    font-size: 75%;
    float: left;
    color: #c4a333;
}

#incidentals div
{
    margin-bottom: 50px;
}

#incidentals h4
{
    margin-bottom: 10px;
    text-align: left;
}

#incidentals ul
{
    margin-bottom: 1em;
}

#incidentals ul li
{
    text-align: left;
}

#incidentals dl
{
    text-align: left;
}
#incidentals dt
{
    font-weight: bold;
}

#wednesday_night h4
{
    margin-top: .5em;
    margin-bottom: .25em;
    text-align: left;
    padding-left: 35px;
}

/* BREADCRUMB */
#breadcrumb
{
    position: absolute;
    top: 30px;
    left: 280px;  
    
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
}

#breadcrumb h2
{
    padding: 20px;
    background: url('../img/breadcrumb_background.png');

}

#footer
{
    height: 100px;
    width: inherit;
    float: left;
}