body {
	background-color: #000000;
	background-image:url('images/bodyBG.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	min-height:1300px;
}


h1 {
	color: #87bb53; /* green 87bb53; lime #66c45f; lBlue 9FC4FF; */
	font-family: 'ChunkFiveRegular',Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-style:italic;
	font-size: 2.8em;
	text-shadow: 1px 1px 0px rgba(60, 60, 60, 0.3);	
}



h3 {
	color: #669933;	
	font-family: 'ChunkFiveRegular',Georgia,"Times New Roman",Times,serif;
}

h4 {
	font-family: "Helvetica Neue",Helvetica,Arial sans-serif;	
}



#homeCenter {
	width: 436px;
	padding: 10px; 
	margin: 0px auto;
	margin-top: 200px;	
	background-image:url('images/Fill30.png');
	background-repeat:repeat;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#homeCenterImg {
	margin: 0px auto;
	width:426px;
	height:255px;	
	background-image:url('images/homeCenter.jpg');
	background-repeat:no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}


#homeNav {
	position:absolute; bottom: 0px;
	margin: 0px; padding: 0px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

#homeNav li{
	list-style: none;	
	display:inline;
	margin: 0px 7px;
}
#homeNav a{
	color: #bbb;
	text-decoration:none;
	font-size: 1.6em;
	outline: none;
	-moz-outline-style: none; 
}

#homeNav a:hover{
	color: #ffd1ce;
}

#homeNav a.current{
	color: #459BFA;
}

#contentBox {
	width: 700px;
	padding: 0px 15px 0px 15px; 
	margin: 0px auto;
	margin-top: 20px;
	display:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 0.85em;
	font-family:Verdana, Geneva, sans-serif;
	border-radius: 10px;
	color: #333;
}

div#contentBox .dynamic {
	padding: 15px 0px;
	display: none;
}

div#contentBox .inner {
	background-image:url('images/FillStripes.png');
	background-repeat:repeat-y;	
}

div#contentBox .section {
	margin-right: 50px;	
}


div#contentBox .section h1 {
	
	margin: 0px;
	text-align: right;	
	float: left;
	width: 180px;
}



div#contentBox .section p {
	width: 400px;
	background-color: #f4f4f4;
	margin-left: 260px;
	padding: 10px;
	line-height: 1.8em;
	font-size: 0.8em;
	border-left: 8px solid #ffd1ce;
}

div#contentBox .section p:first-letter {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 0.1em;
}


div#contentBox .section .jason {
	border: 0px;
	background-color: #f4f4f4;
	margin-left: 20px;
	padding: 10px;
	line-height: 1.8em;
	font-size: 0.8em;
}


div#contentBox .section div {
	width: 400px;
	background-color: #f4f4f4;
	margin-left: 260px;
	padding: 10px;
	line-height: 1.8em;
	font-size: 0.8em;
	border-left: 8px solid #ffd1ce;
}


div.project_details {
	margin:0;
	padding:8px;
	float:left;
	position:relative;
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

div.project_details h3{

	color: #d4d4d4;
	font-weight: normal;
	font-size: 1.4em;
	font-style:italic;
	margin: 10px 0px 10px 0px;
}

div.project_details p{
	color: #ddd;
	line-height: 2em;
	font-size: .9em;	
}

div.project_details a {
	color: #fff;
	text-decoration: none;
}

div.project_details a:hover {
	color: #fff;
	text-decoration: underline;
}

div.project_details .slideBody {
	margin-top: 10px;
	padding: 5px 20px;
	/*background-color: #2b2b2b;*/
	background-image: url('images/Fill_dark.gif');	
	background-color: #333;
	background-repeat:repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


img.thumbnail {	
	background:transparent url('images/FillGrey.png') left top repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:15px 10px;
	padding:8px;
	filter:alpha(opacity=70);
	opacity:0.7;
	border:none;
}

img.thumbnail:hover {
	border:none;
	filter:alpha(opacity=100);
	opacity:1;
}

img.preview {
	width: 684px;
}

.project_details .captures {
	visibility:hidden;
	margin-top:-100px;
	position:absolute;
	text-align:center;
	top:45%;
	left: 0;
	width:100%;
}


#contact-form label {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 10px;
}

#contact-form input,textarea {
	display: block;
	width: 370px;
	padding: 6px;
	color: #777;
	margin-bottom: 5px;
}

#contact-form li {
	margin-left: 15px;
}

#form-errors {
	border: 2px solid #f00;
	background-color: #fff;
	display: none;	
	padding: 7px;
	margin: 6px 0px;
}
#form-success {
	border: 2px solid #66CC33;
	background-color: #fff;
	display: none;	
	padding: 7px;
	margin: 6px 0px;
}

#footer {
	width: 700px;
	margin: 0px auto;
	color: #ddd;
	text-align: center;
	margin-top: 100px;
}
#footer a{
	color: #87bb53;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


