/* Deaghean.com - Designed by Josh Hughes
   (josh@deaghean.com) */

/* @group Basic Styling */

body 
{
	background: url(../images/background.gif) repeat-x #11162f;
	color: #fff;
	margin: 0;
	padding: 0;
	font: 80% "proxima-nova-1","proxima-nova-2", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

a 
{
	font-weight: bold;
	text-decoration: none;
	color: #aacaf2;
}

a:hover 
{
	color: #fff;
	text-decoration: underline;
}

img 
{
	border: 0;
}

h2, h3, h4, h5, h6, p, ul 
{
	margin: 0 0 15px 0;
}

h2 
{
	font-size: 2.5em;
	font-weight: 100;
}

h3 
{
	color: #c9e2ff;
	font-size: 1.6em;
	padding-top: 15px;
}

h3.first 
{
	padding: 0;
}

h4 
{
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 0;
}

p, li, td, th 
{
	font-size: 1.1em;
	line-height: 1.8em;
}

ul 
{
	padding-left: 20px;
	list-style: circle;
}

/* @end */

/* @group Containers and Header */

.page 
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header h1 
{
	background: url(../images/josh_hughes.gif) no-repeat;
	width: 340px;
	height: 265px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.header h1 a 
{
	display: block;
	width: 340px;
	height: 170px;
}

/* @end */

/* @group Main Menu */

.nav 
{
	position: absolute;
	left: 308px;
	top: 84px;
	width: 662px;
}

.nav ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav ul li 
{
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -5000px;
	display: block;
	height: 63px;
	margin-left: 2px;
	overflow: hidden;
}

.nav ul li a, .nav ul li strong 
{
	height: 63px;
	display: block;
	background-position: 0 -63px;
	background-repeat: no-repeat;
}

.nav ul li a 
{
	height: 43px;
	outline: none;
}

.nav ul li strong 
{
	background-position: 0 0;
}

.nav ul li strong.hovered
{
	background-position: 0 -63px;
}

.nav ul li a:hover 
{
	background-position: 0 -126px;
	height: 43px;
}

.nav ul li#skip-to-content
{
	position: absolute;
	top: -50px;
	left: -300px;
	text-indent: 0;
	height: auto;
	width: auto;
	overflow: visible;
}

.nav ul li#skip-to-content a
{
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 1px;
	height: 1px;
}

.nav ul li#skip-to-content a:focus, .nav ul li#skip-to-content a:active
{
	width: auto;
	height: auto;
	display: inline;
	overflow: visible;
	padding: 5px;
	background: #090c22;
}

#nav-portfolio 
{
	width: 202px;
	margin: 0;
}

#nav-portfolio a, #nav-portfolio strong 
{
	background-image: url(../images/nav_portfolio.gif);
	width: 202px;
}

#nav-about 
{
	width: 119px;
}

#nav-about a, #nav-about strong 
{
	background-image: url(../images/nav_about.gif);
	width: 119px;
}

#nav-resume 
{
	width: 91px;
}

#nav-resume a, #nav-resume strong 
{
	background-image: url(../images/nav_resume.gif);
	width: 91px;
}

#nav-bookmarks
{
	width: 122px;
}

#nav-bookmarks a, #nav-bookmarks strong 
{
	background-image: url(../images/nav_bookmarks.gif);
	width: 122px;
}

#nav-weblog 
{
	width: 92px;
}

#nav-weblog a, #nav-weblog strong 
{
	background-image: url(../images/nav_weblog.gif);
	width: 92px;
}

#nav-colophon 
{
	width: 108px;
}

#nav-colophon a, #nav-colophon strong 
{
	background-image: url(../images/nav_colophon.gif);
	width: 108px;
}

/* @end */

#content 
{
	width: 960px;
	position: absolute;
	top: 170px;
}

.section 
{
	background: url(../images/section_header.gif) no-repeat #090c22;
	padding: 30px;
	overflow: hidden;
	float: left;
}

.section[class=section]
{
	float: none;
}

.section-portfolio 
{
	background: url(../images/section_header_wide.gif) no-repeat #090c22;
	padding: 30px;
	overflow: hidden;
}

.section-footer 
{
	background: url(../images/section_footer.gif) no-repeat top left;
	width: 715px;
	height: 40px;
	clear: both;
}

.section-footer-portfolio 
{
	background: url(../images/section_footer_wide.gif) no-repeat top left;
	width: 960px;
	height: 40px;
}

.article 
{
	width: 715px;
	float: left;
	margin-right: 20px;
}

.side-bar 
{
	width: 225px;
	float: left;
}

.side-bar h2 
{
	margin: 0;
	padding-top: 30px;
}

.side-bar a 
{
	color: #fff;
	background: #090c22;
	padding: 5px;
	text-decoration: none;
}

.side-bar a:hover 
{
	border: 0;
	background: #040511;
}

.side-bar .button a 
{
	background: none;
	padding: 0;
}

.side-bar p 
{
	font-size: 1em;
	color: #c9e2ff;
	padding-left: 40px;
}

.side-bar p.button 
{
	padding: 0;
	margin: 0;
}

.side-bar ul 
{
	list-style: none;
	padding: 0 0 0 40px;
}

.side-bar li 
{
	padding-bottom: 10px;
}

/* @group Portfolio */

#portfolio 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#portfolio li 
{
	margin-bottom: 20px;
	padding-bottom: 6px;
}

#portfolio li.last
{
	margin-bottom: 0;
	padding-bottom: 0;
}

#portfolio li img 
{
	margin-bottom: 12px;
}

#portfolio h2 
{
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0 10px 0 0;
	border-right: 2px solid #353a51;
	padding: 0 10px 0 0;
}

#portfolio p 
{
	margin: 0;
	display: inline;
	font-size: 1.2em;
}

#portfolio p.small-screenshot
{
	height: 255px;
	overflow: hidden;
	display: block;
}

.screenshot 
{
	position: relative;
	left: -26px;
	margin: 15px 0 0 0;
	clear: both;
}

.site-roles 
{
	margin-bottom: 15px;
}

.site-roles th, .site-roles td 
{
	padding: 5px 10px;
	border-bottom: 2px solid #090c22;
	vertical-align: top;
}

.site-roles th 
{
	background: #151931;
	text-align: right;
	width: 100px;
	text-transform: uppercase;
}

.details
{
	width: 310px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.description
{
	border-left: 2px solid #151931;
	padding-left: 30px;
	width: 538px;
	float: left;
	margin-bottom: 20px;
}

.prev-next
{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.prev a, .next a, .prev strong, .next strong
{
	float: left;
	width: 76px;
	height: 0px;
	padding-top: 34px;
	overflow: hidden;
	display: block;
	background: url(../images/nav_prev_next.gif) no-repeat;
}

.next a, .next strong
{
	width: 79px;
}

.prev a
{
	background-position: 0 0;
}

.prev a.no-next
{
	width: 75px;
	border-right: 1px solid #33394f;
}

.prev a:hover
{
	background-position: 0 -34px;
}

.prev strong
{
	background-position: 0 -68px;
}

.next a
{
	background-position: -76px 0;
}

.next a:hover
{
	background-position: -76px -34px;
}

.next strong
{
	background-position: -76px -68px;
}

/* @end */

/* @group Resume */

.row
{
	width: 100%;
	float: left;
}

.row.awards
{
	margin: 30px 0;
}

.row h3
{
	width: 170px;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	text-align: right;
}

.column
{
	width: 455px;
	float: left;
	padding-top: 2px;
}

.position
{
	position: relative;
	float: left;
	border-top: 1px solid #5a6174;
	padding: 15px 0 0 200px;
}

.position.last
{
	border-bottom: 1px solid #5a6174;
	margin-bottom: 15px;
}

.position h4
{
	margin-top: 0;
}

.position h5
{
	font-size: 1.1em;
	color: #e8e8e8;
}

h5.work-dates 
{
	white-space: nowrap;
	color: #e8e8e8;
	width: 170px;
	float: right;
	font-size: 1.2em;
	line-height: 1.8em;
	overflow: hidden;
	text-align: right;
	position: absolute;
	top: 15px;
	left: 0;
}

.resume p
{
	clear: both;
}

.awards ul
{
	list-style: none;
	padding: 0;
}

/* @end */

/* @group Bookmarks */

.bookmarks .intro
{
	width: 170px;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
}

.bookmarks .column
{
	padding-top: 0;
}

#content .delicious-posts ul
{
	margin: 0;
}

#content .delicious-extended
{
	font-size: 1em;
}

#content .delicious-post
{
	margin-bottom: 15px;
}

#content a.delicious-tag
{
	color: #ccc;
	font-size: 0.95em;
}

#content .delicious-banner sidebar-title
{
	display: none;
}

/* @end */

/* @group Colophon */

#tools th, #tools td 
{
	padding: 5px 10px;
	border-bottom: 2px solid #090c22;
	vertical-align: top;
}

#tools th 
{
	background: #151931;
	text-align: right;
	width: 190px;
}

#dock
{
	float: left;
	margin: 0 30px 15px -28px;
}

/* @end */

/* @group Special Classes */

.left-figure 
{
	float: left;
	margin: 0 15px 15px 0;
}

.right-figure 
{
	float: right;
	margin: 0 0 30px 30px;
}

.left-figure img, .right-figure img 
{
	border: 2px solid #fff;
}

/* @end */