@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400);
/* CSS Document */

body {
	text-align:center;
    font-family: 'Titillium Web', sans-serif;
	font: 12pt;

    background-image:url('../img/background-1600.jpg');
    background-color:#000;
    background-position:top left;
    background-repeat:no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

#container {
	text-align:left;
    margin-left:20px;
	width: 1200px;

}

h1 {
    font-size: 45pt;
    color: #fff;
    font-weight: 900;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    line-height: 55pt;
}

ul{
    margin:0px 0px 40px 0px;
    padding:0px;
    list-style-type: none;
    line-height: 25pt;
}

ul li{
    display: inline;
}

a {
    color: #fff;
    text-decoration:none;
}


a.blue{
    color: #0000FF;
    text-decoration: underline;
}

a.nav{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.nav:hover {
    text-decoration:none;
    opacity: 1;
    filter: alpha(opacity=100);
}

a.highlight{
    color: #fbd953;
}

a.active{
    opacity: 1;
    filter: alpha(opacity=100);
}

.divider{
    font-size:14pt;
    vertical-align: top;
    color:#999;
}

#featured {
	background-color: #00F;
	height: 300px;
}

#navigation{
    padding: 3px;
	float: left;
	width: 700px;
    font-weight:bold;
    color: #fff;
    font-size: 16pt;
    text-transform:uppercase;
    vertical-align:top;
    font-family: 'Alegreya Sans SC', sans-serif;
}

#detail{
    padding: 20px;
    width: 620px;
    background-image:url('../img/transparent.png');
    clear: both;
}

.pad{
    padding-right:50px;
}

#events{
    width:100%;
}

#events td th {
    padding:5px;
}

.headshot{
    float:right;
    background-color:#fff;
    padding:10px;
}

.clear{
	clear:both;}
