@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	background: #ffffdd;
	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: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/


#container {
	width: 49em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/hm_pg_bkgd.jpg) no-repeat left 185px;
} 



#header {
	background-color:#EABC4D;
	text-align:center;
	padding: 0 px;
} 
	
		
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #EABC4D;
	padding-left: 20px;
	padding-top: 5px;
	font: 2.5em Papyrus, "Comic Sans MS", "Apple Chancery";
	padding-bottom: 0px;
	text-align: left;
}

/*THIS IS THE NAVIGATION BAR
*/

ul.menu {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size:.8em;
	background:url(images/bg.png) repeat-x top left;
	background-color:#eedd44;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:1px solid #000;
	margin:0;
	padding:0px 0px 0px 90px;
}


ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul.menu li a {
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
}

ul.menu li a:hover, .current {
	float:left;
	color:#eabc4d;
	background:url(images/bg.png) repeat-x top left;

}


ul.menu .current a {
	color:#eabc4d;
	font-weight:700;
}

ul.menu .current ul a {
	color:#eabc4d;
	font-weight:normal;
	
}

/*bottom line*/
ul.menu{
	background-color:#f7a20b;
	}
	
ul.menu li a:hover, ul.menu li.current {
	background-color:#eedd44;
}


/*SUBLEVEL LINKS*/

ul.menu ul {
	position:absolute;
	list-style:none;
	background:#aa2200;
	padding:0px;
	margin-top: 2.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left:0;
	}



ul.menu li ul {
	position:absolute;
	width:12em;
	height:auto;
	display:none;
	border:solid;
	border-width:0.1em 0.1em 0.1em 0.25em;
	border-color: #aa2200;
}

ul.menu li ul:second-child {
	margin-left:100px;
	}

ul.menu li:hover ul{
	position:absolute;
	display:block;
	width:12em;
	height:auto;
	left:auto;
	border:solid;
	border-width:0.1em 0.1em 0.1em 0.25em;
	border-color: #aa2200;
	background:#aa2200;
}

ul.menu li ul li {
	float:left;
	width:100%;
	height:1.5em;
	border-bottom:solid;
	border-color:#aa2200;
	border-width:1px;
}

ul.menu li ul li a:hover {
	background:#f5d889;
	height:1.42em;
	width:12.4em;
	color:#aa2200;
	text-decoration:none;
}

ul.menu li ul li a {
	display:block;
	width:12em;
	color:#ffffff;
	text-decoration:none;
	padding: 0.3em 0 0 1em;
}


/*END OF NAVIGATION BAR*/

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/

/*THIS IS THE LEFT SIDEBAR*/

#sidebar1 {
	clear:left;
	float: left;
	width: 12.13em;
	/* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30 0 0px; /* top and bottom padding create visual space within this div */
	text-align: left;
}

#sidebar1 img {
	padding: 0px 33px 0px 10px;
	background: top;
}

	
#sidebar1 h3, h4, h5,#sidebar1 p  {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 45px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.3em;
	text-align: right;
}

#sidebar1 p {
	font-size:0.75em;
	line-height: 1.3em;
}

#sidebar1 h3 {
	color:#000000;
	line-height:0.6em;
	font-weight: bolder;
	font-style: normal;
}

#sidebar1 h4 {
	line-height: 1em;
	color: #000000;
	font-weight: bolder;
}

#sidebar1 h5 {
	text-align: right;
	}


#sidebar1 a:link {
	color: #993300;
	text-decoration:none;
}

#sidebar1 a:hover {
	color: aa2200;
	text-decoration: underline;
	font-size: 0.9em;
}
#sidebar1 #micah {
	font-family: Papyrus, "Comic Sans MS", "Apple Chancery", cursive;
	background: url(images/micah.gif) center;
	height: 150px;
	width: 150px;
	margin-left: 10px;
	margin-top:0px;
	text-align: center;
	margin-right: 10px;
}


#sidebar1 #micah h4 {
	color: #FFFFFF;
	font: 0.9em "Comic Sans MS", "Apple Chancery", cursive;
	text-align:center;
	margin: 10px;
	padding: 8px 0px 0px;
	}

	
#sidebar1 #micah p {
	color: #F7DAD4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: lighter 0.7em/1.2em "Comic Sans MS", "Apple Chancery", cursive;
}

#sidebar1 #micah a:link {
	color:#FFCC00;
	text-decoration:none;
}

#sidebar1 #micah a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-size: 0.9em;
}



#sidebar1 #rustbox {
	color: #FFFFFF;
	background: url(images/rustbox.gif) no-repeat center;
	height:150px;
	width: 150px;
	font-size: 0.9em;
	margin-left: 12px;
	
}
	
#sidebar1 #rustbox p {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 20px 10px 10px;
	font: lighter 1em/1.2em "Trebuchet MS", Arial, sans-serif;
}

#sidebar1 #rustbox a:link {
	color:#efcc4c;
}

