/*
Theme Name: ESM Default
Theme URI: http://www.streetministryeugene.org/
Description: The default theme for Eugene Street Ministry
Version: 1
Author: Philip Renich
Author URI: http://elfboy.com/
*/

/* ----- LAYOUT ----- */

body {
	background: #2f1306 url(images/bg.gif) repeat-x 0 0;
}
#wrap {
	position: relative;
	margin: 65px auto 0;
	width: 916px;
	background: transparent url(images/wrap_bg.png) no-repeat 0 0;
}
#logo {
	padding: 20px 0 0 20px;
}
#logo a {
	display: block;
	width: 311px;
	height: 144px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}
#content {
	margin: 0 auto;
	width: 600px;
}
#footer {
	margin: 0 auto;
	width: 916px;
	padding: 47px 0 15px;
	background: transparent url(images/wrap_bt_bg.png) no-repeat 0 0;
}

/* ----- NAVIGATION ----- */
#nav {
	position: absolute;
	top: 8px;
	right: 8px;
}
#nav li {
	float: left;
	margin-left: 1px;
}
#nav li a {
	display: block;
	float: left;
	padding: 0 20px;
	padding-top: 3px;
	height: 27px;
	background: url(images/nav_bg.gif) repeat-x 0 0;
}
#nav li.home-page {
	padding-left: 43px;
	background: url(images/nav_left.gif) no-repeat 0 0;
}
#nav li.donate-page {
	padding-right: 23px;
	background: url(images/nav_right.gif) no-repeat top right;
}

/* ----- TYPOGRAPHY ----- */
#nav a, h1, h2, h3 {
	font-weight: normal;
	font-family: georgia, "times new roman", serif;
}
#nav a {
	font-size: 1.8em;
	color: #552914;
	text-decoration: none;
	font-variant: small-caps;
}
#nav a:hover {
	color: #4e889a;
	text-decoration: underline;
}
a { text-decoration: underline; }
a:link { color: #197400; }
a:hover { color: #4d8799; text-decoration: none; }
a:visited { color: #4d8799; }
#content h2, #content h3 {
	margin: .75em 0 0;
	font-size: 3em;
	line-height: 1.2em;
	color: #d7c81e;
}
#content h3 { font-size: 2em; color: #552914; }
#content p, #content ul, #content ol, div.wpcf7-response-output {
	padding: .5em 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "trebuchet ms", "arial", sans-serif;
	color: #552914;
}
#content ul { list-style: inside disc; }
#content  ol { list-style: inside decimal; }
#content ul ul, #content ol ul { font-size: 1em; }
#content .schedule, #content .schedule ul { list-style: none;}
#content ul ul, #content ol ul {
	margin-left: 2.25em;
	padding: 0;
}
#content ul ul ul, #content ol ul ul { list-style: inside circle; }

#footer {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #faf7e0;
}
#footer a {
	color: #faf7e0;
}
#footer a:hover {
	color: #4d8799;
	text-decoration: underline;
}

/* ----- FORMS ----- */
label { display: block; }
input { width: 45%; }
.wpcf7-form-control-wrap input, #msg { border: 1px solid #4d8799; }
.wpcf7-form-control-wrap input:focus, #msg:focus { border-color: #197400; }
div.wpcf7-response-output { margin: 0 !important; }
#msg { width: 100%; }
#send { width: auto; }