/* Overall formatting */

/* minimize this at http://www.minifycss.com/css-compressor
	- used highest compression
	- remove last;
*/

.js #display, .js #display .title, .js #display .detail, .js .leftcol, .js .feature, .js .feature-text h1, .js .feature-text p, .js .large, .js .view-larger, .js #footer { display:none }

h1, h2, h3, h4, h5, h6, p, div, body, a {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: rgb(88,89,91);
}

h1 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 3px;
}

body, p, div, a { font-size: 12px }

a { text-decoration: none; outline: none; }

img { border: 0px }

.hrule {
	background: url('/img/hr.jpg') repeat-x;
	width:100%;
	height:8px;
	margin-bottom: 25px;

}
	.hrule hr { display: none }
	.hrule img { text-align: center }

body {
	background: rgb(219,219,218);
	text-align: center;
}

#header-bar {
	width: 100%;
	height: 126px;

	background: #171613 url('/img/headerbar_bg.jpg') repeat-x;
}

#header {
	margin: 0 auto;
	width: 959px;
	height: 119px;
	background: url('/img/header_bg.jpg');
}

#logo {
	padding-top: 17px;
	padding-bottom: 13px;
}

#nav {
	position: relative;
	list-style: none;
	width: 706px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#nav li {
	position: absolute;
	top: 0px;
	height: 15px;
}

#nav-available-work {
	left: 0px;
	width: 172px;
	background: url('/img/navbar.jpg') 0 0px no-repeat;
}

#nav-portfolio {
	left: 173px;
	width:132px;
	background: url('/img/navbar.jpg') -173px 0px no-repeat;
}

#nav-profile {
	left: 305px;
	width:110px;
	background: url('/img/navbar.jpg') -305px 0px no-repeat;
}

#nav-news {
	width:90px;
	left: 415px;
	background: url('/img/navbar.jpg') -415px 0px no-repeat;
}

#nav-contact {
	width:120px;
	left: 505px;
	background: url('/img/navbar.jpg') -505px 0px no-repeat;
}

#nav-home {
	width:82px;
	left: 625px;
	background: url('/img/navbar.jpg') -625px 0px no-repeat;
}


#nav a {
	outline: none;
	display: block;
	text-indent: -9999px;
	color: #fff;
	text-decoration: none;
/* 	height: 18px; */
	height: 24px;
	position: relative;
	top: -6px;
}

#nav-available-work a:hover, #nav-available-work a.current {
	background: url('/img/navbar.jpg') 0 -9px no-repeat;
}

#nav-portfolio a:hover, #nav-portfolio a.current {
	background: url('/img/navbar.jpg') -173px -9px no-repeat;
}

#nav-profile a:hover, #nav-profile a.current {
	background: url('/img/navbar.jpg') -305px -9px no-repeat;
}

#nav-news a:hover, #nav-news a.current {
	background: url('/img/navbar.jpg') -415px -9px no-repeat;
}

#nav-contact a:hover, #nav-contact a.current {
	background: url('/img/navbar.jpg') -505px -9px no-repeat;
}

#nav-home a:hover, #nav-home a.current {
	background: url('/img/navbar.jpg') -625px -9px no-repeat;
}
/*

#nav-available-work a:hover, #nav-available-work a.current {
	background: url('/img/navbar.jpg') 0 -15px no-repeat;
}

#nav-portfolio a:hover, #nav-portfolio a.current {
	background: url('/img/navbar.jpg') -173px -15px no-repeat;
}

#nav-profile a:hover, #nav-profile a.current {
	background: url('/img/navbar.jpg') -305px -15px no-repeat;
}

#nav-news a:hover, #nav-news a.current {
	background: url('/img/navbar.jpg') -415px -15px no-repeat;
}

#nav-contact a:hover, #nav-contact a.current {
	background: url('/img/navbar.jpg') -505px -15px no-repeat;
}

#nav-home a:hover, #nav-home a.current {
	background: url('/img/navbar.jpg') -625px -15px no-repeat;
}
*/

#wrapper {
	width: 960px;
	margin: 33px auto 0;
	text-align: left;
}



#loading {
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 200px;
}

#available-work-large #loading, .portfolio-large #loading {
	top: 216px; /* accounts for available-work margin change */
}

.leftcol {
	float: left;
	width: 305px;
}

.rightcol {
	float: left:
	width: 460px;
}

/* Home */

#home #wrapper {
	text-align: center;
}

#home #display {
	width: 631px;
	margin: 0 auto;
	
	position: relative;
}

#home .title {
	padding-left: 13px;
}

