/*
Theme Name: Flame
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #F2F2F2;
	}

/* --------layout structure-------- */
#wrap {
	width: 780px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	background-color: #FFF;
	}

#header {
	background-color:#FFFFFF;
	background-image: url(images/headerimgs/rotator.php);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 215px;
	margin: 0;
	padding: 0;
	}
	
#menubar {
	height: 30px;
	padding: 0 0px 0 0px;
	background-color: #C00;
	width: 780px;
	margin: 15px auto;
}
	
#content {
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	padding: 10px 0px 0px 10px;
	margin: 0;
	}

.widecontent {
	width: 730px;
	float: left;
	}
	
.narrowcontent {
	width: 500px; 
	float: left;
/*	border: 1px solid #ccc;*/
	}

#sidebar {
	float: right;
	padding: 10px 14px;
	color: #666;
	line-height: 1.5em;
	width: 200px;
	/*border: 1px solid #ccc;*/
	}

#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	text-align:center;
	background-color: #CCC;
	}
	

/* ----------header----------- */	


#header h1, #header h2 {
	display: none;
}

/* ------------- main menu -------------*/

#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width: 700px;
}

#menubar ul li {
	float: left;
}
#menubar ul a {
	display: block;
	text-decoration: none;
	color:#FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
/*	width: 108px;*/
	padding: 6px 1em;
/*	border: 1px solid #000;*/
font-weight: bold;
text-decoration: none;
}
#menubar ul a:hover {
		color: #000;
		text-decoration: none !important;
}

/* ----------content----------- */

#content h1 {
	font-size: 180%;
	color: #000;
	}
#content h1 a {
	color: #C00;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
#content h2 {
	font-size: 180%;
	color: #C00;
	}
#content h2 a {
	color: #C00;
	text-decoration: none;
	}
#content h2 a:hover {
	color: #000;
	text-decoration: underline;
	}
#content h3 {
	font-size: 120%;
	color: #000;
	}

#content a:hover {
	text-decoration: none;
	}

.skiplink {
	display: none;
	}

small {font-size: 0.9em;}

.postmetadata {
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #ccc;
}
.entry {
	padding: 0 0 0px 0;
	
}
.postmetadataalt {
	background-color: #E5E5E5;
	padding: 6px;
	font-size: 0.9em;
}
a {color: #C00; text-decoration: none; font-weight: bold;}
a:hover {color: #000; text-decoration: underline!important;}

/* -------------- home page 3 column layout -------------*/

#homepagetop {margin-bottom: 15px;}
#homepagetopleft {/*background-color: #d20d08; padding: 5px; width: 240px; color: #FFF; line-height: 150%;text-align:center;*/  float:left; margin-right: 15px;}
#homepagetopmiddle {/*background-color: #f38c2e; padding: 5px; width: 240px; color: #FFF; line-height: 150%; text-align:center;*/ float:left;}
#homepagetopright {/*background-color: #11555c; padding: 5px; width: 240px; color: #FFF; line-height: 150%; text-align:center;*/ float:right;}

#homepagetopleft h3 {font-size: 36px;  margin:10px;}
#homepagetopmiddle h3 {font-size: 36px;  margin:10px;}
#homepagetopright h3 {font-size: 36px;  margin:10px;}

#homepagetop a {color: #FFF; font-weight: normal;}
#homepagetop a:hover {color: #000; text-decoration: none!important;}
#homepage {
	width: 780px;
	line-height: 150%;
	height: 425px;
	overflow: hidden;
	margin-bottom: 15px;
}
#homepageleft {
	float: left;
	width: 505px;
	background-color: #fff;
	/*border: 1px solid #ccc;
	padding: 10px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}
	
#homepageleft img {
	float:right; 
	margin-left: 10px; 
	padding: 5px; 
	background-color: #FFF; 
	border: 1px solid #999; }
	
#homepageright {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	}
#homepageright h2 {
	background-color: #d20d08;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	margin:0 0 10px 0;
}
#homepageright h3 {
	margin: 0;
}
#homepageright p {
	margin-top: 0;
}
#homebottom {
	line-height: 150%;
	width: 780px;
	margin-top: 15px;
	}

#homebottomleft {
	float: left;
	width: 250px;
	color: #333;
	margin: 0 15px 0 0;
	min-height: 380px;
	}
#homebottommiddle {
	float: left;
	width: 250px;
	margin: 0 15px 0 0;
	color: #333;
	min-height: 380px;
	}
#homebottomright {
	float: right;
	width: 250px;
	color: #333;
	margin: 0;
	min-height: 380px;
	}
#homebottom h3 {
	font-size: 110%;
	}
#homebottomleft img {clear: both; float: left; padding-right: 10px;}	
#homebottomleft h2 {
	background-color: #d20d08;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
}
#homepageright h2 span, #homebottomleft h2 span, #homebottommiddle h2 span, #homebottomright h2 span {
	float:right;
	font-size: 11px;
}
#homepageright h2 span a, #homebottomleft h2 span a,#homebottommiddle h2 span a, #homebottomright h2 span a {
	color: #FFF;
}
#homebottommiddle h2 {
	background-color: #f38c2e;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#homebottomleft h3, #homebottommiddle h3 {margin:0;}
#homebottomleft p, #homebottommiddle p {margin-top: 0;}
#homebottomright h2 {
	background-color: #11555c;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	margin:0;
}
#homepage a, #homebottomleft a, #homebottommiddle a, #homebottomright a {
	color: #000;
}

.listing { border-bottom: 1px solid #ccc; overflow: hidden; padding: 5px 0;; }
.event_date_listing { width: 20%; float: left; display: inline; }
.date { background-color:#11555c; text-align: center; padding: 4px 0px 3px 0px; display: block; border:1px solid #033;}
.date h5 { font-size: 16px; text-transform: uppercase; color: #ffffff; letter-spacing: .1em; width: 100%; margin: 0; font-weight:bold; }
.date h4 { font-size: 12px; letter-spacing: .1em; color: #ffffff; margin: 0; }
.event_listing { width: 75%; float: right; display: inline; overflow: hidden; }
.event_listing h4 {font-size: 16px; margin: 3px 0;}
.event_listing p {margin: 0; font-size:12px !important;}

#newsletter {
	margin: 10px 0;
}
#ticker-container h4 {background-color: #000; color: #FFF; padding: 12px 10px 12px 10px; float: left; margin: 0;}
#ticker { width: 535px; background-color: #ccc; float: right; padding: 0 10px;}

/* -------------- 3 column layout -------------
#leftcolumn {
	float: left;
	width: 204px;
	padding: 0 20px 0 10px;
	border-right: 4px solid #fff;
	color: #FFF;
	}
#middlecolumn {
	float: left;
	width: 204px;
	padding: 0 20px 0 20px;
	border-right: 4px solid #fff;
	color: #FFF;
	}
#rightcolumn {
	float: left;
	width: 203px;
	padding: 0 20px 0 21px;
	color: #FFF;
	}
#leftcolumn a, #middlecolumn a, #rightcolumn a {
	color: #FFF;
}*/

/* ------------- sidebar ------------*/

#sidebar img {
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}

