@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed|Signika|Convergence);


html {
	height:100%;
	background:#121212;
	background-image: url('../images/bg.png');
	
	background-position: center;
	background-repeat: no-repeat;
	/*background:-moz-radial-gradient(center, #3c3c3c, #000000) no-repeat #000000;
	background:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#3c3c3c), to(#121212)) no-repeat #121212;*/
	background-attachment: fixed !important;
	}
a,a:hover,a:active,a:visited{	
	color:#999999;
	text-decoration:none;
	
}
a:hover{
	color:#333;
}

.clear{
	clear:both;
}
#wrapper{
	position:relative;
	margin:40px auto 40px auto;
	min-height: 425px;
	width: 770px;
	background:#EEEEEE;
	-moz-box-shadow: 0 0 25px #000000;
	-webkit-box-shadow: 0 0 25px #000000;
	box-shadow: 0 0 25px #000000;
	border: 1px solid #CCCCCC;
}
#main{
	min-height: 425px;
	height:auto !important;
}



#header{
	height: 110px;	
}
	#header #avatar img{
		width: 80px;
		height: 80px;	
	}
#avatar{
	margin:30px 0 0 30px;
	float:left;
	width: 80px;
	height: 110px;
}

#header-text{
	margin-left:15px;
	margin-top:30px;
	width: 255px;
	font-family: 'Signika', sans-serif;
	color: #555555;
	float:left;	
}

#header-text li{
	line-height:21px;	
}

#header-text h2{
	font-size:22px;	
}

#nav{
	margin:30px 30px 0 0;
	font-family: 'Signika', sans-serif;
	color: #555555;
	font-size:13px;
	text-transform:uppercase;
	float:right;
	width: 360px;
	height: 80px;
}

#nav ul{
	height:40px;
	margin:20px 0;
	padding-right:14px;
	padding-left:4px;
	float:right;
	border:1px solid #D6D6D6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#nav li{
	float: left;
	line-height:40px;
	margin-left:10px;
}

#nav a,#nav a:hover, #nav a:active, #nav a:visited{	
	color:#999999;
	text-decoration:none;
	
}

#nav a:hover{
	color:#333;
}

#nav a.active{
	color:#333;
	text-decoration:none;
}

#content{
	margin: 30px;
	height: auto !important;
	font-family: 'Signika', sans-serif;
	color: #555555;
	font-size:16px;
}
#content h1{
	font-size:22px;
	margin-bottom: 15px;
}
#content h2{
	font-size:16px;
	font-weight: bold;
	margin-bottom:4px;
}

#content p{
	margin: 0 10px;
}

.one-third{
	margin-left: 10px;
	float: left;
	width: 226px;
}
.two-thirds{
	margin-right:10px;
	float: left;
	width: 462px;
}
#side-resume{
	position:absolute;
	right:0;
	display: inline;
	margin-left: 10px;
	float: right;
	width: 146px;
}
#main-resume{
	float: left;
	width: 710px;
}




#main-resume li span.left{
	float:left;
}
#main-resume li span.right{
	float:right;	
}
#main-resume h2{
	font-weight:normal;
	font-size:20px;
	margin:14px 0;	
}
#main-resume h3{
	font-weight:bold;
	font-size:16px;
	margin:6px 0;	
}
#main-resume ul{
	margin: 0 10px;
}
#main-resume li{
	margin: 5px 0;
}


#resume-links li{
margin-top: 10px;
}
#resume-links li a{
font-size: 15px;
padding-right: 10px;
}

#resume-links img{
	margin-bottom: -4px;

}



.areas-of-int li{
	margin: 5px 0 5px 20px;
	list-style:square;
}



.projects p{
	margin: 0 15px;
}
.projects img {
	border: 1px #d6d6d6 solid;
	padding: 5px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #eeeeee;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	margin-top: 10px;
}

.projects img:hover {
	box-shadow: 1px 1px 5px #666;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
}













.networks .box{
	padding:15px 5px 15px 0;
	width:224px;
	float:left;
}

.networks ul{
	
}
.networks li{
	cursor: pointer;
    float: left;
    height: 38px;
    list-style: none outside none;
    padding: 15px 25px 15px 0;
    width: 230px;
    display: block;
    
	
}
li.last{
    width: 190px;

}
li.first{
	width: 190px;
}
ul.networks li .bump {
    display: block;
    margin: 6px 0 0;
    position: absolute;
    z-index: 2;
}
.networks li img{
	border: 0 none;
    float: left;
    height: 32px;
    padding-right: 8px;
    margin-top: 1px;
    width: 32px;
}
.networks li a{
	font-size:12px;
}
.networks li span{
	font-size:18px;
}
.networks ul li span{
	color:#555555 !important;
}
.networks li a{
	color:#999999 !important;
}





.contact-right{
	margin-top: 25px;
}
.contact-right h3{
	font-size: 18px;
}

.contact-right li{
	padding-bottom: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 22px;
	color:#555555 !important;
}
.contact-right li a{
	color:#555555 !important;
}



.contact-list li.gmail{
	background-image: url(../images/icons/gmail-16.png);
}
.contact-list li.twitter{
	background-image: url(../images/icons/twitter-16.png);
}
.contact-list li.reddit{
	background-image: url(../images/icons/reddit-16.png);
	background-position: 0 -1px;
}
.contact-list li.skype{
	background-image: url(../images/icons/skype-16.png);
	background-position: 0 -1px;
}
.contact-list li.phone{
	background-image: url(../images/icons/phone-16.png);
	background-position: 0 -2px;
}
.contact-list li.house{
	background-image: url(../images/icons/house-16.png);
	background-position: 0 -2px;
}






input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    display: block;
    font-family: Arial;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 8px 0 8px 5px;
    width: 420px;
}
input:hover, textarea:hover{
	border:1px solid #999;
}
input:focus, textarea:focus{
	border:1px solid #555 !important;
}
textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    display: block;
    font-family: Arial;
    font-size: 13px;
    height: 45px;
    margin: 0 0 10px;
    padding: 8px 0 8px 5px;
    resize: none;
    width: 420px;
}

.submit {
    background: none repeat scroll 0 0 #D6D6D6;
    border: 1px solid #DBDBDB;
    color: #555;
    cursor: pointer;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 15px;
    
    width: auto;
}
.submit:hover{
	border:1px solid #999;
}
.submit:focus{
	border:1px solid #555;
}

.contact.submit{
margin-right: 15px;
}

#main-resume h3{
	font-weight: bold;
	margin-left: 20px;
}

.g-recaptcha{
    margin-left: 10px;
    width: 350px;
}