﻿/* HTML */
html, body
{
    margin: 0;
    padding: 0;
}

body
{
    font: 12px Georgia,Verdana,sans-serif;
    text-align: center;
    letter-spacing: 100%;
    word-spacing: 100%;
}

a
{
    text-decoration: none;
    color: Black;
}

a:hover
{
    color: #618cb6;
}

div#navigation a:hover
{
    color: #618cb6;
}

div#header a:hover
{
    color: Black;
}

a:img
{
    border: 0;
}

img
{
    border: 0;
}

strong
{
    font-size: 20px;
    font-weight: 100;
    color: #618cb6;
}

/* HEADER */
div#header 
{
    background: url('../dev_images/top_gradient.gif') repeat-x;
    height: 130px;
}

div#header img
{
    float: left;
    margin: 0;
    padding-left: 1px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#header h1
{
    height: 130px;
    line-height: 130px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.01em;
}

div#header a:hover
{
    color: inherit;
}
    

span.white
{
    color: white;
    font-size: 1.2em;
    font-weight: 100;
}

/* CONTAINER */
div#container
{
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

/* WRAPPER */
div#wrapper
{
    float: left;
    width: 100%;
}

/* NAVIGATION */
div#navigation
{
    float: left;
    width: 219px;
    font-size: 16px;
    height: 385px;
    border: solid 1px #618cb6;
    border-top: 0;
    border-bottom: solid 1px #618cb6;
}

div#navigation img
{
    margin-top: -.5em;
    margin-bottom: .3em;
}

div#navigation ul.no_bullet
{
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
    padding-top: 0px;
    margin: 0;
    background: url('../dev_images/link_back.gif') repeat-y;
    line-height: 42px; /* 2.58 */
}

div#navigation ul.no_bullet img
{
     position:relative;
     left:-7px;
     bottom:-14.5px;
     border:solid 1px #618cb6;
}

/* FLASH */
div#flash
{
    float: left;
    padding: 10px;
    padding-right: 30px;
    width: 465px;
    height: 360px;
    background: url('../dev_images/flash_back.gif') repeat-x;
}

/* PRIMARY */
div#primary
{
    float: left;
    width: 500px;
    height: 100%;
    min-height: 580px;
    background: url('../dev_images/primary_back.gif') repeat-y;
    padding: 8px;
    padding-left: 5px;
    padding-bottom: 45px; /* To deal with the dotted line gap */
}

div#primary img.formatted
{
    float: left;
    padding: 10px;
    padding-top: 5px;
}

/* CALENDAR */
strong.main_month
{
    font-size:xx-large;
    float: right;
    color: #999965;
}

strong.small_month
{
    font-size: 18px;
    color: #999965;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

div#cal_left
{
    float: left;
    width: 100%;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    padding-right: 10px;
    padding-left: 3px;
}

div.events
{
    text-align: left;
    padding-right: 5px;
}

div.events td
{
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.hasDate 
{
    position: relative;
    display: block;
    width: 50px;
    font-size: 16px;
}

.date 
{
     position: absolute;
     top: 2px;
     left: 0px;
}

div.events a:hover
{
    color: #c69c30;
}

div#cal_right
{
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

div#cal_right p
{

    font-weight: bold;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

div#cal_right a.email
{
     text-decoration: underline;
     font-size: 10px;
}

div#cal_right img.title, div#cal_left img.title
{
    width: 225px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

strong.right_title
{
    font-size: 18px;
    color: #999965;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

div#cal_right a:hover
{
    color: #c69c30;
}

/* LINKS */
div#links
{
    width: 185px;
    height: 368px;
    background: url('../dev_images/right_back.gif') no-repeat;
    float: left;
    font-size: 12px;
    padding-top: 17px;
    padding-left: 5px;
    overflow: auto;
    line-height: 100%;
    border: solid 1px #618cb6;
    border-top-width:0;
}

ul.no_bullet
{
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    color: #618cb6;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 14px;
}

div#links ul.no_bullet li
{
    padding-top: 5px;
    line-height: 100%;
}

/* FOOTER */
div#footer
{
    clear: both;
    width: 880px;
    background: url('../dev_images/footer_back.gif') repeat-x;
    height: 2.0em;
    padding-left: 20px;
    padding-top: 3px;
}

div#footer a.right
{ 
    position: relative;
    left: 355px;
    text-decoration:underline;
    display: inline;
}