@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#212121;
	background-color: #FAF9EA;
	
}
#wrapper_landing {width:630px;margin:50px auto;
padding-left:20px;
padding-right:20px;
padding-top:20px;

vertical-align:top;
}

.clear {clear:left;height:61px;line-height:21px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 

}
a img { 
	border: none;
}
h5{
	font-size:18px;
}

h3{
	text-indent:15px;
	font-style:italic;
	line-height:3px;
}
h4{
	font-style:italic;
	font-size:24px;
	line-height:33px;
	font-weight:lighter;
	text-align:center;
	
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.line_break{
	  border: 0px;
  border-top: 3px dotted lightgrey ;

  width:400px;
  margin-top: 20px;
  margin-bottom: 20px;
	
	
}

.container {
	width: 960px;
	position:absolute;
	background-color: #FAF9EA;
	margin: 0 auto; 
}

.header {

}

.sermon{
	width: 500px;
}


a.home:visited {color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-align: center;}
a.home:link {
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-align: center;
}
	
.sidebar1 {
	float: left;
	width: 180px;

	padding-bottom: 10px;
	
}
.content {
	padding: 30px 0px 0px 200px;
	width: 1000px;
	background-color:#FAF9EA;
}
.sidebar2 {
	float: right;
	width: 280px;
	padding: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.caption{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 25px; 
	color: white;
	
}
ul.nav li {
	
}
ul.nav a, ul.nav a:visited { 
	padding: 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #9657CE;
	color: white;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
background-color: black;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.fltcntr { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	position:fixed;
	left: 133px;

}

.logo_fltrt {
	
	position:absolute;
	z-index:3;
	left: 490px;
	
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.form{
	
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

.front{
	height:50%;
}

	
a.rollover {
	display: block;
	width: 140px;
	height: 200px;
	
	background: url(images/alms.png);
	background-repeat:no-repeat;
	 -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
 
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
 
    overflow:hidden;
	}

a.rollover:hover {
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
	}

.displace {
	position: absolute;
	left: -5000px;
	}



.body_img {margin-right:10px;}
