@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: 4px 4px 4px #aaa;}

a {text-decoration:none;
color:#eF9248;
border:none;
}

.content1 a {text-decoration:none;
color:#eF9248;
border:none;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#CCC;
	font-size:12px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#666;
	font-size:12px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#666;
	font-size:18px;
	line-height:2px;
	text-shadow: 4px 4px 4px #aaa;}



.links h1 { 
font-family: 'Reenie Beanie';
font-size:25px;
color:#eF9248;
text-align:center;
}

.links h1:hover { 
font-family: 'Reenie Beanie';
font-size:25px;
color:#eF9248;
text-align:center;
text-decoration:underline;
}


.links h2 { 
font-family: 'Reenie Beanie'; 
font-size:15px;
color:#eF9248;
text-align:center;
line-height:0px;
float:left;
}

.links h2:hover { 
font-family: 'Reenie Beanie'; 
font-size:15px;
color:#eF9248;
text-align:center;
line-height:0px;
text-decoration:underline;
float:left;
}

.links li {list-style:none; width:100px; float:left;}


.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.footer {
	width:960px;
	background-color:#000;
	padding:0;
	float:left;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.links { width:760px; float:right;}

.holder {
	width:960px;
	height:600px;
	background-color:#CCC;
	background-image:url(Assets/holder.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.galholder {
	width:960px;
	height:500px;
	background-color:#CCC;
	background-image:url(Assets/holder.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}



.bio {
	width:920px;
	height:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	padding-top:20px;
	background-color:#000;
}

.content1 {
		  width:540px;
	height:380px;
	margin-left:auto;
	margin-right:10px;
	margin-top:auto;
	margin-bottom:auto;
	padding:20px;
	
	float:right;
}


.contactcontent {
		  width:350px;
	margin-left:0px;
	margin-right:149px;
	margin-top:30px;
	margin-bottom:auto;
	float:right;
	
}




.galnav {
	width:940px;
	height:15px;
	background-color:#333;
	-moz-box-shadow:0px 0px 30px #000;
	-webkit-box-shadow:0px 0px 30px #000;
	box-shadow:0px 0px 30px  #000;
	margin-top:0;
	padding:10px;
}

.galnav a {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	text-decoration:none;
}

.galnav a:hover {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	text-decoration:underline;
}

.galnav li {
	float:left;
	list-style:none;
	width:100px;
	text-align:center;
}


#contact_form_holder { 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-variant: small-caps;
	font-size:18px;
    width:400px;
	height:500px;
	margin-left:50px;
    float:left;
	margin-top:0;
	padding-left:10px;
	padding-top:25px;
	line-height:2px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}


#contact_form_holder input, #contact_form_holder textarea { 
    width:80%; /* make all the inputs and the textarea same size (100% of the div they are into) */ 
    font-family:inherit; /* we must set this, because it doesn't inherits it */ 
    padding:5px;
	
}
#contact_form_holder textarea { 
    height:100px; /* i never liked small textareas, so make it 100px in height */
	


}
#send_message { 
    width:200px !important; /* the width of the submit button  */ 
    font-variant: small-caps; /* nicer font-variant (like explained before) */  
    cursor:pointer;
    cursor:hand;
	border:thin;
}
#cf_submit_p { text-align:left; } /* show the submit button aligned with the right side */

.error { display: none; padding:2px; color: #666; font-size:12px;background-color: #333; line-height:14px;-webkit-border-top-left-radius;}
.success { display: none; padding:5px; color: #044406; font-size:12px;background-color: #B7FBB9; line-height:14px;}

#contact_logo { vertical-align: middle; }
.error img { vertical-align:top; }

  
   
