/*  
Theme Name: LivingOS DELTA
Theme URI: http://themes.livingos.com/
Description: A wordpress theme designed for a church web site. 
Version: 2.2
Tags: blue, three-columns, fixed-width, threaded-comments, right-sidebar, left-sidebar
Author: Tim Hyde
Author URI:  http://www.livingos.com/

Copyright 2008 Tim Hyde
This work is licensed under the GPL License - http://www.gnu.org/licenses/gpl.html
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
}



/*-------body stuff------*/
body {
	margin: 0;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,'Bookman Old Style','Hoefler Text',Serif;
	font-size: 74%;	
	line-height: 1.7em;
	color: #434343;
	/*---------Changed min-width:850px; to min-width:980px; for HHFS 11/03/2011--------*/
	min-width:980px;
	text-align:center;
	background: #ffffff url(images/top.jpg) repeat-x;}

/*-------------Added Body.page-id-519 for HHFS 20/06/2011-----------------------*/
body.page-id-519 
#content
{        
/*background-color:#ffffd1;*/
background: url(images/backgrndg.jpg) !important;}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	/*---------Changed width: 850px; to width: 980px; for HHFS 11/03/2011--------*/
	width: 980px;
}

#main{
	float:left;
	/*---------Changed width:710px; to width:840px; for HHFS 11/03/2011--------*/
	width:840px;
	padding:0px;
	margin:0px;
	background-image: url(images/hdr.jpg);
	background-repeat: no-repeat;
	padding-top: 180px;
margin-left: 5px;}

/*----footer-----*/
#footer{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height:44px;
	color: #ffffff;
	line-height: 1.2em;
	font-size: 0.9em;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-transform: uppercase;}
#footer p{
margin-top: 5px;}
/*---------header--------*/
#header {
	/*---------Changed width:810px; to width:930px; for HHFS 11/03/2011--------*/
 	width:930px;
	height:135px;
	padding:0;

	background: url(images/logo.jpg) no-repeat top left;
margin-left: 40px;}

#header h1{
	padding-top: 52px;
	padding-left: 90px;
	color: #434343;
	text-decoration: none;
	font: 2.6em Georgia, "Times New Roman", serif; }
h1 a{
	color: #434343;
	text-decoration: none;
}
h1 a:hover{
	color: #434343;   
	text-decoration: none;
}
.description{
	font-size: 1.6em;
	color: #434343;
	margin-top: 15px;
	text-align: right;
	font: italic 1.5em Georgia, "Times New Roman", serif;
}
/*---------Commented out for HHFS 23/03/2011--------*/
/*#page hr {	     */
/*	display:none; */
/*}                    */
/*----general----*/
h2 {font: 2em Georgia, "Times New Roman", serif; letter-spacing: -1px;
	color: #00329b;
}
.news{
	color: #909090;
	margin-bottom: 0.5em;
	margin-top: 0em;
	text-align: center;
	font-size: 1.6em;
	background-color: #fafafa;
	text-transform: uppercase;}
