@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../church_images/bg.jpg);
	background-color: #0d0704;
	margin: 0;
	padding: 0;
	color: #000;
}

@font-face {
    font-family: 'SteelfishRgRegular';
    src: url('../church_fonts/steelfish_rg-webfont.eot');
    src: url('../church_fonts/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../church_fonts/steelfish_rg-webfont.woff') format('woff'),
         url('../church_fonts/steelfish_rg-webfont.ttf') format('truetype'),
         url('../church_fonts/steelfish_rg-webfont.svg#SteelfishRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size:52px;
	color: #272374;
	text-shadow: 2px 2px 0 #fecc36;
	margin-bottom:5px;
}

h2{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:400;
	font-size:28px;
	color: #272374;
	text-align:center;
}

.MBC{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:400;
	font-size:22px;
	color: #272374;
	line-height:10px;
}

.church_name{
	position:absolute;
	top:100px;
	left:65px;
}

.social_media{
	position:absolute;
	top:110px;
	right:60px;
}
	

h3{
	margin-bottom:5px;
}

.byline{
	font-size:15px;
	font-style:italic;
	font-weight:normal;
}

h4{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:400;
	font-size:28px;
	color: #FFF;
	margin-bottom:8px;
}

h5{
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight:400;
	font-size:28px;
	color: #fecc36;
	margin-bottom:8px;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:5px;
}

noscript{
	color:#F00;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;

}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	position:relative;
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background:transparent url(../church_images/headerbg.png);
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	top:0px;
	left:0px;
	z-index:300;
        width:960px;
}

.video_frame{
	position:relative;
	top:180px;
	left:90px;
	margin-bottom:200px;
}

.logo{
	float:left;
	margin-top:7px;
	margin-bottom:50px;
	margin-left:35px;
}

.navbar{
	position:absolute;
        top:0px;
        right:0px;
        float:left;
	margin-left:10px;
	margin-right:12px;
}

@-moz-document url-prefix(){
	
	.navbar{
position:absolute;
        top:0px;
        right:0px;
	float:left;
	margin-left:15px;
	margin-right:9px;
}
	
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
}

.copy{
	padding-top:15px;
	background-image:url(../church_images/contentbg.png);
	background-position:top;
	background-repeat:repeat-x;
}

.pastor{
	position:relative;
	float:left;
	top:-38px;
	left:27px;
	margin-right:50px;
	margin-bottom:0px;
	z-index:12;
	border-style:solid;
	border-width:6px;
	border-radius:4px;
	border-color:#FFF;
}

.contact_table{
	margin-left:50px;
}

.contact_table tr{
	vertical-align:top;
}

.contact_table tr td{
	vertical-align:top;
	text-align:left;
}

.contact_table p{
	padding-right:0px;
}

.contact_table h3{
	padding-right:0px;
}

.bgcolor{
	background-color:#ccd0e9;
	padding-top:10px;
	padding-bottom:10px;
}

.side{
	float:right;
	width:440px;
	border-left-color: #ccd0e9;
	border-left-style:dotted;
	border-left-width: 3px;
	padding-left:10px;
}

.church{
	width:490px;
}

.membership{
	margin-top:30px;
}

.membership img{
	float:left;
	margin-left:15px;
	margin-right:25px;
	margin-bottom:0px;
	border-radius:8px;
	width:455px;
}

.member_grid{
	background-image: url(../church_images/memberbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ccd0e9;
	float:left;
	margin-left:15px;
	width:220px;
	border-radius:8px;
	margin-bottom:40px;
}

.member_grid p{
	font-size:14px;}

.letter{
	background-image: url(../church_images/memberbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ccd0e9;
	float:left;
	margin-left:15px;
	width:460px;
	border-radius:8px;
	margin-bottom:40px;
}

.letter p{
		font-size:14px;
	}
	
	
.mission{
	margin-top:;
	margin-bottom:;
	border-bottom-color:#ccd0e9;
	border-bottom-style:solid;
	border-bottom-width:20px;
}

.values{
	padding-left:10px;
	background-color:#ccd0e9;
	width:480px;
	padding-bottom:2px;
}

.beliefs{
	float:right;
	padding-left:10px;
	margin-left:30px;
	margin-right:0px;
	width:480px;
	border-left-color: #272374;
	border-left-style:dotted;
	border-left-width: 3px;
	background-color:#ccd0e9;
	
}

.beliefs table tr{
	vertical-align:top;
}

.beliefs table tr td{
	vertical-align:top;
	text-align:left;
}
	
.list_small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:2px;
	margin-left:30px;
}

.ministry1{
	
	 float:left; 
	 margin-right:20px; 
	 width:455px;}

.ministry1 tr{
	vertical-align:top;
}

.ministry2{
	width:455px;}

.ministry2 tr{
	vertical-align:top;
}
	

.committment{
	border-top-color:#ccd0e9;
	border-top-style:solid;
	border-top-width:20px;
}

.committment_grid{
	text-align:center;
	vertical-align:top;
	margin-top:40px;
}

.committment_grid td{
	width:306px;
	padding-bottom:30px;
}

.committment_grid td img{
	width:250px;
	height:180px;
	border-radius:8px;
	vertical-align:top;
}

.normal{
	margin-left:15px;
	margin-right:15px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #272374;
	color:#FFF;
}

.footer table tr td{
	vertical-align:top;
	text-align:left;
	
}

.footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-bottom:0px;
	color:#ccd0e9;
}

.footer h3{
	color:#FFF;
	font-size:14px;
	margin-bottom:20px;
}

.footer h2{
	color:#FFF;
	font-size:25px;
	margin:0px;
	text-align:left;
}

.border{
	border-right-color:#ccd0e9;
	border-right-style:dotted;
	border-right-width:3px;
}

.cover {
position:relative;
top:30px;
}
	
	.float{
	float:left;
	margin-right:40px;
}