/* GENERAL STYLES */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #94847E url(../img/bg-fade.gif) 0 0 repeat-x;
	font: 70%/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 20px;
}

/* master template */
.master {
	width: 722px;
	margin: 0 auto;
	background: #FFF;
}

.header {
	height: 112px;
	background: #74333C url(../img/header-bg.jpg) no-repeat;
	position: relative;
}

h1 {
	position: absolute;
	top: 7px;
	left: 13px;
	text-indent: -9999px;
	background: url(../img/cfm-logo.png) no-repeat;
	width: 413px;
	height: 60px;
}

.nav-wrapper {
	position: absolute;
	top: 50px;
	left: 13px;
	background: url(../img/nav-bg.png) no-repeat;
	width: 633px;
	height: 55px;
	overflow: hidden;
}

	.nav-wrapper ul {
		list-style: none;
		width: 100%;
		padding: 16px 0 0 19px;
	}
	
		.nav-wrapper li {
			float: left;
			margin-right: 19px;
		}
		
		.nav-wrapper li a {
			float: left;
			text-indent: -9999px;
			height: 21px;
			outline: none;
		}
		
		.nav-wrapper li.blog a {
			background-image: url(../img/blog.png);
			width: 41px;
		}
		
		.nav-wrapper li.ministry a {
			background-image: url(../img/ministry.png);
			width: 74px;
		}
		
		.nav-wrapper li.about-us a {
			background-image: url(../img/about-us.png);
			width: 76px;
		}
		
		.nav-wrapper li.resources a {
			background-image: url(../img/resources.png);
			width: 84px;
		}
		
		.nav-wrapper li.contact a {
			background-image: url(../img/contact.png);
			width: 67px;
		}
		
		.nav-wrapper li.articles a {
			background-image: url(../img/articles.png);
			width: 67px;
		}
		
		.nav-wrapper li.friends a {
			background-image: url(../img/friends.png);
			width: 63px;
		}
		
.content {
	padding: 30px 22px 20px 33px;
}

	.content .col-a {
		width: 490px;
		float: left;
		margin-right: 22px;
	}
	
	.content .col-b {
		width: 155px;
		float: left;
	}
	
		.content .col-b ul {
			margin: 0 0 12px;
			list-style: none;
			padding-left: 0;
			font-weight: bold;
			text-align: center;
		}
	
	.content .sidebar {
		background: #EFEDEC;
		padding: 10px 12px 7px;
		font-size: 0.9em;
		color: #605652;
	}
	
		.content .sidebar p {
			margin: 0 0 10px;
		}

	.content h2 {
		font: normal 1.9em "Trebuchet MS", Verdana, sans-serif;
		color: #77261B;
		margin: 0 0 12px;
	}
	
		.content h2 span {
			font: normal 0.5em Verdana, sans-serif;
			color: #666;
			display: block;
		}
		
		.content .resource-type {
			border-bottom: 3px solid #CCC;
		}
	
	.content h3 {
		margin: 18px 0 12px;
		font-size: 1em;
	}
	
		.content h3 span {
			color: #666;
			display: block;
			font-weight: normal;
		}
	
	.content h4 {
		margin: 0;
		font-size: 1em;
		color: #666;
	}
	
		.content h4 span {
			color: #666;
			display: block;
			font-weight: normal;
		}
	
	.content p {
		margin: 12px 0;
	}
	
	.content p.intro {
		color: #666;
		font-weight: bold;
	}
	
	.content ul {
		margin: 12px 0;
		padding-left: 27px;
	}
	
	.content ol {
		margin: 12px 0;
		padding-left: 34px;
	}
	
	.content p.copyright {
		margin: 30px 0 0;
		color: #666;
		clear: both;
	}
	
	.content a {
		color: #77261B;
	}

	img.right {
		float: right;
		margin: 0 0 10px 10px;
		border: 2px solid #D1D1D1;
	}

	img.left {
		float: left;
		margin: 0 10px 10px 0;
		border: 2px solid #D1D1D1;
	}
/* /master template */

/* home specific */
.home-master {
	position: absolute;
	left: 50%;
	top: 50%;
}

.home-wrapper {
	width: 722px;
	height: 542px;
	padding: 10px;
	background: url(../img/home-bg-frame.gif) no-repeat;
	margin: 6px auto 20px;
}

.home {
	background: url(../img/home-bg.jpg) no-repeat;
	width: 100%;
	height: 100%;
	color: #FFF;
	position: relative;
}

	.home h1 {
		position: absolute;
		top: 413px;
		left: 39px;
		text-indent: -9999px;
		background: url(../img/cfm-logo.png) no-repeat;
		width: 413px;
		height: 60px;
	}
	
	.home .nav-wrapper {
		position: absolute;
		top: 473px;
		left: 12px;
	}
/* /home specific */

/* resources listing */
p.checkout {
	margin-top: 0;
}

.accepted {
	margin: 0 0 10px;
}

.resource-listing {
	margin: 0 0 30px;
}

.resource-item {
	position: relative;
	clear: both;
	margin: 0 0 15px;
	zoom: 1;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

.resource-item:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

	.resource-item h3 {
		font-size: 1.1em;
		margin-top: 0;
		margin-right: 200px;
	}

		.resource-item h3 span {
			display: block;
			font-weight: normal;
			font-size: 0.9em;
			color: #666;
		}
		
	.resource-item .price {
		font-size: 1em;
		position: absolute;
		top: 0;
		right: 0;
		font-weight: bold;
		text-align: right;
	}
	
		.resource-item .price a {
			font-weight: normal;
		}
		
	.resource-item img {
		float: left;
		border: 2px solid #D1D1D1;
	}
	
	.resource-item p {
		margin: 0 0 0 90px;
	}
	
		.resource-item p a {
			padding-left: 5px;
		}
/* /resources listing */

/* resource detail */
.resource-detail {
	position: relative;
}

	.resource-detail h2 {
		margin-bottom: 20px;
		margin-right: 200px;
		line-height: 1;
	}
	
		.resource-detail h2 span {
			margin-top: 5px;
		}

	.resource-detail .price {
		font-size: 1em;
		position: absolute;
		top: 3px;
		right: 0;
		font-weight: bold;
		text-align: right;
	}

	.resource-detail .price a {
		font-weight: normal;
	}
	
	.resource-detail img {
		float: left;
		border: 2px solid #D1D1D1;
		margin: 0 0 10px 0;
	}
	
	.resource-detail .has-image {
	    margin-left: 165px;
	    margin-bottom: 30px;
	 }
/* /resource detail */

/* articles */
.content .article-category h3 {
	font-size: 1.25em;
	color: #777;
}

.content .article h4 {
	margin-bottom: 5px;
}

.content .article p {
	margin-top: 0;
}
/* /articles */

/* links */
.content .link {
	border-bottom: 1px dotted #CCC;
	padding: 0 0 18px;
	margin: 0 0 18px;
	zoom: 1;
}

.content .link:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

	.content .link h3 {
		margin: 0 0 5px;
	}

		.content .link h3 a {
			
			display: block;
			font-weight: normal;
		}
		
	.content .link img.thumb {
		float: right;
		margin: 0 0 0 10px;
		border: 2px solid #D1D1D1;
	}

	.content .link p {
		margin: 0;
	}
/* /links */



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
