@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html {
    background: #004e74;
}
a:focus {
	outline: thin dotted;	
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
img, fieldset {
	border: none;	
}
body {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
.container_16 {
	text-align: left;
	width: 960px;
    margin: 0 auto;
}
form label.invisible {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;	
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;	
}

/* Header */

#header {
	background: url(/images/header_bg.png) repeat-x;	
}
#general_header {
    padding-top: 14px;
}
#general_header #header_top a {
     color: #89BDEB;
     font-size: 0.9em;
     text-shadow: 0px -1px 1px #00304e;
}
#general_header #header_top img {
     margin-right: 5px;
}
#general_header #header_bottom {
    margin-top: 5px;
    *margin-top: 7px;
}

/* Footer */

#footer {
    color: #99adbe;
    font-size: 0.8em;
    height: 100px;
}
#footer a {
    color: #83b7e9;
}
#footer #general_footer {
	background: url(/images/footerborder.png) no-repeat;
	padding-top: 15px;
    margin-top: 35px;	
}
#footer #left_footer {
    line-height: 1.5em;
    float: left;
}
#footer #right_footer {
    float: right;
}

/* Homepage */

#top_section {
     margin-top: 10px;
}
#top_section img.mapicon {
    margin-right: 7px;
}
#sidebar {
     color: #CDDFEC;
     line-height: 1.3em;
     margin: 5px 23px 0 0;
     width: 230px;
}
#sidebar a {
    color: #89BDEB;
}
.event_desc {
	width: 220px;	
}
#countdown_container {
	margin: 22px 0;	
}
.status-before {
    color: #fff;
    background: rgb(44, 60, 75);
    background: rgba(6, 6, 6, 0.35);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 22px;
    text-align: center;
}
#countdown_container span.streaming {
    font-size: 0.7em;
    font-weight: bold;
}
#countdown_container #countdown_time {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 6px;
    font-family: Times, "Times New Roman", serif;
}
#countdown_container #countdown_labels {
    font-size: 0.7em;
    font-weight: bold;
    margin: 5px 0 0 3px;
}
#countdown_container #countdown_labels span.marg_left {
    margin-left: 35px;
}
#countdown_container #countdown_time img {
	width: 23px;	
}
#checkbacksoon {
    color: #fff;
    background: rgb(44, 60, 75);
    background: rgba(6, 6, 6, 0.35);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px 22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
}
#marquee_with_video {
    position: relative;
}
#presentation_medialive {
    position: absolute;
    top:19px;
    left:116px;
    border: 1px solid #000;
    box-shadow: 0 0 7px #f4f4f4;
    -moz-box-shadow: 0 0 7px #f4f4f4;
    -webkit-box-shadow: 0 0 7px #f4f4f4;
}
#colead_sponsors {
    width: 647px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    position: relative;
    z-index: -1;
    left: 11px;
    top: -10px;  
}
#colead_sponsors ul li {
    display: inline;
}
#colead_sponsors .floatLeft {
	width: 324px;	
}
#colead_sponsors .floatRight {
	width: 323px;	
}
#bottom_section {
    margin-top: 20px;
}
#left_container {
     margin-right: 28px;
     width: 450px;
}
#left_container #archives {
     left: -5px;
     top: 10px;
     position: relative;
}
#twitter_container #twitter_title {
    background: url(/images/twitter_icon.png) no-repeat;
    padding: 0 0 10px 40px;
    zoom: 1;
}
#twitter_container #twitter_title a {
    color: #89BDEB;
    font-size: 0.8em;
}
#twitter_feed {
    margin-top: 15px;
}
#twitter_feed div {
    margin-bottom: 1px;
    color: #fff;
    font-size: 0.8em;
    padding: 12px 15px;
    line-height: 1.4em;
}
#twitter_feed div.odd {
	background: rgb(84, 104, 124);
    background: rgba(255, 255, 255, 0.15);    
}
#twitter_feed div.even {
	background: rgb(75, 98, 118);
    background: rgba(255, 255, 255, 0.10);
}
#twitter_feed .stats {
    color: #bbcedc;
}
#sponsor_container {
	width: 482px;	
}
#sponsor_container .sponsors {
	margin-bottom: 15px;	
}
#sponsor_container .sponsor {
    text-transform: uppercase;
    font-size: 0.55em;
    color: #879dae;
    line-height: 1.5em;
}
