/*
Theme Name: Cedar Grove Community Church 
Theme URI: http://trivalley.com/
Description: The customized theme for Cedar Grove Community Church
Author: Tri Valley Internet / T. Roque
Author URI: http://www.trivalley.com

*/

* {
margin: 0;
padding: 0;

}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	height: 100%;
}

h1 {
font-size: 1.5em;
padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: underline;
	color: #c15a00;
}

#OuterWrap{
	margin: 0 auto ;
	width: 100%;
	text-align: left;
	height: 100%;
}

#wrapper {
	width: 900px;
	text-align: left;
	border: 1px solid #047391;
	margin: 0 auto;
	position: relative;
	background: #047391;
	color: inherit;
	height: 100%;

}

#headerWrap {
	width: 100%;
	background: url(images/headerGradientBG2.gif) repeat-x top #fff;
	height: 190px;
	color: #000;
}

#header {
	width: 908px; 
	margin: 0 auto;

}



#header h1.bloginfo, #header p.blogdesc { 
	display: none;
}


#logoBox {
	float: left;
	width: 271px;
	height: 110px;
	margin: 28px 30px 10px 15px;
	background: url(images/cedarGroveLogo2.gif) no-repeat;
	color: inherit;

}


#headerPeople {
	float: right;
	margin-left:3px;
	width: 565px;
	height: 136px;
	background: url(images/headerPeople2.gif) no-repeat transparent;
	color: inherit;
	margin-top: 15px; 	
}

#navWrap {
	width: 900px;
	margin: 0px auto;
	border: 1px solid #047391;
	height: 40px;
	background: #047391;
	color: inherit;
}

#container{
	float: right;
	width: 750px;
	background: url(images/containerSBbg3.gif) left top no-repeat #ffe38f;
	color: inherit;
/*	padding-left: 45px; */
	padding: 0px ;
	height: 100%;

}
h1 {
	color: #ff7800;
	font-size: 1.5em;
	margin: 8px 0 0 45px;
}
#content {
	width: 670px;
	margin: 10px 5px 5px 50px;
	min-height: 600px;
}

.post{
padding: 5px 0 5px 0;
}

.post h2{
font-size: 1.2em;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
}

.entry{
line-height: 16px;
}



.post h3 {
	display: block;
	font-size: 1em; 
	margin: 20px 20px 8px 5px;
	padding: 8px 10px 5px 0;
	color: #723e11;
	border-bottom: dotted 1px  #723e11; }
	
.post img {
	margin: 5px 20px ;
	padding: 2px;
	}
	
.post hr {
	clear: both;
	border: none 0;
	border-top: 1px dotted  #723e11; /*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	width: 85%;
	height: 1px;
	margin: 5px auto 10px auto;
	padding: 5px 0;
	text-align: center;
}

p {
padding: 5px 0 0 0;
font-size: .9em;
line-height: 1.5em;
margin: 5px 10px 5px 5px;
}

#post-8 p {
	line-height: normal;
	margin: 0;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


#sidebar{
	position: absolute;
	float: left;
	width: 135px;
	margin: 0;
	background:  #047391; 
	font-family: Arial, Helvetica, sans-serif;
	color:  #fffefd;

}


#sidebar ul{
	color: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	
	}

#sidebar ul li {
 	margin: 5px 0px 12px 3px; 
}

#sidebar ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 5px 5px 5px;
}


#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #e0d075;
	font-size: 15px; display: block;
	text-decoration: none; width: 110px; 
	padding-left: 15px;
	font-weight: bold;
	background: url(images/leaf.gif) left center no-repeat transparent;
}

#sidebar ul li a:hover {
	text-decoration: none;
	color:  #fffefd;;
}

#footer{
	clear: both;
	margin: 0 auto  ;
	width: 880px;
	padding: 10px;
	background:  #047391;
	color: #fffefd;
}

#footer p {
	font-size: .8em;
	text-align: center;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

blockquote {
	margin: 5px 25px 15px 35px;
}

#content ul {margin: 5px 5px 5px 45px;
	font-size: .9em;
	list-style-type: circle;}
	
#content ol {margin: 5px 5px 8px 35px;
	font-size: .9em;
	}

#content ol li, #content ul li {margin-bottom: 8px;}

.breadcrumb {
	margin: 8px 0px 10px 40px;
	font-size: .8em;
}

/* FOR DROPDOWN MENU*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:900px; height:37px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #b0a72d; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative; }
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fffffe; width:138px; height:37px; border:1px solid #b0a72d; border-width:1px 0 1px 1px; background:#047391; padding-left:10px; line-height:37px; font-weight: bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:150px; w\idth:138px; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#c9ba65 url(images/drop.gif) bottom right no-repeat; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat; }
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat; }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background: #ae9b61; }
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0; width:149px;border-top:1px solid #b0a72d; height: 37px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;  }
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #047391;
  background: white;
  border-left: 1px solid #b0a72d;
}

.menu .current_page_item a {
  color: #047391;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: #047391;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/** Home page styles **/

.homeEntry {
	width: 700px;
	padding: 0px;
	margin: 0px;

}

.home-left {
	float: left;
	width: 360px;
	padding: 0px;
	margin: 0px;
}

