@charset "utf-8";
/* CSS for DerbyLIVE: layout */

/* Global Resets */
* { margin: 0; padding: 0; }
dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ol, ul { list-style: none; }
input, label, select { display:none; }
h1,h2,h3,h4,h5,h6,pre,code { line-height: normal; }
a img,:link img,:visited img, abbr, acronym { border: none; }

/*== html elements ==*/

body {
	width:100%;
	padding:0;
	color:#000;
	background-color:#fff;
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0;
}

#contentmain a, #contentmain #media h1, #contentmain #media img {
    display:none;
}

#contentsub a, #contentsub ul, #contentsub h1 {
    display:none;
}


form fieldset {
  border: 1px solid #eee;
  padding: 5px 10px 10px 10px;
  margin: 0 0 1em 0;
}

#siteinfo 
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    display:block;
    font-size:70%;
    position: fixed; 
    bottom: 0; 
    clear:both;
}

form fieldset legend {

	font-weight: bold;
	margin-left:-5px;
	padding: 0 5px; 
}

form fieldset label { 
	display: none;  
}



form fieldset input, form fieldset textarea, form fieldset select 
{
    display:none;
}

 /*  style the button. Ensure a label is added to the form if the button 
    is to be positioned alongside the other input controls  */
form fieldset input.button
{
    display:none;
}

form .radio {
	margin:0 0 10px 0;
}

form .instruction {
	font-size: 88%;
	margin:0 0 0 0;
}

#feedbackform fieldset li 
{
	list-style:none !important;
	margin-left:0 !important;
	padding-left:0 !important;
}

#feedbackform span input 
{
    display:none;
}

#feedbackform span label 
{
    display:none;
}

form fieldset em {
	font-style:normal;
}

p span.mandatory, label span.mandatory {
	font-weight:bold;
	padding:0 3px;
}

p.mandatory img, p.information img {
	vertical-align:-5px;
}

p.feed, p.feed-newslist {
    display:none;
}

p.feed img 
{
    display:none;
}

p.feed a, p.feed-newslist a 
{
    display:none;
}


/* this should be in the contentsub section, but is placed here so it's kept with other 'feed' styles */
#contentsub p.feed {
	font-size: 110%;
}

table {
	width:100%;
	margin-bottom:5px;
}

table img 
{
    display:none;
}

table th, table td {
	font-size:89%;
	padding:0.4em;
	text-align:left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

table th#booknow {
	display:none;
}

table tr {
	height:.9em;
}


table tr td.master-event 
{
    border:1px solid red;
}

table tr td span.master-event 
{
    font-weight:bold;
    margin-left:15px;
}

table td.booknow a 
{
    display:none;
}


/*== navigation div ==*/

#navigation {
	display:none;
}

/*== boxoffice div ==*/

#boxoffice 
{
	font-weight: bold;
	margin-bottom:20px;
	padding-bottom:20px;
    border-bottom:1px dotted #000;
}

#boxoffice li em {
	font-style: normal;
}

#boxoffice li#telephone {
	float: left;
}

#boxoffice li#search {
	display:none;
}

#boxoffice #search label 
{
    display: none;
}


/*== contentmain div ==*/

#contentmain {
	display: inline; /* hack to fix IE margins bug? */
	width: 95%;
	margin:0;
	float: left;
}

#contentmain h1 {
	padding: 0.25em 0.5em;
	font-size: 1.1em;
}

#contentmain li.list {
	float:none;
	display:block;
}

#contentmain li.list img 
{
    vertical-align:middle;
}

#contentmain input 
{
    display:none;
}

#contentmain p, #maincontent p {
	line-height:1.5em;
	margin:8px 0;
	font-size:0.95em;
}

#contentmain p a, .static #contentmain li a, #maincontent p a, #maincontent li a {
	font-size:0.9em;
}

#contentmain p a img {
	vertical-align:top;
	font-size:0.9em;
}

/*== promo div ==*/

#promo {
	clear: both;  /* clears the navigation and box office floats */
	float: left; /* float to fix a float */
	width: 100%;
}


