/*Main CSS Stylesheet - RED Studios*/

/* Zero Out and set global values */

html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, 
u, i, img, blockquote, fieldset, input{ 
	margin:0; 
	padding:0;
	border:0;
	}
	
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	}

ul,ol { 
	list-style:none 
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

:link,:visited { 
	text-decoration:none 
	}

a img,:link img,:visited img { 
	border:none 
	}
	
.clear {
	clear:both;
}

/* END Zero Out */	

body {
	text-align:center;
}

/* =Wrapper */

#wrapper {
	
}

#background_image {
	/*position:fixed;*/
	/*margin:0 auto;
	height: 800px;
	width:1600px;
	background: url("../images/background.jpg") no-repeat;
	z-index: -1000;*/
	}
	
/* =Header */

#header{
	width:100%;
	height:114px;
	background: url("../images/top-bar.png") repeat-x;
	/*position: fixed;*/
}

#identity{
	margin: 0 20px;
	float: left;
	width: 173px;
	height:459px;
	background: url("../images/identity2.png") no-repeat;
	/*position:fixed;*/
	}

/* =Content */

hr {
	margin:10px auto;
	background:url("../images/divider.png") no-repeat;
	height:80px;
	width: 380px;
	border: 0;
	}

h2 {
	font-size:1.6em;
	margin-bottom:5px;
	font-style:italic;
	color:#666;
}

h2 a:link{
	color:#820508;
	font-size:24px;
	font-style:italic;
}

h2 a:visited{
	color:#333;
}

#content_wrapper {
	margin:0 auto;
	padding: 175px 250px;
	width: 700px;
}

.content {
	margin-bottom: 40px;
}

.project-images {
	width:700px;
}

.big-image img {
	border:1px solid #999;
	width:680px;
	height:250px;
	padding: 8px;
	background: #ccc;
}

.thumb-images img {
	border:1px solid #999;
	padding: 6px;
	margin: 10px 3px;
	background: #ccc;
	width:210px;
	height:350px;
}

.project-desc-wrap {
	margin-top: 20px;
	padding: 20px;
	text-align: left;
	border:5px solid #f4f4f4;
	width:650px;
	background:#f9f9f9;
}


.project-desc {
	float:left;
	width: 375px;
	}
	
.project-details {
	float:right;
	margin: 10px;
	padding:10px;
	width: 225px;
	border: 1px solid #8a8a8a;
	background: #bababa;
	}
	
.project-details ul li{
	font-size: .9em;
}

.checkmark {
	margin-left:30px;
	verticle-align:baseline;
	list-style-image: url("../images/tick.png");
}

/*Sliding Panel*/
a:focus {
	outline: none;
}
#panel {
	/*background: url("../images/content-bg.png") repeat;*/
	background:#333;
	height: 325px;
	width: 800px;
	display: none;
	border-bottom: 1px solid #ba6116;
}
.slide {
	padding: 0;
	background: url("../images/contact-btn.png") no-repeat center top;
}
.btn-slide {
	float:right;
	background: url("../images/contact-btn.png") no-repeat;
	width: 166px;
	height: 83px;
	padding-top: 20px;
	margin-right:40px;
	display: block;
	color: #ba6116;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
}
.active {
}

/*FORMS*/

.formBox {
	margin: 0 auto;
	heigh: 200px;
	width: 750px;
	padding-top:110px;
	vertical-align:bottom;
	}

.formBox span {
	color:#f4f4f4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}

.formBox input {
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#222;
	margin:10px;
	}

.vitals {
	float:left;
	text-align:right;
	}
.comments {
	float:right;
	}
#success{
	display:none;
	height: 50px;
	width: 500px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	background:#66CC66;
	border:1px solid #009933;
	}
	
#bademail{
	display:none;
	height: 50px;
	width: 500px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	background:#CC3300;
	border:1px solid #CC0000;
	}
	
#badserver{
	display:none;
	height: 50px;
	width: 500px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	background:#CC3300;
	border:1px solid #CC0000;
	}