h3, h4 {
	font-size: 1.5em; letter-spacing: 0.8px;
	color: #434343;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: normal;}

a {color: #6699ff;
text-decoration: none;}
/*---------Changed color #dddddd to #0000FF for HHFS 11/03/2011--------*/
a:hover {color: #0000FF;
text-decoration: underline;}
#footer a{
color: #a2c9ff;}
#footer a:hover{}
h2 a{
	color: #00329b;
	text-decoration: none;}
	
blockquote {
  margin: 1em 2em 1em 3em;
  
padding: 0.5em;
text-align: center;
background-color: #ebf3ff;
border-right: 4px #454545 double;}

blockquote p {
  margin:0 0 .75em;
  font-style:italic;
  color:#666;
  background: url(images/quote.png) no-repeat right bottom;}

blockquote p em {
  font-style:normal;
  }

/*--------images-----------*/

img {padding: 2px;
border: none;
margin: 5px;}

a img {border: 1px #d3dcc7 solid;}

a:hover img {border: 1px #1f6f78 solid;}

#sidebar-1 a img {border: 0px;}
#sidebar-1 img{border:0px;
padding: 0em;
margin: 0em;
margin-bottom:2px;
max-width:120px;}
#sidebar-1 a:hover img {border: 0px;}

#links{text-align:right;
margin-top: 20px;
margin-bottom: 20px;}

/* ----- forms ------- */

input, textarea {background: #f8f8f8;
border:1px solid #999;
border-color:#999 #eef #eef #999;
padding:1px;
color: #444;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;}

input#searchsubmit{display:none;}

input:focus, textarea:focus {background: #ffffff;}

input:hover, textarea:hover {background:#ffffff;
cursor:text;}

input#submit {border: 2px #f8f8f8 outset;background: #f4f4f4  ;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height:10px;
font-weight: bold;
text-transform: uppercase;}

input#submit:hover {cursor: pointer;
border: 2px groove;}

input#s {
	width: 90%;
	font-size: 1.4em;
	}

#search_frm{

	margin-top:30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	margin-bottom: 5px;
text-align: right;}
#commentform{font-family: Verdana, Helvetica, Arial, sans-serif;}

#commentform input {width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;}

#commentform textarea {width: 97%;
padding: 2px;}

#commentform #submit {margin: 0;
float: right;
margin-right: 10px;
margin-top: 10px;}


/*-------layout----*/
#sidebar-1 {
	float:left;
	width: 130px;
	display:inline;
text-align: right;
overflow:hidden;
	border-right: 2px #f4f4f4 solid;
}
#content {
	float:left;
	/*---------Changed width: 480px; to width: 570px; for HHFS 11/03/2011--------*/
	width: 570px;
	display:inline;
	margin-bottom: 2em;
	margin-left: 10px;}

/*---------Added Wide page for HHFS 11/03/2011--------*/
#content-wide {
	float:left;
	width: 700px;
	display:inline;
	margin-bottom: 2em;
 	margin-left: 10px;}

/*---------Added for HHFS 04/05/2011 to remove bullets--------*/
#content-wide ul, #content-wide li  {
list-style-type: none;
list-style-image: none;
}
#content-wide ul ul {
	list-style-type: none;}
/*--------Added for HHFS 05/11/2011 to turn war memorial text black-------*/
.warmemorial {
	text-align: center;
	color: #000;
/*	background: url(images/war_memorial_book_cover.jpg) no-repeat center center ; */
}
.warmemorial a {
	color: #000;
}
div#preload { display: none; }
#sidebar-2{
	float: right;
	/*---------Changed width: 200px; to width: 250px; for HHFS 11/03/2011--------*/
	width: 250px;
	display:inline;
	text-align: center;
padding-bottom: 20px;}

/*---sidebar---*/
#sidebar-2 h3{
	text-align: center;
	background-image: url(images/sbheader.png);
	font-weight: normal;
font-size: 1.4em;
margin-top: 0em;}
#sidebar-2 div{
	margin-bottom: 10px;
padding-top: 0em;}
#sidebar-2 ul {
	list-style-type: none;}	
#sidebar-2 ul ul {
	list-style-type: none;}	
#sidebar-1 div{
	margin-bottom: 10px;margin-right: 5px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;
line-height: 1.2em;}
#sidebar-1 #search_frm{
margin-bottom: 20px;}
#sidebar-1 ul, #sidebar-1 li {
	list-style-type: none;}	
#sidebar-1 ul ul {
	list-style-type: none;}
#sidebar-1 h3{
font-size: 1em;
font-weight: normal;
text-transform: uppercase;}
.eventssb li{display:block;
	border-bottom: 2px #e8e8e8 dotted;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;}
.eventssb br{
	display: none;}
.eventssb li a{
	margin: 0 auto;
	display:block;
	width:180px;
	background-color: #ffffff;
	font-variant: normal;
	text-decoration: none;}
#navbar {
	list-style-type: none;
	margin-left: 5px;

	padding-right: 5px;}
