/**********************************************
Reset (meyerweb.com)
**********************************************/
html{color:#333;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;} a{outline:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

.clear { clear:both; }
.left { float:left; }

body {
	color: #FFF;
	background-color: #791115; /* #DD0000 */
	font: normal 11px/16px Georgia, serif;
	}
input, select, textarea {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	}
a, a:link, a:visited, a:active {
	color: #D00;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
h2 {
	width: 677px;
	padding: 0 8px 15px 0;
	margin: 0;
	font: bold 20px/30px Georgia, serif;
	}
	h2 span{
		font-weight: normal;
		font-size:14px;
		}
	h2 em{
		font-size:12px;
		display:block;
		}
	
h3 {
	width: 100%;
	padding: 8px 0;
	margin-bottom: 10px;
	font: bold 16px Georgia, serif;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	}
h4 {
	padding-bottom: 15px;
	font: bold 14px Georgia, serif;
	}
h4.underline {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font: bold 12px Georgia, serif;
	border-bottom: 1px solid #CCC;
	}
h4.headline {
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 0;
	}
p {
	padding-bottom: 10px;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
p img {
	vertical-align: middle;
	}
blockquote {
	margin-bottom: 5px;
	padding: 5px 0;
}
blockquote em {
	color: #666;
	display: block;
	padding: 5px 10px;
}
ul {
	padding-left: 15px;
	margin-bottom: 10px;
	}
ul li {
	padding: 0 0 3px 3px;
	list-style: disc;
	}
ul ul li {
	list-style: circle;
	}
dl {
	padding-bottom: 15px;
	}
dl dt {
	font: bold 12px Georgia, serif;
	}
dl dd {
	padding-left: 10px;
	}
img.left {
	margin-right: 12px;
	margin-bottom: 8px;
	float: left;
	}
img.right {
	padding-right: 5px;
	margin: 0 0 8px 8px;
	float: right;
	}
#container .last, #container #calendar div.last{
	margin-right: 0;
	}
/***** GRID *****/
#page_wrap {
	width: 980px;
	margin: 28px auto 0 auto;
	}
#header {
	width: 980px;
	height: 58px;
	background: url(../../assets/images/header.gif) no-repeat top left;
	}
#title {
	height: 98px;
	width: 940px;
	float: left;
	}
#menu {
	width: 940px;
	height: 26px;
	margin: 0 auto;
	background: url(../../assets/images/menu-bar.gif) no-repeat top left;
	text-align: center;
	padding-top: 6px;
	}
#home #menu {
	margin-bottom: 12px;
	}
#dropshadow {
	width: 970px;
	background-image: url(../../assets/images/dropshadow.gif);
	padding: 0 5px;
	}
#container {
	width: 940px;
	color: #444;
	background-color: #FFF;
	padding: 15px;
	overflow: hidden;
	}
#sidebar {
	width: 240px;
	margin-top: 15px;
	margin-right: 25px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#feature {
	width: 940px;
	margin-bottom: 12px;
	}
#home {
	width: 940px;
	margin-bottom: 25px;
	}
#content {
	width: 675px;
	margin-top: 15px;
	float: left;
	}
#content em strong{
	font-style:italic;
	font-weight:bold;
}
	
.studentcontent em {
	font-style:italic;
	
	}
.studentcontent strong em{
	font-style:italic;
	font-weight:bold;
	}	
.studentcontent strong {
	
	font-weight:bold;
	}	
.bold_italic em {
	font-style:italic;
	font-weight:bold;
	}	
#footer {
	width: 980px;
	padding-bottom: 28px;
	}

/***** HEADER *****/
h1 {
	height: 27px;
	width: 87px;
	margin: 14px 0 0 25px;
	float: left;
	}
#search {
	height: 56px;
	font-size: 10px;
	float: right;
	}
#search div.input {
	margin-top: 17px;
	margin-right: 8px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#search div.input input {
	padding-left: 5px;
	width: 200px;
	}
#search div.button {
	padding-top: 10px;
	padding-right: 16px;
	float: left;
	}
