/*
 * HTML ELEMENTS
 */
html {
	background: #000 url('/images/brickBackground.png');
/*	background-attachment: fixed; */
	background-position: center center;	
	background-repeat: no-repeat;
}

body,
textarea {
	color: #fff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 25px 0;
}

h1 {
	font-family: Impact, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: 100;
	margin-top: 5px;
	text-transform: uppercase;
}


h2,
h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-top: 5px;
}



h1 { font-size: 3em }

h2 {
font-size: 2em;
}

a img { border: 0 }

a.submit {
	color: #000;
	float: left;
	position: relative;
	text-decoration: none;
}

a {
	color: #ff00ff;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}

a:active { color: #f0f; }

a:hover {
	color: #00ff00;
	text-decoration: underline;
}

select {
	padding: 2px 2px;
}
option {
	padding: 0 6px;
}


label {
	clear: left;
	display: block;
	margin: 0 0 0 1em;
	width: 125px;
}

input,
select {
	background: #fff;
	border: 1px solid #999;
}
input {
	background-color: #fff;
	background-image: url('/images/buttonBackground.png');
	background-position: center center;
}
input[disabled='disabled'] {
	border-color: #fff;
	color: #000;
}
select {
	width: 294px;
}
textarea {
	height: 150px;
}


input:focus,
textarea:focus {
	border-color: #000;
}

iframe {
	border: 0;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
}

/*
 * LAYOUT level IDs
 */
#header {
	background-color: #000;
	overflow: hidden;
	position: relative;
	z-index: 14;
	margin: 0 auto;
	padding: 0;
	width: 985px;
}
	#header h1,
	#header h2 {
		margin-top: 0;
	}

#headerWrapper {
	display: block;
	width: 100%;
	left: 0;
	z-index: 10;
	position:relative;
	top: 0;
}
	#navigation {
		display: block;
		float: right;
		width: 985p;
		list-style-type: none;
		margin: 0px 0 0 0px;
		padding: 0;

	}
	#navigation li {
		float: left;
		margin-left: 12px;
	}
	#navigation a {
		color: #000;
		font-family: Impact;
		text-transform: uppercase;
		font-size: 18pt;
		font-weight: 100;
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
		padding: 0 2px;
	}
	#navigation a:hover {
			background: #000;
			color: #0066ff;
		text-decoration: none;
	}
	#navigation a:active {
		text-decoration: none;
		color: #f0f;
	}



#headerLeft {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

#headerLeft img {
	float: left;
	margin: 0;
	padding: 0;
}
#headerRight {
	background-image: url('/images/santa_santos_test.png');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
	width: 785px;
}

#headerRight ul {
	list-style-type: none;
	padding: 0;
}
#headerRight ul li {
	float: left;
}

#headerRight #navigation1 {
	margin-top: 20px;
	margin-bottom: 60px;
}

#headerRight #navigation1 a {
	color: #fff;
	font-family: "Verdana";
	font-weight: 100;
	
}
#headerRight #navigation1 li {
	border-right: 1px solid #666;
	padding: 0 10px;
}



#headerRight #navigation1 li:last-child {
	border-right: 0;
}


#headerRight #navigation2 li {
	border-right: 5px solid #666;
	padding: 0 3px;
}


#headerRight #navigation2 li:last-child {
	border-right: 0;
}

#banner_ad {
	clear: left;
	display: block;
	padding: 1em 0;
	text-align: center;
}
#headerRight #navigation2 {
	clear: left;
	display: block;
	font: 43px Impact;
	line-height: 38px;
}
#headerRight #navigation2 a {
	color: #fff;
}

#

#searchForm {
	display: none;
	float: right;
	margin: 0px 0px 0 0;
	overflow: hidden;
	text-align: right;
}
	#searchForm fieldset {
		border: 0px solid #fff;
		margin: 0;
		padding:0;
	}

	#searchForm #search {
		border: 1px solid #000;
		color: #000;
		display: inline;
		float: left;
		margin:5px 5px 0 0;
		padding: 2px;
		width:100px;
	}
	#searchForm #go {
		background: transparent;
		background-position: center center;
		border: 0;
		color: #ddd;
		display: inline;
		float: left;
		font-size: 12px;
		margin:  1px 0 0 0;
		padding: 0px;
		width: auto;
	}
	#searchForm #go:active {
		border-style: inset;
	}

#address {
	border-top: red;
	color: #f0f;
	font-family: impact;
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}





#wrapper {
	background: #000;
	clear: both;
	overflow: hidden;
	width: 985px;
	display: block;
	margin: 0 auto;
	padding: 0;
	z-index: 4;
}

#footer {
	background-color: #000;
	float: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: center;
	width: 985px;
	z-index: 10;
}

#footer #inner {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 985px;
}

#footer #left {
	float: left;
	margin: 0;
	text-align: left;
	width: 450px;
}

#footer #left a {
	color: #222;
}

#footer #right {
	float: right;
	margin: 0;
	text-align: right;
	width: 450px;
}

/*
 * End Layout Level IDs
 */


/*
 * CLASSES
 */

.editUser {
    margin: 0;
    padding: 0;
    width:254px;
}

.heading {
    font-weight: 900;
    text-transform: uppercase;
}

.submit {
	background: #fff url(/images/buttonBackground.png);
	background-position: center center;
	border: 3px double #999;
	border-top-color:  #ccc;
	border-left-color: #ccc;
	color:#444;
	margin-top: .5em;
	margin-right: .5em;
	padding: 0 5px;
	text-transform: none;
	width: auto;
}

.submit:active {
    background: #fff url(/images/buttonBackground2.png);
    border-color: #ccc;
    border-top-color:  #999;
    border-left-color: #999;
    width: auto;
}

