* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
	font-size: 1em;
	list-style: none;
}

html {
}

body {
	color: #555;
	font: 10px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: url(../img/bg.png) 0 0 repeat;
}

.f1 {
	font-family: Hoefler Text, Garamond, Palatino, Palatino Linotype, serif;
}

.f2 {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../font/League_Gothic.eot');
	src: local('League Gothic'), 
	local('LeagueGothic'), 
	url('../font/League_Gothic.woff') format('woff'), 
	url('../font/League_Gothic.ttf') format('truetype'), 
	url('../font/League_Gothic.svg#LeagueGothic') format('svg');
}



/************************** STRUCTURE */

#wrapper {
	width: 480px;
	margin: 30px auto 0;
	background: #fff;
	padding: 30px;
	border: 8px solid #555;
	-webkit-box-shadow: #444 0 5px 20px;
	-moz-box-shadow: #444 0 5px 10px;
	/*background: url(../img/grid.png) 0 0 no-repeat;*/
}

/* end */

/************************** #anchors */

a {
	color: #5098C2;
	text-shadow: #ddd 0 1px 0;
	letter-spacing: 1px;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

/* end */

/************************** hEADINGS */

h1 {
	padding: 10px 0;
	font-size: 5em;
	color: #303B64;
	text-shadow: #bbb 1px 1px 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
}

h1 span {
	letter-spacing: 0px;
}

h2 {
	font-family: Hoefler Text, Garamond, Palatino, Palatino Linotype, serif;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h3 {
	font-size: 1.8em;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 15px;
	
}

h5 {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

/* end */

p {
	text-shadow: #eee 0 1px 0;
}

#top {
}

#top img {
	float: left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 20px 20px 0;
}

#id {
	float: left;
	width: 260px;
	padding: 15px 0 0;
}

#about {
	width: 450px;
	background: #ddd;
	padding: 15px 10px 15px 20px;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	border: 1px solid #D7D7D7;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #ddd;
	background-color: rgba(200, 200, 200, .5);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7FCCCCCC',EndColorStr='#7FCCCCCC'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7FCCCCCC',EndColorStr='#7FCCCCCC')"; /* IE8 */
	-webkit-box-shadow: #555 0 1px 2px;
	-moz-box-shadow: #555 0 1px 1px;
}

#about span {
	color: rgb(0, 0, 0);
	text-shadow: #bbb 0 1px 0;
}

#contact li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: block;
	margin-bottom: 10px;
}

#contact {
	margin-top: 5px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#ph {background-image: url(../img/phone.png);}
#ml {background-image: url(../img/message.png);}

#networks {
	width: 220px;
	margin-top: 7px;
	font-size: 1.4em;
	text-transform: uppercase;
}

#networks li {
	float: left; 
	width: 95px;
	margin: 0 10px 10px 0;
	display: block;
	border: 1px solid #D7D7D7;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: #999 0 1px 1px;
	-moz-box-shadow: #999 0 1px 0;
}

#networks li:hover {
	background: #ddd;
	background: transparent -moz-linear-gradient(top, rgba(235, 235, 235, .5), rgba(200, 200, 200, .5));
	background: transparent -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(235, 235, 235, .5)),color-stop(1, rgba(200, 200, 200, .5)));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7FEBEBEB', EndColorStr='#7FC8C8C8'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7FEBEBEB', EndColorStr='#7FC8C8C8')"; /* IE8 */
	-webkit-box-shadow: #555 0 1px 2px;
	-moz-box-shadow: #555 0 1px 1px;
}

#networks li:active {
	position: relative;
	top: 1px;
}

#networks a {
	width: 70px;
	display: block;	
	padding: 1px 0 1px 25px;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	color: #555;
}

#networks a:hover {
	text-decoration: none;
	color: #5098C2;		
}

#networks a:active {
	position: static;
	text-decoration: none;
	top: 0px;
}
  
#tw a {background-image: url(../img/twitter.png);}

#fl a {background-image: url(../img/flickr.png);}

#tm a {background-image: url(../img/tumblr.png);}

#vm a {background-image: url(../img/vimeo.png);}

#tw a:hover {background-image: url(../img/twitter.png);}

#fl a:hover {background-image: url(../img/flickr.png);}

#tm a:hover {background-image: url(../img/tumblr.png);}

#vm a:hover {background-image: url(../img/vimeo.png);}

.third {
	float: left;
	width: 225px;
	margin-left: 20px;
}

.third:first-child {
	margin: 0 0 0 10px;
}

#skills {
	padding: 20px 0;
}

#skills span {
	font-family: Palatino, Palatino Linotype, Garamond, Hoefler Text, serif;
	font-size: .938em;
}

#skills h3 {
	padding: 0 0 15px;
}

#skills li {
	list-style: disc;
	font-family: Hoefler Text, Garamond, Palatino, Palatino Linotype, serif;
	font-size: 1.6em;
	margin-left: 15px;
}

/************************** #FOOTER SQUARES */

#footer {
}

#footer p {
	float: left;
	font-size: 1.5em;
	line-height: 1.134em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a {
	display: block;
	width: 145px;
	height: 40px;
	padding: 55px 40px 115px;
	text-align: center;
	color: #5098C2;
	text-shadow: #bbb 0 1px 0;
}

#resume a {
	margin-right: 30px;
	background: #ddd url(../img/download.png) 93px 105px no-repeat;
}

#portfolio a {
	background: #ddd url(../img/arrow.png) 93px 125px no-repeat;
}

#footer a:hover {
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	background-color: #51D3E0;
	background-color: rgba(81, 211, 224, .5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F51D3E0',EndColorStr='#7F51D3E0'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F51D3E0',EndColorStr='#7F51D3E0')"; /* IE8 */
}

/* end */

/* margins for IE6 */
* html #top li {
  margin-left: 15px;
}
* html #identity p {
  margin-left: 15px;
}
* html .third {
  margin-left: 15px;
}
* html .employer h3 {
  margin-left: 15px;
}
* html #bottom h3 {
  margin-left: 15px;
}

/* float clearing for everyone else */
.group:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* float clearing for IE6 */
* html .group {
  height: 1%;
}

/* float clearing for IE7 */
*:first-child+html .group {
  min-height: 1px;
}