@charset "UTF-8";
/* CSS Document */

*{
	outline:none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
.clear{clear:both;}
.alignleft{float:left;}
.alignright{float:right; margin-left:1px;}
.clear{clear:both;}

body{
	font-family: Helvetica, Arial, sans-serif;
	background:url(images/shadow-body.png) repeat-x;
}

.shadow{
	text-shadow: 0px 3px 1px #cdcdcd;
}

.shadow-small{
	text-shadow: 0px 2px 1px #cdcdcd;
}

h1{
	font-size:32px;
	font-weight:normal;
}

	h1 a{
		text-decoration:none !important;
	}

h2{
	font-size:20px;
	font-weight:normal;
	margin-bottom:18px;
}

h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}

a:link, a:visited{
	color:#000;
	text-decoration:underline;
}

a:active, a:hover{
	color:#000;
	text-decoration:none;
}

p.subtext{
	line-height:normal !important;
	margin:0px !important;
}

hr{
	height:1px;
	background:#000;
	border:none;
	margin:20px 0px;
}

.margin-top-none{
	margin-top:0px !important;
}

#container{
	width:940px;
	margin:0px auto;
	padding-top:22px;
}

#large-container{
	width:980px;
	margin:0px auto;
	padding-top:22px;
}

.work-container{
	width:940px;
	margin:0px auto;
}

#name-contain{
	float:left;
	width:400px;
	margin-right:309px;
	margin-bottom:20px;
}

.name{
	float:left;
}
	
#tagline{
	font-size:14px;
	margin:15px 0px 0px 238px;
}

#nav{
	font-size:14px;
	float:left;
	width:231px;
	margin:14px 0px 0px 0px;
}
	
	#nav a:link, #nav a:visited{
		color:#000;
		text-decoration:none;
	}
	
	#nav a:active, #nav a:hover{
		color:#ccc;
		text-decoration:none;
	}
	
	#nav li{
		display:inline;
		margin-left:6px;
	}
	
#testimonial{
	font-size:18px;
	line-height:24px;
}

	#testimonial p{
		margin:0px 27px 0px 27px;
	}

	#testimonial p.testimonial-name{
		font-size:16px;
		margin-top:10px;
		font-style:italic;
	}
	
	#left-quote{
		background:url(images/quote-left.png) no-repeat; 
		width:21px;
		height:16px;
		float:left;
		margin-top:3px;
	}
	
	#right-quote{
		background:url(images/quote-right.png) no-repeat; 
		width:21px;
		height:16px;
		float:right;
		margin-top:-15px;
	}
	
#about-contain{
	width:940px;
	margin-left:20px;
}
	
	#about-contain hr{
		margin-top:0px !important;
	}
	
.leftcol{
	width:620px;
	float:left;
	margin-right:20px;
}

body.page-template-about-php .leftcol{
	width:620px;
	height:auto;
	float:left;
	margin-right:20px;
}
	
	#shadow-top{
		background:url(images/shadow-top.png) no-repeat;
		width:620px;
		height:8px;
		position:absolute;
		z-index:1;
	}
	
	#shadow-bottom{
		background:url(images/shadow-bottom.png) no-repeat;
		width:620px;
		height:8px;
		position:absolute;
		z-index:1;
		margin-top:570px;
	}
	
	#featured-work-heading{
		float:left;
		margin-right:6px;
	}
	
	#featured-work-nav{
		float:left;
		margin-top:1px;
	}
	
		#featured-work-nav li{
			float:left;
		}
		
		#featured-work-nav li a{
			background:none repeat scroll 0 0 #000000;
			color:#FFFFFF;
			display:block;
			float:left;
			font-size:11px;
			margin-left:2px;
			padding:5px 7px 2px 6px;
			text-decoration:none;
		}
		
	.leftcol p{
		font-size:12px;
		margin-bottom:15px;
		line-height:22px;
	}


.rightcol{
	width:300px;
	float:left;
}

	#.rightcol hr{
		margin-bottom:14px;
	}

	.rightcol p{
		font-size:12px;
		margin-bottom:15px;
		line-height:22px;
	}
	
/** work section **/

.work-thumb{
	width:300px;
	height:280px;
	float:left;
	margin-left:20px;
	margin-bottom:50px;
}

.work-thumb p{
	font-size:11px;
	margin-top:10px;
}

	.work-meta{
		float:right;
	}

.work-img-contain{
	overflow:hidden;
	width:298px !important;
	height:278px !important;
}	

/** end work section **/

#footer{
	margin-bottom:20px;
}
	
	#footer p{
		font-size:12px;
	}


	