/* body { background : url(../images/grid.gif) repeat-y 50% 0; } */

@font-face {
	font-family: 'League Gothic';
	src: url("LeagueGothic.eot");
	src: local('League Gothic'),
	url("LeagueGothic.svg#lg") format('svg'),
	url("http://www.nickpruitt.com/fonts/league-gothic/LeagueGothic.otf") format('opentype');
}

.nav { 
	font-family: "League Gothic", "Arial Narrow", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* = Main Navigation
---------------------------------------------- */
#site-info .nav {
	position: absolute;
	right: 10px;
	top: 10px;
}

#site-info .nav ul ul {
	position: absolute;
	top: -999em;
}

#site-info .nav li a { clear: left; }

#site-info .nav ul span {
	font-size: 11px;
	float: left;
	line-height: 15px;
	margin-top: 5px;
}

#site-info .nav ul ul li:last-child a { 
	background: rgb(0,0,0) url(../images/nick-icon.gif) no-repeat 100% 50%;
}

#site-info .nav li:hover ul {
	right:			0;
	top:			1.25em; /* match top ul list item height */
	z-index:		99;
}

#site-info .nav li:hover li ul {
	top:			-999em;
}

#site-info .nav ul a {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	color: rgb(232,232,232);
	color: rgba(255,255,255,.5);
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#site-info .nav ul ul a {
	background: rgb(0,0,0);
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid rgb(232,232,232);
	border-color: rgba(255,255,255,.5);
	text-transform: none;
	width: 150px;
}

#site-info .nav a:hover {
	color: #fff;
}

/* = Main Navigation
---------------------------------------------- */
#about #content ul { list-style: disc; margin-bottom: 18px;}
#about #content li, #about p { margin-bottom: 14px; }

#about #content {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin: 0 auto;
	padding-top: 64px;
	width: 1020px;
}

#about #content-main {
	float: left;
	width: 804px;
}

#about #content-main h1 { 
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 16px;
}

#about #colophon {
	float: left;
	margin-top: 14px;
	width: 804px;
}

#about #bio h2,
#about #colophon h2 { 
	font-size: 24px;
	margin-bottom: 8px;
}

#about #bio { 
	float:left;
	margin-top: 14px;
	padding-left: 206px;
	width: 588px;
}

#about #content-sub {
	float: right;
	margin-top: 200px;
	width: 196px;
}

#about #content h3 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#about #content-sub li {
	font-size: 12px;
	margin-bottom: 8px;
}

/* = Archive Navigation
---------------------------------------------- */
#articles .nav {
	margin: 0 auto;
	width: 640px;
}

#articles .nav li {
	border-bottom: 1px solid #ccc;
	display: block;
	width: 100%;
}

#articles .nav a {
	color: #222;
	padding: 10px;
	text-decoration: none;
}

#articles .nav a:hover {
	color: #999;
}


/* = Bottom Navigation
---------------------------------------------- */
#footer {
	background: #2d2d2d;
	clear: both;
	float: left;
	padding: 20px 0;
	position:relative;
	width: 100%;
}

#footer .nav {
	float: left;
	font-size: 18px;
	letter-spacing: 2px;
   	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

#footer .nav ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#footer .nav ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#footer .nav ul li:first-child { margin-right: 12px; }

#footer a { 
	color: #999;
	padding: 5px 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/* = Progressive Enrichment 
	 Use an awesome browser 
	 and get cool stuff for free!
---------------------------------------------- */
.submit a,
.btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nav a {
	text-shadow: 0px 1px 2px #000;
}

.nav a {	 
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .3s; 
	-webkit-transition-timing-function: ease-in; 
}

.nav a:hover { -webkit-transition-timing-function: ease-out; }