#promo h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:10px;
}

#promo img {
	float: left;
	border: none;
	margin-right:10px;
}

/* IE hack of above - WORKS ON IE7 ????
hack is placed here rather than the _IE css file as it only has to fix IE6; 
if we placed this in the _IE.css it would affect IE7 too */
* #promo img {
	margin-bottom: -10px;
}

#promo p {
	margin-right:10px;

}

#promo li a {
    display:none;
}

#promo li {
	margin:10px 0;
}

/*== media div ==*/

#media li {
	display:inline;
	float:left;
	padding-right:10px;
	margin:8px 0;
}

#media li a {
	font-size:0.89em;
}


#media label {
	display:none;
}

/*== cross-sell div ==*/

#cross-sell {
	width:100%;
	border-top:10px solid #fff;
	clear:both;
	overflow:auto;
	margin-bottom:5px;
}

#cross-sell h2, #cross-sell h3, #cross-sell h4 {
	margin:0 0 3px 0 !important;
	font-size:85% !important;
	font-weight:bold !important;
}

#cross-sell h3, #cross-sell h4 {
	font-weight:normal !important;
}

#cross-sell li {
	display:inline;
	float:left;
	padding-right:10px;
	margin:8px 0;
}

#cross-sell p {
	font-size:75%;
	margin:2px 0;
}

#cross-sell p a 
{
	text-decoration:none;
	color:#000;
}

#cross-sell img {
	margin-top:5px;
}

#cross-sell a {
	text-decoration:none;
	color:#000;
}

/*== latestnews div ==*/

#latestnews {
	clear:both;
	overflow:auto;
	width:100%;
}

#latestnews h1 {
	padding: 0.25em 0.5em;
	font-size: 110%;
	font-weight: bold;
}

#latestnews ul {
	margin-top:7px;
}

#latestnews li {
	font-size:89%;
	margin-bottom:3px;
}

#latestnews a {
	text-decoration:underline;
}


/*== contentsub div ==*/

#contentsub {
	display: inline; /* hack to fix IE margins bug? */
	width: auto;
	margin:10px 0 0 0;	
	float: left;
	font-size:0.9em;
	padding-left:0;

}

#contentsub1, #contentsub2 {
	font-size:0.9em;
}

#contentsub h1, #contentsub1 h1, #contentsub2 h1 {
	padding: 0.25em 0.5em;
	font-size: 1.1em;
}

#contentsub table caption, #contentsub1 table caption, #contentsub2 table caption {
	display: none;
}

#contentsub table td, #contentsub1 table td, #contentsub2 table td {
	padding: 0.5em 0;
	font-size:99%;
}

#contentsub img, #contentsub1 img, #contentsub2 img {
	vertical-align:middle;
	margin: 0 5px;
}

/*== siteinfo div ==*/

#siteinfologos {
	display:none;
}

/*== body id signatures ==*/

/* homepage */

.homepage #contentmain, .event #contentmain {
	display: inline; /* hack to fix IE margins bug? */
	width: 650px;
	margin: 10px 10px 0 10px;
	float: left;
}

.homepage #cross-sell h1 {
	padding: 0.25em 0.5em;
	font-size: 110%;
	font-weight: bold;
}

/* event */

.event #contentsub p.booknow {
	display:none;
}

.event #contentmain h1{
	font-size:1.8em;
	font-weight:normal;
	padding: 0;
}

.event #contentmain h2{
	margin:5px 0 10px 0;
	font-size:1.3em;
	font-weight:normal;
}

.event #contentmain object{
	margin:10px 0;
}

.event #contentsub h2{
	margin:5px 0;
	font-size:1.5em;
	font-weight:normal;
}

.event #contentsub h3{
	margin:5px 0;
	font-size:110%;
	font-weight:normal;
}

.event #contentsub ul{
	margin:8px 0;
	font-size:99%;
}

.event #contentsub ul#emailprint{
	margin:10px 0;
	font-size:99%;
}

