@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000718;
	color: #FFFFFF;
	background-image:url(images/body_bg.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}

/* ------------- Common ------------------ */

p, ul, label
{
    font-size: 8pt;
}

h1
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17pt;
    font-weight: normal;
}

h2
{
    color: #b3b3b3;
    font-size: 14pt;
}

h3
{
    color: #529ad2;
    font-size: 11pt;
    font-weight: normal;
}

img
{
    border-style: none;
}

a
{
    color: #529ad2;
}

/* ------------- Layout ------------------ */
#Background {
	background-image: url(images/body_hd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 560px;
	min-height: 560px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#Page {
	width: 896px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 2;
	padding-top: 221px;
}

#Nav {
	height: 31px;
	margin-left: 281px;
}

#Nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Nav li {
	float: left;
}

#Nav a {
	background-repeat: no-repeat;
	display: block;
	height: 31px;
}

#Nav a:hover {
	background-position: 0 -31px;
}

#Nav span {
	display: none;
}

#ctl00_navHome {
	background-image: url(images/nav_home.gif);
	width: 72px;
}

#ctl00_navBio {
	background-image: url(images/nav_bio.gif);
	width: 56px;
}

#ctl00_navSchedule {
	background-image: url(images/nav_schedule.gif);
	width: 104px;
}

#ctl00_navGallery {
	background-image: url(images/nav_gallery.gif);
	width: 92px;
}

#ctl00_navGuestBook {
	background-image: url(images/nav_guestbook.gif);
	width: 119px;
}

#ctl00_navContact {
	background-image: url(images/nav_contact.gif);
	width: 94px;
}

#Content {
	margin: 0 0 0 295px;
	padding-top: 25px;
	width: 527px;
}

#Features {
	position: absolute;
	top: 560px;
	width: 208px;
	background-color: #b10504;
	background-image: url(images/features_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 11px;
	margin-bottom: 30px;
}

#Footer {
    margin-top: 25px;
    border-top: dotted 1px #b10504;
    padding-top: 8pt;
    font-size: 8pt;
    color: #b3b3b3;
    text-align: center;
}

/* ------------- Content Elements -------- */
.ad {
	margin-top: 11px;
	margin-left: 11px;
}

.Post {
	border-bottom: dotted 1px #b10504;
	padding-bottom: 12px;
}

.TimeStamp
{
    color: #b3b3b3;
    margin-top: -10pt;
}

.TimeStamp a
{
    color: #b3b3b3;
}

.hr
{
    font-size: 0px;
    height: 1px;
    background-color: #b2080a;
    margin: 10px 0px;
}

.NewsPhotos
{
    text-align: center;
}

.NewsPhotos img
{
    border: solid 8px #404040;
}

.Caption
{
    text-align: center;
    font-size: 8pt;
    font-style: italic;
    color: #868686;
    margin-top: 3px;
}

/*-------------- Galleries --------------------*/
.Gallery
{
    margin-top: -9pt;
    margin-right: 18px;
    background-color: #000d20;
    border: solid 1px #053051;
    padding: 10px 0px 0px 0px;
    font-size: 0px;
}

.Gallery a
{
    margin: 0;
    padding: 0;
}

.Gallery img
{
    margin: 0px 0px 10px 10px;
    padding: 0px;
}

/*-------------- Forms --------------------*/
.Field
{
    background-color: #000d20;
    border: solid 1px #053051;
    padding: 3px 8px;
    margin-bottom: 6px;
    font-size: 8pt;
}

.Input
{
    font-size: 7pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

/*-------------- Schedule --------------------*/
.Schedule
{
    width: 100%;
    font-size: 8pt;
    border: solid 1px #053051;
    background-color: #001e35;
}

.Schedule thead
{
    font-weight: bold;
}

.Schedule td
{
    border-bottom: solid 1px #022642;
    padding: 2pt 2pt 2pt 4pt;
}

.Schedule thead
{
    background-color: #000d20;
}

.Schedule tbody
{

}

.Schedule a
{
    color: #c7c7c7;
}

.Stage td
{
    background-color: #01223c;
}

tr.Stage>td:first-child + td
{
    padding-left: 15pt;
}

.win
{
    font-weight: bold;
    color: #F40000;
}

/*-------------- Twitter --------------------*/
.Twitter
{
    border: solid 1px #053051;
    background-color: #000d20;
    padding: 0px;
    margin: 0px;
}

.TwitterHd
{
    background-image: url(images/hd_twitter.gif);
    background-repeat: no-repeat;
    height: 34px;
    padding-top: 1px;
}

.TwitterLink
{
    margin: 6px 8px 0px 0px;
    text-align: right;
    font-size: 7pt;
}

.TwitterLink a
{
    color: #b3b3b3;
}

.Twitter p
{
    color: #F6F6F6;
    padding: 0px;
    margin: 2px 8px 8px 8px;
}

.TwitterDate
{
    color: #b3b3b3;
    font-style: italic;
}