* {
	margin: 0;
	padding: 0;
}
body {
	background-image:		url(images/contentBackground.jpg);
	background-repeat:		repeat;
	background-color: 		#311C00;
	font: 					normal small Arial, Helvetica, sans-serif;
	color: 					#E8D6B4;
}
fieldset {
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
}
fieldset legend {
	font-weight: bold;
}
h1, h2, h3 {
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
}
p {
}
blockquote {
	margin-left: 3em;
}
ul {
	margin-left: 3em;
}
ul li {
}
ol {
	margin-left: 3em;
}
ol li {
}
form ul {
	list-style-type:	none;
}
form label {
	display:	inline-block;
	width:		120px;
}
form ul li {
	margin: 1em;
}
form ol {
	margin-left: 3em;
}
form ol li {
}
a {
	color: #E8D6B4;
}
a:hover {
	text-decoration: none;
}
img {
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	border: 3px solid #FFFFFF;
}
.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	border-bottom: 3px solid #FFFFFF;
	text-transform: lowercase;
	font-size: 1em;
	color: #E8D6B4;
}
.boxed .content {
	padding: 20px 20px 40px 20px;
}
/* Post */

.post {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	border: 3px solid #FFFFFF;
}
.post .title {
	clear: both;
	padding: 20px 0;
	color: #E8D6B4;
}
.post .date {
	float: left;
	width: 80px;
	height: 21px;
	padding: 9px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;
}
.post .date .month {
}
.post .date .day {
}
.post .date .year {
	display: none;
}
.post .meta {
	float: left;
	width: 332px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: x-small;
}
.post .meta p {
}
.post .story {
}
.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}
.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
/* Login */

#login, #logout {
	position:	absolute;
	top:		10px;
	right:		10px;
	z-index:	99;
}
#login a {
	color: 		#FFFFFF;
}
#logout {
	width: 		180px;
}

#logout .content {
	padding: 10px 10px 10px 10px;
}

/* Request Newsletter */
#request_newsletter{
	position:	absolute;
	top:		10px;
	left:		10px;
	z-index:	100;
}

/* Logo */
#header{
	width: 100%;
	height: 286px;
	background-image: url(images/hdBackground.jpg);
	background-repeat:	repeat-x;
}

#logo {
	width: 					85%;
	height: 				200px;
	margin-left:			15%;
	background-image: 		url(images/cow.png);
	background-repeat:		no-repeat;
	background-position: 	bottom left;
	margin-bottom:			25px;
}
#logo h1 {
	padding: 60px 0 0 140px;
	letter-spacing: -2px;
	font-size: 4em;
}
#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}
#logo h2 {
	margin-top: -1em;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
	text-indent:	200px;
}
#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
/* Menu */

#menu {
	height: 		30px;
	width:			800px;
	color:			#E8D6B4;
	margin-left:	auto;
	margin-right:	auto;
	margin-top:		-45px;
}
#menu ul {
	margin-top: 	45px;
	margin-bottom:	20px;
	list-style: 	none;
}

#menu li {
	display: 		block;
	float: 			left;
}

#menu a {
	display: 			block;
	color: 				#E8D6B4;
	padding: 			17px 20px 0 10px;
	text-decoration: 	none;
	text-transform:		lowercase;
	font-size: 			.9em;
	font-weight: 		bold;
}
#menu a:hover {
	text-decoration: 	underline;
}
#menu .active a {
	text-transform: 	uppercase;
}
/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#extra {
}
/* Content > Main */



#main {
	float: right;
	width: 460px;
}
#main a {
}
/* Content > Main > Welcome */



#welcome {
}
/* Content > Main > Example */



#example {
}
/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}
#sidebar a {
}

/* Content > Sidebar > Calendar */

#calendar {
	width: 100%;
	height: 100%;
}
#calendar .cal {
	width: 100%;
}
#calendar .calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
}
#calendar .calhead img {
	border: none;
}
#calendar .dayhead {
	background: #EEE;
}
#calendar .dayhead td {
	text-align:	center;
	color: #000;
}
#calendar .dayrow {
	background: #FFF;
}
#calendar .dayrow td {
	width: 50px;
	color: #000;
	font-size: .7em;
}
#calendar .day {
	font-size:	x-small;
	display: 	block;
	width:		100%;
	height:		2em;
}
#calendar .current_day {
	font-size:			x-small;
	text-decoration: 	underline;
	display: 			block;
	width:				100%;
	height:				2em;
}
#calendar .day_with_event {
	font-size:			x-small;
	display: 			block;
	background-color:	#385B88;
	width:				100%;
	height:				2em;
	color:				#FFF;
}
#calendar .current_day_with_event {
	font-size:			x-small;
	display: 			block;
	background-color:	#385B88;
	width:				100%;
	height:				2em;
	color:				#FFF;
}

#calendar .dayover {
	background: #EEE;
}


#inputtext1, #inputtext2 {
	color: #385B88;
}
#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}
/* Content > Sidebar > Updates*/

#updates {
}
#updates ul {
	margin: 0;
	list-style: none;
}
#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}
/* Content > Sidebar > Links*/

#links {
}
#links ul {
	margin: 0;
	list-style: none;
}
#links h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
#links p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}
/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}
/*
#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}
#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}
*/
/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}
#footer p {
	margin: 0;
	font-size: x-small;
}
/* Footer > Legal */

#legal {
}
/* Footer > Links */

#links {
}
.error_message {
	color: red;
}