#home .detail {
	padding-left: 15px;
}

#frame {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 631px;
	height: 505px;
}

#frame-top {
	position: absolute;
	top: -6px;
	left: 12px;
	
	width: 606px;
	height: 18px;
	background: url('/img/frame/top.png') repeat-x;
}

#frame-bottom {
	position: absolute;
	bottom: -6px;
	left: 11px;
	
	width: 608px;
	height: 18px;
	background: url('/img/frame/bottom.png') repeat-x;
}


#frame-tl-crnr {
	position: absolute;
	top: -6px;
	left: -6px;
	
	width: 18px;
	height: 18px;	
	background: url('/img/frame/tl-crnr.png');
}

#frame-tr-crnr {
	position: absolute;
	top: -7px;
	right: -5px;
	
	width: 18px;
	height: 18px;	
	background: url('/img/frame/tr-crnr.png');
}

#frame-left {
	position: absolute;
	top: 12px;
	left: -7px;
	
	width: 18px;
	height: 481px;	
	background: url('/img/frame/left.png') repeat-y;
}

#frame-right {
	position: absolute;
	top: 11px;
	right: -6px;
	
	width: 18px;
	height: 482px;
	background: url('/img/frame/right.png') repeat-y;
}

#frame-bl-crnr {
	position: absolute;
	bottom: -6px;
	left: -7px;
	
	width: 18px;
	height: 18px;
	background: url('/img/frame/bl-crnr.png');
}

#frame-br-crnr {
	position: absolute;
	bottom: -6px;
	right: -6px;
	
	width: 18px;
	height: 18px;
	background: url('/img/frame/br-crnr.png');
}

.title {
	color: #58595b;
	letter-spacing: -1px;
	padding-top: 22px;
	padding-left: 3px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.detail, .price {
	color: #58595b;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
	font-size: 11px;
}


/* Available Work */

#available-work .leftcol, .portfolio .leftcol {
	float: left;
	width: 200px;
	text-align: center;
	margin: 0px;
	height: 500px;
}

#thumbnails { /* at rest position is what all the second pages show by default */
	position: relative;
/* 	border: 1px solid red; guide for checking if our slider is working properly  */
	border: 1px solid #DBDBDA; /* used for making our slider work properly */
	top: 57px;
	
	overflow: hidden;
	width: 198px;
	height: 400px;
}

	#thumbnails.first { /* for all first page thumbnails, we want to bump things up */
		top: 31px;		
	}

	#thumbnails.last { /* for all last page thumbnails, we want to bump things down */
		top: 83px;		
	}

.thumb {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	margin-bottom: 23px;	
}

#thumbnails .last, #thumbnails .lastOff {
	margin-bottom: 17px;
}

.previous { /* at rest position is what all the second pages show by default */
	position: absolute;
	margin-top: 4px;
	width: 200px;
}

	.previous.last { /* for all last page thumbnails, we want to bump things down */
		margin-top: 30px;
	}

/* we're doing this so we can center an absolutely positioned element
	- had to be absolutely positioned so we could show it again after sliding around our thumbnails
	- had to be centered with margins so we could make it look nice, if text is blown up still would be centered
*/
.previous .centered {
	margin: 0 auto;
}

.previous img {
	padding-bottom: 2px;
}

.see-more { /* state at rest is for middle pages */
	position: relative;
	top: 27px;
	margin-top: 40px;
}

	.see-more.first { /* move it up for the first page */
		top: 0px;
	}

.see-more img {
	margin-top: 2px;
}

.feature {
	position: relative;
	margin: 0px;
	margin-left: 40px;
	float: left;
	text-align: center;
}

.fwide {
	width: 720px;
}

.feature-tall {
	width: 375px;
}

/*
.view-larger {
}
*/
.view-larger {
	padding-top: 20px;
	height: 25px;
}

.feature-text-wide .view-larger {
	position: absolute;
	top: 0px;
	right: -8px;

	text-align: right;
}


.view-larger span {
	background: url('/img/btns/view-larger.gif') no-repeat 0 0px;
	padding-left: 22px;
	height: 15px;
	display: block;
}

.feature-text {
	font-size: 12px;
}


.feature-text p {
	padding-left: 3px;
	padding-bottom: 4px;
	line-height: 1.5em;
}

.feature-text p + p {
	padding-top: 5px;
}

.feature-text .detail {
	font-style: italic;
	padding-bottom: 0px;
}

.feature-text .price {
	font-style: italic;
	padding-top: 1px;
	padding-bottom: 25px;
}

