
/* BEGIN TYPOGRAPHY & COLORS */
ul{
    margin-top:0px;
    margin-bottom:0px;
}

body {
    margin: 0;
    padding: 0;  
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #333;
    text-align: center;
    background:#d5d6d7 url("../img/eventbgcolor.jpg");
}

a {
    color: #3e5a12;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;

}

a:hover {
    color: #3e5a12;
    background-color: #eaf8e6;
    text-decoration: none;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 1.6em;
    color: #333;
}

h3 {
    font-size: 1.2em;
    line-height:5px;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

td {
    background: none;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color:#5d6e75;
    padding: 0px;
    text-align:left;
}



hr { /*Horizontal Line*/
height:0;
border:none;
padding:0px 0 0px 0;
border-bottom:1px solid #1768B7;
}

a img {
    border: none;
    }



.hidden{
    display:none;
}

/* BEGIN LAYOUT */

#page {
    margin: 10px auto;
    padding: 0;
    width: 950px;
    border: 1px solid #959596;
    text-align: left;
    background:white url("../img/bean12.jpg") repeat-y top; border: none;
}

#header {
    position:relative;
    padding: 0;
    margin: 0 auto;
    height: 405px;
    width: 100%;
    background: #73a0c5 no-repeat bottom center; 
}

#header h1{
    position:absolute;
    top:50px;
    left:0px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 4em;
    text-align: center;
}

#header h1 a, #header h1 a:hover{
    color:white;
}

#header h2 {
    position:absolute;
    top:100px;
    left:0px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    color: #ffffff;
}

#title {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Franklin Gothic Heavy', 'Lucida Grande', Verdana, Arial, Sans-Serif;  
    color: #FFFFFF;
    position: relative;
    top: 220px;
    left:  -25px;
    text-align: right;
    cursor: default;
    text-shadow: 0px 0px 5px #3e5a12, 0px 2px 2px #3e5a12;
    }
    
#eventdate {
    position:relative;
    font-weight:bold;   
    font-size: 12px;
    color:#ffffff;
    text-align: right;
    left: -30px;
    top:270px;
    text-shadow: 0px 0px 5px #3e5a12, 0px 2px 2px #3e5a12;
    }


.eventdesc{
    /*color:#1768B7;*/
    color: #ffffff;
    font-size: 18px;
    font-family: 'Franklin Gothic Heavy', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    
    position: relative; 
    top: 250px;
    left: 120px;
    text-align:right;
    width:800px;
    text-shadow: 0px 0px 5px #3e5a12, 0px 2px 2px #3e5a12;
    }


/* LOGIN */

#navigation{
    font-size: 11px;
    width: 690px;
    height: 22px; 
    position: relative;
    /*top: 63px;
    left: 13px;*/
    list-style: none;
}
#navigationmenu{
    font-size: 11px;
    width: 690px;
    height: 22px; 
    position: absolute;
    top: 65px;
    left: -11px;
    list-style: none;
}

#navigation li{
    background: none;
    display: inline;
}



#content {
    float:right;
    margin-top:22px;
    font-size: 1.2em
}


#sidebar {
    float: left;
    margin:0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    width: 184px;
    top:10px;
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    /*background-color:#F2F2F2;*/
    background-color:#ffffff;
}

/* navigation list adapted from
 * http://maxdesign.com.au/presentation/tame/test11.htm */
.navlist {
    padding:0px;
    margin:0px;
    text-indent:0;
}


.navlist ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.navlist li {
    padding:0;
    margin:0;
}

.navlist a {
    display:block;
    padding:2px 5px;
    width:182px;
}

.navlist a:link, .navlist a:visited {
   color:#3e5a12;
    background-color:#bbe8a4;
    text-decoration:none;
}

.navlist a:hover, .navlist a:active {
    color:white;
    background-color: #3e5a12;
    text-decoration: none;
}
        
.navlist ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
        
.subnavlist li {
    margin:0;
}
        
.subnavlist a {
    display: block;
    padding: 0px 2px 0px 20px;
    width: 170px;
}
    
.subnavlist a:link, .subnavlist a:visited {
    background-color: #eaf8e6;
    text-decoration: none;
}
    
.subnavlist a:hover, .subnavlist a:active {
    color:white;
    background-color: #3e5a12;
    text-decoration: none;
}


.narrowcolumn {
    padding: 10px 30px 20px 10px;
    margin: 0px 0 0;
    width: 680px;
    text-align:justify;
}


.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 950px;
    height: 115px;
    clear: both;
    background:transparent url("../img/eventfooter12.jpg") bottom left no-repeat;
}

#footer p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/* END LAYOUT  */





/* Lee */

/* Committee list*/
.committee-list td {
    padding:3px;
    font-family: verdana; 
    font-size: 10pt; 
    color: black;
}

.committee-list-poster td {
    padding:3px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: black;
}

.committee-list img
{
    width:70px;
}

#external_content {
    float:right;
    margin-top:22px;
    font-size: 1.2em
}


#external_content a {
    color: #3e5a12;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2em;
}

#external_content a:hover {
    color: #3e5a12;
    background-color: #eaf8e6;
    text-decoration: none;
}


.smallt {background: url(../img/dot.gif) 0 0 repeat-x; width: 20em;}
.smallb {background: url(../img/dot.gif) 0 100% repeat-x}
.smalll {background: url(../img/dot.gif) 0 0 repeat-y}
.smallr {background: url(../img/dot.gif) 100% 0 repeat-y}
.smallbl {background: url(../img/bl2.gif) 0 100% no-repeat}
.smallbr {background: url(../img/br2.gif) 100% 100% no-repeat}
.smalltl {background: url(../img/tl2.gif) 0 0 no-repeat; padding:5px}
.smalltr {background: url(../img/tr2.gif) 100% 0 no-repeat; padding:10px}
