/* @override 
	http://tricountyracetrack.com/CSS/oneColLiqCtrHdr.css
	http://applegetthree.com/MTRC/CSS/oneColLiqCtrHdr.css
	http://128.121.66.217/P2TRC/CSS/oneColLiqCtrHdr.css
*/

body {
	background: url(../images/gradbg.jpg) repeat-x #E3EAF2;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a:link,a:visited
{
	color: #333333;
		background-color: transparent;
		text-decoration: none;
}

a:active,a:focus
{
	color: #114477;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: silver;
	background:#114477;
	text-decoration: underline;
}

/*for book pages*/
a.listing, a.listing:visited   { color: #114477; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 11pt; text-decoration: underline }
a.listing:hover, a.listing:visited:hover    { color: silver; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 11pt; text-decoration: none; background-color: white }

.subhead { color: #114477; font-size: 1.5pc; font-family: Arial }




#topnav {
	margin-top: 15px;
	margin-bottom: 15px;
}

#topnav a:link,#topnav a:visited
{

	color: black;
	background-color: silver;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid black;
}

#topnav a:active, #topnav a:focus
{
	color: #114477;
	background-color: silver;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid black;
}
#topnav a:hover
{
	color: #114477;
	background-color: whitesmoke;
	font-weight: bold;
	padding: 2px 3px;
	border: 1px solid black;
	text-decoration: underline;
}
/* Bottom Table Stuff */
.bmenu    { color: #114477; font-size: 1pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.bmenu, a.bmenu:visited   { color: #114477; font-size: 1pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
a.bmenu:hover, a.bmenu:visited:hover    { color: silver; font-size: 1pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold;  background-color: #114477  }


/*for book pages*/
a.listing, a.listing:visited   { color: #114477; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 11pt; text-decoration: underline }
a.listing:hover, a.listing:visited:hover    { color: silver; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: 11pt; text-decoration: none; background-color: #114477 }

.subhead { color: #114477; font-size: 1.5pc; font-family: Arial }


.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 95% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
}
.oneColLiqCtrHdr #header  {
	position: relative;
	top: 5px;
	height: 150px;
	background: url(../images/header_bg2.png) 0 0 repeat-x; 
	padding-left: 10px;
}
.oneColLiqCtrHdr #header #marquerholder {
	position: absolute;
	top: 5px;
	float: right;
	right: 5px;
	height: 145px;
	width: 400px;
	 padding: 0;
	 }
.oneColLiqCtrHdr #header h1 {
	margin: 10px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColLiqCtrHdr #mainContentHolder {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.oneColLiqCtrHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	border: 2px solid #939393;
	background: #BED4EF;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

.clearall {clear:both;	}


p {
	line-height: 110%;
	
}

p.contact_address {
	line-height: 110%;
	font-weight: bold;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.clear {
	clear: both;
}

#footer { 
	position: relative;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 2px solid #939393;
	background:#BED4EF;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 0px 20px 5px;
	font-size: 80%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 80%;
}

/*	Begin Headers */
h1 {
	padding-top: 2px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/************** home page styles ****************/
#padding5 {
	padding-right: 5px;
	padding-left: 5px;
}
#home_feature{
	padding: 0px;
	border: thin solid black;
	background-color: #dfdfdf;
	margin: 2px 2px 2px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 90%;
	top: 5px;
	display: inline-block;
	position: relative;
	width: 98%;
}
#home_feature h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #114477; 
	color: whitesmoke; 
}
#home_photo{
	border: thin solid black;
	background-color: #dfdfdf;
	width: 90%;
	margin: 7px 2px 5px 5px;
	vertical-align: top;
	text-align: center;
	color: black;
	font-size: 80%;
	padding: 0px;
}

#home_photo h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #114477; 
	color: whitesmoke; 
}

#home_photo img{
	padding: 0px;
	margin: 2px;
	width: 325px;
	height: auto;
	text-align: center;
}
#home_sp_photo{
	border: thin solid black;
	background-color: #dfdfdf;
	width: 90%;
	margin: 7px 2px 5px 5px;
	vertical-align: top;
	text-align: center;
	color: black;
	font-size: 80%;
	padding: 0px;
}

#home_sp_photo h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	margin:0px;
	padding: 0px;
	text-align: center;
	background-color: #114477; 
	color: whitesmoke; 
}

#home_sp_photo img{
	padding: 0px;
	margin: 2px;
	width: 325px;
	height: auto;
	text-align: center;
}

#home_news{
	padding: 0px;
	border: thin solid black;
	background-color: #dfdfdf;
	width: 90%;
	margin: 2px 2px 5px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 80%;
}

#home_news h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	background-color: #114477; 
	color: whitesmoke; 
	margin:0px;
	padding: 0px;
	text-align: center;
}
#home_events{

	padding: 0px;
	border: thin solid black;
	background-color: #dfdfdf;
	width: 90%;
	margin: 2px 2px 5px 5px;
	vertical-align: top;
	text-align: left;
	color: black;
	font-size: 90%;
	top: 5px;
}

#home_events h3{
	font: small-caps bold 110% Arial,sans-serif;
	border-bottom:1px dotted black;
	background-color: #114477; 
	color: whitesmoke; 
	margin:0px;
	padding: 0px;
	text-align: center;
}

.schedule_table { margin-right: 1px; margin-bottom: 1px; 
	display: table;
	border: 1pt solid gray;
	width: 98%;
	margin-left: 1px;
}



.listing_table { margin-right: 1px; margin-bottom: 1px; 
	display: table;
	border: 1pt solid gray;
	width: 75%;
	margin-left: 1px;
}

table.listing_table td,  table.schedule_table td{ color: black; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	padding-right: 4px; 
	padding-left: 4px;
	border-color: #dddddd;
	border-right: 1pt solid silver;
}

table.listing_table .tr1, table.schedule_table .tr1 {
	background-color: #acbef7;
}
table.listing_table .tr2, table.schedule_table .tr2 {
	background-color: white;
}

table.listing_table th, table.schedule_table th { 
	background-color: #114477; 
	color: whitesmoke; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	font-variant: small-caps;
	font-size: 10pt;
	line-height: 11pt;
}


.wbbody  { color: #000000; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.wbbodysmall  { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodysmall { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.wbbodysmaller  { color: #000000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodysmaller { color: #f5f5f5; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.info  { color: #000000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.binfo   { color: #000000; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.otherbody  { color: #000000; font-weight: normal; font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: yellow; margin: 15px 10px 10px 30px }
.head    { color: #114477; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; text-align: center }
.leftColumn  { color: #ea3e40; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.receipthead   { color: #114477; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.RSubHeadP  { color: #ea3e40; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 14pt }

SELECT{ font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 8pt; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; margin-top: 0px}
.menubar { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none }
.menuitem { color: #f5f5f5; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; text-decoration: none }

