/**************************************************
Block "O"
http://www.blocko.org
Main Stylesheet
***************************************************/
html, body {
	margin:0; 
	padding:0;
	height: 100%;
}

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #161616;
	background: #161616;
}

#banner {
	float: right; 
	position: absolute; 
	right: 0px; 
	top: 0px;
}

/**************************************************
Contains: Text style for website
***************************************************/

.title {
	font-size: 16px;
	font-weight: bold;
	color: #161616;
	line-height: 1.2;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #161616;
	line-height: 2;
}

.category {
	font-size: 11px;
	color: #972818;
}

.line-break {
	display: block;
	width: 500px;
	margin: 0 0 0 -7px;
        padding: 0;
	border-bottom: 2px solid #972818;
}

/* IE6 Hack */
* html .line-break {
	margin: -7px 0 0 -7px;
}

/* IE7 Hack */
*:first-child+html .line-break {
	margin: -7px 0 0 -7px;
}

.text, .text2, .paginate {
	font-size: 11px;
	color: #161616;
	line-height: 1.25;
}

.text a, .text2 a, .paginate a {
	color: #972818;
	text-decoration: none;
}

.text a:hover, .text2 a:hover, .paginate a:hover {
	color: #ffffff;
	background-color: #972818;
}

.top-text {
	margin: 0 0 3px 10px;
	padding: 0 0 3px 10px;
	color: #ffffff;
}

.red-text {
	color: #972818;
}

.paginate {
	text-align: right;
	margin: 0 5px 5px 0;
}

/**************************************************
Contains: Text style for website
***************************************************/

.date {
	float: left;
	height: 45px;
	width: 37px;
	background: url(images/website/date_tag.gif) no-repeat;
	line-height: 10px;
	text-align: left;
        padding-right: 11px;
}

.month {
	font-size: .8em;
	display: block;
        padding-top: 16px;
        text-align: center;
	color: #161616;
}

.day {
	font-size: 1.4em;
	display: block;
        text-align: center;
	color: #161616;
        padding-top: 3px;
}

/* IE7 Hack */
*:first-child+html .day {
	font-size: 1.1em;
	display: block;
        text-align: center;
	color: #161616;
        padding-top: 3px;
}

/*--------Event Per Page Previous and Next Month Style------*/
.previous a {
	float: left;
	font-size: 11px;
}

/**************************************************
Contains: Header, Main Navigation, Content Area
***************************************************/

#container {
	width: 908px;
	margin: 0 auto;
	text-align:left;
	margin-top: 30px;
}

/* IE6 Hack */
* html #container {
	padding-top: 40px;
}

/* IE7 Hack */
*:first-child+html #container {
	padding-top: 40px;
}

#navigation {
	list-style-type: none;
	height: 80px;
	width: 908px;
	background-color: #972818;
	border-bottom: 5px solid #ffffff;
}

#mainNav {
	top: 38px;
	position: relative;
	font-weight: bold;
	float: left;
	margin: 0 0 5px 5px;
	padding: 0 0 5px 5px;
	list-style-type: none;
}

#mainNav li {
	display: inline;
	position: relative;
	float: left;
	padding-bottom: 4px;
}

/* #mainNav li spacing */
.nav-space {
	margin: 13px 13px 10px 13px;
}

#mainNav li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

#mainNav li a:hover {
	text-decoration: none;
	color: #161616;
}

#mainNav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	list-style-type: none;
	background-color: #ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainNav li ul li {
	display: list-item;
	float: none;
}

/* Sub level menu links style */
#mainNav li ul li a {
	display: block;
	width: 120px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
}

#mainNav li ul a:hover {
	color: #972818;
}

#wrapper {
	float: left;
	background: #ffffff url(images/website/header.jpg) no-repeat;
	padding-bottom: 50px;
}

/*------------------------Section Name--------------------------*/
h1 {
	margin: 25px 0 0 160px;
	color: #ffffff;
	font-weight: bold;
	font-size: 80px;
}

.o {
	color: #972818;
}

/*--------------------------------------------------------------*/

#content {
	float: left;
	width: 620px;
}

#mainContent {
	margin: 30px 0 0 20px;
	width: 575px;
	background-color: #ffffff;
	border: 8px solid #cccccc;
}

#mainContent .bottom {
	padding: 0px 25px 10px 25px;
}

/* IE6 Hack */
* html #mainContent .bottom {
	padding: 10px 25px 10px 25px;
}

/* IE7 Hack */
*:first-child+html #mainContent .bottom {
	padding: 10px 25px 10px 25px;
}
	
#mainContent p {
	line-height:1.4;
}

.text {
        width: 535px;
        margin: -10px 0 10px 0;
        padding: 0 0 10px 20px;
}

/* IE6 Hack */
* html .text {
        width: 535px;
        margin: 0;
        padding-left: 20px;
}

/* IE7 Hack */
*:first-child+html .text {
        width: 535px;
        margin: 0;
        padding-left: 20px;
}

.thumbnails {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.thumbnails li {
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
}

.thumbnails li a img {
	border: 4px solid #f5e9c3;
}

.thumbnails li a:hover img {
	border: 4px solid #DE761C;
}

.thumbnails li a:hover {
	background-position: 0 0;
}


/**************************************************
Feature Photos
***************************************************/

#overlay {
	width: 600px;
	height: 351px;
	margin: 35px 0 0 20px;
	background: url(images/website/main_photos.png) no-repeat bottom left !important;
  	background: url(images/website/main_photos.gif) no-repeat bottom left;
}


#myGallery {
	width: 575px !important;
	height: 325px !important;
}

