﻿body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: #7D7168;
}

p, h1, h2, h3 {padding: 0; margin: 0;}

h1 {
   font-size: 24px;
   letter-spacing: -2%;
}

h2 {
   color: #666;
   font-size: 16px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 4px;
   margin-bottom: 8px;
   text-transform: uppercase;
}

h3 {
   color: #C60;
   font-size: 14px;
   font-weight: bold;
   margin: 20px 0 3px 0;
}

a {
   font-size: 11px;
   color: #C60;
   text-decoration: underline;
}

a:hover {
   color: #F90;
}

p {
    color: #333;
    line-height: 130%;
    margin-bottom: 18px;
}

ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

option {
	padding-right: 5px;
}

fieldset ul li input {
    width: 175px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   LAYOUT 
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrap {
   background: url('../img/body_bg.jpg') top repeat-x;
   min-height: 700px;
   height:auto !important; 
   height:700px; /* IE needs some height help */
}

#topBar {
	background-color: transparent;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
	width: 850px;
}

#topBar .contact {
	float: right;
	margin-top: 8px;
}

#topBar .coord {
	float: left;
	margin-top: 8px;
}

#innerWrap {
   background: #fff url('../img/innerWrapBg.gif') top repeat-x;  /* page whitespace */
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   /*margin-top: 38px;*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navBar {
    background: transparent url('../img/logotop.jpg') top left no-repeat;
    height: 48px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}

#content #navBar { background: transparent url('../img/logotop_c.jpg') bottom left no-repeat; }

#navBar .menu-Horizontal {
	float: right;
	margin-top: 20px;
}

#logoBar {
	background: transparent url('../img/logoBar_bg.jpg') no-repeat;
	height: 174px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#logoBar a {
	width: 250px;
	height: 157px;
	text-decoration: none;
}


/* home banner and link */

#banner {
   background: transparent url('../img/header_bg.jpg') top repeat-x;
   height: auto;
   width: 850px;
   margin-right: auto;
   margin-left: auto;
}

#logo {
   float: left;
   background: url('../img/logobot_c.jpg') top left no-repeat;
   height: 84px;
   width: 250px;
}

#header {
   clear: both;
   background: url('../img/logobot_c.jpg') top left no-repeat;
   height: 90px;
   padding-left: 225px;
   color: #fff;
}

#header h1 {
	padding-top: 25px;
}

/* body layout */
.centerWrap {
   width: 850px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   /*margin-bottom: 20px;*/
}

#content .centerWrap {
    background: transparent url('../img/sidebarBg.gif') top left repeat-y;
    margin-top: 0;
}

#feature {
   background: url('../img/feat1.jpg') no-repeat;
   float: left;
   height: 314px;
   width: 613px;
}

#feature a {
   float: left;
   text-decoration: none;
   position: relative;
   height: 308px;
   width: 605px;
   top: 4px;
   left: 4px;
}

#news {
   /*background: url('../img/tkts.jpg') no-repeat;*/
   background: url('../img/eventbox_bg.gif') repeat-y;
   float: right;
   height: 314px;
   width: 216px;
   overflow: hidden;
}

#seasonTkts {
    background: transparent url('../img/seasTickets.jpg') no-repeat;
    height: 115px;
    width: 214px;
}

#seasonTkts a {
    float: right;
    text-decoration: none;
    height: 110px;
    width: 110px;
}

#eventBox {
    padding: 0 20px 0 20px;
}

#eventBox .date {
	display: block;
    color: #666666;
    margin-top: 8px;
}

#eventBox a {
    /*display: block;*/
    padding-right: 10px;
}

/* SIDEBAR (content pages)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* physical width of background: 325px 
   content widths should be exactly 285px
*/
#sidebar {
    float: left;
    width: 305px;
    padding: 20px;
}

#sidebar ul.imgList {
	margin-top: 20px;
}

#sidebar ul.imgList li {
	margin-bottom: 20px;
}

#sidebar img {
   display: block;
   border: 1px solid #999;
   padding: 5px;
}

#sidebar label {
   display: block;
   margin-top: 5px;
   color: #666;
   width: 285px ;
}

#sidebar h2 {
	text-transform: none;
	border: none;
	color: #c60;
	font-size: 14px;
	padding-left: 15px;
	background: url('../img/sideh2.gif') 0% 25% no-repeat;
}

#sidebar .admin {
	margin-bottom: 20px;
}

/* MAIN CONTENT 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#main {
   float: left;
   padding-top: 20px;
   padding-bottom: 20px;
   width: 505px;
}

#main p {
   text-align: justify;
   line-height: 160%;
   /*letter-spacing: 1px;*/
}

#main ul.list {
	list-style: square;
	list-style-position: inside;
	padding-left: 5px;
}

#main ul.list li {
	padding-left: 5px;
}

#main ul.list ul {
	list-style: square;
	padding-left: 15px;
}


/* EVENTS */

#event_cntl {
    width: 455px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/*#event_cntl .right {
    float: right;
}

#event_cntl .left {
    float: left;
}*/

#events li {
    display: block;
    background: url('../img/i_cal.gif') 0 25% no-repeat;
    width: 505px;
    vertical-align: middle;
}

#events a {
    display: block;
    margin-left: 25px;
    background: transparent;
    width: 470px;
    text-decoration: none;
    padding: 3px 0 10px 10px;
    color: #666;
}

#events a:hover {
    background: #F0F0E1;   
}

