/* Default style sheet
*  copyright, Brandon Booth, all rights reserved
*  www.lucidgreen.net
*/

/* Styles reset */   
* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
}
body {
	font:76% Arial,Verdana,Tahoma,"Trebuchet MS",sans-serif;
	line-height:1.8em;
	position: relative;
	background: url(../images/background_page.png) 0 0 repeat-x;
	background-color: #535354;
}
p {
	margin: 1em 0;
}

/* Standard divs */

#container { 
	/* page container or wrap used for entire page if not full width or partial page if header is full width but content is not */
	position: relative;
	width: 850px;
	margin: 0 auto;
}

#header { /* top banner */
	background: url(../images/background_header.png) 0 0 no-repeat #000000;
	margin-top: 20px;	
	width: 830px;
	padding: 10px 10px 0 10px;
}

#branding { /* div containing logo, site name etc. */
	text-indent: -3000px;
	background: url(../images/branding_logo.png) no-repeat 0 0;
	height: 124px;
	width: 206px;
	float: left;
}
#branding a {
	display: block;
	width: 100%;
	height: 100%;
}

#navigation { /* navigation container, often a UL */
	font-size: 110%;
	color: #E7E6DE;
	float: right;
	width: 580px;
	margin-right: 0;
	line-height: 1.4em;
	
}
#navigation h3 {
	color: #4778C0;
}
#navigation ul {
	list-style: none;
}
#navigation a {
	display: block;
	color: #E7E6DE;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#navigation a:hover, #navigation .selected a  {
	color: #CFC99F;
	background-color: #4C3F18;
}

#subHeader {
	background: url(../images/background_content.png) repeat-y 0 0;
	padding: 10px 0;
	
}

#homeSlider {
	background: url(../images/background_slider.png) no-repeat 0 0;
	height: 391px;
	width: 821px;
	margin: auto;
}
#slider-left {
	float: left;
	list-style: none;
	background: url(../images/background_arrow.png) no-repeat 0 20px;
	height: 340px;
	width: 406px;
	margin-left: 16px;
	padding-top: 50px;
	padding-left: 20px;
}
#slider-left li {
	height: 50px;
	font-family: Georgia, serif;
	font-size: 40px;
	margin-bottom: 30px;
}
#slider-left li a {
	color: #FFF8CB;
	text-decoration: none;
	outline: none;
}
#slider-right {
	font-size: 120%;
	float: left;
	color: #E6E5DE;
	width: 360px;
	height: 310px;
	margin-top: 20px;
	overflow: hidden;
}
#slider-right h2 {
	color: #F6CC4C;
	font-family: Georgia, serif;
	font-size: 180%;
}
#slider-right a {
	color: #E6E5DE;
}
.sliderSection {
	height: 310px;
	margin-bottom: 30px;
}
.sliderSection img {
	float: right;
	margin: 0 10px 5px 10px;
}


#content { /* content container, often the main column */
	font-size: 120%;
	background: url(../images/background_content.png) repeat-y 0 0;
	padding: 10px 30px;
}
#contentMain {
	float: left;
	width: 550px;
}
#contentMain h2, #contentMain h3, #contentMain h4, #contentMain .meta {
	font-family: Georgia, serif;
	color: #1C3A4C;
}
#contentMain h2 {
	font-size: 180%;
}
#contentMain h3 {
	font-size: 160%;
}
#contentMain h4 {
	font-size: 140%;
	margin: 2em 0 0 0;
	border-bottom: 1px solid #444444;
}

#contentMain .meta {
	font-size: 80%;
}
#contentMain ul, #contentMain ol{
	margin: 1em 0 1em 20px;	
}
#contentMain li {
	margin: 1em 0;
}
#sidebar-a { /* sidebar, additional sidebars can be sidebar-b, sidebar-c */
	float: right;
	width: 200px;
}

#footer { /* copyright, links list etc. */
	color: #E7E6DE;
	text-align: center;
	background: url(../images/background_footer.png) repeat-x 0 0 transparent;
	width: 850px;
	height: 106px;
	margin-top: 2px;
}
#footer a {
	color: #E7E6DE;
}



/*subpage styles*/

.subpage #subHeader {
	background-image: none;
	background-color: #595445;
	height: 155px;
	padding:15px 20px 0 20px;
	
}
.subpage .subHeaderImage {
	float: right;
	padding-right: 60px;	
}
.subpage #subHeader h2, .subpage #subHeader h3, .subpage #subHeader h4 {
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 2px;
	color: #E8E7DE;
}
.subpage #subHeader h3 {
	font-size: 30px;
}
.subpage #subHeader h4 {
	font-size: 15px;
}

.subpage #subHeader ul {
	color: #E8E7DE;
	list-style: inside;
	padding: 10px 0 0 40px;

}
.subpage #subHeader a {
	color: #E8E7DE;
	letter-spacing: 1px;
	font-weight: lighter;
}

.subpage #subHeader a:hover, .subpage #subHeader a.selected  {
	color: #CFC99F;
	
}
.subpage table {
	border-collapse: collapse;
}
.subpage table td, .subpage table th {
	border: 1px solid #444444;
	border-collapse: collapse;
	padding: 5px;
}
.subpage table td {
	text-align: center;
}
.subpage iframe {
	border: 1px solid #444444;
}

/*classes*/
.more {
	text-align: right;
}
.calendar h4 {
	color: #85180B;
	font-size: 100%;
	background: url(../images/icon_calendar.png) no-repeat;
	height: 28px;
	padding-top: 4px;
	padding-left: 35px;
}
.calendar .meta {
	color: #85180B;
	text-align: right;
	font-size: 80%;
	position: relative;
	top: -10px;
	width: 150px;
}
.calendar dt {
	color: #1C3A4C;
	font-weight: bold;
	font-size: 90%;
	margin-top: 10px;
}
.calendar dd {
	font-size: 88%;
}


.column {
	display: block;
	float: left;
	margin-right: 30px;
}
.clear {
	clear: both;
	visibility: hidden;
}


/*Blog / paginate Styles*/
.articleHead {
	margin-top: 1em;
}
.articleHead a {
	color: #1C3A4C;
	text-decoration: none;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}



