@import url(/type/embed);

/* some resets */
body, h1, h2, h3, h4, ul, li, p {
	margin: 0;
	padding: 0;
}
h1 {
	color: #000;
	color: rgba(0,0,0,0.85);
}
h2 {
	color: #fff;
}
h3, h4, ul, li, p {
	color: #dedede;
}
img {
	border: none;
}
:active {
	outline: none;
}



/* layout */
body {
	background: #363636;
}
#wrap {
	width: 960px;
	margin: 0 auto 0 0;
	position: relative;
	overflow: auto;
}
#content {
	position: relative;
	margin: 132px 100px 0 0;
	width: 380px;
	display: inline;
	float: right;
}
#footer {
	clear: both;
	padding: 130px 0 75px;
}
#copyright {
	text-align: center;
	font-weight: bold;
	margin: 0;
}



/* Typography */
h1 {
	position: absolute;
	left: -386px;
	top: 124px;
	width: 216px;
	height: 94px;
	text-indent: -9999px;
}
h2 {
	margin: 30px 0 10px 0;
	font: 30px/30px CABNDWebBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #fff;
}
p {
	margin: 30px 0 0;
	font: 18px/24px GentiumBasic, Georgia, "Times New Roman", Times, serif;
}
.footnote {
	font-style: italic;
}

#content > p:first-of-type:first-letter {
	font-size: 24px;
}
#content > h2+p:first-line {
	font-variant: small-caps;
}
#content a {
	color: #ffea00;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	background: #ffea00;
	background: rgba(255,234,0,0.85);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}






/* Navigation */
#nav {
	display: inline;
	list-style: none;
	position: absolute;
	top: 0;
	right: 100px;
}
#nav li {
	display: inline;
	float: left;
	margin: 0 0 0 14px;
}
#nav a {
	font: 18px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	background: #000;
	background: rgba(0,0,0,0.65);
	padding: 20px 4px 3px 14px;
	display: block;
	color: #dedede;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#nav a:hover {
	color: #ffea00;
}
#nav a:focus {
	outline: none;
}
#nav .current a {
	background: #ffea00;
	background: rgba(255,234,0,0.85);
	color: #000;
	padding-top: 28px;
	padding-bottom: 5px;
}
#nav .current a:hover {
	color: #000;
}

/* Content */
#logo {
	width: 219px;
	height: 26px;
	position: absolute;
	top: 162px;
	left: 84px;
}





#home h1 {
	background: url(/images/s-home) no-repeat;
}
#about h1 {
	background: url(/images/s-about) no-repeat;
}
#contact h1 {
	background: url(/images/s-contact) no-repeat;
}
#work h1 {
	background: url(/images/s-work) no-repeat;
}





#frmcontact fieldset {
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
	width: 360px;
}
#frmcontact fieldset .holder {
	overflow: auto;
	padding: 10px 0;
}
#frmcontact .holder label {
	font: 18px/18px Arial, Helvetica, sans-serif;
	color: #dedede;
	padding: 10px 0;
	display: block;
}
#frmcontact .holder span {
	font: 18px/18px Arial, Helvetica, sans-serif;
	color: #dedede;
	padding: 10px 0 10px 10px;
	display: inline;
	float: left;
}
#frmcontact .holder label.snap {
	color: #363636;
}
#frmcontact .holder input {
	background: #cdcdcd;
	background: rgba(255,255,255,0.75);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	font: 18px/18px Arial, Helvetica, sans-serif;
	color: #363636;
	border: none;
	display: inline;
	float: left;
}
#frmcontact textarea {
	background: #cdcdcd;
	background: rgba(255,255,255,0.75);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 10px 20px;
	margin: 10px 0 0;
	font: 18px/18px Arial, Helvetica, sans-serif;
	color: #363636;
	border: none;
	width: 340px;
	height: 60px;
	display: block;
}
#frmsubmit {
	background: #ffea00;
	background: rgba(255,234,0,0.85);
	font: 18px/18px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #000;
	padding: 10px 0;
	width: 130px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	outline: none;
	float: right;
	display: inline;
	margin: 20px 0 0;
	cursor: pointer;
}
#frmsubmit::-moz-focus-inner {
	outline: none;
	border: none;
}
#msg {
	position: relative;
	font: 16px/20px Arial, Helvetica, sans-serif;
}
#msg .nojs {
	display: none;
}
#msg .errors {
	position: absolute;
	left: -400px;
	top: 50px;
	padding: 10px;
	width: 350px;
	color: #fff;
	background: #ba1b1b;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#msg .thanks {
	color: #000;
	margin: 0;
	position: absolute;
	z-index: 2;
	left: -400px;
	top: 50px;
	padding: 10px;
	width: 350px;
	background: #ffea00;
	background: rgba(255,234,0,0.85);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}





