html, body {
	height:100%;
	background-color:#000
}
body {
	width: 100%;
	background: #000;
	overflow: hidden;
	background-color:#000;
	margin:0;padding:0;font-family: "HelveticaNeue-Light", Helvetica, Arial,
             sans-serif;color:#fff;background-image:url(../main/css/main/images/Anawood-Homepage-1024.jpg);background-position:top center;background-repeat:no-repeat;background-size:auto 90%;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 100%;
	top: 0px;
	right:0px;
	border:0px pink dotted;

}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}
#navigation {
	margin-top: 00px;
	width: ;
	display:block;
	list-style:none;
	z-index:3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#navigation:hover {opacity:1}

#navigation a{
	color: #fff;
	float:right ;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	background: rgba(0,0,0,.5);
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 12px;
}
#navigation a:hover {
	background: #2e2e2e;
	color:#fff;
	text-shadow: 1px 2spx 1px #111, 3px 3px 5px #111;
}

.content a, a:link, a:visited {	color: #aeaeae;
text-decoration:none;

-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.content a:hover {color:#fff;}


.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}
.content h2{
	font-size: 110px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.content p{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: black;
	padding: 10px;
	margin: 3px 0px;
}
.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: #000;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;

}
.panel:target{
	margin-top: 0%;
	background-color: #000;

	
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#contact:target ~ #header #navigation #link-contact{
	background: #000;
	color: #fff;
}
#works {
	width:;padding: 15px 0px;position:relative;margin-left:px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}





.contactholder {border:0px white solid; padding:10px;width:248px;text-align:center;margin:50px 0px 100px 100px}
a.contact {
font-size:8px;
       display: block;
text-indent: 0;
text-decoration:none;
color:#111;
float:left;
text-align:center;
background: url(../main/images/contact.png) no-repeat;
height: 80px;
width: 80px;
background-color:#111;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;

border:0px yellow solid}

a#blog:hover {background-color:#ff6c00;
color:#fff;
}

a#twitter {background-position:-80px;}
a#twitter:hover {
background-color:#4099ff;
text-indent:0px;
color:#fff;
}

a#fb {background-position:-160px;}
a#fb:hover {
background-color:#3b59b6;
text-indent:0px;
color:#fff;
}


#header2 {
	position: absolute;
	z-index: 2000;
	width: 230px;
	top: 190px;
}

#navigation2 {
	margin-top: 20px;
	width: px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation2 a{
display: block;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, .5);
line-height: 50px;
padding: 0px 20px;
text-transform: uppercase;
margin-bottom: 6px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
font-size: 12px;

}
#navigation2 a:hover {
	opacity:1;
	margin-left:10px
}


.data {margin-top:20px;border:1px #555 solid;width:300px;float:right;background-color:#333}
.data p {color:#aeaeae;line-height:22px;margin:5px;padding:0;background-color:transparent;}		
.data span {width:220px;font-size:10px;vertical-align:middle;color:#fff;background-color:#000;padding:3px}