/* @group 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! */

:focus {
	outline: 0;
}

body {
	line-height: 150%;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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: "" "";
}

/* @end RESET */

/* @group FONT-FACE */

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     dot colon
 * @vendorurl:  http://www.dotcolon.net
 * @licenseurl: http://www.fontsquirrel.com/license/Vegur
 *
 *
 */

@font-face {
	font-family: 'VegurExtraLight';
	src: url('fonts/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('fonts/Vegur-EL_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('fonts/Vegur-R_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurBold';
	src: url('fonts/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('fonts/Vegur-B_0500.ttf') format('truetype');
}

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     FontSite Inc.
 * @vendorurl:  http://www.fontsite.com
 * @licenseurl: http://www.fontsquirrel.com/license/CartoGothic-Std
 *
 *
 */

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('fonts/CartoGothicStd-Book.eot');
	src: local('CartoGothic Std Book'), local('CartoGothicStd-Book'), url('fonts/CartoGothicStd-Book.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('fonts/CartoGothicStd-Italic.eot');
	src: local('CartoGothic Std Italic'), local('CartoGothicStd-Italic'), url('fonts/CartoGothicStd-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('fonts/CartoGothicStd-Bold.eot');
	src: local('CartoGothic Std Bold'), local('CartoGothicStd-Bold'), url('fonts/CartoGothicStd-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('fonts/CartoGothicStd-BoldItalic.eot');
	src: local('CartoGothic Std Bold Italic'), local('CartoGothicStd-BoldItalic'), url('fonts/CartoGothicStd-BoldItalic.ttf') format('truetype');
}

/* @end FONT-FACE */

/* @group GLOBAL TYPOGRAPHY */

body {
	font: 12px/18px "CartoGothicStdBook", sans-serif;
	color: #333;
}

p {
	clear: left;
	margin: 0 0 18px 0;
}

p.quote {
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0 30px;
	margin-bottom: 18px;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	color: #3f6a0b;
	margin-top: 84px;
}

h2 small {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #333;
	display: block;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	clear: left;
	color: #3f6a0b;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0;
	color: #3f6a0b;
	clear: both;
}

h4.margintop {
	margin-top: 6px;
}

a {
	color: #3f6a0b;
	font-weight: bold;
}

a:hover {
	color: #874d35;
}

img {
	background: none;
	border: none;
	margin: 0 0 18px 0;
	padding: 5px;
	float: left;
	vertical-align: bottom;
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.margintop {
	margin-top: 16px;
	display: inline-block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;}

/* @end GLOBAL TYPOGRAPHY */

/* @group STRUCTURE */

body {
	background: #fafaf7 url("../images/bg-green.jpg") no-repeat top center;
}

#pagewrap {
	width: 800px;
	height: 600px;
	margin: 100px auto 0 auto;
}

#left {
	width: 400px;
	height: 600px;
	float: left;
}

#left ul#navigation {
	width: 234px;
	height: 220px;
	margin: 333px 63px 50px 63px;
	text-align: right;
	padding: 0 20px;
}

#right {
	width: 400px;
	height: 600px;
	float: right;
	overflow: hidden;
}

#right #container {
	margin: 20px;
	width: 340px;
	height: 540px;
	overflow: hidden;
}

#right ul#content {
	width: 340px;
	height: 540px;
	position: relative;
}

#right ul#content li#about, #right ul#content li#sites, #right ul#content li#sounds, #right ul#content li#contact {
	width: 320px;
	min-height: 520px;
	padding: 20px;
}

/* @end STRUCTURE */

/* @group NAVIGATION */

ul#navigation li a {
	font: 28px/54px "CartoGothicStdBook", Lucida, Verdana, sans-serif;
	font-weight: normal;
	word-spacing: 1px;
	letter-spacing: -2px;
	color: #fff;
	text-decoration: none;
	text-shadow: #777 0 2px 2px;
	padding: 14px 14px 0 0;
}

ul#navigation li a img {
	float: right;
	margin: 0 0 0 0;
	padding: 18px 0 0 0;
	filter: alpha(opac

ity=100
	);
	opacit y: 
1
;
}

/* @end NAVIGATION */

/* @group CONTENT - ABOUT ME */

li#about {
	background: url("") no-repeat 154px 385px;
}

