/* @override http://local.dev/Bill%20Noland/template/stylesheets/format.css */

/*
 *  William Noland
 *  Colors and typography
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

@import url(reset.css);
@import url(thickbox.css);


/* Begin text */

body {
	font-size: 62.5%;  /* Reset base size to 10px */
	line-height: 2em;
	color: #666666;
	}

body, h3, h4, input, textarea, select, label {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
		
h1, h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	}

h3, h4 {
	font-weight: normal;
	}

#header, #footer, blockquote {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
	padding-bottom: 1.538em;
	}
	
a:link, a:visited {
	color: #336699;
	text-decoration: none;
	}
	
a:hover, a:focus, a:active {
	border-bottom: 1px solid;
	}

h1 {
	font-size: 2em;
	letter-spacing: 2px;
	}
	
h2 {
	font-size: 1.461em;
	letter-spacing: 1px;
	padding-bottom: 1.053em;
	}
	
h3 {
	font-size: 1.077em;
	}

h4 {
	font-size: 0.923em;
	line-height: 1.333em; 
	padding: 0.333em 0;
	}
	
ul, ol {
	padding-bottom: 1.538em;
	}
	
blockquote {
	margin: 0 1em 1.538em;
	background: #d7dcdf;
	border: solid #666666;
	border-width: 1px 0;
	padding: 1.538em 20px 0;
	}

cite {
	font-style: italic;
	}
cite em, cite i {
	font-style: normal;
	}
	
img {
	display: block;
	-ms-interpolation-mode:bicubic;
	}

.left {
	float: left;
	}
.right {
	float: right;
	text-align: right;
	}

/* End text */ 


/* Begin header styles */

#header_wrapper {
	background: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

h1 {
	float: left;
	margin: 19px 0 0;
	}
h1 a {
	width: 300px;
	height: 22px;
	display: block;
	background: url(../media/interface/logo.png) no-repeat left top;
	text-indent: -9999px;
	}
h1 a:hover, h1 a:focus {
	background-position: left -22px;
	border: none;
	}

#nav {
	float: right;
	margin: 26px 0 0;
	padding: 0;
	}
#nav li {
	float: left;
	display: inline;
	width: auto;
	margin-left: 18px;
	letter-spacing: 1px;
	}
#nav li a {
	height: 34px;
	display: inline-block;
	color: #666666;
	}
#nav li.active a, #nav li a:hover, #nav li a:focus, #nav li a:active {
	color: #336699;
	border: none;
	background: url(../media/interface/menu-arrow.png) no-repeat center bottom;
	}
.dark #nav li.active a, .dark #nav li a:hover, .dark #nav li a:focus, .dark #nav li a:active {
	background: url(../media/interface/menu-arrow-dark.png) no-repeat center bottom;
	}

/* End header */


/* Begin body styles */

#content_inner {
	font-size: 1.3em;
	background: #efefef;
	}
.dark #content_inner {
	background: #d1d1d1;
	}

.related-link {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
	}
	
/* End body */


/* Begin footer styles */

#footer_wrapper {
	background: #ffffff;
	color: #999999;
	font-size: 1.1em;
	}
	
#footer a:link, #footer a:visited {
	color: #84accc;
	}
	
/* End footer */


/* Begin Homepage */

.homepage #content {
	display: none;
	}
	
.homepage h1 {
	margin: 0 auto;
	float: none;
	width: 472px;
	}
.homepage h1 a {
	width: 472px;
	height: 33px;
	background-image: url(../media/interface/front-noland.png);
	}
.homepage h1 a:hover, .homepage h1 a:focus, .homepage h1 a:active {
	background-position: left -33px;
	}

.homepage #nav {
	float: none;
	width: 100%;
	margin: 65px 0 0;
	}
.homepage #nav li {
	float: none;
	margin: 0 auto 38px;
	display: block;
	}
.homepage #nav li a {
	height: 22px;
	margin: 0 auto;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	}
.homepage #nav li a:hover, .homepage #nav li a:focus {
	background-position: 0 -22px;
	}

.homepage #nav_photo a, .homepage #nav_photo a:hover, .homepage #nav_photo a:focus {
	background-image: url(../media/interface/front-photo.png);
	width: 252px;
	}
.homepage #nav_sculpture a, .homepage #nav_sculpture a:hover, .homepage #nav_photo a:focus {
	background-image: url(../media/interface/front-sculpture.png);
	width: 188px;
	}
.homepage #nav_video a, .homepage #nav_video a:hover, .homepage #nav_photo a:focus {
	background-image: url(../media/interface/front-video.png);
	width: 103px;
	}
.homepage #nav_writing a, .homepage #nav_writing a:hover, .homepage #nav_photo a:focus {
	background-image: url(../media/interface/front-writing.png);
	width: 149px;
	}
.homepage #nav a#nav_about, .homepage #nav a#nav_about:hover, .homepage #nav_about a:focus {
	background-image: url(../media/interface/front-about.png);
	width: 97px;
	display: inline-block;
	display: -moz-inline-stack;
	}
.homepage #nav a#nav_contact, .homepage #nav a#nav_contact:hover, .homepage #nav_contact a:focus {
	background-image: url(../media/interface/front-contact.png);
	width: 135px;
	display: inline-block;
	display: -moz-inline-stack;
	}
.homepage #nav #nav_slash {
	background: url(../media/interface/front-slash.png) no-repeat left top;
	width: 31px;
	height: 22px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	text-indent: -9999px;
	}
	
/* End homepage */


/* Begin project menu format */

#menu_wrapper #thumbs a {
	color: #666666;
	}
#menu_wrapper #thumbs a:hover, #menu_wrapper #thumbs a:focus {
	color: #336699;
	}

/* Begin project menu layout */


/* Begin Scrollpane */

#sidebar_wrapper h2 a {
	background-color: #efefef;  /* Fix weird text rendering in IE7 */
	}
	
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 110px;
	z-index: 1;
	padding-right: 10px;
	}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	background: #cccccc;
	}
.jScrollPaneDrag {
	position: absolute;
	background: #999999;
	cursor: pointer;
	overflow: hidden;
	}