body {
	background: #070707 url(../images/body-background.gif) top center repeat-x;
	color: #cfcfcf;
	font: normal 62.5%/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial;
}

#body-wrap {
	background: url(../images/body-background-top.gif) top center no-repeat;
	height:500px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color:#a05353;
	text-transform:uppercase;
}

p {
	margin-bottom:1em;
}


/* LINKS */

a:link, a:visited {
	color: #a05353;
	text-decoration: none;
}

#masthead {
	height:137px;
}

#masthead #branding a {
	background:transparent url(../images/branding.gif) center center no-repeat;
	display:block;
	float:left;
	height:24px;
	margin-top:59px;
	width:620px;
	text-align:left;
	text-indent:-9999px;
}

#masthead #branding a:active {
	border-bottom:none;
}

#masthead .navigation {
	margin-top:65px;
	float:right;
}

#masthead .navigation li {
	display:inline;
}

#masthead .navigation li a {
	background:transparent url(../images/masthead-navigation-sprite.gif) 0 top;
	display:block;
	float:left;
	height:18px;
	margin-left:20px;
	text-align:left;
	text-indent:-9999px;
}

#masthead .navigation li a:active {
	border-bottom:none;
}

#masthead .navigation li.blog a {
	background-position:0 top;
	width:42px;
}
body.blog #masthead .navigation li.blog a { background-position:0 -18px; }
#masthead .navigation li.blog a:hover { background-position:0 bottom; }

#masthead .navigation li.about-me a {
	background-position:-43px top;
	width:90px;
}
body.about-me #masthead .navigation li.about-me a { background-position:-43px -18px; }
#masthead .navigation li.about-me a:hover { background-position:-43px bottom; }

#masthead .navigation li.contact a {
	background-position:-133px top;
	width:79px;
}
body.contact #masthead .navigation li.contact a { background-position:-133px -18px; }
#masthead .navigation li.contact a:hover { background-position:-133px bottom; }

#container {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 auto;
	width: 940px;
}

/* FOOTER */

#footer {
	border-top: 1px solid #303030;
	color: #4f4f4f;
	margin:50px 0 0 0;
	padding: 10px 0 50px 0;
}

#footer p#copyright {
	float: left;
	line-height: 12px;
}

#footer ul.navigation {
	float: right;
}

#footer ul.navigation li {
	display: inline;
}

#footer ul.navigation li a {
	background:transparent url(../images/footer-navigation-sprite.gif) top left no-repeat;
	float:left;
	display:block;
	height:13px;
	margin-left:20px;
	text-align:left;
	text-indent:-9999px;
}

#footer ul.navigation li a:hover {
	border-bottom:none;
}

#footer ul.navigation li.portfolio a {
	background-position:0 top;
	width:72px;
}
#footer ul.navigation li.portfolio a:hover { background-position:0 bottom; }
body.portfolio #footer ul.navigation li.portfolio a { background-position:0 -13px; }

#footer ul.navigation li.blog a {
	background-position:-82px top;
	width:35px;
}
#footer ul.navigation li.blog a:hover { background-position:-82px bottom; }
body.blog #footer ul.navigation li.blog a { background-position:-82px -13px; }

#footer ul.navigation li.about-me a {
	background-position:-127px top;
	width:72px;
}
#footer ul.navigation li.about-me a:hover { background-position:-127px bottom; }
body.about-me #footer ul.navigation li.about-me a { background-position:-127px -13px; }

#footer ul.navigation li.contact a {
	background-position:-209px top;
	width:63px;
}
#footer ul.navigation li.contact a:hover { background-position:-209px bottom; }
body.contact #footer ul.navigation li.contact a { background-position:-209px -13px; }


/* Social Networking Links */
#social-networks li {
	display:inline;
} 

#social-networks li a {
	background:transparent url(../images/social-networks.png) no-repeat top left;
	opacity:0.3;
	float:left;
	height:32px;
	width:31px;
	text-align:left;
	text-indent:-9999px;
}

#social-networks li:last-child a {
	margin-right:0;
}

#social-networks li a:hover {
	border:none;
	opacity:0.8;
}

#social-networks li#twitter a { background-position:0 0; }
#social-networks li#facebook a { background-position:-36px 0; }
#social-networks li#virb a { background-position:-72px 0; }
#social-networks li#skype a { background-position:-108px 0; }
#social-networks li#linkedin a { background-position:-144px 0; }
#social-networks li#flickr a { background-position:-178px 0; }

.mugshot {
	float:left;
	margin:5px 10px 0px 0;
}

/*
FLOAT CLEARING
http://nclud.com/sketchbook/clearfix-is-out-were-moving-on/
*/
.clear:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin-bottom: 0;
}

.clear {
	display: inline-block;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}