#search div.button a.searchbtn {
	height: 34px;
	width: 34px;
	text-indent: -9999px;
	background: url(../../assets/images/search.gif) no-repeat left top;
	overflow: hidden;
	display: block;
	}
#search div.button a:hover {
	background-position: left bottom;
	}

/***** MENU *****/
#menu ul {
	width: 815px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	}
#menu ul li {
	padding: 0;
	margin-right: 40px;
	list-style: none;
	float: left
	}
#menu ul li a {
	text-indent: -9999px;
	display:block;
	overflow: hidden;
	}
#menu ul li a.opera {
	height: 19px;
	width: 59px;
	background: url(../../assets/images/menu/menu_operas.gif) no-repeat left top;
	}
#menu ul li a.events {
	height: 19px;
	width: 58px;
	background: url(../../assets/images/menu/menu_events.gif) no-repeat left top;
	}
#menu ul li a.tickets {
	height: 19px;
	width: 61px;
	background: url(../../assets/images/menu/menu_tickets.gif) no-repeat left top;
	}
#menu ul li a.support {
	height: 19px;
	width: 67px;
	background: url(../../assets/images/menu/menu_support.gif) no-repeat left top;
	}
#menu ul li a.experience {
	height: 19px;
	width: 84px;
	background: url(../../assets/images/menu/menu_experience.gif) no-repeat left top;
	}
#menu ul li a.education {
	height: 19px;
	width: 81px;
	background: url(../../assets/images/menu/menu_education.gif) no-repeat left top;
	}
#menu ul li a.about {
	height: 19px;
	width: 72px;
	background: url(../../assets/images/menu/menu_about.gif) no-repeat left top;
	}
#menu ul li a.press {
	height: 19px;
	width: 49px;
	background: url(../../assets/images/menu/menu_press.gif) no-repeat left top;
	}
#menu ul li a.over, #menu ul li a:hover {
	background-position: left bottom;
	}

/***** SUBMENU *****/
#submenu {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	}
#submenu span {
	margin-right: 40px;
	}
#submenu span a {
	color: #333;
	font: bold 8px  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	}
#submenu span a:hover, #submenu span a.on {
	color: #FF0000;
	text-decoration: none;
	}

/***** HEADER TOP CAPS *****/
h3.header {
	padding: 0;
	margin: 0;
	border: 0;
	height: 20px;
	background: url(../../assets/images/top_cap_right.gif) no-repeat right top;
	}
h3.header span {
	padding: 0 0 0 10px;
	color: #FFF;
	font: bold 9px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	background: url(../../assets/images/top_cap_left.gif) no-repeat left top;
	display: block;
	}

/***** HOME *****/
#home #sidebar {
	margin-right: 0;
	}
#home div.column {
	width: 335px;
	margin: 15px 15px 0 0;
	float: left;
	}
#home #tabs {
	width: 335px;
	}
#home #tabs a.full {

	padding: 10px 0 0 120px;
	display: block;
	float: left;
	}
#home #tabs a.more {
	width: 315px;
	padding-top: 15px;
	text-align: center;
	float: left;
	display: block;
	}
#home #tabs a.item {
	width: 315px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	float: left;
	display: block;
	cursor: pointer;
	}
#home #tabs a:hover.item {
	background-color: #FEEFEF;
	text-decoration: none;
	}
#home #tabs a.item p {
	color: #444;
	}
#home #tabs a.item p.date {
	height: 16px;
	padding: 0 0 3px 20px;
	margin-bottom: 3px;
	color: #333;
	font: bold 10px/16px Georgia, serif;
	background: url(../../assets/images/scoop_icon.gif) no-repeat left center;
	}
#home #tabs a.item h4 {
	padding: 0 0 10px 20px;
	color: #DD0000;
	font-weight: normal;
	font-size: 13px;
	}

#home #tabs ul.tab_navigation {
	width: 335px;
	padding: 0;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	float: left;
	}
#home #tabs ul.tab_navigation li a {
	color: #FFF;
	text-decoration: none;
	float: left;
	}
