body {
	font-family: Helvetica Neue Light, HelveticaNeue-Light, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #F7F5F2;
	background: url("i/bg.gif") #0a2341; /*brown: #3D352D*/
	background-repeat: repeat-x;
	margin: 46px;
	text-align: center;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

* { outline: none; text-rendering: optimizeLegibility; }
a:link { text-decoration: none; color: #FFDC2E; /*9C601C*/ }
a:visited { text-decoration: none; color: #FFDC2E; /*9C601C*/ }
a:hover { text-decoration: none; color: #FFE780; /*B59D20*/ }
a:active { text-decoration: none; outline: none; color: #FFBC00; /*E0C328*/ }

h1 {
	font-size: 21px;
	font-weight: 100;
	padding: 0px;
	margin: 3px 0px 12px 0px;
	color: #FFDC2E; /*F2952B*/
	display: block;
	width: 55%;
	float: left;
}
small {
	font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6C7B8D; /*9C601C*/
	padding: 0px;
	margin: 8px 0px 0px 0px;
	text-align: right;
	display: block;
	width: 44%;
	float: right;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 860px;
}
#header {
	position: relative;
	height: 300px;
	font-size: 21px;
}
#logo {
	position: absolute;
	z-index: 0;
	/*top: -46px;
	left: -180px;
	width: 760px;
	height: 432px;*/
	top: -12px;
	left: -31px;
	width: 420px;
	height: 266px;
}
#resume {
	padding: 0px 0px 4px 25px;
	/*background: url(i/resume.png) no-repeat;*/
}
#contact {
	padding: 0px 0px 4px 33px;
	/*background: url(i/contact.png) no-repeat;*/
}
#projects {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
#col1, #col2 {
	margin: 0px;
	width: 410px;
	float: left;
}
#col1 {
	margin: 0px 40px 0px 0px;
}

.project {
	margin: 0px 0px 40px 0px;
	background: url(i/blank.png) no-repeat;
}
.project img {
	width: 410px;
	height: 152px;
}
/*.project img:hover {
	filter: alpha(opacity = 85);
	opacity: .85;
}
.project img:active {
	filter: alpha(opacity = 75);
	opacity: .75;
}*/
.desc {
	clear: both;
	height: 50px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.linkout {
	width: 15px !important;
	height: 12px !important;
}


/*** JOEBOX ***/
#lbOverlay {
	background-color: #00142B; /*241F1A*/
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#lbCenter, #lbControls {
	/*-webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
	position: absolute;
	z-index: 9999;
	left: 50%;
}
#lbControls {
	height: 40px;
}
#lbLoading {
	position: fixed;
	width: 40px;
	height: 40px;
	margin-left: -20px;	
	z-index: 10000;
	top: 38%;
	left: 50%;
	background: url(i/lightbox/loading.png) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
#lbPrevLink, #lbNextLink, #lbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	outline: none;
}
#lbPrevLink {
	background: transparent url(i/lightbox/prev.png) no-repeat;
}
#lbNextLink {
	background: transparent url(i/lightbox/next.png) no-repeat;
}
#lbCloseLink {
	background: transparent url(i/lightbox/close.png) no-repeat;
}
#lbPrevLink:hover, #lbNextLink:hover, #lbCloseLink:hover {
	background-position: 0px -40px;
}

#lbCaption, #lbNumber {
	line-height: 40px;
	font-size: 26px;
	float: left;
}