.feature-text-tall {
	float: left;
	margin-left: 45px;
	width: 290px;
	
	/* discuss with chris */
	margin-top: 10px;
}

.feature-text-wide { /* just added the clear/float combo to fix a webkit bug - 8.24.10 */
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	left: 250px;
	padding-top: 20px;
/* 	margin-left: 250px; */
/* 	width: 450px; */
}

.feature-text-wide p { width: 605px; }
.feature-text-wide h1, .feature-text-wide .detail, .feature-text-wide .price { width: 450px; }

/*
.feature-text-wide {
	position: relative;
	top: -25px;
	left: 250px;
	width: 450px;
}
*/

.feature-text-wide .price {
	padding-bottom: 15px;
}

.view-larger span:hover {
	text-decoration: underline;
}

/* Available Work Large */

#available-work-large #wrapper, .portfolio-large #wrapper {
	margin-top: 17px;
	text-align: center;
}

.large {
	height: 619px;
	margin: 0 auto;
	text-align: center;
}

.large .feature-text {
	margin-left: 11px;
	margin-top: 12px;
	text-align: left;
}

.large-nav {
	position: relative;
	margin: 0 auto;
	height: 33px;
	text-align: left;
}


	.large-nav .return {
		position: absolute;
		left: 15px;
		width: 250px;
		display: inline;
		background: url('/img/btns/large-nav.gif') no-repeat;
		height: 18px;
	}

	.large-nav .return a {
		position: relative;
		top: 3px;
		padding: 3px 0px 3px 25px;
		font-size: 10px;
		font-weight: bold;
	}

	.large-nav .prev-next {
		margin: 0px;
		padding: 0px;
		text-align: right;
		
		position: absolute;
		right: 15px;
		list-style: none;
	}

	.back {
		background: url('/img/btns/large-nav.gif') no-repeat 0px -18px;
		padding-left: 11px;
		height: 9px;
		font-size: 9px;
	}
	
	.back a, .next a {
		font-size: 10px;
		font-weight: bold;
	}
	
	.back a { /* want to extend our link over the arrows */
		margin-left: -15px;
		padding-left: 15px;
	}
	
	.large-nav .spacer {
		padding: 0px 10px;
	}
	
	.next {
		height: 9px;
		background: url('/img/btns/large-nav.gif') no-repeat 26px -28px;
	}
	
	.next a {
		padding-right: 15px;	
	}
/*
	.next .arrows {
		position: relative;
		top: 2px;
		background: url('/img/btns/large-nav.gif') no-repeat 0px -28px;
		margin-left: 4px;	
		width: 15px;
	}
*/
		
	.large-nav .prev-next li {
		display: inline;	
	}
	
/* Bio */
	
#bio .leftcol {
	float: left;
	width: 305px;
	margin-left: 100px;
}


#bio .rightcol {
	width: 460px;
	float: left;
	margin-top: 33px;
}

#bio p {
	text-align: justify;
	padding-bottom: 15px;
}

#profile-nav {
list-style:none;
white-space: nowrap;
height: 21px;
padding: 0;
display: block;
margin: 0;
}

	#profile-nav li {
	display:inline;
	}
	
	#profile-nav li a {
	text-align: center;
	text-decoration:none;
	background-repeat: no-repeat;
	float:left;
	height: 21px;
	}
	
	#profile-nav li a span {
	position: absolute;
	left: -9999px;
	}
	
	#profile-nav a.active {
		cursor: default;
	}
	
	#profile-nav-bio a {
	width:41px;
	background-image: url('/img/bio.jpg');
	}
	
	#profile-nav-bio a:hover {
	background-image: url('/img/bio-on.jpg');
	}
	
	#profile-nav-bio a:hover, #bio #profile-nav-bio a {
	background-image: url('/img/bio-on.jpg');
	}

	#profile-nav-resume a {
	width:78px;
	background-image: url('/img/resume.jpg');
	}
	
	#profile-nav-resume a:hover {
	background-image: url('/img/resume-on.jpg');
	}
	
#profile-nav-resume a:hover, #resume #profile-nav-resume a {
	background-image: url('/img/resume-on.jpg');
	}
	
#headshot-image {
	position: relative;
	left: -11px;
	width: 260px;
	height: 350px;
	margin-top: 9px;
}

/* Resume */
	
#resume .leftcol {
	float: left;
	width: 330px;
	margin-left: 70px;
	margin-right: 30px;
}

#resume .rightcol {
	width: 460px;
	float: left;
	margin-top: 33px;
}

#resume li {
	padding-bottom: 10px;
}

#resume-image {
position: relative;
	left: -10px;
	width: 338px;
	height: 264px;
	margin: 9px 0;
}