.event #contentsub li{
	margin:3px 0 0 0;
}

.event #contentsub p{
	margin:10px 0;
	font-size:99%;
}

.event #contentsub p#concession{
	margin:-7px 0 7px 0;
	font-size:99%;
}

.event #contentmain #media h1, .event #contentmain #cross-sell h1 {
	font-size:1.4em;
	font-weight:normal;
	border-bottom:#eee solid 1px;
	padding-bottom:5px;
	clear:both;
}

/* static (no columns) */

.static #contentmain h1, .twoColFixLt #maincontent h1, .twoColFixRt #maincontent h1, .oneCol #maincontent h1, .thrColFix #maincontent h1  {
	font-size:1.7em;
	font-weight:normal;
	padding:0 0 5px 0;
}

.static #contentmain h2, .twoColFixLt #maincontent h2, .twoColFixRt #maincontent h2, .oneCol #maincontent h2, .thrColFix #maincontent h2 {
	margin-top:15px;
	font-size:1.3em;
	border-bottom:1px dotted #666;
	font-weight:normal;
}

.static #contentmain h3, .twoColFixLt #maincontent h3, .twoColFixRt #maincontent h3, .oneCol #maincontent h3, .thrColFix #maincontent h3 {
	margin:15px 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
}

.static #contentmain ul, .twoColFixLt #maincontent ul, .twoColFixRt #maincontent ul, .oneCol #maincontent ul, .thrColFix #maincontent ul {
	margin:0 0 0 2em;
}

.static #contentmain li, .twoColFixLt #maincontent li, .twoColFixRt #maincontent li, .oneCol #maincontent li, .thrColFix #maincontent li {
	list-style-type:disc; 
}

/* ================================================= */
/* KSH ADDITIONS FOR FLAT CONTENT COLUMNAR TEMPLATES */
/* ================================================= */

/* =oneCol = One Column Layout */

.oneCol #maincontent { 

} 

/* =twoColFixRt = Two Column Layout - right-hand sidebar */

.twoColFixRt #maincontent { 

} 
.twoColFixRt contentsub1 {
	float: right; 
	width: auto;
	border-left:1px dotted #ccc;
}

/* =twoColFixLt = Two Column Layout - left-hand sidebar */

.twoColFixLt #maincontent { 

	border-left:1px dotted #ccc;
	height:auto;
} 
.twoColFixLt #contentsub1 {
	float: left;
}

/* =thrColFix = Three Column Layout - left and right-hand sidebars */

.thrColFix #maincontent { 
	border-left:1px #ccc dotted;
	border-right:1px #ccc dotted;
}
.thrColFix #contentsub1 {
	float: left; 
	width: auto; 
}
.thrColFix #contentsub2 {
	float: right; 
	width: auto; 
}
/* =Columnar layout globals */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.shoutbox1 {
	width: 18em;
	margin:12px;
	border:1px #bbb solid;
	float:left;
	padding:5px;
	font-size:1.0em;
	font-weight:bold;
}

.shoutbox2 {
	width: 18em;
	margin:12px;
	border:1px #bbb solid;
	float:right;
	padding:5px;
	font-size:1.0em;
	font-weight:bold;
	font-size:0.9em;
}
img.left {
	float:left;
	margin-right:8px;
	padding:2px;
	border: 1px solid #ccc;
}
img.right {
	float:right;
	margin-left:8px;
	padding:2px;
	border: 1px solid #ccc;
}
img.left-ub {
	float:left;
	margin-right:8px;
	padding:2px;
}
img.right-ub {
	float:right;
	margin-left:8px;
	padding:2px;
}

#map {
	width:450px;
	height:380px;
	border:4px solid #ccc;
	padding:12px;
}
address {
	font-style:normal;
}
#contentsub1 li, #contentsub2 li {
	font-size: 95%;
	margin:5px 0 5px 5px;
}

#contentsub1 a, #contentsub2 a {
	border-bottom:dotted #333 1px;
	text-decoration:none;
}