body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 74% verdana, arial,  "Trebuchet MS", sans-serif;
}

#container {
	width: 100%;
	\width: 100%;
	w\idth: 99%;
	border: 0px solid #eee;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 1.5em;
}

#banner {
	height: 90px;
	padding: 0;
	margin-bottom: 10px;
	background: #fff url(/media/images/banner.jpg) no-repeat;
	color: #333;
}
#banner h1 {
	width: 30%;
	font-size: 200%;
	letter-spacing: 5px;
	color:#538ebc;
	background: #fff;
}

/* TOP NAVIGATION */
#navlist {
	width: 100%;
	padding: 4px 5px 5px 0;
	margin: 0 0 20px 0;
	text-align: left;
	letter-spacing: 3px;
	color: #fff;
	background: #305b7d;
}
#navlist em {
    	letter-spacing: 0px;
	font-style:normal;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 5px .75em;
	margin: 0;
	color: #fff;
	background: #305b7d;
	text-decoration: none;
}
#navlist li a:link { 
	color: #fff;
	background: #305b7d;
}
#navlist li a:visited {
	color: #fff;
	background: #305b7d;
}
#navlist li a:hover {
	color: #000;
	background: #538ebc;
}
#navlist li a#current {
	color: #fff;
	background:#538ebc;
}

/* LEFT MENU */
.menu ul {
	padding-left: 15px;
}
.menu ul li {
	line-height: 1.8em;
	margin: 0px;
	padding: 0;
	list-style-type: square;
	color: #538ebc;
	background: inherit;
}
.menu ul li a {
	color: #F17C0B;
	background: inherit;
}
.menu ul li a:hover {
	color: #538ebc;
	background: inherit;
}

/* MAIN CONTENT */
#content {
	padding: 0 20px 0 20px;
	margin-left: 170px;
	margin-right: 170px;
	color: #333;
	background-color: #fff;
}

/* ARTICLES */
.bottom-box {
	float:left;
	width: 31%;
	margin: 3px 0 5px 0;
	padding: 5px;
	text-align:left;
}

/* LEFT SIDEBAR */
#sidebar-a {
	float: left;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin-right: 5px;
	padding: 0 5px 0 5px;
	color: #666;
}

/* RIGHT SIDEBAR */
#sidebar-b {
	float: right;
	width: 150px;
	\width: 160px;
	w\idth: 150px;
	margin: 0 0 0 5px;
	padding: 0 5px 15px 5px;
	color: #666;
}

/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	margin: 0;
	background-color: #305b7d;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #fff;
	background-color:#305b7d;
}
#footer  a:hover {
	text-decoration: none;
	color: #FE3F22;
	background-color:#305b7d;
}

/* LINKS */
a {
	text-decoration: none;
	color: #F17C0B;
}
a:hover {
	text-decoration:underline;
	color: #666;
}
a img {
	border: 0;
}

/* IMAGE PROPERTIES */
.border {
	padding: 10px;
	margin: 10px;
	border: 1px solid #305b7d;
}
.imgleft {
	float: left;
	border: 1px solid #305b7d;
	margin: 5px 10px 10px 15px;
	padding: 5px;
}
 
/* HEADING PROPERTIES */
h2  { 
	margin-top: 0;
	font-size: 130%;
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#305b7d;
	background: #fff;
}
h3 {
	padding: 5px;
	text-transform: uppercase;
	font-size: 110%;
	color:#fff;
	background: #5791be;
}
h4 {
	text-transform: uppercase;
	font-size: 110%;
	color:#305b7d;
}
/* SITE STYLES */
#content img {
    vertical-align:top;
}

.presentation-detail .schedule {
    font-weight:bold;
}
.presentation-detail .description {
    margin-left:20px
}
.presentation-detail .presenter .who {

}
.presentation-detail .presenter .who .name {
    font-weight: bold;
}
.presentation-detail .presenter .bio {

}

.presentation-list {

}
.presentation-list .presentation {

}
.presentation-list .presentation .name {
    font-weight:bold;
    font-size:140%;
}
.presentation-list .presentation .presenter {
    font-weight:bold;
}
.presentation-list .presentation .schedule {
    font-style:italic;
    font-size:115%;
}
.presentation-list .presentation .description {
    margin-left:40px;
}
/* OTHER */
.error,.errors {
    color:red;
}

#currentlyPlaying, .siteMessage {
	width: 100%;
	padding: 4px 5px 5px 0;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	background: #ad3030;
}
#currentlyPlaying a, .siteMessage a {
    color: blue;
}