#resume-text {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/* News */

#news #wrapper {
	width: 650px;
	margin: 33px auto 0;
	text-align: center;	
}

.newsbit{ clear:both; padding-bottom: 2.5em; }

#news .leftcol {
	float: left;
	width: 150px;
	padding-left: 10px;
	text-align: left;
}

#news .rightcol {
	float: left;
	text-align: left;
/* 	padding-left: 160px; */
	padding-right: 10px;
}
.newsbit .leftcol, .newsbit .rightcol {padding-bottom: 2.5em;}
.newsbit .rightcol {width: 475px}
 
#news .thumb {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}

#news h1 { clear: both; }
	
#news h2 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 15px;
}
	
	#news .rightcol h2 {
		margin-bottom: 3px;
		margin-top: 3px;
	}
	
.newstype {
	font-weight: bold;
}
	
#news a {
	color: #a0afae;
}

#news h2 a {
	color: #58595B;
	text-decoration: underline;
	font-size: 15px;
}

.updates p {
	text-align: justify;
}

/* Contact page */

#contact #wrapper { text-align: center; }

#contact .fn { display: none }

#contact .vcard { font-style: normal }
#contact .vcard a, #contact .vcard .tel { font-size: 14px; line-height: 2.0em }

.guestbook {
	margin: 0 auto;
	margin-top: 35px;
	width: 340px;
}

.guestbook h1 {	padding-bottom: 8px }

.guestbook .hrule { margin-bottom: 14px }

.guestbook form {
	text-align: left;
	margin: 0 10px;
}

.guestbook form div {
	padding-bottom: .75em;
}

.guestbook input, .guestbook textarea {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: rgb(167,169,172);
	border: 1px solid #fff;
	padding: 4px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.guestbook .gray { color: #e6e6e6; font-weight: normal; }

.guestbook .street input, .guestbook .email input, .guestbook .comments textarea { width: 307px }
.guestbook .city, .guestbook .phone input, .guestbook .name input { width: 147px; float: left }


.guestbook .first-name { margin-right: 3px }

/* clump them a bit more */
.guestbook .street { padding-bottom: .25em }

.guestbook .city { margin-right: 3px }
.guestbook .state { width: 44px; margin-right: 3px; }
.guestbook .zip { width: 85px }

/* .guestbook .phone input { width: 48% } */

.guestbook .comments, .guestbook .email { padding-top: 0.75em; clear: both }

.guestbook .comments textarea {
/* 	width: 100%; */
	height: 15em;
}

.guestbook .updates, .guestbook .updates p {
	color: rgb(122,135,134);
	font-size: 11px;
}

.guestbook .updates { margin-left: 1em }
.guestbook .updates input { background: none; border: none; }
.guestbook .updates p { padding-bottom: .25em }

.guestbook .submit { padding: 3px; margin-top: .75em; margin-left: 1em; border: none; }
.guestbook .submit:hover { background: rgb(180,180,180); }

.guestbook .errors { text-align: left; margin-left: 1em; margin-bottom: 1em;}

/* Safari 3.0 and Chrome rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.next { background-position-y: -27px }

	.guestbook form div { padding-bottom: .5em; }
	/* clump them a bit more */
	.guestbook .street { padding-bottom: .05em }
	
	.guestbook .submit { padding: 2px 5px; }
}

#force-scrollbar { position: absolute; top: 0; bottom: -1px;
                      width: 1em; z-index: -1; }
                      
#footer {
	margin:0 auto;
	width: auto;
	clear: both;
	padding-top: 25px;
	position: relative;
}

#home #footer { padding-top: 45px; }
#home #copyright, #home #site-by { top: 55px; }

#bio #footer {
	width: 765px;
}

#resume #footer {
	width: 820px;
}

#news #footer { width: 650px }
#contact #footer { width: 706px }


#footer .hrule {
	text-align: center;
}		

#copyright, #site-by {
	position: absolute;
	top: 35px;
	font-size: 10px;
	color: #aaa;
}

#copyright { left: 5px }

#site-by { right: 5px }
	#site-by a { color: #aaa; font-size: 10px }
	#site-by a:hover { color: #888; text-decoration: underline }
	

/* 		Mods to site look centered for portfolio */
.portfolio .leftcol {padding-left: 25px}
.feature-text-wide { left: 275px }
#available-work #footer, .portfolio #footer { padding-left: 15px; top: 25px }
.portfolio #copyright { left: 20px }

.feature-text-tall { width: 275px }
.feature-text-short { left: 53px; clear: right }