#home #tabs a.latest, #home #tabs a:hover.latest {
	background-color: #FFDFDF;
	text-decoration: none;
	}
#home #tabs a.item div.artist {
	width: 315px;
	margin-bottom: 8px;
	float: left;
	}
#home #tabs a.item div.artist img {
	padding-right: 8px;
	float: left;
	}
#home #tabs a.item div.artist h4 {
	padding: 0;
	float: left;
	}
div.video_thumb {
	width: 90px;
	height: 60px;
	float: left;
	margin: 0 8px 8px 0;
	background-position: center center;
	}
img.video_large_thumb {
	width:480px;
	height:360px;
	float:left;
	margin:0 8px 8px 0;
}
#home div.season {
	margin-bottom: 15px;
	overflow: hidden;
	}
#home div.season h4 {
	height: 35px;
	width: 327px;
	padding: 0 0 0 8px;
	margin-top: 1px;
	color: #D00;
	font: bold 11px/35px Georgia, serif;
	background-color: #FFDFDF;
	float: left;
	}
#home div.season ul {
	padding: 0;
	margin-bottom: 5px;
	float: left;
	}
#home div.season ul li {
	padding: 0;
	list-style: none;
	}
#home div.season ul li a {
	height: 22px;
	width: 303px;
	padding: 0 8px 8px 24px;
	line-height: 30px;
	color: #444;
	text-decoration: none;
	background: url(../../assets/images/dates_icon.gif) no-repeat 8px center;
	border-bottom: 1px solid #CCC;
	display: block;
	}
#home div.season ul li a:hover {
	background-color: #FEEFEF;
	}
#home div.season ul li a span {
	float: right;
	}
#home div.performer {
	width: 335px;
	float: left;
	}
#home div.performer p {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #CCC;
	}
#home div.performer div.info {
	width: 315px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFDFDF;
	float: left;
	}
#home div.performer div.info h4 {
	color: #DD0000;
	font: bold 12px Georgia, serif;
	padding: 6px 0 2px 0;
	}
#home div.performer div.info a {
	padding-right: 10px;
	float: left;
	}
#home div.performer div.info p {
	padding: 0 0 10px 0;
	border: none;
	float: left;
	}

/***** OPERAS *****/
#content div.title {
	height: 60px;
	padding-top: 25px;
	margin-bottom: 17px;
	}
#content div.title img {
	padding-left: 15px;
	vertical-align: middle;
	}
#content div.title span {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	}
#content #tabs {
	width: 675px
	margin-bottom: 15px;
	float: left;
	}
#content #tabs div {
	width: 655px;
	padding: 10px;
	background-color: #FFDFDF;
	float: left;
	}
#content #tabs ul.tab_navigation {
	width: 675px;
	padding: 0;
	margin-bottom: 1px;
	display: block;
	float: left;
	overflow: hidden;
	}
ul.tab_navigation li {
	padding: 0;
	margin-right: 3px;
	list-style: none;
	float: left;
	}
ul.tab_navigation li a {
	height: 20px;
	padding-right: 10px;
	color: #FFF;
	font: bold 9px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	background: url(../../assets/images/tab_right.gif) no-repeat right top;
	float: left;
	display: block;
	}
ul.tab_navigation li a span {
	height: 20px;
	padding-left: 10px;
	background: url(../../assets/images/tab_left.gif) no-repeat left top;
	display: block;
	}
 ul.tab_navigation li a:hover {
	background-position: right -20px;
	}
 ul.tab_navigation li a:hover span {
	background-position: left -20px;
	}
 ul.tab_navigation li a.selected {
	background-position: right -40px;
	}
 ul.tab_navigation li a.selected span {
	background-position: left -40px;
	}
#content div.past div.box {
	width: 175px;
	height: 125px;
	font-size: 11px;
	border: 1px solid #CCC;
	padding: 6px;
	margin-top: 2px;
	margin-right: 2px;
	float: left;
	/* MSIE hack */
	display: inline;
	}
#content div.past div.box span.year {
	color: #D00;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	}
