/* === UNIVERSAL === */
html, body{
	padding: 0;
	margin: 0;
	position: relative;
}
body {
    font-family: 'Merriweather Sans', sans-serif;
    color: #333;
    font-size: 1em;
    overflow-y: auto;
}
a {
	color: #0088CC;
	text-decoration: none;
}
a:hover{
	color: #CC9933;
	cursor: pointer;
}
p {
  margin: 0 0 10px;
}
ul{
	margin: 0;
	padding: 0;
}
img{border: none;}
.sketchy {
	font-family: 'Walter Turncoat', cursive;
	line-height: 1em;
}
.thick {
	font-family: 'Permanent Marker', cursive;
	line-height: 1em;
}

.clear {
  *zoom: 1;
}

.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: "";
}

.clear:after {
  clear: both;
}

/* === CONTENT === */
#top-alerts h3{text-align: center;}
#top{
	background: url(../img/brickwall.png) repeat #d6d6d6;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

#top .intro .line{
	background: #333;
    height: 2px;
    margin-bottom: 8px;
}
#top .intro .text{
    display: inline-block;
    font-weight: 800;
    line-height: 33px;
    padding: 0 25px;
}

#top .top h1{
	margin: 0;
	letter-spacing: -6px;
}
#top .top h4{
	text-transform: uppercase;
	border-bottom: solid 2px #333;
}

#about, #resume, #portfolio, #contact {
	
}

.container h1{
	text-transform: uppercase;
	text-align: center;
}
.ninja:hover{
	cursor: help;
}
.ninja:hover .kick{
	display: inline;
}
.kick{
	position: absolute;;
	padding: 5px 10px;
	background: #FFF;
	border: solid 5px #000;
	text-align: center;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px;
	box-shadow: 2px 2px 5px 0px #333 ;  
	-moz-box-shadow: 2px 2px 5px 0px #333 ; 
	-webkit-box-shadow: 2px 2px 5px 0px #333 ; 
	margin-left: -10px;
	margin-top: -10px;
	display: none;
}
.kick .thick{
	font-size: 30px;
}
#about img{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#resume{
	background: url(../img/gray_holes.png) repeat #333;
}
#resume h1, #resume h2, #resume p{
	color: #FFF;
	text-shadow: 5px 5px 10px #000000;
}
.left-half, .right-half{
	float: left;
	display: block;
	overflow: hidden;
}
.resume-block{
	padding-left: 20px;
	border-left: 5px solid #0088CC;
	overflow: hidden;
	font-weight: 400;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.resume-block .left, .resume-block .right {
	font-size: 20px;
	color: #666;
}
.resume-block .left{
	float: left;
}
.resume-block .right{
	float: right;
}
#certification a{
	float: right;
	margin-top: -5px;
}
#skills p{
	margin-bottom: 0;
}
.progress-bar{
	width: 99%;
	height: 10px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	background: #333;
	box-shadow: 5px 5px 5px 0px #000 ;  
	-moz-box-shadow: 5px 5px 5px 0px #000 ;
	-webkit-box-shadow: 5px 5px 5px 0px #000 ;
}
.progress-100{
	width: 100%;
	height: 100%;
	background: #CC9933;
}

.progress-90{
	width: 90%;
	height: 100%;
	background: #CC9933;
}

.progress-80{
	width: 80%;
	height: 100%;
	background: #CC9933;
}
.progress-70{
	width: 70%;
	height: 100%;
	background: #CC9933;
}
.progress-60{
	width: 60%;
	height: 100%;
	background: #CC9933;
}
.progress-50{
	width: 50%;
	height: 100%;
	background: #CC9933;
}
.project {
	padding-bottom: 10px;
	border-bottom: solid 3px #eee;
}

.project h1{
	color: #ccc;
	text-transform: uppercase;
}

.employer{
	margin-bottom: 10px;
}
.role{
	font-style: italic;
	color: #666;
	margin-bottom: 10px;
}
.tools {
	color: #999;
	margin-bottom: 10px;
}
.project p{
	color: #ccc;
	text-align: justify;
	margin-bottom: 10px;
}

