html {
	background-color: #FDFFE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

#big-wrapper {
	width: 868px;
	margin: 0 auto;
	background: url(../_img/main-bg.png) left top repeat-y;
}

/**********/
/* Header */
/**********/

#header {
	width: 868px;
	height: 230px;
	background: url(../_img/header.png) left top no-repeat;
}

#header h1 {
	padding-left: 348px;
	padding-top: 75px;
}

#header h1 a {
	display: block;
	width: 280px;
	height: 155px;
	text-indent: -9999px;
}

/**********************/
/* Content Containers */
/**********************/

#content-container-1 {
	width: 868px;
	background: url(../_img/content-top.png) left top no-repeat;
}

#content-container-2 h2 {
	display: block;
	float: right;
	padding-right: 36px;
	width: 280px;
	height: 50px;
}

#content-container-2 h2 a {
	display: block;
	width: 280px;
	height: 50px;
	text-indent: -9999px;
}

#content-container-2 {
	background: url(../_img/content-bottom.png) left bottom no-repeat;
}

/***********/
/* Content */
/***********/

#content {
	width: 570px;
	padding: 0 40px 40px 40px;
	float: left;
	margin-top: -50px;
}

#content a {
	color: #5F3833;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #999;
}

#content h1, #content h2, #content h3 {
	float: none;
	color: #FDFFE7;
	font-size: 40px; /* 47px in the design file */
	font-weight: normal;
	/* padding: 15px 0 20px 0; */
	 padding: 15px 0 15px 0; /* Modified for sIFR */
	margin-left: -25px;
	width: 320px;
}

#content h4 {
	font-size: 15px;
	color: #5F3833;
	font-weight: bold;
	padding: 0.5em 0;
}

#content h5 {
	font-size: 14px;
	color: #8D964E;
	font-weight: normal;
	padding: 0.5em 0;
}

#content h6 {
	font-size: 12px;
	color: #5F3833;
	font-weight: bold;
	padding: 0.5em 0;
}

#content p, #content ul, #content ol {
	font-size: 13px;
	padding: 0 30px 1em 30px;
	line-height: 20px;
}

#content li ul, #content li ol {
	padding-bottom: 0;
}

#content ul {
	padding-left: 53px;
}

#content ul li, #content li ul li {
	background: url(../_img/bullet.png) left 7px no-repeat;
	padding-left: 20px;
}

#content ol {
	padding-left: 73px;
	list-style: decimal;
}

#content ol li {
	background-image: url(../_img/clear.gif);
	padding-left: 0px;
}

#content table {
	background-color: #E5E0A8;
	color: #5F3833;
	font-size: 14px;
	margin-bottom: 1em;
}

#content table caption {
	background-color: #C90;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	padding: 1em 0;
}

#content table th, #content table td {
	padding: 10px;
}

#content table tr .even-column {
	background-color: #E1D58F;
}

/***********/
/* Sidebar */
/***********/

#sidebar {
	float: right;
	width: 204px;
	min-height: 604px;
}

/* Menu */

#sidebar ul#main-menu li {
	display: block;
	width: 204px;
	height: 59px;
	background-color: #FDFFE7;
}

#sidebar ul#main-menu li a {
	display: block;
	width: 204px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	color: #FDFFE7;
	background-color: #5F3833;
}

#sidebar ul#main-menu li a:hover {
	background-color: #CED498;
	color: #5F3833;
}

#sidebar ul#main-menu li.current_page_item a, #sidebar ul#main-menu li.current_page_parent a {
	background: #CED498 url(../_img/current-menuitem.png) center 3px no-repeat;
	color: #5F3833;
	height: 35px;
	line-height: 35px;
	padding-top: 13px;
}

/* Statistics Sidebar, used on some pages */

#stats-sidebar {
	font-size: 17px;
	text-align: center;
	width: 128px;
	margin: 25px auto 50px auto;
	padding: 30px 10px;
	/* background: #747F2C url(../_img/events-sidebar-bg.png) right bottom no-repeat; */
	background-color: #747F2C;
	font-size: 17px;
	line-height: 27px; 
	color: #FDFFE7;
}

#stats-sidebar strong {
	display: block;
	font-size: 22px;
	color: #5F3833;
	font-weight: normal;
}

/**********/
/* Footer */
/**********/

#footer {
	width: 868px;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	color: #E9EDC5;
	background-color: #5F3833;
	border-top: 12px solid #FDFFE7;
	border-bottom: 12px solid #FDFFE7;
}

#footer a {
	color: #E9EDC5;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	float: left;
	padding: 0 20px;
}

#footer p#websiteby {
	float: right;
}

#footer p#websiteby a {
	background: url(../_img/oranges.png) left 2px no-repeat;
	padding-left: 30px;
}

/******************/
/* Events Page(s) */
/******************/

/* Gallery */

img.attachment-thumbnail {
	border: 4px solid #C90;
}

div.gallery {
	background-color: #E5E0A8;
	padding: 0 25px 12px 25px;
}

#content div.events-heading {
	display: block;
	height: 66px;
	line-height: 47px;
	background-color: #8D964E;
	width: 100%;
}

#content div.events-heading h3 {
	font-size: 30px; /* 38 px in design file */
	line-height: 47px;
	text-align: center;
	margin: 0;
	width: 100%;
}

#content p.attachment {
	text-align: center;
	padding: 40px 0;
	background-color: #E5E0A8;
}

p.attachment img {
	border: 12px solid #C90;
}

#content p.nextimagelink {
	float: right;
	padding: 0;
	padding-right: 15px;
	text-align: right;
}

