@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'QuadratSerial';
	src: url('webfonts/146F7A_0.eot');
	src: url('webfonts/146F7A_0.eot?#iefix') 
	format('embedded-opentype'),url('webfonts/146F7A_0.woff') 
	format('woff'),url('webfonts/146F7A_0.ttf') format('truetype'),url('webfonts/146F7A_0.svg#wf') 
	format('svg');
	}
.wula{
	width:100%;
	height:9px;
	}
	
#menu {
	position: absolute;
	left:0;
	top:0;
	/*height:50px;*/
	width:100%;
	padding:0;
	background:#714b39;
	z-index:2;
	-moz-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.2);
	}
	
.menutxt{
	color:#FFFFFF;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	}
	
.menutxt:hover{
	color:#A8D05B;
	}

.menusmall{
	color:#FFF;
	font:Verdana;
	font-size:12px;
	}

.spikes{
	top:-90px;
	background:url(../img/spikesGallery.png);
	width:100%;
	height:69px;
	position:relative;
	z-index:1;
	}
	
.spikes2{
	top:-90px;
	background:url(../img/spikesAbout.png) no-repeat;
	width:100%;
	height:68px;
	position:relative;
	z-index:2;
	}
	
.width{
	margin:0 auto;
	width:950px;
	}
	
body{
	margin:0;
	background:#b8c74d;
	}
a{
	text-decoration:none;
	color:#b8c74d;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	}
a:hover{
	font-weight:bold;
	}
	
a#menut{
	color:#F0F0F0;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	}

.da:hover{
	background:url(../img/deviantartHover.png)
	}
.da{
	background:url(../img/deviantart.png);
	height:32px;
	width:32px;
	float:right;
	margin:1px;
	}

.tweet:hover{
	background:url(../img/twitterHover.png)
	}
.tweet{
	background:url(../img/twitter.png);
	height:32px;
	width:32px;
	float:right;
	margin:1px;
	}
	
.mail:hover{
	background:url(../img/mailhover.png);
	height:32px;
	width:32px;
	float:right;
	margin:1px;	
	}
.mail{
	background:url(../img/mail.png);
	height:32px;
	width:32px;
	float:right;
	margin:1px;	
	}
	
.tumblr:hover{
	background:url(../img/tumblrHover.png)
	}
.tumblr{
	background:url(../img/tumblr.png);
	height:32px;
	width:32px;
	float:right;
	margin:1px;
	}
	
/* ================ TOP ===============*/
.top{
	margin:0 auto;
	background:url(../img/top.png) center no-repeat;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
	}
	
.greenTxt{
	color:#b8c74d;
	font-size:20px;
	font-family:"Quadrat-Serial";
	}
	
.brownTxt{
	color:#7f6463;
	font-size:24px;
	font-family:QuadratSerial;
	}
	
.Contact{
	margin:0 auto;
	width:950px;
	top:260px;
	position:relative;
	}
/* ================ Gallery ===============*/
.gallery{
	top:-60px;
	margin:0 auto;
	background:url(../img/bgGallery.png) repeat;
	width:100%;
	position:relative;
	z-index:0;
	}
	
.greenBar{
	background:#b8c74d;
	height:30px;
	width:100%;
	font:Quadra-Serial;
	font-size:20px;
	color:#FFF;
	padding-left:15px;
	padding-top:9px;
	}
/* =================== About =================*/
.about{
	top:-90px;
	background:#ededed;
	width:100%;
	position:relative;
	z-index:1;
	}
	
.brownTxtSmall{
	color:#383838;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	}
/* ============== Footer ==================*/
.fotter{
	top:-155px;
	background:#b8c74d;
	height:20px;
	width:100%;
	position:relative;
	z-index:1;
	}
.footerTb{
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