#about ul {
	font-size: 14px;
	list-style: url("../images/bullet.png");
	list-style-position: inside;
}

#about ul li {
	margin: 5px 0;
	text-indent: 8px;
}

/* @end CONTENT - ABOUT ME */

/* @group CONTENT - SITES */

li#sites {
	background: url("") no-repeat 154px 385px;
}

li#sites p {
	margin-bottom: 8px;
}

li#sites img {
	background: #fff;
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 0 22px 10px 0;
}

li#sites a:hover img {
	border-color: rgba(63,106,11,0.6);
}

/* @end CONTENT - SITES */

/* @group CONTENT - SOUNDS */

li#sounds {
	background: url("") no-repeat 154px 385px;
}

#tweet {
	background: url("images/twitter.png") no-repeat;
	background-position: 272px 12px;
	font: italic 14px Georgia, serif;
	padding: 8px 8px;
	margin-bottom: 0;
}

#tweet p.tweet-text {
	width: 260px;
	min-height: 60px;
	margin-bottom: 5px;
	text-align: center;
}

#tweet p.tweet-meta {
	font: 12px "Calibri", "Myriad Pro", sans-serif;
	color: #555;
	display: block;
	text-align: right;
}

.facebook a {
	background: url("images/facebook.png") no-repeat center left;
}

.linkedin a {
	background: url("images/linkedin.png") no-repeat center left;
}

.flickr a {
	background: url("images/flickr.png") no-repeat center left;
}

.lastfm a {
	background: url("images/lastfm.png") no-repeat center left;
}

.delicious a {
	background: url("images/delicious.png") no-repeat center left;
}

/* @end CONTENT - SOUNDS */

/* @group CONTENT - CONTACT */

li#contact {
	background: url("") no-repeat 154px 385px;
}

#contact p.resumelinks {
	float: left;
	margin: 0 40px;
}

#contact p.resumelinks a {
	padding: 6px 0 2px 0;
	float: left;
	clear: both;
	font-size: 16px;
}

#contact p.resumelinks a img {
	height: 44px;
	width: 44px;
	margin: 0;
	margin: -16px 2px 0 0;
}

#contact ul li.msgname {
	float: left;
	margin-right: 10px;
}

#contact h3 {
	margin-top: 32px;
}

label {
	display: block;
}

input {
	margin-bottom: 10px;
	width: 142px;
}

input.send {
	display: block;
	width: 80px;
	float: left;
	margin: 10px 0 40px 0;
}

textarea {
	overflow: auto;
	width: 300px;
}

#contactinfo {
	padding-left: 48px;
	font-size: 14px;
}

#contactinfo p {
	margin: 10px 0 0 0;
}

#contactinfo .phone, #contactinfo .email {
	font-weight: bold;
	padding: 0;
	margin: 4px 0;
}

#contactinfo .googlevoice {
	margin-top: 16px;
}

/* @end CONTENT - CONTACT */

.projectbox {
	position: relative;
	width: 720px;
	height: 550px;
	background: url(../images/bg-projectbox.jpg) center no-repeat;
}

.projectimage {
	background: center no-repeat transparent;
	z-index: 88;
}

.projectimage img {
	width: 720px;
	height: 550px;
	position: relative;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
	float: none;
	vertical-align: middle;
	border-radius: 0;
	-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.projecttext {
	position: absolute;
	bottom: 10%;
	right: 15%;
	left: 15%;
	z-index: 99;
	text-align: right;
	padding: 26px;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.projecttext h3 {
	color: #fff;
	font-weight: bold;
}

.projecttext span.notes1 {
	display: block;
	clear: both;
}

.projecttext span.notes2 {
	display: block;
	clear: both;
	padding-top: 10px;
}

.projecttext span.notes2 a {
	display: block;
	font-size: 13px;
	padding-right: 28px;
	padding-top: 1px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: url('../images/icon-link.png') right top no-repeat;
}

.projecttext span.notes2 a:hover {
	color: #ccc;
	background: url('../images/icon-link-over.png') right top no-repeat;
}

.projecttext span.notes3 {
	color: #ccc;
	display: block;
	clear: both;
	padding-top: 10px;
	font-size: 10px;
}

.projecttext span.notes3 a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

.projecttext span.notes3 a:hover {
	color: #fff;
}

