/*  
Theme Name: PF (2009)
Theme URI: http://www.pastorsfellowship.org
Description: Wordpress theme for the Pastors' Fellowship website.
Version: 1.0
Author: JAC2
Author URI: http://www.jac2.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background:#e3e3d7 url('images/bg.jpg') top center no-repeat;
	font:1em Arial, Helvetica, sans-serif;
	color:#666;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



h2
{
	font:italic 1.4em "Times New Roman", Times, serif;
	color:#600;
	padding-bottom:1em;
	background:url('images/h2_bg.gif') repeat-x;
}

h2 small {
	text-decoration: none;
	font-size: 0.5em;
}

h2.submit {
	margin-top: 30px;
}

h3
{
	font:italic 1.2em "Times New Roman", Times, serif;
	color:#666;
	font-weight: bold;
}

h3 small {
	text-decoration: none;
	font-size: 0.5em;
}

ol.commentlist li{
	background:url('images/h2_bg.gif') repeat-x bottom;
}

li.alt {
	background: ;
}

.clear
{
	clear:both;
}

#wrap {
	width: 775px;
	margin: 0 auto 0 auto;
}

#header {
	width: 775px;
	height: 100px;
	background: url('images/header.jpg') no-repeat;
	margin: 0 auto;
	text-align: left;
}

.header {
	height: 100px;
	width: 275px;
	display: block;
}

#header span {
	display: none;
}

#navbar
{
	background:url('images/navbar_bg.gif') no-repeat;
	height:32px;
	text-align:center;
}

#navbar ul
{
	list-style-type:none;
	font-size:.7em;
	margin-left:27px;
}

#navbar li {
	float:left;
}

#navbar a
{
	float:left;
	color:#e8e4a4;
	text-decoration:none;
	border-right:#9f6306 solid 1px;
	margin-top:4px;
	font-weight:700;
	padding:6px 20px 8px;
}

#navbar a:hover
{
	background:#600;
}

#navbar a.current
{
	background:#300;
}

#navbar a.end
{
	border-left:#9f6306 solid 1px;
}

#home_main
{
	width:775px;
	background:#F6F5F1 url('images/home_main.jpg') no-repeat;
	background-position: 3px 0;
	position:relative;
}

#home_maintext
{
	float:left;
	width:483px;
	height: 456px;
	margin: 0 0 0 0;
	padding: 13px 0 25px 25px;
	color: #ffffff;
	font-size: 1em;
}

#home_maintext p {
	line-height: 1.2em;
	padding: 0 0 15px 0;
}

#home_maintext strong {
	font-weight: bold;
}

#home_maintext em {
	font-style: italic;
}

#page {
	width: 775px;
	background:url('images/page_bg.gif') repeat-y;
	border-bottom: 3px solid #fff;
}

#page a {
	color:#600;
}

#page_top {
	background: #fff url('images/page_top.jpg') no-repeat 3px 0;
	height: 137px;
	width: 772px;
	display: block;
	margin: 0 0 15px;
	clear: both;
}

#sidebar {
	float: left;
	width: 223px;
	padding: 0 0 0 15px;
}

#sidebar h2
{
	font-size:1.2em;
	padding-bottom:.7em;
}

#sidebar ul
{
	font-size:.75em;
	list-style-type:none;
	margin-bottom:2em;
	line-height:1.4em;
}

#sidebar li
{
	background:url('images/h2_bg.gif') bottom repeat-x;
}

#sidebar li p {
	text-decoration:none;
	color:#9f6306;
	font-weight:700;
	display:block;
	width:184px;
	padding:5px 12px;
}

#sidebar a
{
	text-decoration:none;
	color:#9f6306;
	font-weight:700;
	display:block;
	width:184px;
	padding:5px 12px;
}

#sidebar a.current
{
	background:url('images/breadcrumb_arrow.gif') left no-repeat;
}

#sideform {
	width: 220px;
	height: 375px;
	margin: 20px 0 0 0;
}

.sideform {
	width: 220px;
}

#sideform label {
	float: left;
	width: 220px;
	font-size: 0.8em;
}

#sideform p {
	margin: 0 0 10px;
}

.sidefmfld {
	float: left;
	width: 220px;
}

.sidefmtxt {
	float: left;
	width: 220px;
}

.sidefmtxtbx {
	float: left;
	width: 220px;
	height: 175px;
}

.sidefmsubmit {
	float: right;
}

#content {
	float: right;
	width: 492px;
	display: block;
	padding: 0 15px 0 0;
}

#content p {
	font-size: .75em;
	margin-bottom:1em;
	line-height:1.5em;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content ol {

}

#content ul {

}

#content li {

}

#clear {
	clear: both;
	display: block;
	height: 1px;
}

#banner {
	width: 750px;
	height: 115px;
	display: block;
	clear: both;
	margin: 0 auto;		background: url('images/default_banner.jpg') top left no-repeat;
}

#banner img {
	width: 750px;
	border: none;
	height: 100px;
	background-color: #777;
}

#footer
{
	width: 775px;
	display: block;
	text-align: center;
	clear:both;
	color:#a1aa95;
	font-size: 12px;
	margin: 10px 0 10px 0;
}

#new-event textarea {
	width: 400px;
}

#new-event input {
	float: right;
}

#new-event label {
	float: left;
}
