/* @group reset */
 
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}
 
 
/* @end */
 
/* @group default */
 
a {
	color: #666;
	text-decoration: underline;
}
 
a:hover,
a:focus {
	color: #eee;
}
 
a:active {
	color: #888;
}
 
/* @end */
 
 
/* @group layout */
 
/* @group body */
 
body { 
	background-color: #5bb4e2;
	padding-top: 40px;
	font: 11px/16px "Lucida Grande", Verdana, sans-serif;
	color: #999;
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	-webkit-text-size-adjust: none;
}
 
@media screen and (max-width: 480px) {
  body {
    padding-top: 0;
  }
}
 
/* @end */
 
/* @group wrapper */
 
#kurtlibby {
	margin:0 auto;
	position:relative;
	width:386px;
}
 
/* @end */
 
/* @group header */
 
#header { 
	background: url(images/header.png) no-repeat 50% bottom;
	height: 101px;
	/* padding: 35px 15px 0; */
	position: relative;
}
 
h1 {
	font: 30px/36px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #F4F4F4;
	padding-top: 30px;
	padding-left: 10px;
	text-shadow: #000 0 1px 0;
}
 
#jobtitle {
	color: #888;
	padding-left: 10px;
	line-height: 20px;
	text-shadow: #000 0 1px 0;
}
 
/* @end */
 
/* @group navigation */
 
#navigation {
	height: 60px;
	background: url(images/navigation.png) no-repeat 50% 0;
	font-weight: bold;
}
 
#navigation li {
	float: left;
	margin-top: 2px;
}
 
 
#navigation li a {
	text-decoration: none;
	font: 24px/56px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	text-align: center;
	
	width: 120px;
	height: 56px;
	display: block;
}
 
#navigation li#nav-networks a { margin-left: 1px; margin-right: 12px;}
#navigation li#nav-about a { margin-right: 12px;}
#navigation li#nav-contact a { }
 
.networks #navigation li#nav-networks a,
.about #navigation li#nav-about a,
.contact #navigation li#nav-contact a {
	color: #fff;
	cursor: default;
}
 
.networks #navigation li#nav-networks a, li#nav-networks a:hover {
	background:transparent url(images/green.png) no-repeat scroll left 50%;
}
 
.about #navigation li#nav-about a, li#nav-about a:hover {
	background:transparent url(images/yellow.png) no-repeat scroll left 50%;
}
 
.contact #navigation li#nav-contact a, li#nav-contact a:hover {
	background:transparent url(images/pink.png) no-repeat scroll left 50%;
}
 
/* @end */
 
/* @group content */
 
#content {
	padding: 10px 20px; 
	background: url(images/content.png) repeat-y 50% 0;
	overflow: hidden;
}
 
/* @end */
 
/* @group footer */
 
#footer {
	background:transparent url(images/footer.png) no-repeat scroll 50% 0;
	color:#888888;
	font-size:9px;
	line-height:30px;
	text-align:center;
	text-shadow: #000 0 1px 0;
	height: 32px;
}
 
/* @end */
 
/* @end */
 
/* @group specific */
 
/* @group networks */
 
#networks {
	width: 345px;
	float: left;
}
 
#networks li {
	height: 60px;
}
 
#networks li a {
	display: block;
	height: 50px;
	padding: 10px 0 5px;
	text-decoration: none;
	text-shadow: #000 0 1px 0;
	-webkit-transition: background-color 0.25s linear;
}
 
#networks li a:hover,
#networks li a:focus {
	background: rgba(164, 173, 183, .15);
}
 
#networks li a:active {
	background: rgba(164, 173, 183, .25);
}
 
#networks li a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}
 
#networks li a strong {
	color: #F4F4F4;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}
 
/* @end */
 
/* @group about */
 
#about {
	width: 345px;
	text-shadow: #000 0 1px 0;
}
 
#about ul {
	margin-bottom: 1em;
}
 
#about li p,
#about li li {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}
 
#about li li {
	padding: 5px 20px 0 75px;
}
 
#about li p#i {
	width: 50px;
	float: left;
	padding: 5px 10px 0 15px;
	text-align: right;
}
 
#about h3 {
	height: 60px;
	font-weight: normal; 
}
 
#about h3 a {
	display: block;
	height: 50px;
	padding: 10px 0 5px;
	text-decoration: none;
	text-shadow: #000 0 1px 0;
	-webkit-transition: background-color 0.25s linear;
}
 
#about h3 a:hover,
#about h3 a:focus {
	background: rgba(164, 173, 183, .15);
}
 
#about h3 a:active {
	background: rgba(164, 173, 183, .25);
}
 
#about h3 a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}
 
#about h3 a strong {
	color: #F4F4F4;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}
 
/* @end */
 
/* @group contact */
 
#contact {
	width: 345px;
	float: left;
}
 
#contact li {
	height: 60px;
}
 
#contact li a {
	display: block;
	height: 50px;
	padding: 10px 0 5px;
	text-decoration: none;
	text-shadow: #000 0 1px 0;
	-webkit-transition: background-color 0.25s linear;
}
 
#contact li a:hover,
#contact li a:focus {
	background: rgba(164, 173, 183, .15);
}
 
#contact li a:active {
	background: rgba(164, 173, 183, .25);
}
 
#contact li a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}
 
#contact li a strong {
	color: #F4F4F4;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}
 
 
#contact li.fn,
#contact li.photos,
#contact li.org,
#contact li span.type {
	display: none;
}
 
/* @end */
 
/* @end */