#navbar a{
	display: block;
	
	line-height: 20px;
	text-decoration: none;
	color: #003333;
	font-size: 1.4em;
	padding-bottom: 5px;
	text-align: right;}
	
#navbar li{
	display:block;}
#navbar ul a{
	padding-left: 5px;}


#navbar a:hover{
	background: url(images/pagemkr.png) no-repeat bottom right;}

.current_page_item a{
	background: url(images/pagemkron.png) no-repeat bottom right;}

#navbarchild{
	text-align: right;
border-top: 5px #4369b2 solid;
margin-top: 1em;}

#navbarchild h3{
	background-color: #e3edf9;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	font-variant: small-caps;}
#navbarchild li{
	display: list-item;
	list-style-type: none;}
#navbarchild a{
	height:20px;
	line-height: 20px;
	text-decoration: none;
	color: #0066ff;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: right;}
#navbarchild a:hover{
	/*---------Changed color #d1d1d1 to #66CCFF for HHFS 11/03/2011--------*/
color: #66CCFF;}
/*----post nav-----*/
.navigation{height:3em;}

.navigation a {
	text-decoration: none;
	font-weight: normal;
	color: #b1b1b1;
	
	text-transform: uppercase;
	font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.9em;}
.navigation a:hover {
	text-decoration: none;
	color: #696969;}
.clear{clear:both;}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*---welcome---*/
.welcome{
	margin-bottom: 1em;}
.dropcap {
	font-size:420%; 
	float:left;
	line-height:.8em;
	color: #003398;
	margin-right:2px;}
.welcome h2{
	font-size: 2.2em;
font-weight: normal;
background-color: #fafafa;
color: #333;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;}
.readmore a{
	display:block;
	padding-right: 18px;
	height:18px;
	line-height:18px;
	text-align: right;
	background: url(images/more.png) no-repeat center right;
border-bottom: 1px #e9e9e9 solid;}


/*---posts-----*/
.post{
	padding: 20px 5px 0px 25px;
	border-bottom: 1px #f2f7e3 solid;
	background: url(images/postbg.png) no-repeat top left;}
	
.post .dte{
	text-transform: uppercase;
display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
margin-bottom: 1em;}
.post .author{
	font-style: italic;
	color: #868686;
	text-transform: none;
	font-variant: normal;}

.post ul{
	padding-bottom: 0.1em;}
.post li{
	margin-left: 3em;
	list-style-type: square;}

.post p{
	margin-bottom: 1em;
	margin-left: 0px;
}

.postmetadata{

	line-height: 1.2em;
	font-size: 0.8em;
	color: #9e9e9e;
	border-top: 1px #f2f7e3 solid;
	margin-bottom: 2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;}

/*maps*/
.locationinfo {
		width: 180px;
		line-height: 1.3em;
		text-align: left;
		display: block;
		font-size: 10px;
		}
.locationinfo a {
		color: blue;
}

#map{
	color: black;
}

/*---feeds---*/
.feeds{
	margin-top:10px;
margin-right: 5px;}
.feeds ul{padding:0px;
margin:0px;
}
.feeds li{padding:0px;
margin:0px;}
.feeds li a{
	padding-right:20px;
	background: url(images/feedicon16px.png) no-repeat right center;}
	
/*---archives---*/
.archivemonth{
	float:left;
	width:45%}

.archivesubject{
	float:right;
	width:45%;}
.archive ul{line-height:1.2em;
	margin: 0;
	padding: 0;
	list-style-type: none;
font-size: 1em;}

.archive li {
	margin:0;
	border-bottom: 1px solid #ddd;
list-style-type: none;}
					
.archive li a {

	padding: 0px;
	background: #ffffff;
	color: #808080;
	text-decoration: none;
}

.children li{

	margin:0;
	padding:0;
	border: none;
	padding-left: 1em;}
.children li a {
	padding-left:0px;
	}					
.archive li a:hover {
	background: #edf4fa;
	color: #003333;
}


/*---comments----*/
#comments{margin-top:1em;}
#respond{margin-top:1em;}

cite{
font-weight: bold;
font-style: normal;}


.googleads{
	margin-top:10px;
margin-left: 5px;}
.googleadshor{
margin-bottom:20px;
margin-top:20px;
padding:5px;}

.imagefloat
{
float: left;
padding: 3px;
}

		#content ul.cosmos {
			margin: 2em 0;
			list-style: none;
			font-size: 140%;
text-align: center;}
			
		#content li.cosmos {
			display: inline;
			padding: 0;
			margin: 4px;
			line-height: 2em;
			}
		#content li.cosmos a{
			text-decoration: none;
		color: #99cc33;
}
		#content li.cosmos a:hover{
			text-decoration: none;
		color: #003333;}
		#content li.keyword1 { font-size: 0.7em; }
		#content li.keyword2 { font-size: 0.9em; }
		#content li.keyword3 { font-size: 1.0em; }
		#content li.keyword4 { font-size: 1.1em; }
		#content li.keyword5 { font-size: 1.2em; }
		#content li.keyword6 { font-size: 1.3em; }
		#content li.keyword7 { font-size: 1.4em; }
		#content li.keyword8 { font-size: 1.5em; }
		#content li.keyword9 { font-size: 1.6em; }
		#content li.keyword10 { font-size: 1.7em; }
		#content li.keyword11 { font-size: 1.8em; }
		#content li.keyword12 { font-size: 1.9em; }
		#content li.keyword13 { font-size: 2.0em; }
		#content li.keyword14 { font-size: 2.1em; }
		#content li.keyword15 { font-size: 2.2em; }
		