#sidebar1 #rustbox a {
	color:#efcc4c;
}
#sidebar1 #rustbox a:hover {
	color:#efcc4c;
	text-decoration: underline;
}


#sidebar1 #tanSquare {
	background: url(images/tan_square.gif) no-repeat center;
	margin: 0px 35px 0px 10px;
	height: 150px;
	width: 150px;
	padding: 0px;
}
#sidebar1 #tanSquare p {
	text-indent: 0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:0.8em;
	text-align:left;
	padding: 10px 5px 10px 20px;
	margin: 0px;
	}
	
#sidebar1 #tanSquare H4 {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}

#sidebar1 #facebook {
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px;
}

#sidebar1 #facebook p {
	text-align:left;
	margin: 0px 20px 0px 52px;
	line-height: 1.2em;
}

#sidebar1 #facebook #imgLeftFloat img{
padding:0;
margin:0;
}

/*END OF LEFT SIDEBAR1*/

/*BEGINNING OF RIGHT SIDEBAR*/

#sidebar2 {
	float: right;
	width: 14em; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 20px;
	text-align:left;
}


#sidebar2  p {
	font: 0.75em "Trebuchet MS", Arial, sans-serif;
	
}


#sidebar2  p a:link{
font-size:1.0em;
}

#sidebar2 p, #sidebar2 h3, #sidebar2 h4 {
	margin-left: 15px;
	line-height:1.4em;
	margin-right: 5px;
	text-align:left;
	}
	




#sidebar2 #liturgy p {
	font: 0.75em "Trebuchet MS", Arial, sans-serif;
	text-indent: -10px;
	padding-left: 10px;
}


#sidebar2 a:link {
	color: #993300;
	text-decoration:none;
	font-size:0.9em;	}

#sidebar2 a:hover {
	color: #aa2200;
	text-decoration: underline;
	font-size: 0.9em;
}

#sidebar2 a:visited {
	color: #aa2200;
	text-decoration: none;
	font-size: 0.9em;
}
	
#sidebar2 #sublinks a {
	line-height: 1.5em;
}


#sidebar2 #gradient {
	text-align: left;
	background: url(images/gradient.gif) no-repeat center top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px 15px 0px 5px;
	margin: 0px;
}
#sidebar2 #gradient p {
	text-indent: 0px;
	font: lighter 0.8em/1.3em "Comic Sans MS", "Apple Chancery", cursive;
}

#sidebar2 #gradientMedium {
	text-align: left;
	background: url(images/gradient_medium.gif) no-repeat center top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px 15px 0px 5px;
	margin: 0px;
	height: 290px;
}
#sidebar2 #gradientMedium p {
	text-indent: 0px;
	font: lighter 0.75em/1.3em "Trebuchet MS", Arial, sans-serif;
	padding: 0px 10px;
}

#sidebar2 #gradientLong {
	text-align: left;
	background: url(images/gradient_long.gif) no-repeat center top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px 15px 0px 5px;
	margin: 0px;
}
#sidebar2 #gradientLong h5{
padding-left:20px;
margin-right: 0px;
}

#sidebar2 #gradientLong p {
	text-indent: 0px;
	font: lighter 0.8em/1.3em "Comic Sans MS", "Apple Chancery", cursive;
}

#sidebar2 #lt_brown_square {
	text-align: left;
	background: url(images/lt_brown_square.gif) no-repeat center top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 1px 15px 3px 7px;
	margin: 0px;
}
#sidebar2 #lt_brown_square p {
	text-indent: 0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:0.8em;
	}
	
#sidebar2 #redbox {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(images/redbox.gif) no-repeat center;
	height: 210px;
	width: 195px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 10px 0px 15px;
	padding: 0px;
}

#sidebar2 #redbox p {
	color: #f7dad4;
	text-align: left;
	margin: 0px;
	padding: 0px 10px 10px 15px;
	font: lighter normal 0.75em/1.3em "Trebuchet MS", Arial, sans-serif;
}

#sidebar2 #redbox H4 {
	padding:15px 10px 10px 15px;
	margin: 0px;
	font-size: 0.85em;
	color: #FFFFFF;
}


#sidebar2 #redbox a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#sidebar2 #redbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





/*THIS IS THE END OF THE RIGHT SIDEBAR*/


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

/*THIS IS THE CENTER SECTION*/

#mainContent {
	margin: 0 14em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color:#ffffdd;
	padding: 15px 15px 0px 5px;
	font-size:1em;
} 

#mainContent p {
	font-size:0.8em;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#mainContent h4 h5 {
margin:0;
text-align:left;
}

#mainContent h4 {
	text-align: left;
}


#mainContent h5 a:link {
color:#993300;
font-size:1em;
}

#mainContent h5 a:hover {
color:#993300;
font-size:1em;
}

#mainContent h5 a:visited {
color:#993300;
font-size:1em;

}

#mainContent a:link {
	color:#111188;
	font-size:1em;
}

