@charset "utf-8";
/* CSS Document */

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F4ECCE;
	color: #000;
	text-align: center;
	}

#pagebar {
	width: 980px;
	height: 35px;
		}

#pagebar a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 8px 55px 0px 55px;
	border-right: 1px #000 dashed;
	text-align: center;
	height: 27px;
}

#pagebar a:hover {
	background-color: #a67e6f;
	text-decoration: none;
}

#pagebar li {
	list-style:none;
}

#page {
	background-color: #A67C52;
	text-align: left;
	width: 980px;
}

#header {
	background-color: #FFF;
}

#content {
	float: left;
	padding: 20px 45px 20px 45px;
	margin: -50px 20px 20px 20px;
	width: 850px;
    background-color: #FFF;
    border: 1px dashed #000; 
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background-color: #C58D3A;
}

small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
small.cats {
	text-transform: uppercase;
	font-family: Helvetica, Verdana;
	font-size: 0.9em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
}
h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #97331b;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #97331b;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

small, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
li.page_item {
	display: inline;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #97331b;
	text-decoration: none;
}
a:hover {
	color: #97331b;
	text-decoration: underline;
}

/* End Typography & Colors */

/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}

#page {
	background-color: #A67C52;
	margin: 10px auto;
	padding: 0px;
	width: 980px;
	border-style: solid;
	border-color: #000;
	border-top-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-width: 5px;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 225px;
	width: 100%;
	background-color: #fff;
}
#headerimg {
	margin: 0;
	height: 225px;
	width: 100%;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* End Structure */

/*	Begin Headers */

h1 {
	padding-top: 40px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

/* End Headers */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Begin Lists */

ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
	text-indent: 0px;
}

li {
	margin: 7px 0 8px 10px;
}

ol {
	padding: 0 0 0 35px;
	margin: 0;
}

ol li {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* End Various Tags & Classes*/