/* Reset properties */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* General styling */
body {
	background: url(../images/bg.png) #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DDD;
}

div:active, div:focus, div:hover {
    outline-style: none; -moz-outline-style:none;
} 

a {
	outline: none;
	text-decoration: none;
}

a, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	color: #ffb500;
	text-decoration:none;
}

p {
	color: #555;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	padding: 0;
	line-height:16px;
}


h1 {
	font-size: 30px;
}

h2.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffb500;
	padding:0px;
}

h3.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffb500;
	padding:0px;
}

span {
	color:#FFF;
}

span.highlight {
	color:CCC;
}

.panelContainer a {
	color: #DDD;
	text-decoration: none;
}

.panelContainer a:hover {
	text-decoration: none;
}


/* STRUCTURE /////////////////////////////////////////////// */

div#container {
	width: 1024px;
	overflow: hidden;
	padding-top:0px;
	margin:20px auto 0 auto;
	border:20px solid  #000;
	
}

div#photo_holder {
	width: 1024px;
	height:320px;
	float:left;
	
}

div#navigation {
	width: 1024px;
	height:71px;
	margin:-60px 0 0 0;
	float:left;
	
}

div#developer {
	width: 1024px;
	height:91px;
	margin:0px 0 0 0;
	background:url(../images/developer_background.png) no-repeat;
	float:left;
}


div#content {
	width: 1024px;
	min-height:300px;
	height:relative;
	background:#000;
	float:left;
	
	
}

div#icons {
	width: 720px;
	height:60px;
	float:left;
	margin:10px 0 0 0px;
	
	
}
div#full_col {
	width: 1000px;
	height:270px;
	float:left;
	padding:0 20px 0 20px;
	margin:-20px 0 0 0;
	
	
}

div#left_col {
	width: 630px;
	height:270px;
	float:left;
	padding:0 20px 0 20px;
	margin:-20px 0 0 0;
	
	
}
div#right_col {
	width: 290px;
	height:230px;
	float:left;
	border-left:1px solid #999;
	margin:0px 0 0 0;
	padding:0 20px 0 20px;

}

div#horiz_rule {
	margin:0 0x 10px 0px;
	padding:0 0 5px 0;
	border-top:1px solid #999;
	height:1px;

}

div#footer {
	width: 1024px;
	height:relative;
	background:#000;
	margin:40px 0 0 20px;
	float:left;
	
}

div#social {
 float:right;
 margin: -120px 20px 0 0;
}

div#fields {
	margin:0 0 0 0px;
	
}

div#fields label {
	color: #555;
	text-transform:lowercase;
	font-size:14px;
}

div#fields input.contact-button {
	background: #ffb500;
	color:#000;
	text-transform:lowercase;
	font-size:14px;
	border:none;
	height:30px;
	margin:10px 0 0 462px;
}

div#imagegroup {
	margin:0 0 0 0px;
}

/* END STRUCTURE /////////////////////////////////////////////////////////////// */

/* Footer */

#footer p {
	color: #ffb500;
}

#footer a {
	color: #ffb500;
}

#footer a:hover {
	color: #FFF;
}


/* Gallery */

div#gallery-item {
}

a.thickbox {
	height: 60px;
	float: left;
	padding:0 10px 10px 0px;
}


/* CONTACT FORM */

form {
	border: none;
}

fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
}
.notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 408px;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.info_fieldset {
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


/* Label */
label {
	font-size: 12px;
	color: #DDD;
	float: left;
}

/* Input, Textarea */
input, textarea
{
font-family: "Lucida Grande", Tahoma, Verdana;
font-size: 12px;
float: left;
}

input {
	width: 121px;
	height:18px;
	padding:5px 5px 5px 5px;
	margin: 0 10px;
	background:#000;
	border:#999 solid thin;
	color:#FFF;
}

textarea {
	margin: 10px 0px 0 49px;
	width: 533px;
	height: 60px;
	background:#000;
	border:#999 solid thin;
	color:#FFF;
	

}

/* MISC */

.clear {
	clear: both;
}

