/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

strong{
	font-weight: bold;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}

/* Custom CSS*/

body {
	background: #72e2ff url('../graphics/backgrounds/bg.gif') repeat-x left top;
	font-family: arial, helvetica, sans-serif;
}

#header {
	width: 813px;
	background: url('../graphics/backgrounds/header_bottom.gif') no-repeat 1px bottom;
	margin: auto;
	position: relative;
	padding-bottom: 1px;
	height: 516px;
}

#header .holder {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

object#header_html {
	margin-left: 3px;
	z-index: 1;
}

div#header_html {
	width: 813px;
	background: url('../graphics/backgrounds/header_top.gif') no-repeat 1px top;
	height: 245px;
}

#header .logo {
	display: inline-block;
	width: 300px;
	height: 100px;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
}

#header .navigation {
	overflow: hidden;
	margin-top: 160px;
	margin-left: 107px;
}

#header .navigation li {
	float: left;
	width: 147px;
	height: 40px;
	margin-right: 10px;
}

#header .navigation li a {
	display: block;
	height: 100%;
	background: url('../graphics/backgrounds/sprite.png') no-repeat left 10000px;
}

#header .navigation li a[rel="home"]:hover,
#header .navigation li a[rel="home"].selected {
	background-position: -1px 0px;	
}

#header .navigation li a[rel="about"]:hover,
#header .navigation li a[rel="about"].selected {
	background-position: -1px -40px;	
}

#header .navigation li a[rel="projects"]:hover,
#header .navigation li a[rel="projects"].selected {
	background-position: -1px -81px;	
}

#header .navigation li a[rel="contact"]:hover,
#header .navigation li a[rel="contact"].selected {
	background-position: 0px -122px;	
}

/* recent projects */

#recent_projects {
	width: 560px;
	margin: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid #debeb7;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: -150px;
}

#recent_projects h3 {
	border-bottom: 1px solid #cfd7cb;
	margin-bottom: 8px;
	padding-bottom: 3px;
}

#recent_projects h3 a,
.category_name a {
	font-size: 15px;
	color: #527d3c;
	text-decoration: none;
}

#recent_projects h3 a:hover,
.category_name a:hover {
	text-decoration: underline;
}

#recent_projects li {
	width: 104px;
	float: left;
	margin-right: 10px;
	line-height: 1.2;
}

#recent_projects li,
#recent_projects li a {
	font-size: 11px;
	color: #c38e73;
	text-decoration: none;
}

#recent_projects li a:hover {
	text-decoration: underline;
}

#recent_projects li.last {
	margin: 0;
}

img.wrap {
	display: block;
	border: 1px solid #d1d1d1;
	padding-bottom: 1px;
	border-bottom: 1px solid #a2a2a2;
	margin-bottom: 5px;
}

/* canvas */

#canvas {
	z-index: 1;
	position: relative;	
	width: 647px;
	min-height: 600px;
	margin: auto;
	background: url('../graphics/backgrounds/canvas_bg.gif') repeat-y 20px top;
	padding-bottom: 1px;
	margin-top: -150px;
}

.post_page #canvas {
	margin-top: -165px;
	position: relative;	
}

#follow {
	width: 111px;
	height: 151px;
	background: url('../graphics/backgrounds/sprite.png') no-repeat left -170px;
	position: fixed;
	left: 0px;
	top: 346px;
	padding-left: 17px;
	padding-top: 42px;
}

#follow a {
	display: block;
	width: 80px;
	height: 80px;
}

/* entries */

.entry:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.entry .title {
	display: block;
	font-size: 30px;
	color: #ca5d48;
	text-decoration: none;
	margin-bottom: 10px;
}

.entry .title:hover {
	text-decoration: underline;
}

.entry .date {
	color: #9d9d9d;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

.entry .content {
	line-height: 1.3;
	color: #4e4e4e;
	font-size: 14px;
}

.entry .content a {
	color: #4e4e4e;
}

.entry img.wrap {
	margin-bottom: 10px;
}

/* post page */

.category_name {
	margin-bottom: 10px;
}

.canvas_wrap {
	width: 560px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEBEB7;
}

.canvas_wrap.last {
	border-bottom: 0;
	padding-bottom: 0;
	margni-bottom: 0;
}

.canvas_wrap h3 {
	font-weight: bold;
	margin-bottom: 16px;
	color: #be5740;
	font-size: 12pt;
}

.related li {
	padding: 1px 5px 1px 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
	background: #be5740;
	width: 258px;
	float: left;
	margin-right: 30px;
}

.related li .holder {
	width: 100px;
	float: left;
	line-height: 15px;
	padding: 4px 0;
}

.related li.last {
	margin-right: 0;
}

.related li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.related li a:hover {
	text-decoration: underline;
}

.related li img {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.comment_entry .author {
	padding: 5px;
	background: #fff;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
}

.comment_entry .author a {
	color: #4e4e4e;
	text-decoration: none;
}

.comment_entry .author a:hover {
	text-decoration: underline;
}

.comment_entry .date {
	font-size: 11px;
	color: #999;
}

.content p {
	padding-bottom: 5px;
}

.content_single {
	font-size: 14px;
	line-height: 1.2;
	color: #4e4e4e;
	margin-bottom: 20px;
}

.content_single p {
	padding-bottom: 10px;
}

.content_single ul {
	list-style: disc inside;
	padding-left: 10px;
}

.content_single li {
	list-style-type: disc;
}


/* forms */

form .row {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 13px;
}

form .label {
	display: block;
	width: 100px;
	color: #4e4e4e;
	float: left;
}

form .input {
	width: 200px;
	border: 1px solid #e4d1cd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}

form input[type=submit] {
	cursor: pointer;
}

form .row textarea {
	width: 300px ;
	height: 100px;
}

.submit {
	border: 0;
	width: 106px;
	height: 25px;
	background: url('../graphics/backgrounds/submit_comment.gif') no-repeat left top;
}

/* footer */

#footer {
	margin-top: -74px;
	position: relative;
	z-index: 0;
	height:	135px;
	padding-left: 17px;
	background: url('../graphics/backgrounds/footer_repeat.gif') repeat-x left bottom;
}

#footer .holder {
	position: relative;
	padding-top: 20px;
	height:	115px;
	width: 933px;
	margin: auto;
	background: url('../graphics/backgrounds/footer_bg2.gif') no-repeat 18px top;
}

#canvas .navigation {
	/*border-top: 1px solid #DEBEB7;*/
	padding-top: 18px;
	width: 560px;
	margin: auto;
	padding-bottom: 25px;
}

#canvas .navigation * {
	color: #c15842;
	font-size: 12px;
}

#canvas .navigation div {
	float: left;
}

#canvas .navigation a {
	font-weight: bold;
	text-decoration: underline;
}

#canvas .navigation .right {
	float: right;
}

#footer .credit {
	bottom:5px;
	color:#D97D4E;
	font-size:11px;
	left:287px;
	line-height:16px;
	padding-left:20px;
	position:absolute;
	text-align:center;
}

#footer .credit a {
	color: #d97d4e;
	font-size: 11px;
	text-decoration: underline;
}

#footer .credit a:hover {
	color: #fff;
}

/*WORDPRESS HACKS*/


.subheader{
	color:#527D3C;
	font-size:15px;
	margin:auto;
	text-decoration:none;
	width:560px;
	margin-bottom:10px;
}

.more-link{
	display: none;
}

.captcha, .captcha_label{
	vertical-align: top;
}