#content div.past div.box ul {
	width: 135px;
	/* list-style-image: url(../../assets/images/list_icon.gif); */
	padding: 0;
	margin: 0;
	margin-left: 14px;
	float: left;
	}

	
/***** EVENTS *****/
#content div.dates {
	width:675px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
	}
#content div.dates h4 {
	height: 35px;
	width: 667px;
	padding: 0 0 0 8px;
	margin-top: 1px;
	color: #D00;
	font: bold 11px/35px Georgia, serif;
	background-color: #FFDFDF;
	float: left;
	}
#content div.dates ul {
	padding: 0;
	margin-bottom: 5px;
	float: left;
	}
#content div.dates ul li {
	padding: 0;
	list-style: none;
	float: left;
	}
#content div.dates ul li a {
	height: 22px;
	width: 643px;
	padding: 0 8px 8px 24px;
	line-height: 30px;
	color: #444;
	text-decoration: none;
	background: url(../../assets/images/dates_icon.gif) no-repeat 8px center;
	border-bottom: 1px solid #CCC;
	display: block;
	overflow: hidden;
	float: left;
	}
#content div.dates ul li a:hover {
	background-color: #FEEFEF;
	}
#content div.dates ul li a span {
	float: right;
	}
#content div.event_info {
	width: 675px;
	margin-bottom: 15px;
	}
#content div.event_info p.event-date {
	width: 667px;
	font-size: 12px;
	padding: 0 8px 5px 0;
	}
#content div.addthis_toolbox {
	margin-bottom: 14px;
}
#content div.photos {
	width:675px;
	background-color: #FFDFDF;
	padding-bottom: 4px;
	margin-top: 6px;
	overflow: hidden;
	}
#content div.photos div.album {
	width: 665px;
	padding-left: 10px;
	float: left;
	}
#content div.photos div.photo {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px 10px 10px 0;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
div.photolrg {
	background-color: #FFDFDF;
	padding: 10px;
	}
div.photolrg img {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	}
	
/***** CALENDAR *****/
#calendar {
	width: 940px;
	margin-top: 10px;
	float: left;
	}
#calendar #nav {
	width: 940px;
	margin-bottom: 8px;
	float: left;
	}
#calendar #nav .month {
	width: 363px;
	font: bold 18px/30px Verdana, sans-serif;
	letter-spacing: -1px;
	float: left;
	}
#calendar #nav .monthnav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-top: 12px;
	float: right;
	}
#calendar #nav .monthnav a {
	color: #333;
	text-decoration: none;
	}
#calendar #nav .monthnav a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#calendar #nav .quick {
	width: 363px;
	margin-top: 8px;
	float: right;
	}
#calendar #nav .quick form {
	display: inline;
	}

#calendar div.row {
	width: 940px;
	margin-top: 6px;
	float: left;
	}
#calendar div.weekday {
	width: 130px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	margin-right: 5px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#calendar div.day {
	width: 130px;
	height: 175px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 5px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#calendar div.day span {
	width: 14px;
	background-color: #FFF;
	padding: 3px;
	float: left;
	}
#calendar div.on {
	background-color: #F3F3F3;
	}
#calendar div.off {
	background-image: url(../../assets/images/calendar_day_off.gif);
	}
#calendar div.current {
	background-color: #FFDFDF;
	}

#calendar div.event {
	width: 120px;
	padding: 5px;
	float: left;
	clear: both;
	}
#calendar div.event a {
	color: #D00;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	}
#calendar div.event a:hover {
	text-decoration: underline;
	}
#calendar div.event span.time {
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-size: 9px;
	padding: 0;
	clear: both;
	}

/***** TICKETS *****/
#content #callout {
	width: 590px;
	padding-left: 85px;
	margin-bottom: 15px;
	overflow: hidden;
	}
#content #callout a {
	height: 78px;
	width: 141px;
	padding: 20px 0 0 15px;
	margin-right: 15px;
	color: #000;
	font: bold 16px Verdana, Arial, sans-serif;
	background: url(../../assets/images/callout_button.gif) no-repeat left top;
	text-decoration: none;
	display: block;
	float: left;
	}
