* {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
html,
body {
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #fff;
	background-image: url('img/joshua-hamilton-bg.png');
	background-repeat: no-repeat;
	background-position: center 45px;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

#container {
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 0;
}


/* LINKS */

a {
	color: #620000;
}
a img {
	border: none;
}



#header {
	position: absolute;
	z-index: 3;
	top: 45px;
	left: 50%;
	width: 940px;
	margin-left: -470px;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#content {
	position: relative;
	z-index: 2;
	top: 135px;
	left: 50%;
	margin-left: -440px;
	padding-bottom: 20px;
	width: 900px;
}

#about-me {
	margin-bottom: 40px;
}


/* EMAIL FORM STUFF */

#contact {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 50%;
	width: 940px;
	margin-left: -470px;
}

#form {
	width: 456px;
	/*background-color: #5D0000;*/
	background-color: #BA0000;
	background-image: url('img/joshua-hamilton-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}
.closed {
	display: none;
}
.open {
	display: block;
}
.inline {
	display: inline;
}

form {
	position: relative;
	top: 40px;
	left: 10px;
	min-height: 275px;
	width: 436px;
}
form p {
	margin: 7px 0px;
	clear:  both;
}

label {
	/*height: 20px;
	width: 150px;
	display: block;
	float: left;*/
	margin-bottom: 10px;
}
input,
textarea {
	height: 20px;
	width: 280px;
	margin: 0px;
	border: none;
}
textarea {
	height: 100px;
}

#send,
#cancel {
	height: 20px;
	background-position: top left;
	display: block;
	float: left;
	margin-right: 16px;
}

#send:hover,
#cancel:hover {
	background-position: bottom left;
}

#cancel {
	width: 62px;
	background: url('img/form-cancel.png') no-repeat transparent;
}
#send {
	width: 50px;
	background: url('img/form-send.png') no-repeat transparent;
}




/* PORTFOLIO STUFF */

.item {
	width: 900px;
	background-image: url('img/item-bg.png');
	background-repeat: repeat-y;
}
.proj-image {
	position: relative;
	left: 20px;
	height: 580px;
}
.data {
	position: relative;
	left: 3px;
	height: 132px;
	width: 894px;
	background-color: #BA0000;
	margin: 15px 0px 45px 0px;
}
.caption {
	margin-top: 10px;
}