/*  
Theme Name: Content Builder
Theme URI: http://www.guymclaren.com/
Description: Content Builder is a theme with 3 columns, Internet Explorer 7, 8 and Safari. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: Guy McLaren
Author URI: http://www.guymclaren.com/
Tags: SEO, Content Builder
*/

/* General */

body {
	margin: 0;
	background: #996633;
	font: normal 12px Helvetica, sans-serif;
	}
h1 {
	margin: 0;
	font: bold 18px Helvetica, sans-serif;
}

h2 {
	margin-top: 10px;
	margin-bottom: 6px;
	font: bold 16px Helvetica, sans-serif;
}

h3, h4 {
	margin-top: 10px;
	margin-bottom: 6px;
	font: bold 14px Helvetica, sans-serif;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Page */

#page {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 1004px;
	
}


/* Header */

#header {
	width: 1004px;
	height: 177px;
	position: relative;
}
#header #himage {
	width: 390px;
	height: 164px;
	position: absolute;
	top: 10px;
	left: 0px;
}

	#header #hinfo {
		position: absolute;
		top: 0px;
		left: 390px;
		width: 616px;
		text-align: center;
	}
	
	#header #hinfo h1 {
		color: #000000;
		font: bold 18px Helvetica, sans-serif;
		margin:0;
		padding-bottom: 5px;
	}
	
	#header #himage2 {
	width: 616px;
	height: 152px;
	position: absolute;
	top: 24px;
	left: 390px;
}


/* Main */


#main {
	width: 1004px;
}

	/* Main - Content */
	
/* Index content */
	
	#contenti {
		width: 1004px;
		margin-top: 7px;
		}
			
			
		#contenti #iwrap1 {
		width: 580px;
		float: left;
		height: 150px;
		margin-left: 0px;
		
 	}
	#contenti #iwrap1 .post-title {
			width: 578px;
			height: 53px;
			padding: 6px 0px 0 10px;
			color: #000000;
			font: normal 12px Helvetica, sans-serif;
			background: #996633;
			background: url("images/conttitle.png") no-repeat;
		}
				
		#contenti #iwrap1 .post-entry {
			font: normal 12px/20px;
			color: #000000;
			padding: 0px 8px 0px 10px;
			width: 578px;
			text-align: left;
			background: #996633;
			background: url("images/contbg.png") repeat-y;
			}
		
		#contenti #iwrap1 .post-entry .post-text {
			font: normal 12px/20px;
			color: black;
			padding: 0px 0px 0px 0px;
			width: 560px;
			text-align: left;
			}
				
			#contenti #iwrap1 #post-entry {
			font: normal 12px/20px;
			color: black;
			padding: 0px 8px 0px 10px;
			width: 578px;
			height:270px;
			text-align: left;
			background: url("images/contbg.png") repeat-y;
			}
			
			#contenti #iwrap1 #post-entryc {
			font: normal 12px/20px;
			color: black;
			padding: 0px 8px 0px 10px;
			width: 578px;
			height:138px;
			text-align: left;
			background: url("images/contbg.png") repeat-y;
			}
			
			#contenti #iwrap1 #post-entryc a {
			color: #cccc66;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;
			}			
			
			#contenti #iwrap1 #post-entryc a:hover {
			color: grey;
			font: normal 12px Helvetica, sans-serif;
			text-decoration: none;
			font-style:bolder;
			}
			
		#contenti #iwrap1 #post-entry #post-index {
			width: 170px;
			height: 73px;
			float: left;
			padding: 6px 0px 0 10px;
			color: #333333;
			font: normal 12px Helvetica, sans-serif;
		  }
		#contenti #iwrap1 #post-entry #post-index a {
			color: #cccc66;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;	
			}
		#contenti #iwrap1 #post-entry #post-index a:hover {
			color: grey;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;	
			}
		#contenti #iwrap1 .post-entry a {
			color:   #cccc66;
			font: normal 12px Helvetica, sans-serif;
			text-decoration: none;
			}	
		#contenti #iwrap1 .post-entry a:hover {
			color: grey;
			font: normal 12px Helvetica, sans-serif;
			text-decoration: none;
			}
		#contenti  #iwrap1 .post-info {
			clear: both;
			padding: 0 15px;
			width: 578px;
			height: 45px;
			background: url("images/contbott.png") no-repeat;
			}
			
	
		/* Navigation */
		

	
	
	#contenti #iwrap {
		width: 200px;
		height: 150px;
		float: left;
		margin-left: 5px;
		
	}
	#contenti #iwrap .post-title {
			width: 198px;
			height: 53px;
			padding: 6px 0px 0 10px;
			color: #000000;
			background: url("images/menutit.png") no-repeat;
			font: normal 12px Verdana;
		}
			#contenti #iwrap .post-entry {
			font: normal 12px/20px Verdana;
			color: #000000;
			padding: 0px 8px 0px 10px;
			width: 198px;
			background: url("images/menubg.png") repeat-y;
			text-align: left;
		}
		#contenti #iwrap .post-entry .post-text {
			font: normal 12px/20px Verdana;
			color: black;
			width: 188px;
			text-align: left;;
		  }
		
		#contenti #iwrap .post-entry a {
			color: #cccc66;
			font: bold 12px Verdana;
			text-decoration: none;
			padding-bottom: 18px;
			}
		#contenti #iwrap .post-entry a:hover {
			text-decoration: none;
			color: #ffffff;
			font: bold 12px Verdana;
			padding-bottom: 18px;
			}
		

	#contenti  #iwrap .post-info {
			clear: both;
			padding: 0 15px;
			width: 198px;
			height: 28px;
			background: url("images/menubott.png") no-repeat;
			}