.submit:hover {
	color: #000;
	text-decoration: none;
}

#bannerAdsContainer {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 150px;
}

#bannerAdsContainer a {
	outline-style: none;
}

#bannerAdsContainer a img {
	margin: .5em 0;
}

/*
 * Right Calendar Navigation Interface
 */
#months {
	background-position: bottom;
	background-color: #000;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;

}
	#months li {
		display: block;
		margin: 0px auto;
		padding: 0;
	}

	#months li:first-child { margin: 0 }

	#months li.year,
	#months li a {
		border: 0;
		color: #fff;
		display: block;
		font-weight: 100;
		font-family: Impact;
		font-size: 12pt;
		line-height: 22px;
		margin: 0;
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
		padding: 0;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: center;
	}
	#months li a:hover {
		color: #0f0;
	}
	#months li a:active {
		color: #f0f;
	}


/*********************************** End Left Calendar Navigation Interface */

#errorMessage {	color: red }

/**************************************************************** News Page */
.section {
	display: block;
	margin: 10px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

.section img {
	clear: both;
	display: block;
	margin: 0 auto 1em auto;
}

.section .signature {
	border-bottom: 1px solid #fff;
}

.section .date {
	text-transform: uppercase;
}

/************************************************************ End News Page */

/*************************************************************** About Page */
.sectionAbout {
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
	width: auto;
}
.sectionAbout img {
	float: right;
	margin-left: 1em;
	width: 50px;
}

.sectionAbout p {
	line-height: 2em;
	text-align: justify;
}
/*********************************************************** End About Page */

/************************************************************** Photos Page */
.photosSection {
	background: #00;
	border: 2px solid #666;
	display: block;
	float: left;
	margin: 0 5px 10px 5px;
	overflow: hidden;
	padding: 0 0 10px 0;
	width:375px;
}
.photosSection h2 {
	background: #000;
	color: #fff;
	margin-top: 0;
	padding: 10px 0 0 10px;
}
.photosSection p {
	margin: 0 10px;
}
/********************************************************** End Photos Page */

/******************************************************** Hall of Fame Page */
.hallofFameSection {
	display: block; 
	float: left;
	margin: 0 100px 10px 100px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.hallofFameSection h2 {
	background: #000;
	padding-left: 10px;
}
.hallofFameSection p {
	margin: 10px 0px 0 auto;
}
.hallofFameSection img {
	float: left;
	margin: 10px 10px 0 10px;
	width:241px;
}

/**************************************************** End Hall of Fame Page */




#TB_title {
font-family: impact;
text-transform: uppercase;
font-size: 2em;
}

#TB_title a {
	font-weight: 100;
}

#eventDetail {
	margin-left:10px;
}

#eventDetail #flyer {
	display: block;
	float: right;
	margin: 0 10px 0 10px;
	height: 450px;
}

#eventDetail h1 {
	margin: 0;
}


#eventDetail #address {
display: none;
}


#eventDetail .ticketweb {
	clear: left;
	float: left;
}

#eventDetail #timeDetail {
	font-family: Impact;
	line-height:30px;
	margin: 0;
	padding: 0;
	font-size: 28px;
	vertical-align: top;
}

#eventDetail p {
	margin-right: 20px;
}


#subscribeForm {
	color: #fff;
	margin: 0 auto;
	width: 450px;
}

#subscribeForm #firstName,
#subscribeForm #lastName,
#subscribeForm #email {
	width: 275px;
}

#subscribeForm p {
	color: #f00;
	float: left; clear: left;
}

#subscribeForm select {
	margin-right: 5px;
	width: 89px;
}


#subscribeForm fieldset {
	border: 2px solid #000;
}



#fancy_ajax #thickboxHeader,
#fancy_ajax #thickboxFooter {
	display: none;
}

/* Calendar */

table.calendar {
	border: 2px solid #fff;
	border-collapse: collapse;
	margin: 0 auto;
}

table.calendar th,
table.calendar td {
	background: #000;
	border: 2px solid #fff;
	font-size: 10px;
	font-weight: 100;
	overflow: hidden;
	vertical-align: top;
	width: 105px;
}

table.calendar th {
	background: #000;
	font-family: Impact;
	font-size: 18px;
    height: auto;
    margin: 0 1px;
    padding: 2px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}


.calendar h3 {
	background: transparent;
	clear: both;
	float:right;
	font-size: 18pt;
	font-weight: 100;
	font-family: Impact;
	margin: 0 2px 1px 0;
	padding: 0;
}

.eventEntry {
	clear: both;
	height: auto;
	margin: 2px 5px 3em 5px;
}

.eventEntry a {
	color: #fff;
}

.eventEntry .thickbox img {
	width: 95px;
}



table.calendar td a {
font-weight: 100;
}

.calendarBorder {
	background-image: url(/images/spring.jpg);
	margin: 0 0 20px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	overflow: hidden;
	height: auto;
	width: 782px;
}


	.calendarBorder h1 {
		color: #fff;
		margin: 0 0 0 0;
		padding: 0;
		text-align: center;
	}

.calendarInnerBorder {
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 778px;
}

#calendar-container {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	width:790px;
}

.monthName {
	display: block;
	margin: 28px auto;
}


/* End Calendar */

/* Event FancyBox */
	#eventDescription {
		line-height: 1.5em;
	}
	
/* End Event FancyBox */


#test1 {
	margin: 0 auto;
	width: 450px;
}

#test1 fieldset {
	border: 0;
	margin: 1em 0;
	width: 438px;
}

#emaillist { width: 428px; }

a #horiz-banner-ad {
	margin-left: 40px;
	margin-bottom: 10px
}

#rsvp_details {
	clear: both;
	padding-top: 2em;
}