small{
font-size: 0.8em;
color: #bbbbbb;}

#events{
	background-color: #f3f3f3;
padding: 1em;
font-size: 1.2em;}
#events li{
	list-style-type: none;
	line-height:30px;
border-bottom: 2px #d7d7d7 dotted;}
#events a{
	
	background-color: #ffffff;
	margin-left: 1em;
	}
	
#events br{
	display: none;}

	

#address {
  margin-top:20px;
  margin-bottom:20px;
  text-align: right;
 border-right: 2px #f4f4f4 solid;
	padding-right: 5px;
line-height: 1.2em;
}

/*2.7 commenst*/
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0;
width:460px;
margin-top: 1em;}
ol.commentlist li { border: 2px #dceaf8 solid; margin:0 0 10px; padding: 2px 3px 5px 55px; position:relative; list-style:none;}
ol.commentlist li.comment {overflow:hidden; }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {
font-family: Verdana, Helvetica, Arial, sans-serif;
}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color: #6699ff; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar {  left:2px; position:absolute; top:2px; }
ol.commentlist li div.comment-meta { font: 0.8em/1.4 Verdana, Helvetica, Arial, sans-serif; position:absolute; right:10px; text-align:right; top:5px;
}
ol.commentlist li div.comment-meta a { color:#444; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color: #444;}
ol.commentlist li p { margin: 0em 0em 0.5em 0em;
line-height: 1.2em;}
ol.commentlist li ul { margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply{margin-top:15px;}
ol.commentlist li div.reply a { color:#444; padding: 5px 5px 5px 5px; width:36px; background: #f4f4f4  ;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height:10px;
font-weight: bold;
text-transform: uppercase;  display:block;
border: 2px outset;height:10px;
text-decoration: none;}
ol.commentlist li div.reply a:hover{
border: 2px groove;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {background:none;border:none;
border-left: 2px #cedbe8 dotted;}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li.even { background: #f0f6fc;
}

ol.commentlist li.odd { background: #f8f5eb;
}
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }