/* BASICS */
* {
	margin: 0;
	padding: 0;
	border: none;
	}
body {
	color: #777;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	}


/* BITS AND PIECES */
.clear {clear: both;}
.hr {
	height: 15px;
	border-bottom: 1px solid #eee;
	}
.last {margin-right: 0px !important;}
.img_brdr {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 10px solid #eee;
	}

/* LAYOUT BLOCKS */
#wrap {
	width: 930px;
	margin: 0 auto;
	}


/* HEADER and NAV */
#header_wrap {
	width: 100%;
	height: 45px;
	background: #111;
	border-top: 5px solid #000;
	border-bottom: 5px solid #eee;
	margin-bottom: 40px;
	}
#header {
	width: 930px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	}
#header h1 {
	width: 190px;
	height: 133px;
	background: url('/images/site/logo.png') no-repeat center bottom;
	text-indent: -7777px;
	position: absolute;
	top: -43px;
	left: 0px;
	}
#header h1 a {
	display: block;
	width: 190px;
	height: 133px;
	}
ul#nav {
	list-style: none;
	position: absolute;
	bottom: 12px;
	right: 0px;
	}
ul#nav li {
	display: inline;
	margin-left: 10px;
	}
ul#nav a {
	color: #555;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding: 15px 0;
	}
ul#nav a:hover {color: #999;}
ul#nav a.active {
	color: #eee;
	background: url('/images/site/arrow.gif') no-repeat center top;
	}


/* WORK */
.work_grid {
	border-bottom: 1px solid #eee;
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
	}
	.work_grid a {
		float: left;
		display: block;
		width: 230px;
		height: 150px;
		margin: 1px;
		position: relative;
		background: #eee;
		}
		.work_grid a img {
			width: 230px;
			height: 150px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
			}
		.work_grid a p {
			color: #000;
			font-weight: bold;
			font-size: 11px;
			line-height: 11px;
			margin: 0px;
			padding: 5px;
			display: block;
			position: absolute;
			bottom: 5px;
			right: 0px;
			background: #fff;
			z-index: 200;
			}
		.work_grid a:hover p {
			color: #fff;
			background: #000;
			visibility: visible;
			}

.work_block {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
	}
.secondary {
	opacity: .5;
	filter: alpha(opacity=50);
	}
.secondary:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.slide_nav {
	width: 12px;
	margin: 10px 10px 0 0;
	float: left;
	}
.slide_nav a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 3px;
	background-color: #ddd;
	font-size: 9px;
	line-height: 9px;
	text-indent: -7777px;
	}
.slide_nav a.activeSlide {background-color: #79ca3f;}
.slides {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 10px solid #eee;
	width: 610px;
	height: 290px;
	margin-right: 30px;
	float: left;
	}
.work_imgs {
	width: 630px;
	margin-right: 30px;
	float: left;
	}
.work_imgs img {
	border: 5px solid #eee;
	margin-bottom: 10px;
	}
.work_details {
	width: 248px;
	padding-top: 10px;
	float: left;
	}
a.btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff !important;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 10px;
	background-color: #79ca3f;
	}
a.btn:hover {background-color: #55ad20;}
a.grey {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff !important;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 10px;
	background-color: #ccc;
	}
a.grey:hover {background-color: #999;}




/* ABOUT */
.bigblurb h1 {
	border-top: 1px solid #eee;
	border-bottom: 4px double #eee;
	margin: 60px 0 30px 0;
	padding: 30px 0 30px 0;
	text-align: center;
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	}
#col_main {
	width: 600px;
	margin-right: 30px;
	float: left;
	}
#col_sub {
	width: 300px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	}
#col_sub .hr {margin: 15px 0 30px 0;}
.bio {
	width: 285px;
	float: left;
	margin: 30px 30px 0 0;
	}
.bio_full {
	width: 600px;
	margin-top: 25px;
	}
.sub_box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 15px;
	}
.flickr_badge_image, #enjoying a {float: left;}
.flickr_badge_image img, #enjoying img {
	border: 5px solid #fff !important;
	width: 77px;
	height: 77px;
	margin: 1px !important;
	}
#friends {
	list-style: none;
	border-top: 1px solid #eee;
	margin-bottom: 15px;
	}
#friends li {border-bottom: 1px solid #eee;}
#friends li.alt {background: #fafafa;}
#friends li a {
	display: block;
	padding: 7px 10px;
	position: relative;
	}
#friends a span {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	visibility: hidden;
	position: absolute;
	right: 7px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	background: #ccc;
	}
#friends a:hover span {
	visibility: visible;
	color: #fff;
	}
#links {list-style: none;}
#links li {display: inline;}

/* FOOTER */
#footer {
	color: #999;
	clear: both;
	padding: 30px 0 15px 0;
	text-align: right;
	}


/* LISTS, LINKS, HEADINGS, ETC */
p, h1, h2, h3, h4, h5, h6 {margin-bottom: 15px;}
p.meta {
	color: #999;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 25px !important;
	}
p.meta strong {color: #555;}
h1 {
	color: #333;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -1px;
	}
h2 {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	}
h3 {
	color: #333;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	}
a, a:link, a:active, a:visited {
	color: #79ca3f;
	text-decoration: none;
	outline: none;
	}
a:hover {color: #55ad20;}

/* WUFOO */
.wufoo .info h2 {display: none !important; color: #fff !important;}

