/* 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border:none;
}
/* RESET END */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; 
	background: url('images/core/bg.png') center top repeat-x #F2F5F6;
}
#wrapper {
	width:940px;
	padding: 0 20px;
	margin:0 auto;
	background: url('images/core/sunburst.jpg') center top no-repeat;
	overflow: hidden;
}
#header {
	height: 240px;
}
h1 {
	float: left;
	margin: 20px 0 0 0;
	width: 380px;
	height: 55px;
}
#contact-button {
	float: right;
	margin: 20px -5px 0 0;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: url('images/core/contact-button.png') center top no-repeat;
	text-indent: -99999px;
}
#contact-button:hover {
	background: url('images/core/contact-button-h.png') center top no-repeat;
}
h2 {
	width: 940px;
	height: 70px;
	margin: 55px 0 0 0;
	color: #93A4A9;
}
h3 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #93A4A9;
	text-shadow: #FFF 0 1px 0;
}
div.hr {
	border: none;
	height: 2px;
	width: 100%;
	background: url('images/core/hr.png') center top no-repeat;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #93A4A9;
}
#footer p {
	padding: 10px 0;
	overflow: hidden;
}
#content {
	overflow: hidden;
	margin: 40px 0 20px 0;
}
.portfolio-item-container {
	background: #C8D8DC;
	width: 440px;
	height: 200px;
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item-container.right {
	margin-right: 0;
}
.portfolio-item-container img {
	position: absolute;
}
.caption {
	display: none;
	position: absolute;
	bottom: 10px;
	padding: 10px;
	background: #93a4a9;
	width: 420px;
	color: #FFF;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	height: 20px;
	line-height: 20px;
}
.cancel {
	font-size: 12px;
	color: #AAA;
	line-height: 31px;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
#skills {
	height: 26px;
	margin: 0px auto;
	padding: 12px 0;
	width: 772px;
}

/* Form Elements */
form {
	overflow: hidden;
	color: #93A4A9;
}
form p {
	margin-bottom: 20px;
}
form label {
	font-size: 14px;
	line-height: 20px;
	display: block;
}
form input {
	width: 566px;
	height: 30px;
	border: 1px solid #c8d7dc;
	padding: 0 5px;
	font-size: 17px;
	outline: none;
	color: #93A4A9;
	-moz-box-shadow: inset 0 3px 5px 0 #F6F6F6;
	-webkit-box-shadow: inset 0 3px 5px 0 #F6F6F6;
}
form textarea {
	width: 566px;
	height: 100px;
	border: 1px solid #c8d7dc;
	padding: 5px;
	font-size: 17px;
	outline: none;
	color: #93A4A9;
	-moz-box-shadow: inset 0 3px 5px 0 #F6F6F6;
	-webkit-box-shadow: inset 0 3px 5px 0 #F6F6F6;
}
form button {
	width: 100px;
	height: 31px;
	background: url('images/core/send-button.png') center top no-repeat;
	border: none;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	text-shadow: #7d9915 0 -1px 0;
}
form button:hover {
	background: url('images/core/send-button-h.png') center top no-repeat;
}
.error {
	border-color: #CD2626;
	-moz-box-shadow: inset 0 3px 5px 0 #ffe9e9;
	-webkit-box-shadow: inset 0 3px 5px 0 #ffe9e9;
	
}
#contact-form-loading {
	display: none;
	line-height: 31px;
}
#contact-form-thanks {
	display: none;
	color: #93A4A9;
	padding-bottom: 20px;
}
/* END Form Elements */

/* Lightbox */
#overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}
#lightbox-container {
	display: none;
	position: fixed;
	top: 0;
	height: 0px;
	width: 100%;
	z-index:1002;
}
#lightbox {
	display: none;
	width: 580px;
	padding: 20px 20px 0px;
	margin: -440px auto 0;
	background-color: #F2F5F6;
	-webkit-box-shadow: 0px 0px 20px #888;
	-moz-box-shadow: 0px 0px 20px #888;
	box-shadow: 0px 0px 20px #888;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}