/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Calvary_base' */
<strong>/* CSS Document */

/* ****************
browsers interpret margin and padding a little differently,
we'll remove all default padding and margins and
set them later on
***************** */

* {
   margin: 0px;
}

		
/* Set initial font styles */
body {
	text-align: left;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 85%;
	height: 100%;
	background-color: #6e7f59;
	color: #333333;
	margin: 10px;	 /*gives some air for the pagewrapper */
	padding: 0px;
}

/* set font size for all divs, this overrides some body rules */
div {
	font-size: 1em;
}

/* if img is inside "a" it would have  borders, we don't want that */
img {
	border: 0;
}

table {
	line-height: 1.5em;
}

table.elfixo {
	table-layout:fixed;
}


#pagewrapper{
	/* background-color: #a3bf7f; */
	width: auto;
	max-width:1000px;
	background-color: #FFFFFF;
	border: 1px solid #88A660;
	text-align:left;
}

#header {
	width: auto;
	background-color: #D5EDB3;
	padding: 0px;
}

#header H1 {
	margin-top: .3em;
	font-size: 190%;
	color: #5C743D;
}

#header H3 {
	font-size: 120%;
	color: #333333;
	line-height: 1.2em;
	margin-top: -.2em;
}

#header H4 {
	font-size: 100%;
	color: #333333;
	margin-top: -.6em;
}

#header a:active {
	color: #333333;
	text-decoration: none;
}

#worship {
	width: 180px;
	margin: 10px;
	border: solid 2px #5C743D;
	background: #FFFFFF;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	line-height: 1.2em;
}
 
#worship h3 {
	font-weight:bold;
	font-size: 14px;
	color:#5C743D;
	padding-bottom:.3em;
}
 
#headerStrip {
	width: auto;
	margin: 0;
	padding: 0.4em;
	border-top: 2px dotted #5C743D;
	border-bottom: 2px dotted #5C743D;
	background-color: #a3bf7f;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	clear: both;
}

#headerStrip .date {
	color: #F4FFE4;
	font-weight: bolder;
}

#headerStrip .ticker {
	color: #5C743D;
	font-weight: bold;
}

#headerStrip .search {
	color: #5C743D;
	font-weight: bold;
}

#contentContainer {
	background-color: #FFFFFF;
	height: 100%;
}

#leftColumn {
	width: 230px;
	height: 100%;
	float: left;
	background-color: #5C743D;
}

#mainColumn {
	width: auto;
	margin-left: 230px;
	height: 100%;
	background-color:#FFFFFF;
	/* border-right: solid 2px #5C743D; */
	padding: 10px;
}

#breadcrumbArea {
	width: auto;
	color: #869C6A;
	padding-bottom: 20px;
	border-bottom: dotted 1px #999999;
}

#breadcrumb {
	float: left;
	margin-right: 50px;
}

#breadcrumb a {
	color: #999999;
}

#breadcrumb a:active {
	color: #999999;
}

#breadcrumb a:hover {
	color: #999999;
	text-decoration:none;
}

#breadcrumb a:visited{
	color: #999999;
}

#printThis {
	float: right;
	width: 50px;
}

#content {
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#content p, br {
	line-height: 1.2em;
	/* padding-bottom: 1em; */
}

#content H1 {
	font-size: 185%;
	font-weight: bold;
	color: #5C743D;
	padding-bottom: .5em;
	line-height: 1.3em;
}

#content H2 {
	color: #5C743D;
	font-size: 135%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 1px #999999;
	margin-bottom: .5em;
	line-height: 1.3em;
}

#content a {
	color: #6e7f59;
}

#content a:active {
	color: #6e7f59;
}

#content a:hover {
	color: #869C6A;
}

#content a:visited {
	color: #869C6A;
}

#content ul {
	line-height: 1.2em;
	margin-left: 1em;
}

#hp_promo {
	margin:0;
	width:210px;
    background-color:#ffffff;
	padding: 0 0 15px 15px;
	float:right;
}

