*{
	margin:0;
	padding:0;
	font-weight:normal;
	border:0;
	list-style:none;
}


#contact {background:#B1E583}
#portfolio {background:grey}
#experience {background:orange}
#otherwork {background:#FA5858;}
.container {position:static}

html, body {
	height:100%;
}
body {
	width: 100%;
	xbackground: #ffcb00;
	background: #87cfe6;
	overflow: hidden;
	font-family: 'electrolize', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}

.clr{clear: both;}

.content p a {text-decoration:none; font-weight:bold}
.content p a:hover {text-decoration:underline}

#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 50px;
}
#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;
}
#header a {text-decoration:none}
#navigation {
	margin-top: 20px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: #fff;
	background: rgba(255,255,255,0.9);
	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: 14px;
}
#navigation a:hover {background: #ddd;}

.content {max-width:1104px;}

.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 h3 {font-size:24px; margin:0 0 10px; padding:0 0 10px 0; border-bottom:1px solid white; width:auto;}
.content p, .experience_box{
	font-size: 18px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	background: black;
	padding: 10px;
	margin: 3px 0px;
}

.experience_box {float:left; width: 300px; margin:3px 6px 0 0 }

.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: #ffcb00;
	background:#87cfe6;
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#experience:target ~ #header #navigation #link-experience,
#contact:target ~ #header #navigation #link-contact,
#otherwork:target ~ #header #navigation #link-otherwork
{
	background: #000;
	color: #fff;
}
.works 		{padding: 15px 0px;}
.works li	{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding:10px; 
	background: rgba(255,255,255,0.9);
	margin:6px 0 15px 0;
	display: block;
	width:850px;
	color:black;
	float:left;
}

.works h1 a{font-size:18px; width:500px; margin:0 15px 5px; display:block; height:20px; font-weight:bold}
.works hr {background:black; margin:3px 0}
.works .description, .works .skills {width:250px; height:150px; float:left; line-height:25px}
.works .description {margin:0 15px;}
.works li img{display:block; float:left; box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3)}
.works li a	{color:black; text-decoration:none; display:block; float:left}
.works li a:hover {text-decoration:underline}

#contact_form p{
	background: #fff;
	color: #000;
	margin:6px 6px 0 0 !important;
	clear:both;
}
#contact_form input, #contact_form textarea{
	background: #000;
	color: #fff;
	padding:5px 5px;
	border: none;
	font: 16px "Courier New", Courier, monospace;
	color:white;	
}
#contact_form textarea{
	width: 493px;
	height: 100px;
}
#contact_form label{
	padding:3px 10px 3px 0px;
	float: left;
}
#contact_form .button {float:right; font-family: 'Electrolize', Arial, sans-serif; margin-top:5px}
.footnote a   {color: #ddd;}

#alert, #warning {display:none; border:2px solid black; font-size:16px; background:white; color:black; font-weight:bold; padding:10px; margin:0 0 15px 0; width:500px; text-align:center}

#pop_up, #pop_up_twitter {background:black; background:url('pop_up_bk.png'); display:none; position:absolute; z-index:99; top:0px; left:0px; right:0px; bottom:0px;}
#pop_up img, #pop_up_twitter_content {border:10px solid white; margin:40px auto; background:black; display:block; -webkit-box-shadow: inset 5px 5px 5px 5px rgba(000, 000, 000, 0.4);
        
        box-shadow: inset 5px 5px 5px 5px rgba(000, 000, 000, 0.4);}

#pop_up_twitter_content {width:600px; height:600px}