/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
/* End Yahoo Copyright */

/*HTML*/

html {background: #2E100A;}

body {
	margin:0px;
	padding: 0px;
	background: #2E100A;
	font-family: "Calibri", Helvetica, Arial, sans-serif;
}

/*End HTML*/

/*Global Classes*/

.floatRight, .alignright {float:right;}

.floatLeft, .alignleft {float:left;}

.clearBoth {clear:both;}

.alignCenter {margin-left:auto; margin-right:auto;}

.alignTextCenter {text-align: center;}

.white {color: #FFF;}

.whitebg {background-color: #FFF;}

.black {color: #000;}

.blackbg {background-color: #000;}

.darkbrown {color: #1C0300;}

.darkbrownbg {background-color: #1C0300;}

.brown {color: #4F2408;}

.brownbg {background-color: #4F2408;}

.orange {color: #C06616;}

.orangebg {background-color: #C06616;}

.darkred {color: #680B00;}

.darkredbg {background-color: #680B00;}

.brightred {color: #A81200;}

.brightredbg {background-color: #A81200;}

.marginPaddingZero {
	margin:0;
	padding:0;
}

.imageReplacement {
	display:block;
	text-indent:-9000px;
}

.wp-caption { margin: 5px;}

.wp-caption-text {text-align: center; font-size: 80%;}

.category-tweets {border: 2px solid #33CCFF !important; background: #B9EEFF url(images/fromTwitter.png) no-repeat left center;}

.category-tweets:hover {background: #B9EEFF url(images/fromTwitter.png) no-repeat left center !important;}

.category-tweets .postCategory, .category-tweets h2.postHeader, .category-tweets p.postMetadata {display:none;}

.category-tweets {padding-left: 140px !important;}

/*End Global Classes*/

/*Div's and Layout*/

#wrapper {
	width: 960px;
	border: 0px;
	padding: 0px;
}

#header {
	width: ;
	height: 136px;
}

	#headerLogo {
		height: 104px;
	}
	
	#headerLogo h1 {
		background: transparent url(images/headerLogo.png) no-repeat left 15px;
		height: 38px;
		margin: 0px 0px 5px 20px;
		padding: 15px 0px 0px 0px;
	}
	
	#headerLogo h1 a, #headerLogo h2 a {display: block; width: 373px;}
	
	#headerLogo h2 {
		background: transparent url(images/headerDescription.png) no-repeat left 5px;
		margin: 0px 0px 0px 20px;
		padding: 5px 0px;
		height: 19px;
	}
	
	#headerContainer {
		/*border: 1px solid red;*/
		width: 450px;
		height: 70px;
		margin-left: 100px;
		margin-top: 15px;
	}
	
	#headerNavBar {
		width: 960px;
		height: 32px;
	}
	
		#headerNavBar ul {
			margin:0px !important;
			padding: 0px !important;
			background-color: #4F2408;
			width: 565px;
			height: 32px;
			list-style: none;
		}
		
		#headerNavBar li {
			float: left;
			list-style: none;
			margin: 0px 5px;
			padding: 5px 10px 0px;
			height: 32px;
		}
		
		#headerNavBar li:hover, #headerNavSpecialLink:hover {
			background: #C06616;	
		}
		
		#headerNavBar li a, #headerNavSpecialLink a {
			color: #FFF;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
		}
	
		#headerNavSpecialLink {height: 32px; padding: 5px 10px 0px; margin: 0px 5px;}
		
		#headerNavSearch {float: right; height: 32px; margin-right: 10px;}
		
		#headerNavSearch #searchform {}
		
		#headerNavSearch label.screen-reader-text {display:none;}
		
#homeTop {
	height: 358px;
	border-top: 10px solid #C06616;
	border-right: 10px solid #C06616;
	border-left: 10px solid #C06616;
}

	#homeTopAdvertImage {
		width: 630px;
		height: 358px;
		background: #FFF;
		border-bottom: 10px solid #C06616;
	}
	
	#homeTopCategories {
		width: 300px;
		height: 358px;
		background: #FFF;
		border-left: 10px solid #C06616;
		padding: 0px;
	}
	
	h2#homeTopCategoryTitle {
		margin: 15px 10px 0px 10px;
		padding: 0px 0px 5px 0px;
	}
	
	#homeTopCategoryTitle {border-bottom: #666 dashed 1px;}
	
	.homeTopCategory {
		padding: 10px;
		/*margin:10px 0px;*/
	}
	
	.homeTopCategory:hover {background: #FFEDDD;}
	
	.homeTopCategoryName a {
		color: #A81200;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	.homeTopCatDescription {
		font-size: 90%;
		margin: 10px 0px 0px 10px;
	}
	
	.homeTopCatDescription p {margin-bottom:0px;}
	
#main {
	width: 940px;
	border: 10px solid #C06616;
	background: #FFF url(images/mainBackground.png) repeat-y left top;
}

	#mainLeft {
		width: 610px;
		background: #FFF;
		padding: 20px 10px;
		font-size: 90%;
	}
	
	.post {
		border-bottom: 1px dashed #666;
		margin-bottom: 20px;
		padding: 10px 10px 0px 10px;
	}
	
	.post p, .page p {line-height: 1.5em;}
	
	.post:hover {background: #FFEDDD;}
	
	.index .post:hover {background: #FFF;}
	
	.postCategory {
		margin-bottom: 10px;
		background: #4F2408;
		padding: 10px;
		border: 1px solid #C06616;
		color: #C06616;
	}
	
	.postCategory a {color: #FFF !important;}
	
	.postAuthor {margin-bottom: 10px;}
	
	p.postMetadata {margin-bottom: 20px;}
	
	p.postMetadata, .postAuthor {font-size: 85%;}
	
	.bookReference {
		background: transparent url(http://creationsbychris.net/f/bookRefBackground.png) no-repeat left top;
		width: 500px;
		height: 59px;
		color: #FFF;
		font-size: 15px;
		padding: 51px 0px 0px 80px;
		margin-bottom: 10px;
	}
	
	a.bookRefLink {color: #680B00 !important; display:block;margin-top: 10px; float: right; width: 500px; text-align: right;}
	
	.bookReferenceHasValue {}
	
	.bookReferenceNoValue {}
	
	#mainLeft a {color: #A81200; text-decoration: none;}
	
	#mainLeft a:hover {text-decoration: underline;}
	
	h2.postHeader {font-size: 30px; color:#000; margin: 0px 0px 15px 0px; padding: 0px; font-weight: 0px;}
	
	h2.postHeader a {text-decoration: none; color:#000 !important; font-weight: 0px;}

	#sidebar {
		border-left: 10px solid #C06616;
		width: 280px;
		padding: 10px;
	}
	
	#mainBottomFix {height: 0px; clear:both;}
	
#sidebar {}
	
	#sidebar a {color: white;}
	
	#sidebar a:hover {text-decoration: underline;}

	.sidebarContactImage {margin: 10px auto;}
	
	#sidebarArchives ul > ul {margin-left:0px;}
	
	.collapsArchList {margin: 0px;}
	
	.collapsArchPost {width: 225px; padding-bottom: 10px;}
	
	/*#sidebarArchives ul li.collapsArchPost {list-style: none;}*/
	
#footer {
	color: #FFF;
	padding: 0px 10px;
	background: #4F2408 url(images/footerBackground.png) repeat-y left top;
	border-top: #4F2408 20px solid;
	border-bottom: #4F2408 20px solid;
}

	#footer a {color: #FFF; text-decoration: none; font-weight: bold;}
	
	#footer h3 {color:#C06616; /*border-bottom: 1px solid #C06616;*/}

	#footerLeft {width: 352px; padding: 0px 10px; font-size: 85%;}
	
	#footerLeft a:hover {text-decoration: underline;}
	
	#footerCenter {width: 190px; padding:0px 10px;}
	
	#footerCenter ul, ul#recentposts {list-style: none; margin:0;padding:0;}
	
	#footerCenter li, ul#recentposts li {
		list-style: none;
		margin: 0px 0px 10px /*1*/0px;
		border-top: 1px solid #C06616;
		border-bottom: 1px solid #C06616;
		padding: 5px 5px;
	}
	
	#footerCenter li:hover, ul#recentposts li:hover {background: #1C0300;}
	
	#footerRight {width: 338px; padding: 0px 10px;}
	
/*Buy the Book page specific Styles*/
#buyBookWrapper {
	background:#2D0F09 url(http://faithinthefreshman.com/wp-content/themes/fitftheme/images/buybookpromo/buyBookBackground.jpg) no-repeat left top;
	width: 940px;
	height: 775px;
	overflow: none;
}

#buyBookLeft {width: 661px;}

#buyBookLeftTop {width: 237px; height: 375px;}

#buyBookLeftAvailable {width: 180px; height: 33px; margin-top: 10px;}

#buyBookLeftPraiseTitle h1, findOutMore {
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#buyBookLeftReviews {}

#buyBookLeftReviews p {font-weight: bold;margin-left: 20px; width: 600px; line-height: 1em !important;}

.reviewAuthor {font-weight: normal; font-style: italic !important;}

#buyBookRight {width: 279px;}

#buyBookRightReadMore {margin: 20px 0px 20px 35px;}

#buyBookRightReadMore a {color: #FFF; }

#buyBookRightFacebook, #buyBookRightTwitter {margin-top: 15px;}
/*End Buy the Book Styles*/

/*End Div's and Layout*/