.home-left post{
	margin: 0px 5px 0px 5px;
}

.home-right {
	float: right;
	width: 290px;
	padding: 0px;
	margin: 0px;
        margin-top: 8px;

}


.content-announcement {
       	background-color: #f0f0f0;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(./border-radius.htc);

        font-size: 8pt;
}

.content-announcement h3{
        padding-bottom: 2px;
        padding-left: 2px;
        font-size: 12pt;
        margin-bottom: 2px;
        color: #595959;
}

.content-announcement p{
        font-size: 8pt;
        margin-left: 2px;
}


.content-sermon{
       	background-color: #FAF5D7;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(./border-radius.htc);

        font-size: 8pt;
}

.content-sermon h3{
        padding-bottom: 2px;
        padding-left: 2px;  
        font-size: 12pt;
        margin-bottom: 2px;
        color: #595959;
}


.post-excerpt{
	margin: 0px 2px 5px 2px;
}

.post-excerpt a{
	font-size: 10pt;
}

.entry-announcement p{
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	display: inline;
}

.entry-announcement a {
	font-size: 8pt;
}

.entry-sermon p{
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	display: inline;
}

.entry-sermon a {
	font-size: 8pt;
}


#homeLeftCol {
	float: left;
	width: 375px;
	margin: 0px;
	padding: 0px;
}

#homeLeftCol img {
	border:0px;
	text-align: left;
}

#homeRightCol {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;

}

#homeBibleRead {
	width: 300px;
	height: 165px;
	background: url(images/bibleReading2.jpg) no-repeat center scroll;
	color: inherit;
	margin: 1px 1px 1px 1px;
}


#homeBibleCopy {
	position: absolute;
	width: 150px;
	height: 130px;
	margin: 10px 30px 20px 30px;
	font-size: 12px;
	padding: 0px;
	
}
#homeBibleCopy h2 {
	font-size: 15px;
	margin: 3px 0 2px 6px;
	}
	
#homeBibleCopy p {
	margin-left: 20px;
}

#homeBibleCopy a:link, #homBibleCopy a:visited, #homeBibleCopy a:hover {
	color: #025065;
	text-decoration: underline;
}


#homeYouthSite {
	width: 300px;
	height: 165px;
	background: url(images/youthSite2.jpg) no-repeat center scroll;
	color: inherit;
	margin: 5px auto ;
}

#homeYouthCopy {
	position: absolute;
	width: 120px;
	height: 120px;
	margin: 10px 150px 30px 50px;
	font-size: 12px;
	color: #ffffcc;
	}
	
#homeYouthCopy h2 {
	margin: 5px 0 4px 15px;
	color: #fe40b3;
	font-size: 15px;
}	

#homeYouthCopy p{
	margin-left: 45px;
}

#homeYouthCopy a, #homeYouthCopy a:visited, #homeYouthCopy a:hover {
	color: #b8e9ff;
	text-decoration: underline;
	}

#homeImage {
	width: 250px;
	height: 200px;
	margin: 0px auto 3px auto;
}
	
#homeThisSunday {
	width: 300px;
	height: 250px;
	background: url(images/thisSunday2.jpg) no-repeat center scroll;
	color: inherit;
	margin: 1px 1px 1px 1px;
}

#homeSundayCopy {
	position: absolute;
	width: 225px;
	height: 180px;
	margin: 30px 0px 5px 30px;
	font-size: 12px;
}

#homeSundayCopy h2 {
	margin: 5px 0 0 0;
	font-size: 15px;
}

#homeSundayCopy p {
	margin-left: 15px;
}
#homeEvents {
	width: 300px;
	height: 165px;
	background: url(images/upcomingEvents2.jpg) no-repeat center scroll;
	color: inherit;
	margin: 1px 1px 1px 1px;
}

#homeEventsCopy {
	position: absolute;
	width: 230px;
	height: 135px;
	margin: 15px 1px 5px 30px;
	font-size: 12px;
}

#homeEventsCopy h2 {
	font-size: 15px;
}

#homeEventsCopy h2 a:link, #homeEventsCopy h2 a:visited, #homEventsCopy h2 a:hover {
	text-decoration: underline;
}

#homeEventsCopy p {
	margin: 0px 0px -5px 15px;
}

#homeGod {
	width: 300px;
	height: 165px;
	background: url(images/findingGod2.jpg) no-repeat center scroll;
	color: inherit;
	margin: 30px 1px 5px 1px;
}

#homeGodCopy {
	position: absolute;
	font-size: 12px;
	width: 190px;
	height: 80px;
	margin: 15px 20px 5px 35px;
}

#homeGodCopy h2 {
	font-size: 15px;
}


#homeGodCopy p {
	margin: 0 5px -5px 15px;
}

/** end of home page styles **/

/** calendar events area **/

#eventsList {
	margin: 10px 0 20px 20px;
}	

#eventsList ul, #eventsList li {
	list-style-type: none;
}

#eventsList li {
 	margin: 5px 0 8px 15px;
 }

#eventsList h2 {
	font-size: 1.2em;
}

h2.widgettitle {
	display: none;
}

/** Staff pages styles **/

.staff {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	font-size: .9em;
/*	border-bottom: 1px dotted  #723e11; */
}

#searchform #s {width: 130px;}