div#myGallery {
	float: left;
	margin: 8px 0 0 10px;
}

/* IE6 Hack */
* html div#myGallery {
	margin: 9px 0 0 5px;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

/**************************************************
Contains right section: Updates, Recommended
***************************************************/

#content-second {
	float: right;
	width: 288px;
	margin-top: 70px;
}

#blockie {
	float: left;
	width: 274px;
	height: 330px;
	margin-bottom: 30px;
	background: url(images/website/photo-week.png) no-repeat bottom right !important;
	background: url(images/website/photo-week.gif) no-repeat bottom right;
}

#blockie div {
	width: 252px;
	height: 28px;
	text-align: center;
	margin: 8px 0 5px 8px;
	background-color: #972818;
}

#blockie div span {
	display: block;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	
}

#blockie img {
	width: 252px;
	height: 273px;
	margin-left: 8px;
}

#rss {
	width: 252px;
	text-align: center;
	margin: 0 0 30px 20px;
}

#archives h4 {
	border-bottom: 2px solid #972818;
	width: 270px;
}

#archives p {
	margin-top: -10px;
	margin-bottom: 0;
}

#archives p a {
	line-height: 1.5;
	font-size: 11px;
	color: #972818;
	text-decoration: none;
}

#archives p a:hover {
	color: #ffffff;
	background-color: #972818;
}

/**************************************************
Contains right section: Calendar
***************************************************/

#calendar-overlay {
	float: left;
	width: 274px;
	height: 241px;
	margin-bottom: 30px;
	background: url(images/website/calendar.png) no-repeat bottom right !important;
	background: url(images/website/calendar.gif) no-repeat bottom right;
}

#calendar-overlay div {
	width: 252px;
	height: 28px;
	text-align: center;
	margin: 8px 0 5px 8px;
	background-color: #972818;
}

#calendar-overlay div span {
	display: block;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	
}

#calendar {
	margin-left: 8px;
	width: 252px;
	padding: 0;
	border-left: 1px solid #ffffff;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #972818;	
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 5px;
}	


caption {
	margin: 0;
	padding: 0;
	width: 252px;
	color: #972818;	 
	border: 1px solid #ffffff;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #161616;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #ffffff;
	font-weight: bold;
	background: #DF9496;
}

.calendarToday {
       color: #ffffff;
	font-weight: bold;
	background: #DF9496;
}

td {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #bfbfbf;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {	
	color: #972818;
}

td a:hover, td a:active {
	color: #161616;
}


/**************************************************
Contains: Footer
***************************************************/

#footer {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 15px;

}

#brutus-footer {
	/*position: absolute;
	width: 100%;
	left: -425px;*/
	float: left;
	margin: -43em 0 0 -6.7em; /*------------------ Adjusts Brutus' placement. Please change if adding or subtracting information in copyright. ---------*/
	padding-bottom: 20px;
	background: url(images/website/brutus_footer.png) no-repeat bottom left;
	width: 177px;
	height: 422px;
}

/* IE6 Hack */
* html #brutus-footer {
	background: no-repeat bottom left;
}

* html #ie6-brutus {
	position: absolute;
	width: 100%;
	left: -425px;
}

#white-footer {
	margin: 0 auto;
	height: 200px;
	width: 908px;
	background-color: #ffffff;
	border-bottom: 5px solid #161616;
}

#red-footer {
	margin: 0 auto;
	width: 908px;
	height: 160px; /*------------------ Adjusts red box's fixed height. Please change if adding or subtracting information in footer. ---------*/
	background-color: #972818;
	border-top: 5px solid #ffffff;
}

/* IE6 Hack */
* html #red-footer {
	width: 908px;
}

.footer-section {
	margin: 15px 20px 0 0px;
	float: left;
	width: 250px;
	display: block;
}

#footer-space {
	margin-left: 100px;
}

#footer-space ul {
	margin-top: -1px;
}

/* IE6 Hack */
* html #footer-space {
	margin-left: 55px;
}

#footer-space2 {
	width: 230px;
	float: right;
	text-align: right;
}

.footer-h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 10px 10px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	background-color: #7c1f11;
}

.footer-section ul li {
	float: left;
	display: inline;	
	margin-left: -30px;
	list-style-type: none;
}


.footer-section-links {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 240px;
	color: #ffffff;
	text-align:left;
	line-height: 1.5;
	font-weight: normal;
}

.footer-section-links a {
	color: #ffffff;
	text-decoration: none;
}

.footer-section-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#copyright {
	width: 900px;
	margin: 0 auto;
	color: #ffffff;
	text-align: right;
	font-size: 9px;
	line-height:1.8;
	padding-top: 6px;
}

#copyright a {
	color: #972818;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFF4E3;
	background-color: #972818;
}

/*-------------------------------Section Pages--------------------------------*/

.section-name {
	font-size: 14px;
	font-weight: bold;
	color: #972818;
}

#section-second {
	float: right;
	width: 288px;
	margin-top: 70px;
}

#info-section {
	float: left;
	width: 254px;
	background-color: #ffffff;
	border: 8px solid #972818;
	margin-bottom: 20px;
}

#info-section .bottom {
	padding: 0px 25px 109px 25px;
}

/* IE6 Hack */
* html #info-section .bottom {
	padding: 20px 25px 120px 25px;
}

/* IE7 Hack */
*:first-child+html #info-section .bottom {
	padding: 20px 25px 120px 25px;
}
	
#info-section p {
	line-height:1.4;
	margin-bottom: -7em;
}

#section-text {
	margin-left: -20px;
}

/*----------------------------------------------------------------------------*/