#content #callout a.last {
	margin-right: 0;
	}
#content #callout a:hover {
	text-decoration: none;
	background-position: left bottom;
	}
#content #callout a span {
	color: #D00;
	font-size: 10px;
	}
#content table.single {
	width: 674px;
	border-right: 1px solid #222;
	border: 1px solid #222;
	margin: 10px 0;
	}
#content table.single th {
	width: 245px;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
	background-color: #222;
	font-weight: normal;
	}
#content table.single th.bl {
	border-left: 1px dotted #ccc;
	}
#content table.single tr.shade td {
	background-color: #ddd;
	}
#content table.single td {
	text-align: center;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding: 2px 0;
	}
#content table.single td.header {
	font-weight: bold;
	}
#content table.single td.section_name {
	border-left: none;
	}
#content div.restaurant {
	width: 675px;
	margin-bottom: 15px;
	}
#content div.restaurant h3 {
	float: left;
	}
#content div.restaurant em {
	font-style: italic;
	}
#content div.restaurant h3.star {
	width: 655px;
	padding-left: 20px;
	background: url(../../assets/images/restaurant_star.jpg) no-repeat left center;
	}
#content div.restaurant div.row {
	width: 575px;
	float: left;
	overflow: hidden;
	}
#content div.restaurant div.row div.col-left {
	width: 100px;
	float: left;
	}
#content div.restaurant div.row div.col-right {
	width: 475px;
	float: left;
	}

/***** SUPPORT *****/
#content p.list {
	padding-bottom: 3px;
	}
#content p span {
	width: 160px;
	display: inline-block;
	}
ul li.indent {
	padding: 2px 8px 8px 10px;
	margin: 0;
	font-style: italic;
	list-style: none;
	}
	
/**** PHOTO ALBUM *****/
#content div.event_album {
	padding-bottom: 9px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	vertical-align: middle;
	}
#content div.event_album* {
	vertical-align: middle;
	}
#content div.event_album img {
	padding-right: 10px;
	vertical-align: middle;
	float: left;
	}
#content div.event_album h4 {
	color: #D00;
	font: bold 11px/14px Georgia, serif;
	padding: 8px 0 2px 0;
	vertical-align: middle;
	}
#content div.event_album p {
	padding-bottom: 0px;
	vertical-align: middle;
	}

/***** SIDEBAR *****/

#sidebar div.list {
	width: 240px;
	margin-bottom: 10px;
	overflow: hidden;
	}
#sidebar img.promo {
	padding-bottom: 10px;
	}
#sidebar div.list div.item {
	width: 224px;
	background-color: #FFDFDF;
	padding: 8px;
	margin-top: 1px;
	float: left;
	overflow: hidden;
	}
#sidebar div.list div.item div.logo {
	width: 98px;
	padding-right: 10px;
	float: left;
	}
#sidebar div.list div.item div.text {
	width: 116px;
	float: left;
	}
#sidebar div.list div.item h4 {
	color: #D00;
	font: bold 11px/14px Georgia, serif;
	padding-bottom: 2px;
	}
#sidebar div.list div.item span {
	font-size: 9px;
	font-weight: bold;
	}
#sidebar div.feature {
	width: 240px;
	margin-bottom: 10px;
	float: left;
	}
#sidebar div.feature div.item {
	width: 224px;
	background-color: #FFDFDF;
	padding: 8px;
	float: left;
	}
#sidebar div.feature div.item img {
	border: 1px solid #CCC;
	}
	
#sidebar div.banner {
	width: 240px;
	margin-bottom: 10px;
	float: left;
	}
/***** HOME SIDEBAR *****/
#smcal {
	width: 240px;
	float: left;
	}
#smcal div.nav {
	width: 240px;
	margin-top: 1px;
	text-align: center;
	background-color: #FFDFDF;
	float: left;
	}
#smcal div.nav a.last {
	height: 22px;
	width: 22px;
	background: url(../../assets/images/smcal_last.gif) no-repeat left top;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	display: inline-block;
	}
