/*
Theme Name: Blessman Ministries Custom Design
Theme URI: http://www.mindflintmedia.com
Description: A Custom Wordpress theme developed by Tom Benway - design by MindFlint.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/
 

body {
	font-size: 12px;
	font-family: "Verdana", Verdana, Arial, Sans-Serif;
	background-image: url('images/photo-background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #3b3b3b;
	margin: 0 0 0 0;
}

h2 {
	font-family: "Myriad", "Myriad Pro", Arial, sans;
    font-size: 18px;
	color: #b31f17;
    } 


a {
	color: #b31f17;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	font-size: 11px;	
}

.divider {
	width:40%;
	border-bottom: 4px dotted #d0d0d0;	
    }

#page {
	width: 880px;
	margin-left: auto;
	margin-right:auto;
}

#frame {
	float: left;
	width: 880px;
	background-image: url('images/center_bg.png');
	background-repeat: repeat-y;
}

#header {
	float:left;
	width:850px;
	height: 122px;
	margin-left: 16px;
	background-image: url('images/header_bg.jpg');
	
}

#headerLogo {
	float:left;
	width:266px;
	height:101px;
	margin-top:10px;
	margin-left:30px;
}

#headerText {
	float:right;
	margin-right:30px;
    	margin-top:50px;
    
}

#headerText h1{
	color: #b31f17;
    font-size: 24px;
	font-weight: bold;
}

/* Navigation elements */

#navigation {
	float:left;
	width: 850px;
	height: 36px;
	margin-left: 16px;
	text-align: center;
	background-image: url('images/nav_bg.gif');
	background-repeat: repeat-x;
} 
 
.navParent a{
	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 15px;
    	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

.navParentActive {
	text-align: center;
	background-image: url('images/nav_main_overstate.gif');
	background-repeat: repeat-x;
}

.navParentActive a{
	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 15px;
    	color: #ffffff;
	text-decoration: none;
}

.subNavChild {
	float:left;	
	width: 850px;
	height: 27px;
	margin-left: 16px;
	background-image: url('images/nav_sub_bg.gif');
	background-repeat: repeat-x;
}

.subNavEmpty {
	float:left;
	width: 850px;
	margin-left: 16px;
	background-image: url('images/sub_nav_empty.gif');
	background-repeat: repeat-x;
}

.navChild {
	float:left;
    margin-top: 5px;
    margin-left:10px;
    margin-right:10px;
	text-align: center;
}

.navChild a {
	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 14px;
    font-weight: bold;
	color: #994708;
	text-decoration: none;
}

.navChild a:hover {
	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 14px;
    font-weight: bold;
	color: #f56a1f;
	text-decoration: none;
}


.navChildActive {
	float:left;
    margin-top: 5px;
    margin-left:10px;
    margin-right:10px;
	text-align: center;
	color: #f56a1f;
}

.navChildActive a {
	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 14px;
    font-weight: bold;
	color: #f56a1f;
	text-decoration: none;
}

/* Home entries */

#homeHeader {
	float:left;
    width: 790px;
    height: 300px;
	margin-left:30px;
}

#homeLeft {
	float:left;
	width:530px;
	height:300px;
	margin-top:20px;
	margin-left:30px;
}

.homeEntryContent {
	float:left;
	width:120px;
	height:70px;
	margin-left:20px;
	margin-top:53px;
	font-size:11px;
}

#presidentsBlog {
	float:left;
	width:245px;
	height:137px;
	background-image: url('images/home_presidents_blog.jpg');
}

#photoGalleries {
	float:left;
	width:253px;
	height:137px;
	margin-left: 25px;
	background-image: url('images/home_photo_galleries.jpg');
}

#missionTrips {
	float:left;
	width:250px;
	height:137px;
	margin-top: 15px;
	background-image: url('images/home_mission_trips.jpg');
}

#donateToday {
	float:left;
	width:250px;
	height:137px;
	margin-left: 25px;
	margin-top: 15px;
	background-image: url('images/home_donate_today.jpg');
}

#homeDivider {
	float:left;
	width:10px;
	height:211px;
	margin-left:15px;
	margin-top:50px;
}

#homeRight {
	float:right;
	margin-top:10px;
}


/* Blog Entries */

.blogPost {
	float:left;	
	width:550px;
	margin-left: 30px;
	margin-top: 15px;
    }

.blogTitle {
	float:left;
	width:330px;	
}

.blogDate{
	float:right;
	width:200px;
	margin-top: 15px;
	margin-right: 10px;
	font-size: 10px;
	text-align:right;
    }

.blogEntry {
	float:left;
	width: 550px;
    }


/* Generic Page entries */


#content {
	float:left;
	width:850px;
    min-height: 570px;
	margin-left: 16px;
	margin-bottom: 20px;
    text-align: justify;
}

#pageHeader {
	float:left; 
    width:795px;
    height:190px;
    margin-top:15px;
    margin-left:28px;
}


.post {
	float:left;
	width: 560px;
	margin-left: 35px;
	margin-top: 15px;
}

#sidebar {
	float:right;
	margin-right: 30px;
	margin-top: 20px;
}

#footer {
	float: left;
	width: 880px;	
	height: 90px;
	background-image: url('images/footer.png');
}

#footerTop {
	float: left;
	width: 850px;
	margin-left: 16px;
	margin-top: 20px;
    	font-family: "Myriad", "Myriad Pro", Arial, sans;
	font-size: 15px;
	color: #ffffff;
	text-align:center;
}

#footerBtm {
	font-family: "Arial", Arial, Sans-Serif;
	float:left;
	width: 850px;
	margin-left: 16px;
	margin-top: 5px;
	font-size: 9px;
	color: #d0d0d0;
	text-align:center;
}

#footerBtm a{
	color: #d0d0d0;
}

/* Images */
/*
p img {
	padding: 0;
	max-width: 100%;
    border: none !important;
	}
	*/
.alignright {
	float: right;
    margin:4px;
    padding: 4px;
	}

.alignleft {
	float: left; 
    margin: 4px;
    padding: 4px;
}


.alignnone {
	border: none;	
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} 

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}