/*  
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;
	font: normal 12px Helvetica, sans-serif;
	background : #ffffcc ; 
	}
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;
	height:588px;
	width: 1004px;
	background: url("images/headerimage.jpg") no-repeat;
	
}


/* Header */

#header {
	width: 1004px;
	height: 458px;
	position: relative;
	
}
#header #himage2 {
	width: 1004px;
	height: 600px;
	position: absolute;
	top: 10px;
	left: 0px;
}

	#header #hinfo {
		position: absolute;
		top: 20px;
		left: 0px;
		width: 1004px;
		text-align: center;
	}
	
	#header #hinfo h1 {
		color: Black;
		font: bold 18px Helvetica, sans-serif;
		margin:0;
		padding-bottom: 5px;
	}
	
/* Main */


#main {
	width: 1004px;
}

	/* Main - Content */
	
/* Index content */
	
#contenti {
		width: 1004px;
		margin-top: 7px;
		margin-left:11px;
		}
			
			
		#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: black;
			font: normal 12px Helvetica, sans-serif;
			background: url("images/conttitle.png") no-repeat;
		}
					
		#contenti #iwrap1 .post-entry {
			font: normal 12px/20px;
			color: black;
			padding: 0px 8px 0px 10px;
			width: 560px;
			text-align: left;
			background: url("images/contbg.png") repeat-y;
			}
			
			#contenti #iwrap1 #post-entry {
			font: normal 12px/20px;
			color: black;
			padding: 0px 8px 0px 10px;
			width: 560px;
			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: 560px;
			height:138px;
			text-align: left;
			background: url("images/contbg.png") repeat-y;
			
			}
			
			#contenti #iwrap1 .post-entryc a {
			color: blue;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;
			}			
			
			#contenti #iwrap1 .post-entryc a:hover {
			color: blue;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;
			}
			
			#contenti #iwrap1 #post-entry #post-index {
			width: 170px;
			height: 53px;
			float: left;
			padding: 6px 0px 0 10px;
			color: black;
			font: normal 12px Helvetica, sans-serif;
		}
			#contenti #iwrap1 #post-entry #post-index a {
			color: blue;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;		
		}
		
			#contenti #iwrap1 #post-entry #post-index a:hover {
			color: blue;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;		
		}
		
		#contenti #iwrap1 .post-entry a {
			color: blue;
			font: bold 12px Helvetica, sans-serif;
			text-decoration: none;
			}
	
	
	
	#contenti #iwrap1 .post-entry a:hover {
			color: blue;
			font: normal 12px Helvetica, sans-serif;
			text-decoration: none;
			}
	#contenti  #iwrap1 .post-info {
			clear: both;
			padding: 0 15px;
			width: 578px;
			height: 20px;
			background: url("images/contbot.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: black;
			background: url("images/menutit.png") no-repeat;
			font: normal 12px Verdana;
		}
			#contenti #iwrap .post-entry {
			font: normal 12px/20px Verdana;
			color: black;
			padding-left:10px;
			width: 198px;
			padding-right:15px;
			
			background: url("images/menubg.png") repeat-y;
			text-align: left;
		}
		#contenti #iwrap .post-entry a {
			color: black;
			font: normal 12px Verdana;
			text-decoration: none;
			padding-bottom: 18px;
			}
		#contenti #iwrap .post-entry a:hover {
			text-decoration: none;
			color: black;
			font: normal 12px Verdana;
			padding-bottom: 18px;
			}
		

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