#smcal div.nav a.next {
	height: 22px;
	width: 22px;
	background: url(../../assets/images/smcal_next.gif) no-repeat left top;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	display: inline-block;
	}
#smcal div.nav a:hover.last, #smcal div.nav a:hover.next {
	background-position: left bottom;
	}
#smcal div.nav span {
	width: 196px;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	float: left;
	display: inline-block;
	}
#smcal div.listing {
	width: 238px;
	padding-left: 2px;
	float: left;
	}
#smcal div.row {
	margin-top: 6px;
	width: 238px;
	float: left;
	}
#smcal div.weekday {
	width: 32px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-right: 2px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#smcal div.day {
	width: 32px;
	height: 15px;
	color: #CCC;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 2px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#smcal div.day span {
	padding-left: 3px;
	}
#smcal div.end {
	/* margin-right: 0; */
	}
#smcal div.on {
	background: url(../../assets/images/smcal_cell.gif) no-repeat left top;
	}
#smcal div.off {
	background: url(../../assets/images/smcal_cell-off.gif) no-repeat left top;
	}
#smcal div.current {
	width: 29px;
	height: 15px;
	color: #3C5F87;
	background: url(../../assets/images/smcal_current.gif) no-repeat left top;
	padding-left: 3px;
	}
#smcal a {
	display: block;
	}
#smcal a.event {
	width: 29px;
	height: 15px;
	color: #851111;
	text-decoration: none;
	background: url(../../assets/images/smcal_event.gif) no-repeat left top;
	padding-left: 3px;
	}
#smcal a:hover.event {
	background-position: left bottom;
	}
#smcal a.current {
	width: 27px;
	height: 13px;
	color: #538131;
	background-color: #F0FFE0;
	border: 1px solid #B3E088;
	text-decoration: none;
	padding-left: 3px;
	}
#smcal a:hover.current {
	background-color: #DFEECE;
	border: 1px solid #87AB64;
	}
#smcal div.details {
	width: 220px;
	border-bottom: 1px solid #E9E9E9;
	padding: 10px;
	float: left;
	}
#smcal div.details div.icon {
	width: 12px;
	margin-right: 11px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#smcal div.details div.text {
	width: 195px;
	float: left;
	}
#smcal div.details div.text span {
	color: #333;
	font-size: 10px;
	font-weight: bold;
	}
#smcal div.details div.text div {
	color: #D00;
	padding-top: 2px;
	}
#smcal div.details div.desc {
	width: 220px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	float: left;
	}

/***** EXPERIENCE *****/
#sidebar div.item ul.sub_cats {
	margin:0;
	padding:10px 0;
	max-height:150px;
	overflow:auto;
	color: #dd0000;
	}
#sidebar div.item ul.sub_cats li {
	list-style: square outside;
	margin: 0 0 2px 15px;
	padding: 0;
	}
#sidebar div.item ul.sub_cats li a, #content div.item ul.sub_cats li:visited {
	text-decoration: none;
	}
#sidebar div.item ul.sub_cats li a:hover, #content div.item ul.sub_cats li:active {
	text-decoration: underline;
	}
#sidebar a.on_it {
	font-weight:bold;
	}
#content div.video_listing{
	width: 670px;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	float: left;
	clear: left;
	}
#content div.video_listing h3 {
	margin-bottom:0px;
	padding-bottom:0;
	line-height:16px;
	border: none;
	float: left;
	width: 572px;
	}
#content div.video_listing p {
	float: left;
	width: 572px;
}
#content div.video_listing p.sitemap {
	margin-top:0;
	}
#content div.video_listing h3 a, #content div.video_listing h3 a:visited {
	color:#333;
	text-decoration: none;
	}
#content div.video_listing h3 a:hover {
	color: #DD0000;
	}
#content p.vintro {
	margin:0 0 10px 8px;
	padding:0 0 10px 0;
	}
#content p.previous_page {
	padding-top:10px;
	}
