/*
Theme Name: Lincoln Theme
Theme URI: http://www.lincolntemple.org/
Description: The default theme for Lincoln Temple United Church of Christ.
Version: 1.0
Author: Niki Van
Author URI: http://www.van-studios.com/


*/



 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7e585;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

#header { 
	background-image: url('http://www.lincolntemple.org/layout/menu.png');
	background-repeat: no-repeat; 
	width: 970px;
	height: 70px;
	margin: 0px auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
} 
#header2 { 
	width: 970px;
	height: 435px;
	margin:0 auto;
	padding: 0px;
} 
#header3 { 
	width: 970px;
	height: 254px;
	margin:0 auto;
	padding: 0px;
} 

#container { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #f1c833;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 10px;
	/* border: 1px solid #000000; */
}

 


#mainContent { 
	background: #FFFFFF;
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*  border: 1px solid #000000; */
} 


h1 { color:#5b3664; font-size: 18px; margin-top: 15px; }
h2 { color:#5b3664; font-size: 16px; margin-top: 25px; }
h3 { color:#5b3664; font-size: 14px; margin-bottom: 2px; }
p, table, th, td, ul, ol, li, dd, .entry, .navigation { font-size: 13px; line-height: 1.2em; }
small { font-size: 10px; 	} 

br.heightBR { margin: 12px; }


/* FOOTER STYLE */
#footer { 
	width: 910px;
	margin: 0 auto;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
} 
#footer p  {
	text-align: center; line-height: 1.2em; font-size: 10px;	margin: 0;  padding: 5px 0px 15px 0px;  
}
 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ********************* MENU **********************  	 border:1px solid #000;*/    

#navcontainer {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

br.menuBR { margin-bottom: -3px; }

 


/* LINKS */

a:link {color: #ae0000; text-decoration: underline;}
a:visited {color: #ae0000; text-decoration: underline;}
a:active {color: #ae0000; text-decoration: underline;}
a:hover { color: #5e3b73; background-color: #f7e585; }
a {text-decoration: underline;}


a.foot:link {color:#333333; text-decoration: underline; } 
a.foot:visited {color:#333333; text-decoration: underline; }
a.foot:active {color:#333333; text-decoration: underline; }
a.foot:hover {color: #ebebeb; background-color: #5e3b73; text-decoration: none;}



 
a img {
	border: none;
	padding: 0px;
	}




 



 

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* End Typography & Colors */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}


/* End Various Tags & Classes*/



/* 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;
}
/* End captions */



#sidebar p { margin-left: -30px; font-size: 13px; line-height: 1.2em; }
.dateBlock { padding: 10px ; float:left; background: #ebebeb; font-size: 18px; text-align: center; line-height: 1.25em; 
	border: 1px solid #cccccc; color: #5b3664; }
.dateText {  margin-left: 6px; line-height: 1.25em; }

#sidebar ul li { list-style: none; }
#sidebar h2.widgettitle { background: #ae0000; width: 305px; margin: 0 auto; padding: 5px; color: #f7e585; font-weight: bold; font-size: 13px; margin-left: -40px;}

		 