#contact{
	background: url(../img/light_gray.png) repeat;
	border-top: solid 5px #ccc;
}
.page{
	background: #f0f0f0;
	border: solid 2px #0060ff;
	margin-top: 30px;
	box-shadow: 5px 5px 10px 0px #333 ;  
	-moz-box-shadow: 5px 5px 10px 0px #333 ;
	-webkit-box-shadow: 5px 5px 10px 0px #333 ;
	border-radius: 10px  0 10px 0; -moz-border-radius: 10px  0 10px 0; -webkit-border-radius: 10px  0 10px 0; -khtml-border-radius: 10px  0 10px 0;
	font-size: 1.2em;
}
.page p{
	padding: 10px;
}
.page p:first-child{
	padding-top: 40px;
}
.social-icons{
	margin: 0 auto 10px;
}
.social-icons a {position: relative;}
.social-icons a:hover span{display:inline;}
.social-icons a span:before{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	content: "";
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 12px;
}
.social-icons a span{
	position: absolute;;
	padding: 5px 10px;
	background: #FFF;
	border: solid 5px #000;
	text-align: center;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px;
	box-shadow: 2px 2px 5px 0px #333 ;  
	-moz-box-shadow: 2px 2px 5px 0px #333 ; 
	-webkit-box-shadow: 2px 2px 5px 0px #333 ; 
	margin-left: -10px;
	margin-top: 35px;
	display: none;
	z-index: 999;
}

#contact_form_wrap .return {display:none;}
.errors{color: red;font-size: .8em;}
#contact h2{text-align: center;}
#contact h1{position: relative;}
#contact h1 span{
	position: absolute;
	z-index: 1;
	background: #FFF;
	padding: 5px 10px;
	border: solid 5px #000;
	margin-top: -10px;
	margin-left: 10px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
}
#contact h1 span:before{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 4px;
}
#contact form{
	margin-top: 10px;
}
#contact_form label span {color: red;}
#contact .col6 h3{color: #999;margin:0;}
input[type="text"],input[type="email"], textarea{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;	
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	padding: 5px 0;
	color: #999;
	border: solid 2px #0060ff;
	text-indent: 10px;
}
input[type="text"]:hover, textarea:hover,input[type="email"]:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;	
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	cursor: pointer;
}
input[type="text"]:focus, textarea:focus,input[type="email"]:focus{
	border: solid 2px #FFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;	
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	cursor: text;
	background: #0060ff;	
	color: #FFF;
}
.button {
	padding: 5px 0;
	font-weight: bold;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;	
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;
	border: solid 2px #fff;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	background: rgb(0,96,255);
	background: -moz-linear-gradient(top,  rgba(0,96,255,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(3,49,126,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,96,255,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(3,49,126,1)));
	background: -webkit-linear-gradient(top,  rgba(0,96,255,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,49,126,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,96,255,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,49,126,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,96,255,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,49,126,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,96,255,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(3,49,126,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060ff', endColorstr='#03317e',GradientType=0 );	*/
	color: #FFF;
}
.button:hover{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;	
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5) inset;
	border: solid 2px #ccc;
	background: rgb(3,49,126);
	background: -moz-linear-gradient(top,  rgba(3,49,126,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(0,96,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,49,126,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(0,96,255,1)));
	background: -webkit-linear-gradient(top,  rgba(3,49,126,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,96,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(3,49,126,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,96,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(3,49,126,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,96,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(3,49,126,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(0,96,255,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03317e', endColorstr='#0060ff',GradientType=0 );*/
	cursor: pointer;
}

.not-valid{
	border: solid 2px red !important;
}



/* === FOOTER === */
footer{
	position: relative;
	clear: both;
	background: #333;
	color: #FFF;
	padding: 40px 0 60px;
	text-align: center;
	min-height: 100px;
	border-top: solid 3px #FFF;
	box-shadow: 0px -10px 10px 0px #333 ;  
	-moz-box-shadow: 0px -10px 10px 0px #333 ;
	-webkit-box-shadow: 0px -10px 10px 0px #333 ;
}
#gototop {
	position: fixed;
	right: 1%;
	bottom: 1%;
}

#gototop span{
  color: #FFF;
  line-height: 14px;
}
#gototop .icon{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin-left: -10px;
  position: absolute;
  top: 15px;
}
.top-wrap{
	width: 75px;
	height: 75px;
	/*border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%;
  	box-shadow: 2px 2px 5px rgba(0,0,0,0.5) ;  
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5) ;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5) ;*/
	position: relative;
	opacity: 0.5;
	/*filter: alpha(opacity=50);*/
	float: right;
	/*background: #333;*/
}
.top-wrap:hover{
	opacity: 1;
	/*filter: alpha(opacity=100);*/
	cursor: pointer;
}

.top-wrap .top-arrow {margin-left: 50%}

.top-wrap p {
	text-align: center;
	height: 20px;
	margin: 0 0 15px;
}

.policy{
	text-transform: uppercase;
}

.git-link {
    margin: 0 auto;
	width: 310px;
	overflow: hidden;
}
.git-link a {
	color: #222;
}
.git-link a:hover {
	color: #444;
}
.git-link img {
	width: 100px;
	float: left;
}
.git-link h4 {
	text-align: left;
	font-size: 1.4em;
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.git-link p {
	width: 200px;
	float: left;
}