/*
Theme Name: Grace Church
Version: 1.0
Author: Tim Challies
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.entry ul {
list-style-type:disc;
margin-left:24px;
padding-left:10px;
margin-bottom:12px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1 {
	font-size:24px;
margin-bottom:10px;
font-family:Georgia,serif;
}
h2 {
	font-size:18px;
line-height:20px;
}
h3 {
	font-size:15px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE PNG FIX */

img, div, input { behavior: url("/web_javascript/iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; font-family:helvetica, arial, sans-serif;
}

body{
	background:url(images/bg_site.gif) repeat; font-size:14px; line-height:23px; color:#666666; padding-top:25px;	
}

img { border:0; }

/* DIVs */

#page { 
	margin:0 auto;	
	width:960px;
	background:url(images/bg_page.gif) repeat-y;
}

#page_bottom { 
	margin:0 auto;	
	width:960px;
	background:url(images/bg_page_bottom.gif) no-repeat;
	height:16px;
}

#header {
	margin:0 auto;
	width:960px;
	height:136px;
	background:url(images/page_top.gif) no-repeat;
	padding-top:11px;
}

#navigation {
	margin:0 auto;
	width:938px;
	height:32px;
	padding:1px 0;
	border-top:1px solid #a9a289;
	border-bottom:1px solid #a9a289;
	background:white url(images/bg_nav.gif) repeat-x;
	background-position:0px 1px;	
}
#nav_inside {
	width:938px;
	position: relative;
	top:-1px;
	margin:0 auto;
	height:32px;
}



#footer {
	margin:0 auto;
	width:938px;
	margin-bottom:25px;
	margin-top:5px;
	font-size:11px; 
	color:#c2d9dc;
}

#page_body {
	margin:0 auto;
	width:938px;
	background:#f7f6f0 url(images/bg_page.jpg) no-repeat;
	padding-top:38px;
	min-height:544px;
}

#left {
	width:416px;
	float:left;
	padding-left:5px;
	margin-bottom:25px;
}

#right {
	width:442px;
	float:right;
	background:url(images/bg_right.gif) top left repeat-y;
	padding-left:30px;
	margin-right:16px;
	padding-top:10px;
	margin-bottom:25px;
}

#left-int {
	width:616px;
	float:left;
	padding-left:5px;
	margin-bottom:25px;
}

#right-int {
	width:242px;
	float:right;
	background:url(images/bg_right.gif) top left repeat-y;
	padding-left:30px;
	margin-right:16px;
	padding-top:10px;
	margin-bottom:25px;
}

#content {
margin:0 30px;
}

#events {
	margin:15px 0;  margin-bottom:35px;
	
}

#intro { position:relative; left:39px; width:376px; }

/* IMAGES */

img.bordered {
	border:6px solid #80603f;
	padding:1px;
	background-color:white;
	float:right; 
	margin:5px 0 15px 20px;
}

#start_here {
	width:441px;
	position:relative;
}

/* Tables */

tr { vertical-align:top; }
td { line-height:15px;}
table.events { font-size:13px; }
td.date { width:55px; }

table.events td { padding-bottom:5px;}
/* Paragraphs */

p {
	margin-bottom:15px;
}

p.join_us { line-height:21px; }

p.dark {
	color:#2c2c2c; line-height:20px;
}

p.small { font-size:13px; line-height:21px; }

p.blue { color:#315159; }

p.news_events { color:#333; font-size:12px; line-height:18px; }

/* LINKS */

a {
	color:#1e8590;
	text-decoration:none;
}


a:hover, a:active { text-decoration:underline; }

.alignleft {
float:left;
margin-right:8px; 
}
.breadcrumb {
font-size:11px;
margin:0 30px;
}