#hp_promo #promo_content_area {
	background-color:#D5EDB3;
	margin:0;
	border:solid 1px #88a660;
	padding:0 0 8px 0;
	text-align:center;
}

#hp_promo #promo_content_area h2 {
	font-weight:bold;
	font-size:1.2em;
	color: #e6ea79;
	margin:0 0 .2em 0;
	padding:.3em;
	background-color:#88a660;
}

#hp_promo #promo_content_area .padding {
	margin:0;
	padding: 0 8px 8px; 8px;
}

#pagetop a {
	padding-top: 3em;
	color: #5C743D;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

#pagetop a:hover {
	color: #999999;
	text-decoration: underline;
	text-align:center;
}

#pagePaths {
	width: auto;
	color: #999999;
	padding-top: 10px;
	border-top: dotted 1px #999999;
}

#footer {
	clear: both;
	width: auto;
	margin: 0;
	padding: 8px;
	border-top: 2px dotted #a3bf7f;
	border-bottom: 2px dotted #a3bf7f;
	/* border-bottom: 2px solid #a3bf7f; */
	background-color: #5C743D;
	color: #FFFFFF;
	font-family:Arial, Helvetica, Geneva,  sans-serif;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #dfff2d;
}

/* art alignment w/ padding for ease */
.artLeft {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
} 



#eventBoxRight {
	margin:0;
	padding:0 0 10px 10px;
	width:260px;
	float: right;
}

#eventBoxLeft {
	margin:0;
	padding:0 10px 10px 0;
	width:260px;
	float: left;
}


#eventBox_inner {
	margin:0;
	padding:8px;
	border:1px solid black;
	background-color:lightyellow;
	text-align:center;
}

.artRight {
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
} 
/* end art alignment w/ padding for ease */
/* End of 'Calvary_base' */

/* Start of CMSMS style sheet 'Calvary_CSS_Menu_Vertical' */
/* CSS Document */

/*********************** */
/* menu stuff -- cmsms modified */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}

/* green #D5EDB3 */

#menu_vert ul {
   padding-left: 0;
   margin-left: 0;
}

/* third level has some padding to have it stand out */
#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 2px solid #a3bf7f; /* light green */
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #e6ea79; /* this will be link color for all levels -- yellow */
   font-weight: bold;
   background: url(http://www.calvaryeastmeadow.com/images/cms/arrow-right.gif) no-repeat 0.5em center;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(http://www.calvaryeastmeadow.com/images/cms/dash.gif) no-repeat 2.8em center; 
   background-color: #D5EDB3; /*green */
   color: #e3af3e; /*orange */
}

/* hover state for all links */
#menu_vert a:hover {
   background-color: #88a660; /*green */
}
#menu_vert a.activeparent:hover {
   background-color: #D5EDB3; /*green */
   color: #e6ea79;  /* yellow */
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
   background: url(http://www.calvaryeastmeadow.com/images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #D5EDB3; /*green */
   color: #000000;
   font-weight:bold;
}

#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #D5EDB3; /* lt. green */
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h3 {
   background: url(http://www.calvaryeastmeadow.com/images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #D5EDB3;  /* lt green */
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #000000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
  background-color: #D5EDB3;
   border-bottom: none;
   color: #000000;     
}

/* current page on third level, more padding */
#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(http://www.calvaryeastmeadow.com/images/cms/arrow-right-active.gif) no-repeat 2.7em center;
   background-color: #D5EDB3;
   color: #000000;
}

/* section header */
#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #385C72; /* blue */
   line-height: 1em;
   margin: 0;
   text-align: center;
}



/* separator */
#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding: 2px 0 2px 0;
   background-color: #000000;
   overflow: hidden !important;
   line-height :1px !important;
   font-size: 1px; /* for ie */
}

#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* end menu stuff */
/* End of 'Calvary_CSS_Menu_Vertical' */

/* Start of CMSMS style sheet 'Calvary Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Calvary Accessibility and cross-browser tools' */

