/* ---( General Elements )----------------------------------- */

* {	 margin:0; padding:0; }

body {
	margin: 0; padding: 0;
 	text-align: center;   
	color: #333;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, arial, helvetica, sans-serif;
  	font-size: 11px; 
	line-height: 14px;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 770px;
}
	
#content {
	float: left;
	width: 770px;
	/*background: #333333 url(images/sitebg.gif) repeat-y;*/ 
	}

#footer  { 
	color: #333; 
	/*padding: 5px 10px;*/
	position: relative; 
	clear: both; 
}

#footerlt  { float:left; width: 230px; background-color: #eee; padding:15px; }
#footerrt  { float:right; width: 480px; padding:15px; /*text-align: right;*/ }

/*#footerlt p { 
	font-size: 10px; 
	padding: 20x;
}

#homespacer {
	position: relative; 
	height: 180px;
	}

#mastheadspacer {
	position: relative; 
	height: 145px;
	}*/

/* ---[ page stuff ]------------------------------- */

#main {
	float:right;
	width: 510px;
	margin-bottom: 20px;
	}

#sidebar {
	float:left;
	width: 260px;
	color: #333;
	/*padding-right: 50px;*/
	margin-bottom: 20px;
	}

#sideup {
	position: relative; 
	background: #FFEFCA;
	border-bottom: 3px solid #000;
	}

#sidedn {
	position: relative; 
	background: #FFEFCA url(images/sidebarbtm.gif) no-repeat bottom left; 
	}

#blueitems {
	float: left; 
	width: 510px;
	padding-bottom: 15px;
	background: #0089B3 url(img/bgbluebox.jpg) repeat-x top left;
	}

#feature {
	width: 510px;
	float: left; 
	background-color: #eee; 
	}

.featurert {
	float: right;
	width: 360px;
	margin-right: 15px; 
	}

.featurelt {
	float: left; 
	width: 80px;
	margin: 36px 0 0 30px;
	}

#main h1 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color:#0e508d;
	}
	
#main h2 {
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
	color: #b12324;
	margin-top: 10px;
	}
	
#main h3 {
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	/*margin-top: 10px;*/
	}
	
#sidebar h2 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #0e508d;
	border-bottom: 2px solid #eee;
	}
	
#main p, #sidebar p {
	margin-top: 7px;
	}
	
#main ol { margin-left: 20px; }

#main ul {
	margin: 0 0 15px 2px;
	}
	
#main li {
	list-style: none;
	display: block;
	background: url(images/arrowbullet.gif) no-repeat 0px 5px; 
	padding: 3px 7px 0px 17px;
	margin-bottom: 5px;
	}

#leftcol {
	float:left;
	width: 220px;
	margin: 10px 0 0 15px;
  	/*font-size: 11px; 
	line-height: 16px;*/
	}
#rightcol {
	float:right;
	width: 220px;
	margin: 10px 15px 0 0;
  	/*font-size: 11px; 
	line-height: 16px;*/
	}

#leftcol ul, #rightcol ul {
	margin: 0 0 15px 2px;
	}
	
#leftcol li, #rightcol li {
	list-style: none;
	display: block;
	background: url(images/arrowbullet.gif) no-repeat 0px 5px; 
	padding: 3px 7px 0px 17px;
	margin-bottom: 5px;
	}
		
#benefitbar {
	position: absolute;
	top: 165px;
	left: 48px;
	}

#purglogo {
	z-index:1;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 505px;
	height: 85px;
	padding: 20px 0 0 40px;
	}
	
#gallery {
	position: relative; 
	background: #191919; 
	padding: 10px 5px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	margin: 15px 0;
	}	

#gallery img {
	border: 1px solid #999;
	display: inline;
	margin-left: 4px;
	}	

#sidegallery {
	background: #191919; 
	padding: 10px 5px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	margin: 15px 20px;
	width: 210px;
	}	

#sidegallery img {
	border: 1px solid #999;
	margin: 4px;
	}	
	
/* ---[ tables ]------------------------------- */

.sermontable { background: #333333; color: #ffffff; }

.maintable table {
	width: 100%;
	/*background: #fff;*/
	}
	
.maintable table th, .maintable table td {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	}

.maintable table td a {
	display: block;
	font-weight: bold;
	}

.maintable table .date {
	width: 75px;
	}
	
table#search {
	width:97%;
	border-collapse:collapse;
	}
th {
	text-align:left;
	padding:4px 0 5px 0;
	}
td {
	padding:4px 15px 4px 0;
	}
td.resultRowOne {
	border-top: 1px solid #CCC;
	}
td.resultRowTwo {
	border-top: 1px solid #FFF;
	}

/* ---[ links ]------------------------------- */

a img { border: none; }
a {text-decoration: none;}
a:link { color: #b12324; font-weight: bold; text-decoration: underline; }
a:visited { color: #b12324; font-weight: bold; text-decoration: none; }
a:active { color: #b12324; font-weight: bold; text-decoration: none; }
a:hover { color: #333333; font-weight: bold; text-decoration: underline; }

#blueitems a, 
#blueitems a:link, 
#blueitems a:active,
#blueitems a:visited {
	color: #ccc; 
	font-weight: bold;
	text-decoration: underline;
	}
	
#blueitems a:hover {
	color: #000;
	} 
	
#sidebar a, 
#sidebar a:link, 
#sidebar a:active,
#sidebar a:visited {
	color: #000; 
	font-weight: bold;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #3C4F60;
	} 
	
#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #666; 
	font-weight: normal;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #999;
	}

#nav {
	height: 156px;
	background: #fff url(img/maintop.jpg) no-repeat; 
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 35px;
	}

#navlist li {
	width: 510px;
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	}

/* You are here - main nav  */
	
body#home #nav-home	a,
body#about #nav-about a,
body#sermons #nav-sermons a,
body#gallery #nav-gallery a,
body#contact #nav-contact a {
	color: #333333;
	text-decoration: underline;	
	}

/* ---( specials )----------------------------------- */

.sbgutter { padding: 10px 20px; }
.mcgutter { padding: 20px; }
.red { color:#b12324; }
.blue { color:#0e508d; }
.line { border-bottom: 1px #eee solid; }
.divider { border-bottom: 1px #ddd0b9 dashed; }
.frame { border: 1px solid #000; }
.fl { float: left; margin: 0 10px 10px 0; }
.fr { float: right; margin: 5px 0 10px 10px; }
.homedate { font-weight: bold; color:#0e508d; }
.tiny { font-size: 9px; }

