/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/*=========================End undohtml==================================*/

/*===========Universal Styles=============================================*/
html {
	overflow-y:scroll;
}

body {
	text-align:center;
	background:#0e0d13 url('http://www.zoechurch.com/images/back.gif') top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
	padding:0 15px;
}

p {
	font-family:"Verdana", "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
}

h1 {
	text-indent:-9000px;
	width:976px;
	height:258px;
	background:url('http://www.zoechurch.com/images/header2.gif') top left no-repeat;
	cursor:pointer;
}

h2 {
	font-size:24px;
	background:#16151e url('http://www.zoechurch.com/images/h2_back2.gif') top left;
	padding:2px 5px;
	color:#fff;
}

h3 {
	font-size:20px;
	color:#ccc;
}

h4 {
	display:inline;
	font-size:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:11px;
}

#main h5 {
	font-size:14px;
}

#main ul {
	padding-left:25px;
}

#main li {
	list-style:square;
}

a, a:link, a:visited, a:hover, a:active {
	color:#ccc;
}

a:hover, a:active {
	color:#a42d10;
}

/*===========Containers==================================================*/
#container {
	width:1000px;
	margin:29px auto 0 auto;
	text-align:left;
}

#content {
	margin:-15px 0 0 13px;
	padding:0 7px;
}

#blog {
	width:542px;
	float:left;
	margin-right:10px;
}

#events {
	float:left;
	width:168px;
	margin-right:10px;
	background:#16151e;
	border:1px solid #333;
	padding:7px;
	font-size:12px;
}

#main {
	float:left;
	width:736px;
	margin-right:10px;
}

#media {
	width:205px;
	float:left;
}

#footer {
	clear:both;
	width:953px;
	background:#16151e;
	padding:7px;
	font-size:10px;
	color:#666;
	border-top:1px solid #333;
}

#quicklinks {
	position:absolute;
	width:946px;
	top:-26px;
	margin-left:20px;
}

#quicklinks ul.menu {
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding:5px 5px 5px 99px;
	background:#16151e;
}

#quicklinks ul.menu li {
	display: inline;
	padding-left:20px;
}

div.tab {
	margin-top:-1px;
	background:url('http://www.zoechurch.com/images/top_tab.gif') bottom left no-repeat;
	height:18px;
	width:94px;
}

div.content {
	margin-bottom:10px;
}

/*============Lists========================================================*/
#posts {
	margin:10px 0;
}

div.postTitle {
	border-bottom:1px solid #333;
	height:24px;
}

div.postContent {
	margin-top:5px;
}

#events {
	/*background:url('../images/cal_icon.jpg') top left no-repeat;*/
}

#events dt {
	text-align:right;
	font-weight:bold;
	color:#666666;
	font-size:14px;
}

#events dd {
	color:#ccc;
	margin-bottom:3px;
}

#media ul {
	margin-left:3px;
}

#media ul li {
	font-size:12px;
	border-bottom:1px dashed #333;
	padding:5px 45px 7px 5px;
	background:url('http://www.zoechurch.com/images/ipod_icon.gif') center right no-repeat;
	height:56px;
	cursor:pointer;
}

/*============Inline=======================================================*/
#header p {
	display:inline;
	width:221px;
	height:258px;
	background:url('http://www.zoechurch.com/images/header_right.gif') top left no-repeat;
}

span.date {
	float:right;
	color:#666;
	font-size:12px;
	padding-top:6px;
}

p {
	padding:3px 0 0 0;
}

p.byline {
	font-size:12px;
	color:#666;
	padding:0;
}

p.readmore {
	text-align:right;
	margin-bottom:5px;
}

h3.media {
	height:35px;
	background:url('http://www.zoechurch.com/images/media_underline.gif') bottom left no-repeat;
	padding-left:3px;
	color:#fff;
}

h3.events {
	font-size:20px;
	margin:0 0 2px 30px;
	border-bottom:1px dotted #333;
}

span.blue {
	color:#00adef;
}

span.red {
	color:#a42d10;
}

span.green {
	color:#00EF57;
}

span.gold {
	color:#EFB700;
}

span.gray {
	color:#666666;
}
p.grey{
	color:#666666;
}
input.newsletter{
	width:95%;
}

p.scripture {
	color:#666666;
}

#main p {
	margin-bottom:1.75em;
	line-height:1.5em;
}

#main h3 {
	margin:10px 0;
}

h2 span {
	color:#666;
}

h3 span {
	color:#00adef;
}

h4 span {
	color:#00adef;
}

div.postTitle a:link, div.postTitle a:visited, div.postTitle a:hover, div.postTitle a:active {
	color:#ccc;
}

.hide{
	display:none;
}

img{
	margin:0 10px 10px 0;
}