/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
   outline: 0;
}
/* Style */

html, body {
	height:100%;
}
body {
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
	font-family: 'PT Sans Narrow', Georgia;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background: #081a01;
}
a{
	text-decoration: none;
}
.clr{
	clear: both;
}
p{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
b{
	color: #000;
	display: inline-block;
	background: #fff;
	padding: 2px;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 110px;
	top: 30px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#header h1{
	font-family: 'PT Sans Narrow', Georgia;
	font-size: 25px;
	color: #D8D8D8;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding: 20px;
	background: #000;
}
#navigation {
	margin-top: 20px;
	width: 120px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	font-family: 'PT Sans Narrow', Georgia;
	color: #000;
	display: block;
	background: #fff;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation a:hover {
	background: #000;
	opacity: 0.9;
	filter:alpha(opacity=90);
	color: #FFF;
}
.content{
	right: 40px;
	left: 130px;
	top: 30px;
	position: absolute;
	padding-bottom: 30px;
	width: 650px;
}
.content h2{
	font-size: 24px;
	color: #D8D8D8;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding-right: 10px;
	padding-bottom: 10px;
}
.content ul li {
	font-size: 15px;
	padding-left: 5px;
}

.content p{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #D8D8D8;
	display: inline-block;
	background: black;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content p1{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #D8D8D8   ;
	display: inline-block;
	background: black;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content p2{
	font-size: 16px;
	padding: 10px;
	line-height: 24px;
	color: #D8D8D8 ;
	display: inline-block;
	background: #000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.panel{
	width: 900px;
	min-height: 100%;
	position: absolute;
	background-color: #000;
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.panel:target{
	margin-left: 0%;
	background-color: rgba(0,0,0,0);
}
#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;
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	font-family: 'PT Sans Narrow', Georgia;
	font-size: 16px;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
	width: 90px;
}
#form input:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.note a{
	color: #ddd;
}

.close img {
	margin-left: 875px;
	margin-top: 10px;
	opacity: 0.5;
	border: 0;
	filter: alpha(opacity=50);
}
