/* === General Settings === */

html {
    background: #e8e0b2 url(img/page_bg.png) repeat-x;
}

body {
	color: #3F3E37;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}


h1 {font-size: 24pt; color: #3F3E37; font-style: normal; font-weight: normal;}
h2 {font-size: 18pt; color: #565133; font-style: normal; font-weight: normal;}
a {color: #3F3E37; text-decoration: none; }
a:hover {color: #4C83C4; }

img {border: 0px;}

p {font-size: 11pt; color: #3F3E37; font-style: normal; font-weight: normal; line-height: 19.25pt; margin: 0; padding: 0;}


#container {
	width: 980px;
	margin-left: 40px;
}


/* === Header Section === */

#header {
	height: 350px;
}

	#logo {
		border: 0px;
		float: left;
		height: 210px;
		width: 412px;
		position: absolute;
		margin-left: -30px;
	}	
		
	#arrow_learn_more {
		float: left;
		left: 110px;
		top: 190px;
		height: 75px;
		width: 94px;
		position: absolute;

		}
		
	#arrow_tryujenga {
		float: left;
		margin-top: 260px;
		margin-left: 670px;
		height: 55px;
		width: 189px;
		position: absolute;

		}
		
	#arrow_latestprojects {
		float: left;
		margin-top: 200px;
		margin-left: 270px;
		height: 82px;
		width: 162px;
		position: absolute;
		}
		
	#latestprojects {
		float: right;
		background: url(img/bg_player.png);
		height: 364px;
		width: 636px;
		margin-top: -90px;
		list-style: none;
		}
		
		#latestprojects_slides {
		float: left;
		width: 447px;
		height: 203px;
		margin-left: 56px; 
		margin-top: 97px;
		list-style: none;
		}
		
		#latestprojects_slides li {
		background: none;
		}


		
#nav {
	position: absolute;
	margin-top: 270px;
	padding: 0;
	width: 493px;
	height: 65px;
}

#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav li {
	float: left;
	width: auto;
	list-style: none;
	background: none;
	margin: 0; padding: 0;
}

#nav a {
	display: block;
	width: auto;
	background-position:  0 0;
	text-indent: -9999px;
	height: 65px;
	background: url(img/nav.png) no-repeat 0 0;
	outline: none;
}

#nav a#blog {width: 108px; background-position: 0 0;}
#nav a#blog:hover {background-position:  0px -70px;}

#nav a#portfolio {width: 135px; background-position: -108px 0;}
#nav a#portfolio:hover {background-position:  -108px -70px;}

#nav a#services {width: 117px; background-position: -243px 0;}
#nav a#services:hover {background-position:  -243px -70px;}

#nav a#about {width: 133px; background-position: -360px 0;}
#nav a#about:hover {background-position:  -360px -70px;}

/* === Main Section === */

#main {
	float: left;
	width: 980px;	
	margin-bottom: 20px;

}

	.post {
	width: 670px;
	float: left;
	margin-bottom: 40px;
	}
		h1.post_headline { padding-left: 20px; height: 40px; font-size: 24pt; font-weight: bold; background: url(img/header_bg.png) no-repeat; }

		.post_thumb {
			clear: both;
			height: 130px;
			width: 130px;
			border: 5px solid #c5be95;
			float: left;
			margin-top: 8px;
			margin-right: 20px;
			}
			
		.post_content p { padding-right: 20px;}
		.post_content h1 {margin-bottom: 0px;}
		
		blockquote {
		background: url(img/quote.gif) no-repeat #c5be95;
		margin: 0; 
		padding: 10px;
		padding-left: 55px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		}
		
		blockquote {
		font-style: italic;
		}

		li {
		background: url(img/arrow.png) no-repeat;
		margin-top: 15px;
		margin-bottom: 15px;
		list-style: none;
		padding-left: 40px;
		
		}
		
	.comment {
	width: 620px;
	padding: 5px;
	margin: 0;
	background-color: #d6cfa3;
	margin-bottom: 10px;
	margin-left: -20px;
	}
	
	.comment_thumb {
	height: 32px;
	width: 32px;
	float: right;
	}
	
	.commentlist li {
	background-image: none;
	list-style: decimal;
	}
	
	.commentmetadata {
	color: #565133;
	}
		
	#comment_form {
	width: 460px;
	}
	
	.comment_form_input {
	float: left;
	border: 1px solid #c5be95;
	background: none;
	width: 370px;
	height: 35px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; 
	color: #827c57; font-style: normal; 
	font-weight: normal; 
	padding: 3px;
	}
	
	.comment_form_message {
	border: 1px solid #c5be95;
	background: none;
	height: 200px;
	width: 460px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; 
	color: #827c57; font-style: normal; 
	font-weight: normal; line-height: 19.25pt; 
	padding: 3px;
	}
	
	.comment_form_submit {
	background: url(img/submit.png) no-repeat transparent;
	border: none;
	float: right;
	height: 31px;
	width: 114px;
	cursor: pointer;
	margin-top: 5px;
	}
	
	.comment_form_label {
	color: #575133;
	width: 460px;
	float: left;
	}
	
/* === Sidebar Section === */

#sidebar {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}

	#sidebar_about {
		float: left; 
		margin: 0; 
		padding: 0;
		}
		
		#sidebar_about h1 {
			margin-top: 13px;
			margin-bottom: 0px;
			}
			
		#sidebar_about img {
			float: right; 
			overflow: hidden;
			margin-top: -30px;
			}
			
		#sidebar_about p {
			line-height: 17pt;
		}
			
	#sidebar_contact {
		float: left; 
		margin: 0; 
		padding: 0;
		}
		
		#sidebar_contact_form {
		background: url(img/contactform.png) no-repeat;
		width: 300px;
		height: 300px;
		float: left;
		}
		
			#sidebar_contact_form_name, #sidebar_contact_form_email, #sidebar_contact_form_subject {
			width: 209px;
			height: 22px;
			background: none;
			border: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			color: #827c57;
			margin-bottom: 3px;
			margin-top: 8px; 
			margin-left: 87px;
						
			}
			
			#sidebar_contact_form_message {
			margin-top: 10px; 
			margin-left: 8px; 
			width: 285px; 
			height: 136px;
			background: none;
			border: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			color: #827c57;
			vertical-align: top;
			font-size: 9pt;	
			}
			
			#sidebar_contact_form_submit {
			width: 106px;
			height: 24px;
			background: none;
			border: none;		
			margin-left: 185px; 
			margin-top: 17px;	
			cursor: pointer;
			}

/* === Footer Section === */

#footer1 {
	clear: both;
	background: url(img/bg_footer1.png) repeat-x;
	background-color: #c6be97;
	padding-left: 40px;
	padding-top: 40px;
	overflow:hidden;
}
	.footer1_sub {
	float: left;
	width: 230px;
	margin-right: 20px;
	}
	
	.footer1_sub li {
	list-style: none;
	padding-left: 40px;
		margin-left: -40px;

	background: url(img/arrow.png) no-repeat;
	margin-bottom: 20px;
	}

#footer2 {
	background: url(img/bg_footer2.png) repeat-x;
	background-color: #e8e0b2;
	clear: both;
	height: 117px;
	margin-top: -50px;
}
	#footer2_info
	{
	padding-top: 80px;
	font-size: 10pt;
	
	}
	
	#footer2_info li
	{
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	}