#sidebar p, #sidebar ul {
	color: #666666;
}
.centre {
	text-align:center;
	}

#sidebar a:hover {
	text-decoration: none;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	padding-left: 15px;
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0 50%;
	font-size: 120%;
}

#sidebar h2 {
	font-size: 130%;
	color: #666;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px 0;
	margin-top: 20px;
	}

#sidebar .page_item {
	padding: 5px 5px 5px 15px;
	border-bottom: 2px solid #ccc;
}

/* ------- mailing list ------- */
a.signupbtn {
	background-color: #C00;
	padding: 8px;
	color: #FFF;
}
a:hover.signupbtn  {
	text-decoration: none!important;
	background-color:#333;
}
a.grnsignupbtn {
	background-color: #11555c;
	padding: 8px;
	color: #FFF!important;
}
a:hover.grnsignupbtn  {
	text-decoration: none!important;
	background-color:#333;
}
/* ------copyright---------  */

#copyright {
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 700px;
	font-size: 85%;
	color: #666666;
	text-align: center;
}
#copyright p {
	line-height: 70%;
}
#copyright a:link {
	color: #666;
}
#copyright a:hover {
	text-decoration: none;
	}


/*-------- prayer diary -------*/

.prayer {
	width: 97%;
	border: 0;
}
.prayer th {
	vertical-align: top;
		padding: 10px;
	}

.prayer td {
		padding: 10px;
		}
.prayerOdd {
	background-color: #FFF0CE;
}

.prayerEven {
	background-color: #FFFFCC;
}

/* ---------events ------------*/
ul.eventlist {padding: 0; margin: 0;}
.eventlist li {list-style: none;padding: 0; margin: 0;}

.eventDate {
	background-color: #FFFFCC;
	padding: 4px 20px;
	font-weight: bold;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}

/* -----------misc -----------*/

address {
	font-style: normal;
	font-weight: bold;
}
.externalLinks {
	list-style-image: url(images/external-link-bullet.gif);
	}
	
.downloadPDF {
	margin: 0;
	padding: 5px 20px;
	background: url(images/pdf.png) no-repeat 0 50%;
	}

.printlink {
	margin: 0;
	padding: 5px 20px;
	background: url(images/printer-icon.gif) no-repeat 0 50%;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #F60;
	text-align:left;
	font-weight: bold;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*------------ images -------------*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #ccc;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}