/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "../_css/reset.css";
@import "../_css/typography.css";
@import "../_css/forms.css";
@import "../_css/tabs.css";
body {
	background-color: #2D0300;
	background-attachment: fixed;
	background-image: url(../_images/page_bg_001.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #CCCCCC;
	background-color: #2D0300;
}
#page #contentFrame {
	width: 100%;
}


/* Header
-------------------------------------------------------------- */

#header {
	background-image: url(../_images/header_bg_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 179px;
	width: 800px;
}
#nav {
	background-color: #FFCC33;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}
#nav ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFCC33;
	color: #2D0300;
	width: 100%;
	text-align: center;
	border: 1px solid #FFCC33;
}
#nav li {
	display: inline;
}
#nav li a {
	text-decoration: none;
	background-color: #FFCC33;
	color: #5E0000;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}
#nav li a:hover {
	background-color: #2D0300;
	color: #FFCC33;
}
#nav  .tabs { border-bottom: 1px solid #ddd; }
#nav  .tabs  li { margin-right: 1px; }
#nav  .tabs  a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 0px;
	background-color: #5E0000;
	background-image: url(../_images/skedcontent_bg.jpg);
}

#sidebar1 {
	float: right;
	width: 200px;
	padding: 15px;
	color: #FFFFFF;
	text-align: left;
	background-color: #5E0000;
	display: none;
}
#sidebar1 ul {
	text-align: left;
}
#sidebar1 cite {
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
	display: block;
}
#sidebar1 img {
	margin: 15px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	min-height: 500px;
}
#mainContent a {
	font-weight: bold;
	color: #FFCC33;
}
#mainContent         .bio     img    {
	padding-right: 10px;
	float: left;
	padding-bottom: 15px;
}
#mainContent #bios {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainContent #bios .bio {
	display: block;
	width: 100%;
}
#mainContent #bios .bio hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#mainContent #sked dl {
	background-color: #FFFFFF;
}
#mainContent #sked table {
	background-color: #FFFFFF;
	width: 100%;
}
#mainContent  #sked  .friday  {
	border: 3px solid #DF7A21;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#mainContent #sked .saturday {
	border: 3px solid #6D181C;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#mainContent #sked .sunday {
	border: 3px solid #EEB019;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#mainContent  #sked  th, td  {
	padding: 5px;
}
#mainContent hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sidebar1 h3 {
}
#sidebar1  a  {
	color: #FFCC33;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #eee;
	text-align: center;
	background-color: #2D0300;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#sponsors {
	padding-bottom: 10px;
	padding-top: 10px;
}
#sponsors ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#sponsors li {
	display: inline;
}
#sponsors li a {
	text-decoration: none;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}
#sponsors li a img {
	text-decoration: none;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
	vertical-align: middle;
}
#sponsors li a:hover {
}
#footernav   ul 
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #FFCC33;
	color: #2D0300;
	width: 100%;
	text-align: center;
}

#footernav li { display: inline; }

#footernav li a
{
	text-decoration: none;
	background-color: #FFCC33;
	color: #5E0000;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}

#footernav li a:hover
{
	background-color: #2D0300;
	color: #FFCC33;
}

/*
#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }
*/

#footer p.quiet {
	color: #ccc;
	margin-top: 10px;
}
#footer  a {
	color: #FFFFFF;
	margin-top: 10px;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.hide {
	display: none;
	clear: both;
	float: none;
	height: 1px;
	width: 1px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.imgleft {
	float: left;
}
.tworx {
	font-variant: small-caps;
}
.clearleft {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}

