@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	background-color: #a70e13;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	outline: none;
	color: #a70e13;
}
#wrapper {
	width: 750px;
	margin: 8px auto;
	background-color: #fff;
}
#viewcalendarevents {
	overflow: auto;
	padding: 20px 0 30px 0;
}
#viewcalendarevents a {
	color: #464646;
}
#calendarevents {
	overflow: auto;
	padding: 5px 0 30px 0;
}
#calendarevents a {
	color: #464646;
}
#viewnovember {
	text-align: center;
	width: 375px;
	float: left;
}
#viewdecember {
	text-align: center;
	width: 375px;
	float: right;
}
#novembercal {
	text-align: left;
	margin: 0 25px 0 64px;
}
#novembercal .date {
	color: #779941;
	font-weight: bold;
}
#decembercal {
	text-align: left;
	margin: 0 25px 0 64px;
}
#decembercal .date {
	color: #a70e13;
	font-weight: bold;
}
.calendarhead {
	padding: 15px 0 10px 0; 
}

#footer {
	width: 750px;
	height: 131px; /*(139px)*/
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	color: #a70e13;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
	position: relative;
}
#footer a {
	color: #a70e13;
	text-decoration: none;
}

#aboutContent {
	margin: 0 60px 0 30px;
	padding-bottom: 25px;
	line-height: 18px;
}
#sponsorsContent {
	margin: 0 60px 0 30px;
	padding-bottom: 25px;
	line-height: 18px;
}
#sponsorsContent td.sponsorinfo {
	padding-left: 20px;
}
#sponsorsContent td {
	padding-bottom: 20px;
}

#organizationContent {
	margin: 0 60px 0 30px;
	padding-bottom: 25px;
	line-height: 18px;
}
#organizationContent td.organizationinfo {
	padding-left: 20px;
}
#organizationContent td {
	padding-bottom: 20px;
}
#organizationContent .header {
	font-size: 13px;
	font-weight: bold;
}
#organizationContent a {
	color: #464646;
}

.header {
	padding: 25px 0 20px 0;
}

/* calendar popover */
body#calendarpopover {
	background-color: #fff;
	background-image: none;
}
#calendarwrapper {
	width: 600px;
	overflow: auto;
}
#calendarsidebar {
	float: left;
	margin: 20px 0 0 20px;
}
#calendarcontent {
	margin: 30px 20px 25px 198px;	
}
#calendarcontent h1 {
	padding: 0 0 6px 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
#calendarcontent a {
	color: #ee1d25;
}
#calendarcontent p {
	margin: 0;
	padding: 0 0 12px 0;
}
#calendarcontent .calendarinfo {
	font-size: 13px;
	margin-bottom: 18px;
}
#calendarcontent .calendarfineprint {
	font-style: italic;
	font-size: 12px;
}
#calendarcontent .calendarmoreinfo {
	margin-top: 20px;
	color: #ee1d25;
}

#siteby {
	position: absolute;
	top: 35px;
	right: 0;
	color: #e28386;
}
#siteby a {
	color: #e28386;
	text-decoration: underline;
}
	
/* navbar */
#navbar {
	position: relative;
	height: 24px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}
ul#nav {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
ul#nav li {
	float:left;
	list-style-type:none;
}
ul#nav li a {
	height:24px;
	display:block;
	position:absolute;
	top:0;
	text-indent:-9999px;
	outline:none;
}
li#navCalendar a, li#navOrganizations a, li#navAbout a, li#navSponsors a {
	background:url(../images/nav.jpg);
}

li#navCalendar a {
	background-position:-32px 0;
	width:147px;
	left:32px;
}
li#navCalendar a:hover {
	background-position:-32px -24px;
}
body#pageCalendar li#navCalendar a {
	background-position:-32px -48px;
}

li#navOrganizations a {
	background-position:-224px 0;
	width:218px;
	left:224px;
}
li#navOrganizations a:hover {
	background-position:-224px -24px;
}
body#pageOrganizations li#navOrganizations a {
	background-position:-224px -48px;
}

li#navAbout a {
	background-position:-484px 0;
	width:91px;
	left:484px;
}
li#navAbout a:hover {
	background-position:-484px -24px;
}
body#pageAbout li#navAbout a {
	background-position:-484px -48px;
}

li#navSponsors a {
	background-position:-613px 0;
	width:103px;
	left:613px;
}
li#navSponsors a:hover {
	background-position:-613px -24px;
}
body#pageSponsors li#navSponsors a {
	background-position:-613px -48px;
}
