/* 
Theme Name: Creekbread
Theme URL: http://creekbread.com
Author: Andrew Clough
Version: 1.0.1


*/

/* Reset */

/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{}*/


/* Layout */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('images/bg_wood.jpg');
	background-color: #74361a;
}

#container{ 
	width: 840px;
	padding: 0 40px 0 40px;
	margin: 0 auto;
	background-image: url('images/bg_content.png');
	background-repeat:  repeat-y;
	margin-top: 0px;
	margin-bottom: -20px;
	min-height: 800px;
	
}

#content {
	min-height: 300px;
	width: 550px;
}

#right-image {
	float: right;
	margin: 0 10px 0 0;	
}
#header {
	height: 93px;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
	margin: 0px -10px 0 -10px;
}

#footer {
	min-height: 100px;
	margin: 20px 0 20px 0;
}

	#footer ul {
		list-style-position: inside;
	}

#footer-right {
	min-height: 370px;
	float: right;
	background-color: #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	width: 230px;
	margin: 0 10px 0 0;
}

#footer-left {
	min-height: 370px;
	float: left;
	background-color: #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	width: 230px;
	margin: 0 0 0 10px;
}

#footer-center {
	min-height: 370px;
	margin: 0 auto;
	background-color: #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	width: 230px;
}

/*.nav {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 40px 10px 0 0;
}

.nav li {
	display: inline;
	font-size: 16px;
	font-family: "Century Gothic", arial;
	letter-spacing: -1px;
	margin: 0 20px 0 0;
}

.nav li a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.nav li a:hover {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
}*/

ul.nav li {
	display: inline;
	
}

	ul.nav li a {
		display: block;
		height: 36px;
		text-indent: -9999px;
		float: right;
		margin: 30px 0 0 0;
	}

	ul.nav li.menu a {
		width: 57px;
		background-image: url(images/menu/menu.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}
	ul.nav li.spirit a {
		width: 62px;
		background-image: url(images/menu/spirit.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}
	ul.nav li.purpose a {
		width: 147px;
		background-image: url(images/menu/purpose.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}
	ul.nav li.community a {
		width: 96px;
		background-image: url(images/menu/community.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}
	ul.nav li.ourstory a {
		width: 88px;
		background-image: url(images/menu/our_story.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}
	ul.nav li.contact a {
		width: 76px;
		background-image: url(images/menu/contact.png);
		background-repeat: no-repeat;
		background-position: center top;
	
	}

ul.nav li a:hover {background-position: bottom center;}

/* Typography */

body {
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
}

a {
	color: #f89a3e;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 24px;
}

h1 {
	font-size: 30px;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	letter-spacing: -1px;
}

h4 {
	font-size: 14px;
	letter-spacing: -1px;
}

h1.logo {
	width: 240px;
	height: 80px;
	text-indent: -9999px;
	background-image: url('images/logo_creekbread.png');
	background-repeat: no-repeat;
}

.newsletter-box {
	background-color: #FFF;
	width: 180px;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Utilities */

.clear {clear: both;}

.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

.facebook {margin: 20px 0 0 0; float: right; font-size: 10px; width: 120px; text-align: right; }
.facebook p {margin-top: 0px; font-size: 10px; line-height: 14px; padding-right: 5px;}
