/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 
	background: url('../images/bodybgrepeat.png') repeat; /* Add the repeating texture file */
}

#page-wrap {
	background: url('../images/bodybgrepeat.png') repeat ; /* An extra DIV allows us to attach the larger background image and position centrally on the page */
}

/* Lay out the page structure with a container */
#container {
	width: 900px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */
	padding: 60px 0 0 40px; /* Add some top and left padding */
}

#header {
	margin: 0 0 40px 0;	/* Bottom margin on the header */
}

	#header h1 a {
		display: block; /* Anchors are inline by default, change it to block... */
		width: 425px; height: 71px; /*...Which then allows us to specify width and height (according to the image) */
		color: #6b5c4e; margin: -20px 0 20px 0; /* the color can't actually be seen on the text, but it avoids a blue dotted border in Firefox */
		background: url('../images/logo.png'); text-indent: -9999px; /* Add the background image as part of the CSS Image Replacement and shift the text out of the way */
	}
	
	
	#header ul.nav {
		list-style: none; /* Remove the bullet points from the list */
	}
		#header ul.nav li a{
			float: right; /* Float the lists to the right, laying them out side by side */
			padding: 10px; margin: 20px 20px 20px 0;
			background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */			font-size: 16px;
			text-decoration: none;
			color: #886231;
			display: block;
			font-weight: 600;
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		#header ul.nav li a:hover{
		color:#565656;
		}
		
		#header ul.nav li.current a{
		color:#565656;
		}

	
	#header p.tagline {
	text-align: left;
	color: #886231;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	border: none;	
	padding-right: 30px;
	margin-top: -25px;
	margin-bottom: 20px;
	}
	
	
	#header h2 {
		width: 880px; height: 108px;
		/*background: url('../images/introtext.png'); text-indent: -9999px;*/
		margin-left: -10px;
	}


#header p {

	color: #565656;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	border: none;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;	
	margin-right: 5px;

	}


#portfolio {
	background:url(../images/divider.png) no-repeat top;
	margin: 0 0 40px 0;
}
	
	#portfolio h2 {
		width: 192px; height: 57px; margin: 0 0 10px 0;
		color: #565656;
		font-size: 30px;
		line-height: 1.2em;
		font-weight: 750;
		
	}
	
	#portfolio ul {
		list-style: none; /* Remove the bullet points from the list */
	}
		#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 10px; margin: 0 25px 25px 0;
			background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		
	#portfolio p.desc{
		float:left;
		width: 380px;
		height:158px;
		color: #565656;
		font-size: 13px;
		line-height: 1.3em;
		letter-spacing: 5;
		font-weight: normal;
		border: none;	
		margin: 10px 10px 0px 10px;
	
	}
	
	#portfolio p.link a{
		text-decoration: none;
		float: left;
		color: #8f7851;
		font-size: 12px;
		line-height: 1.3em;
		letter-spacing: 5;
		font-weight: normal;
		border: none;
		margin-left: 10px;	
	
	}
	#portfolio p.link a:hover{
		color: #565656;	
	}


	#portfolio p.date{
		float:right;
		color: #8f7851;
		font-size: 12px;
		line-height: 1.3em;
		letter-spacing: 5;
		font-weight: normal;
		border: none;	
	
	}

		
#about {
	background:url(../images/divider.png) no-repeat top;
	margin: 0 0 40px 0;
}
	
	#about h2 {
		margin: 0 0 10px 0;
		color: #565656;
		font-size: 30px;
		line-height: 1.2em;
		font-weight: 750;
		
	}
	
	#about h5 {
		margin: 0 0 10px 0;
		color: #886231;
		font-size: 16px;
		font-weight: 750;
		
	}
	
	#about p{
	width: 880px;
	color: #565656;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 5;
	font-weight: normal;
	border: none;	
	margin-top: 10px;
	margin-bottom: 25px;
	
	}
	
	#about img.matt{
	margin-left: 10px;
	margin-right: 30px;
	display: block;
	padding:10px;
	background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
	/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
		border-radius: 10px; 
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#about img{
	margin-top:5px;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
	/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
		border-radius: 5px; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#about ul.nav {
		list-style: none; /* Remove the bullet points from the list */
	}
		#about ul.nav li a{
			float: right; /* Float the lists to the right, laying them out side by side */
			padding: 10px; margin: 20px 20px 20px 0;
			background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */			font-size: 16px;	
			text-decoration: none;
			color: #886231;
			display: block;
			font-weight: 600;
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		#about ul.nav li a:hover{
		color:#565656;
		}

		#about ul.nav li.current a{
		color:#565656;
		}



		
#contact {
	background:url(../images/divider.png) no-repeat top;
	margin: 0 0 20px 0;
}

	#contact h2 {
		margin: 0 0 10px 0;
		color: #565656;
		font-size: 30px;
		line-height: 1.2em;
		font-weight: 750;
		
	}
	
	#contact h5 {
		margin: 0 0 10px 0;
		color: #886231;
		font-size: 16px;
		font-weight: 750;
		
	}
		
	#contact p{
		margin:0;
		padding:0 0 10px 0;
		font-size: 12px;
		color:#565656;
		line-height: 16px;
	}		
		
		#contact ul.nav {
		list-style: none; /* Remove the bullet points from the list */
	}
		#contact ul.nav li a{
			float: right; /* Float the lists to the right, laying them out side by side */
			padding: 10px; margin: 20px 20px 0px 0;
			background: url('../images/img-bg.png'); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */			font-size: 16px;
			text-decoration: none;
			color: #886231;
			display: block;
			font-weight: 600;
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		#contact ul.nav li a:hover{
		color:#565656;
		}

		#contact ul.nav li.current a{
		color:#565656;
		}
	
	
	#contact p.copyright {
		clear: both; /* The links above were floated, so clear the float on the copyright text */
		float: right; margin: 0 40px 0 0; /* Add a new float to the right and shift into place with some right margin */
		font-size: 11px; color: #827161; /* Style up the text */
	}
	
	.contact-form{
		width:270px;
		float:left;
		margin:0 10px 0 0;

	}
	
	.contact-info, .availability{
	width:275px;
	float:left;
	margin:0 25px 0 10px;
	
	}
	
	.availability img{

	float:left;
	clear:none;
	padding-right:5px;
}

	
/*form*/
#cf_name, #cf_email, #cf_subject, #cf_message{
	background-color:none;
	border:1px solid #f7f7f7;
	padding:7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cf_name, #cf_email, #cf_subject{
	width:100%;
}
#cf_message{
	width:100%;
}
.button-bg{
	color:#fff;
	border:0;
	background:#e9720d;
	padding:8px 10px;
}


#footer{
	background:url(../images/divider.png) no-repeat top;
	padding:20px 0 20px 0;
	margin:0;
	float:left;
	width:100%;
	font-size:11px;
	color:#334d52;
}
#footer a:link, #footer a:visited{
	color:#202020;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#e9720d;
	text-decoration:none;
}
abbr{
	cursor:help;
	font-style:italic;
}





/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
