/* 
Theme Name: Cedarcreek
Description: Wordpress version of maroon Cedarcreek design
Author: Ben Holmen
Version: 3.1.0

Derived from the Whiteboard theme by Brian Purkiss (http://brianpurkiss.com)
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

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: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	text-align: center;
}
#container td {
	text-align: justify;
}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

div#header {
	background-image: url('/images/short-header-without-links.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

	background-color: #571414;
}
div#header img#nav {
	margin-top: 79px;
	margin-left: 382px;
}
div#header.home {
	background-image: url('/images/header-without-links.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

	background-color: #571414;
}
div#header.home img#nav {
	margin-top: 205px;
	margin-left: 382px;
}

div, p, td {
	font: 12px/18px Trebuchet MS, Trebuchet, Sans-Serif;
}
p {
	margin: 0 0 1.5em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:link {
	color: #571414;
}

a:visited {
	color: #888;
}

a.podcast {
	/* used in message teachings to get a nice mp3 icon. */
	background: #fff url('/images/icon-podcast.png') center left no-repeat;
	padding-left: 20px;
}

h1, h1 a, h1 a:visited, h1 a:active {
	font: 20px Arial, Sans-Serif;
	color: #571414;
	text-decoration: none;
	margin: 10px 0;
}
h2, h2 a, h2 a:visited, h2 a:active {
	font: 16px Arial, Sans-Serif;
	color: #571414;
	margin: 10px 0;
	text-decoration: none;
}

div#footer {
	border-top: 1px solid #571414;
	width: 750px;
	margin: 5px auto;
	padding: 10px 0;
	clear: both;
}
div#footer * {
	font-size: 10px;
	vertical-align: top;
}

div#sidebar {
	float: right;
	width: 200px;
	margin-left: 20px;
}

ul, ol {
	margin-left: 35px;
}

hr {
	width: 100%;
	height: 1px;

	background-color: #571414;
	color: #571414;
	border: 0px solid #571414;
}

#mainContent {
	text-align: justify;
	width: 750px;
	margin: 0 auto;
}

em {
	font-weight: bold;
	color: #571414;
}

.grey {
	background-color: #eee;
}

.red {
	color: #571414;
}

td#header {
}

td#homeHeader {
	background-image: url('/images/header-without-links.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

	background-color: #571414;
}