#content div.video_listing img.play {
	padding-left: 8px;
	padding-bottom: 2px;
	vertical-align: middle;
}
#content div.video_listing #video_player {
	width: 475px;
	height: 380px;
	margin: 10px auto 20px auto;
	float: left;
	clear: left;
	}
#content div.video_listing p.video_desc {
	width: 475px;
	margin: 10px auto 10px auto;
	}

/***** EDUCATION *****/

#content p.image_text span {
	width: 525px;
	vertical-align: middle;
	}
#content p.image_text img {
	padding-right: 15px;
	vertical-align: middle;
	}

/***** ABOUT US *****/
#content p.special {
	width: 500px;
	}
#content p.special span {
	text-align: right;
	float: right;
	}
#content p.stamp {
	padding-bottom: 12px;
	margin-bottom: 16px;
	color: #999;
	border-bottom: 1px solid #CCC;
	}
#content ul.underline_list {
	width: 550px;
	padding: 0;
	margin: 0 0 15px 0;
	}
#content ul.underline_list li {
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #CCC;
	list-style: none;
	}
#content ul.underline_list li span {
	width: 200px;
	display: inline-block;
	}

/***** PRESS *****/
#content div.gallery {
	width: 660px;
	padding-right: 15px;
	margin: 0 0 15px 0;
	overflow: hidden;
	}
#content div.gallery div.img {
	width: 150px;
	line-height: 1.8em;
	padding: 3px;
	float: left;
	}
#content div.gallery div.row {
	width: 660px;
	overflow: hidden;
	}
#content p.credit {
	width: 675px;
	padding: 8px;
	margin: 0;
	float: left;
	}


/***** SPONSORS *****/
#sponsors {
	width: 940px;
	text-align: center;
	margin-top: 40px;
	float: left;
	}
#sponsors * {
	vertical-align: middle;
	}
#sponsors span {
	padding: 0 10px;
	}

/***** FOOTER *****/
#footer div.nav, #footer div.social_links, #footer div.credits {
	color: #F5B3B3;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
	margin: 12px auto 0 auto;
	}
#footer div.nav a {
	color: #F5B3B3;
	text-decoration: none;
	}
#footer div.nav a:hover {
	text-decoration: underline;
	}
#footer div.credits * {
	vertical-align: text-bottom;
	}

/***** FORMS *****/

#form {
	width: 675px;
	margin-top: 8px;
	}
#form input {
	margin-left: 0;
	}
#form fieldset {
	margin-bottom: 10px;
	float: left;
	}
#form p {
	width: 677px;
	color: #999;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	float: left;
	}
#form p.highlight {
	color: #CC0000;
	}
#form h4.underline {
	width: 675px;
	margin: 15px 0;
	float: left;
	}
#form label {
	width: 90px;
	padding: 0;
	margin-bottom: 6px;
	float: left;
	display: inline-block;
	clear: both;
	}
#form label.hidden {
	text-indent: -9999px;
	overflow: hidden;
	}
#form div.input {
	width: 585px;
	padding: 0;
	margin-bottom: 6px;
	float: left;
	}
#form .req {
	background-color: #FFFFCC;
	}
#form textarea {
	width: 372px;
	}
#form div.submit {
	width: 383px;
    padding-left: 90px;
	margin-top: 6px;
    float: left;
	}
#form input.button {
    background-color: #F0F0F0;
   padding-left: 90px;
   float: left;
	}
#form div.success {
	width: 677px;
	padding: 4px;
	margin-bottom: 12px
	color: #FFF;
	background-color: #3A8D3A;
	text-align: center;
	float: left;
	}
#form div.errata {
	width: 677px;
	padding: 4px;
	margin-bottom: 12px;
	color: #FFF;
	background-color: #CC0000;
	text-align: center;
	float: left;
	}
#form div.error {
	width: 383px;
	color: #CC0000;
	padding: 0 0 6px 90px; 
	float: left;
	}
#form span.details {
	color: #999;
	font-size: 10px;
	}
	
	
.carousel {
	height:250px;
	overflow:hidden;
	position:relative;
	width:940px;
}

.carousel img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

.human {
	display:none;
}
