/* @override http://harvestefc.org/wp-content/themes/harvest_efc/style.css */

/*
Theme Name: Harvest EFC
Theme URI: http://harvestefc.org/
Description: Custom theme for the Harvest EFC website.
Version: 1.2
Author: Rob Tull
Author URI: http://reboundcreative.com/
*/



/*** RESET RULES (Based on the YUI Reset CSS) ***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }



/*** GLOBAL PAGE RULES ***/

html {
	background: #ffe6cb;
	color: #330;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	padding-bottom: 30px;
}

em,
em strong {
	font-style: italic;
}

strong,
strong em {
	font-weight: bold;
}

.alignright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}



/*** WRAPPER ***/

div#wrapper {
	margin: auto;
	width: 750px;
}



/*** BANNER ***/

div#banner {
	background: url(images/harvest_logo.png) no-repeat;
	height: 143px;
}

#banner span { display: none; }



/*** MENU ***/

div#menu {
	background: #330 url(images/menu_bg.jpg);
	font-size: 0.8em;
	height: 47px;
	padding-left: 10px;
	text-transform: uppercase;
	width: 490px;
}

#menu li { float: left; }

#menu li a, #menu span {
	color: #fff;
	display: block;
	line-height: 47px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover { background-color: #866907; }

#menu li.current_page_item a { background-color: #5d4d10; }



/*** CONTENT ***/

div#content {
	background: url(images/content_bg.jpg) no-repeat;
	clear: both;
	float: left;
	font-size: 0.8em;
	padding: 20px;
	margin-bottom: 30px;
	min-height: 350px;
	width: 460px;
}

h1, h2, h3, h4, p { padding-bottom: 20px; }

h1 {
	font-size: 1.6em;
	font-style: italic;
}

h2 {
	font-size: 1.4em;
	font-style: italic;
}

h2.child { padding-bottom: 2px; }

h2 span {
	font-size: 0.6em;
	font-style: normal;
	text-transform: uppercase;
	vertical-align: middle;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	font-weight: bold;
	font-style: italic;
}

#content a {
	border-bottom: 1px dotted;
	color: #330;
	text-decoration: none;
}

#content a:hover {
	background-color: #330;
	border-bottom: 1px solid #330;
	color: #fff;
}

#content img { border: 2px solid #963; }

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

#content ul {
	list-style-image: url(images/bullet.png);
	padding-left: 20px;
	padding-bottom: 20px;
}

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

#content blockquote, pre {
	background-color: #fff7e7;
	border: 1px solid #f2e5c6;
	font-style: italic;
	padding: 20px;
	margin: 0 20px 20px;
	
}

#content blockquote {
	background: #fff7e7 url(images/quote.png) 10px 10px no-repeat;
	padding-bottom: 0;
}

#content iframe { border: 1px solid #f2e5c6; }

#content p, #content li { line-height: 1.5em; }

#content p.breadcrumbs, #content p.breadcrumbs a {
	color: #775;
	font-style: italic;
}

#content p.breadcrumbs a:hover { color: #fff; }



/*** EXTRAS ***/

div#extras {
	float: right;
	position: relative;
	top: -94px;
	width: 250px;
}

#extras li { display: inline; }

#extras a.btn {
	display: block;
	height: 65px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#extras span { display: none; }

a.sermons    { background-image: url(images/sermons_btn.png); }
a.events     { background-image: url(images/events_btn.png); }
a.directions { background-image: url(images/directions_btn.png); }
a.news       { background-image: url(images/news_btn.png); }
a.contact       { background-image: url(images/contact_btn.png); }

#extras a.btn:hover,
#extras a.btn.current {
	background-position: bottom;
}



/*** LISTING PAGES ***/

#content ul.post_list {
	background: url(images/listing_bg.png) no-repeat;
	color: #552;
	list-style: none;
	list-style-image: none;
	padding: 5px 0 20px;
}

.post_list li {
	overflow: auto;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
}

.post_list li:first-child { padding-top: 5px; }

.post_list p {
	display: block;
	float: left;
	max-width: 348px;
	padding: 0;
}

.post_list p.title { width: 340px; }

#content .post_list strong,
#content .post_list strong a { color: #330; }

#content .post_list a {
	color: #552;
	border: none;
}

#content .post_list a:hover {
	background: none;
	border: none;
	color: #330;
	text-decoration: underline;
}

.post_list li.up { background-color: #d0c49e; }



/*** SCHEDULE ***/

div#schedule { background: #866907 url(images/schedule_bg.jpg) no-repeat; }

#schedule h2 {
	color: #fff;
	font-size: 0.8em;
	font-style: normal;
	line-height: 47px;
	padding-left: 15px;
	padding-bottom: 0;
	text-transform: uppercase;
}

#schedule ul {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 15px 30px;
}

#schedule li ul {
	font-style: italic;
	padding: 5px 25px;
}



/*** CALENDAR FORMATTING ***/

#calendar_wrapLarge img { border: none; }

#calendar_wrapLarge h2 {
	font-size: 1.4em;
	padding-bottom: 10px;
}

#wp-calendarLarge table { border-collapse: collapse; }

#wp-calendarLarge td {
	border: thin solid #775;
	height: 70px;
	vertical-align: top;
	width: 150px;
}

#wp-calendarLarge .event-block {
	display: block;
	padding: 2px 0 7px 2px;
	line-height: 1em;
}

#wp-calendarLarge .dayHead {
	background-color: #775;
	color: #fff;
	padding: 2px;
	z-index: 1000;
}

#todayLarge {
	background-color: #d0c49e !important;
	color: #330 !important;
}



/*** CALENDAR TOOLTIP ***/

#tooltip {
	background-color: #fff;
	border: 1px solid;
	line-height: 1.2em;
	padding: 5px;
	position: absolute;
	width: 225px;
	z-index: 3000;
}

#tooltip h3, #tooltip div {
	font-size: 0.8em;
	font-weight: normal;
	margin: 2px;
	padding: 0;
}



/*** CONTACT FORM ***/

.cform legend {
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 20px;
}

.cform ol {
	list-style: none !important;
	padding: 0 !important;
}

.cform label { display: block; }

.cform label:after { content: ':'; }

.cform span.reqtxt, .cform span.emailreqtxt {
	font-size: 0.8em;
	padding-left: 5px;
}

.cform input, .cform textarea {
	background: #ffe;
	border: 1px solid #330;
	color: #552;
	margin-bottom: 10px;
	padding: 3px;
}

.cform textarea { width: 452px; }

.cform input.sendbutton {
	background: #330;
	color: #fff;
	padding: 5px;
}

div#usermessagea.failure,
div#usermessagea.mailerr {
	background: #fdd;
	border: 2px solid #f00;
	color: #f00;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 7px;
}

div#usermessagea.success,
div#usermessagea.waiting {
	background: #dfd;
	border: 2px solid #080;
	color: #080;
	margin-bottom: 20px;
	padding: 7px;
}

.cf_hidden, .linklove { display: none; }



/*** FOOTER ***/

div#footer {
	clear: both;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 20px;
}

#footer li { display: inline; }

#footer li.page_item {
	border-left: 1px solid #441;
	margin-left: 4px;
	padding-left: 6px;
}

#footer a {
	color: #330;
	text-decoration: none;
}

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



/*** LARGE IMAGE LOADERS ***/

body { background: url(images/body_bg.jpg) no-repeat top; }