#events .subtitle {
    display: block;
    margin: 5px 0 5px 0;
}

#events .date { 
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}

#events .title {
    font-size: 14px;
    font-weight: 600;
    color: #c60;
    margin-bottom: 2px;
}

#eventDetail img.banner {
	display: block;
	margin-bottom: 20px;
}

#eventDetail h2 {
	color: #666;
	font-size: 14px;
	border: none;
}

#eventDetail h3 {
	font-size: 16px;
	margin-top: 0px;
}

#eventDetail .subTitle {
	font-weight: bold;
	color: #666;
	display: block;
	margin-bottom: 8px;
}

ul.actions a {
	padding-right: 10px;
	background: url('../img/arrowR.gif') 100% 60% no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   SUB FEATURES (Bottom Row) 
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sub_features {
   float: left;
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
}

#sub_features a {
	display: block;
	padding: 0;
	margin: 0;
}

#sub_features img {
   border: none;
   padding: 0;
   margin: 0;
}

#sub_features ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#sub_features ul li {
   float: left;
   display: inline;
   border-right: 1px solid #ccc;
   margin: 0 9px 0 0;
   padding: 0 10px 0 0;
}

#sub_features ul li.last {
   margin-right: 0;
   border: none;
   padding: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   FOOTER
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
   width: 900px;
   padding: 0 0 20px 0;
   font-size: 10px;
   color: #666;
   background: #fff url('../img/footerBg.gif') bottom no-repeat;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}

#footWrap {
   width: 850px;
   margin-right: auto;
   margin-left: auto;
}

#content #footWrap {
	background: url('../img/sidebar_bg.gif') top left no-repeat;
}

#footer ul {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   height: 40px;
}

#footer ul li {
   float: right;
   display: inline-block;
   border-left: 1px solid #ccc;
   margin: 0 0 0 9px;
   padding: 0 0 0 9px;
}

#footer ul li.last {
   margin-left: 0;
   border: none;
   padding: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   NAVIGATION 
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navigation {
   position: relative;
   top: 20px;
   float: right;
   margin-right: 25px;
}
/* Hide from IE5/Mac \*/
*html #navigation { margin-right: 13px; } /* IE6 float-margin bug */
/* End hide */

#content #navigation {
   position: inherit;
   float: right;
   top: 0;
   margin-top: 20px;
   margin-right: 0;
}

ul.menu {
   list-style: none;
}

ul.menu li {
   display: inline;
   float: left;
}

ul.menu li a {
   color: #333;
   display: block;
   float: left;
   font-size: 16px;
   font-weight: 600;
/*   letter-spacing: -.03em;*/
   letter-spacing: -1px;
   margin-left: 24px;
   text-decoration: none;
   width: auto;
}
*html ul.menu li a { letter-spacing: -1px; margin-left: 12px; } /* IE6 */

ul.menu li a:hover {
   color: #c60;
   text-decoration: underline;
}

ul.menu li.menu-Selected a {
   color: #C60;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
fieldset.frm {
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

fieldset.frm legend {
	margin: 0 0 20px 0;
	padding: 0;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	font-weight: 600;
	color: #c60;
}

fieldset.frm ul {
    width: 100%;
}

fieldset.frm li {
    width: 505px;
    display: block;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ccc;
}

fieldset.frm li label {
    width: 125px;
    display: block;
    margin: 3px 0 7px;
}

fieldset.frm li label.after {
	display: inline;
}

fieldset.frm li label.req {
	color: #c60;
}

fieldset.frm li textarea {
    width: 300px;
}

fieldset.frm input.date {
    width: 90px;
}

fieldset.frm input.title,
fieldset.frm input.url{
    width: 300px;   
}

fieldset.frm select {
    width: 200px;
    margin-left: 3px;   
}

fieldset.frm li .fieldInfo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #666666;
}

fieldset.frm li .fieldFormat {
	margin-left: 10px;
	font-size: 11px;
	color: #666666;
}
fieldset.frm li .check input,
fieldset.frm li .check {
	width: auto;
	margin-right: 5px;
	padding: 0;
}

.frmControls {
    width: 505px; 
}

.frmControls .save,
.frmControls .cancel,
.frmControls .delete {
    width: 75px;
    margin-right: 10px;
}

.frmControls .divider {
    clear: both;
}

/* 
    Tables
*/
table 
{
    padding: 0;
}

.hrs td
{
    padding-top: 2px;
    vertical-align: top;
    text-align: right;
}

.hrs td.day
{
    font-weight: bold;
    text-align: left;
}

th.rt 
{
    text-align: right;
}

/* LOTS TABLE */

table.lots
{
    padding: 0;
    width: 500px;
}

td, th
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

th
{
    color: #fff;
    background-color: #c60;
    border-bottom: 2px solid #930;
}

.lots tr.sold td
{
    color: #666;
}

.lots .grid-alt td
{
    background-color: #f0f0e1;
}

.lots td.25 { width: 25px;}
.lots td.250 { width: 250px; }

.lots td span.descr
{
    display: block;
    /*
    font-weight: bold;
    color: #c60;
    */
}

/* Rates Table */
table.rates  
{
    width: 500px;
}

.rates th
{
    color: #fff;
    background-color: #c60;
    border-bottom: 2px solid #930;
}

td.title
{
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.rates td.right
{
    text-align: right;
}


/*
  Admin Controls
*/