#mainContent p a:link {
	text-decoration:underline:
	}

#mainContent a:hover {
	color:#111188;
	text-decoration:underline;
}

#mainContent a:visited {
	color:#111188;
}


#imgRtFloat img {
	float: right;
	margin: 0px 0px 10px 10px;
}


#imgLeftFloat img {
	float: left;
	margin: 5px 15px 10px 0px;
}

/*INSIDE PAGE FORMATTING STARTS HERE*/

#insidePgmainContent {
	margin: 0 14em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color:#ffffdd;
	padding: 0px 15px 0px 5px;
	font-size:1em;
} 

#insidePgmainContent p {
	font-size:0.8em;
	line-height:1.4em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin-top: 0px;
	text-align: left;
}

#insidePgmainContent h4 {
margin:0;
text-align:left;
}

#insidePgmainContent h5 {
margin:0;
}

#insidePgmainContent a:link {
	color:#111188;
	font-size:1em;
}

#insidePgmainContent p a:link {
	text-decoration:none;
	font-size: smaller;
	}

#insidePgmainContent a:hover {
	color:#111188;
	font-size:1em;
	text-decoration:underline;
}

#insidePgmainContent a:visited {
	color:#111188;
	font-size:1em;
	text-decoration: none;
}



#insidePgmainContent ul {
	list-style:url(images/redsquare1.jpg);
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
}

#insidePgmainContent ul li {
	padding-bottom:10px;
}

#insidePgmainContent blockquote {
	text-align: center;
}

#insidePgmainContent #bottomNav {
	text-align: center;
	font-size:0.8em;
	color:#999999;
	margin-bottom:5px;
}

#insidePgmainContent #bottomNav a{
color:#993300;
}

#insidePgmainContent #bottomNav img {
	padding-right: 10px;
	padding-left: 10px;
}

#insidePgmainContent #solitaryWay {
	padding-top: 1em;
	padding-bottom: 1em;
	background: url(images/gradient_main.gif) repeat-x;
	margin-right: 0.5em;
	border: thin solid #aa2200;
}


#insidePgmainContent #solitaryWay p{
	font-family: Papyrus, "Comic Sans MS", "Apple Chancery", cursive;
	padding-left: 5em;
}


#insidePgmainContent img {
	text-align: center;
}


#insidePgmainContent #imgRtFloat img {
	float: right;
	margin: 0px 0px 10px 10px;
}

#insidePgmainContent #imgLeftFloat img {
	float: left;
	margin: 5px 15px 10px 0px;
}


#boutique ul {
	list-style:url(images/snowflake.jpg);
	font: normal 0.8em "Trebuchet MS", Arial, sans-serif;
}

#iboutique ul li {
	padding-bottom:20px;
}

/*This is formatting for the Recent Sermons Page*/


#sermons a:link {
	color: #993300;
	text-decoration:none;
	
		}

#sermons a:hover {
	color: #993300;
	text-decoration: underline;

}

#sermons a:visited {
color:#CC6600;

}

/*INSIDE PAGE STOPS HERE*/

/*THIS IS THE FOOTER*/

#footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fcf2bf;
	border-top: thin solid #000000;
} 

#footer a {
	text-decoration:underline;
	color: #000000;
	font-size: 1em;
}

#footer a:hover {
	text-decoration:underline;
	color:#0000FF;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 0.6em "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

/*END OF FOOTER*/

/* Miscellaneous classes for reuse */
.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;
	
}

/*THESE ARE THE SITE-WIDE LINK COLORS, UNLESS SPECIFIED DIFFERENTLY IN CERTAIN DIVS
*/

p {
text-align:left;
}

a:link {
	color: #993300;
	font-size: 0.9em;
	text-decoration:none;
}

a:hover {
	color: #F3D373;
	text-decoration: none;
}


a:visited {
	color: #993300;
	text-decoration: none;
	font-size: 0.9em;
}

h1 {
	font-weight: bold;
	color: #993300;
}

h2 {
	color:#993300;
	font: 900 1.8em/0.8em Papyrus, "Comic Sans MS", "Apple Chancery", cursive;
	text-align: center;
	}
	
	
h3 {
	color: #993300;	

}
h4 {
	font-size: 0.8 em;
	text-align:right;
	}

h5 {
	font-size:0.9em;
	color:#993300;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align:left;
}
h6 {
	color:#000000;
	text-align: left;
	font: lighter normal 0.9em "Trebuchet MS", Arial, sans-serif;
	white-space: normal;
	display: block;
	padding-right: 1.5em;
	padding-left: 1.5em;
}





 #you_tube_video object {
	padding-left: 20px;
}
#mainContent #christmas {
	font: 1em "Trebuchet MS", Arial, sans-serif;
	border: 3px solid #006633;
	color: #006600;
	padding: 15px 10px 10px;
}
center {
	text-align: center;
	font-size: 0.8em;
}


.imagecaption {
	color: #000;
	font-style: italic;
}