#content p.previmagelink {
	float: left;
	padding: 0;
	padding-left: 15px;
	text-align: left;
}

#content p.nextimagelink, #content p.previmagelink {
	font-size: 11px;
	font-weight: bold;
	line-height: 34px;
	width: 150px;
}

#content p.back-to-whatever {
	font-size: 12px;
	color: #000;
	padding: 0;
	line-height: 12px;
}

#content p.back-to-whatever a, #content p.back-to-whatever a:visited {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: 10px;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	font-weight: bold;
}

div#image-navigation {
	background-color: #D3D09B;
}

/********/
/* Blog */
/********/

.blogsingle {
	padding-bottom: 30px;
}

.blogsingle img {
	border: 5px solid #C90;
}

.blogsingle img.noborder, .blogsingle img.no-border {
	border: none;
}

div.bloginfotop {
	background-color: #E5E0A8;
	padding: 30px 10px;
	margin-bottom: 25px;
}

#content div.bloginfotop h4 {
	width: 70%;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 4px;
}

#content div.bloginfotop h4 a {
	color: #5F3833;
	text-decoration: none;
}

#content div.bloginfotop h4 a:hover {
	text-decoration: underline;
}

#content div.bloginfotop p.blogby {
	width: 28%;
	float: right;
	text-align: right;
	color: #999;
	font-size: 11px;
	padding: 0;
}

#content div.bloginfotop p.blogdate {
	clear: both;
	color: #8D964E;
	font-size: 14px;
	padding: 0;
}

#content div.blogmeta {
	padding-top: 1em;
	clear: both;
}

#content div.blogmeta p {
	color: #000;
	font-size: 12px;
}

#content p.olderlink {
	float: right;
}

#content p.newerlink {
	float: left;
}

#content p.olderlink a, #content p.newerlink a {
	/* color: #5F3833; */
	font-size: 11px;
	font-weight: bold;
}

/* Comments */

#blogcomments p {
	padding: 0 0 1em 0;
}

#blogcomments h4#numcomments {
	background-color: #E5E0A8;
	padding: 30px 10px;
	margin-bottom: 25px;
	color: #5F3833;
	font-size: 15px;
}


#blogcomments #leavecomment {
	background-color: #E5E0A8;
	padding: 30px 10px;
	margin-bottom: 25px;
}

#blogcomments #leavecomment h4 {
	color: #5F3833;
	font-size: 15px;
	text-transform: uppercase;
}

#blogcomments #leavecomment p {
	padding-bottom: 0;
}

#content p.commentby {
	font-size: 12px;
	line-height: 16px;
	color: #5F3833;
	padding-bottom: 0;
	font-weight: bold;
}

#content p.commentby a {
	color: #5F3833;
	text-decoration: underline;
}

#content p.commentby a:hover {
	color: #5F3833;
	text-decoration: none;
}

#content p.commentdate {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 0;
}

div.blogified {
	width: 525px;
	margin: 0 auto;
}

div.thecomment {
	background-color: #FDFFE7;
	width: 505px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 25px 0;
	font-size: 13px;
	color: #999;
}

#content div.thecomment p {
	font-size: 13px;
	color: #999;
}

#commentform {
	width: 525px;
}

#commentform input, #commentform textarea {
	background-color: #FDFFE7;
	width: 511px;
	border: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform input {
	height: 17px;
	padding: 7px;
}

#commentform textarea {
	height: 93px;
	padding: 0 7px;
	line-height: 31px;
}

#commentform input#submit {
	/* Have to override everything assiged to all other comment inputs */
	width: 66px;
	height: 21px;
	padding: 0;
}

#commentform p.submit {
	text-align: right;
}

/* Blog sidebar */

.widget {
	padding: 10px 0;
	margin: 0 auto;
	width: 187px;
}

.widget h4 {
	color: #5F3833;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 7px;
	background-color: #97A05B;
	padding: 6px 8px;
}

.widget input#s {
	width: 150px;
	height: 11px;
	font-size: 10px;
	padding: 7px 9px 7px 28px;
	background: #FDFFE7 url(../_img/search-bg.png) 9px 6px no-repeat;
	margin-bottom: 7px;
	border: 0;
}

.widget ul {
	color: #FDFFE7;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 9px;
	line-height: 20px;
}

.widget ul a {
	color: #FDFFE7;
	text-decoration: none;
}

.widget ul a:hover {
	text-decoration: underline;
}

.widget li.rss-feed {
	height: 20px;
}

.widget li.rss-feed a {
	display: block;
	width: 60px;
	padding-right: 18px;
	background: url(../_img/rss.png) right center no-repeat;
	height: 20px;
	line-height: 20px;
}

.widget ul#social-icons {
	float: left;
	text-indent: -9999px;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.widget ul#social-icons li {
	float: left;
	display: block;
	width: 29px;
	height: 28px;
	padding-right: 6px;
}

.widget ul#social-icons li a {
	display: block;
	width: 29px;
	height: 28px;
}

.widget ul#social-icons li#icon-facebook a { background-image: url(../_img/icon-facebook.png); }
.widget ul#social-icons li#icon-twitter a { background-image: url(../_img/icon-twitter.png);}

/********/
/* Misc */
/********/

.clearer {
	height: 0px;
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

address {
	display: block;
	background-color: #E5E0A8;
	font-style: normal;
	color: #660;
}

.widget #twitter_update_list li {
	padding: 0 0 20px 0;
	text-transform: none;
}

.widget ul#twitter_update_list a {
	text-decoration: underline;
}	

a#join-twitter {
	color: #FDFFE7;
	font-size: 12px;
	padding-left: 9px;
}