body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: black;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #4c4c4c;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: auto;
}

#header {
	width: 95%;
	position: absolute;
	top: 25px;
	left: 50px;
}

#header h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 3.0em;
	line-height: 1.0;
}

#header h2 {
	margin-top: -20px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #b2b2b2;
}

#header ul {
	position: absolute;
	top: 70px;
	right: 50px;
}

#header li {
	display: inline;
	margin-left: 20px;
	color: #4c4c4c;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 0em;
	list-style: none;
}

#content {
	width: 95%;
	position: absolute;
	top: 150px;
	left: 50px;
}





/*	About Boxes	*/

.aboutBox {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	position: relative;
	z-index: 15;
	width: 599px;
	background-color: rgba(255, 255, 255, 0.95);
	color: #4c4c4c;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.color1 {
	color: #426195;
}

.color2 {
	color: #01718d;
}

.color3 {
	color: #346164;
}

.aboutBox a {
	text-decoration: underline;
	color: inherit;
}





/*	Projects	*/

.project {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.project img {
	margin: 0;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.project .title {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 0.8em;
}

.project .links {
	position: relative;
	top: -10px;
	margin: 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1em;
}

.project .links a {
	margin-left: 7px;
}

.project .moreLink {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.project .projectDesc {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-color: black;
	border-style: solid;
	border-bottom-width: 2px;
	position: absolute;
	z-index: 10;
	width: 300px;
	background: #ffffff;
}

.project .video, .project .images {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.project .video .overlayContent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	width: 600px;
	height: 300px;
}

.project .images .overlayContent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 800px;
	height: 800px;
}

.project .video a, .project .images a {
	color: #b2b2b2;
}

.project .images .overlayContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

.project .images .closeLink {	
	position: absolute;
	width: 100%;
	bottom: 0%;
	text-align: center;
}

.project .images .oneImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

.project .images .oneImage p {
	color: white;
}

.project .images .imagePrev, .project .images .imageNext {
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	display: block;
	top: 40%;
}

.project .images .imagePrev {
	left: 10px;
}

.project .images .imageNext {
	right: 10px;
}







#blogContent {
	margin-left: 0;
	margin-bottom: 50px;
	margin-right: 0;
	margin-top: 50px;
}

#blogContent ul {
	margin: 0;
	padding: 0;
}

#blogContent li {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	list-style: none;
}

.dateStamp {
	color: #b2b2b2;
}

#footer p {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #d8d8d8;
	line-height: 1.2em;
}

.hidden {
	display: none;
}





/*	Contact Form Overlay  */


#contactFormOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

#contactFormBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 600px;
}

#contactFormBox h1, #contactFormBox h2, #contactFormBox h3, #contactFormBox p {
	color: white;
}

#contactFormBox img {
	vertical-align: middle;
}

#contactFormBox a {
	margin-left: 25px;
	color: gray;
}

input, textarea {
	margin: 0;
	font-size: 1.2em;
	border: 2px solid black;
	line-height: 1.2em;
}

input {
	width: 400px;
	height: 25px;
}

input.blur {
	color: #999;
}

input.valid {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('../images/checkmark.png');
}

input.error, textarea.error {
	border: 2px solid aqua;
}

label {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}

label.valid {
	display: none;
}

label.error {
	color: aqua;
	font-weight: bold;
}

.button {
	width: 100px;
	height: 50px;
	border: 1px solid black;
	background-color: #CCC;
	font-size: 1.5em;
	font-weight: bold;
}








/*	JS Warning Box	*/

#warning {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	background-color: #ff6666;
	width: 594px;
}

#warning p {
	line-height: 1.2em;
	font-size: 1em;
	margin: 0px;
}