@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@import url('typography.css');

body {
	background-color: #ffd478;
	margin: auto;
	width: 100%;
}
div#status-bar {
	background: url('../img/status-bar-bg.png') repeat-x;
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}
div#header {
	background: url('../img/header.jpg') no-repeat;
	background-position:center;
	background-color: #ffeebb;
	border-bottom: 2px ridge #ffffff;
	height: 150px;
	width: 100%;
}
div#logo {
	margin: auto;
	padding-top: 35px;
	width: 800px;
}
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}
div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
	padding-bottom: 40px;
}
div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}
div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 233px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}
div#page-wrapper2 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 630px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}
div#page-wrapper3 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 630px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}
div#page-wrapper4 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 1200px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 810px;
}
div#slideshow {
	border-right: 1px solid #b2b2b2;
	float: left;
	padding-right: 15px;
	width: 375px;
}
div#slides {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}
div#slides a.thumb {
	display:none;
}
div#slides a.default-slide {
	display:block;
}
div#slideshow-commands {
	background: url('../img/commands-bg.png') no-repeat;
	height: 35px;
	left: 15px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}
a#previous-slide {
	background: url('../img/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 25px;
}
a#next-slide {
	background: url('../img/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 25px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 25px;
}
div#slideshow-commands h4 {
	margin-top:1px;
	width:100%;
}
div#message {
	margin-left: 410px;
	width: 350px;
}
div#message h3 {
	margin-bottom: 20px;
}
ul#tabs {
	margin-top: 30px;
	position: absolute;
	right: 0px;
	top: -80px;
}
ul#tabs li {
	background: url('../img/tabs-sprite.png') no-repeat;
	float: left;
	height: 50px;
	margin-right: 1px;
	width: 120px;
}
ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}



ul#tabs li#home {
	background-position: 0px 0px;
}
ul#tabs li#home:hover {
	background-position: 0px -55px;
}
ul#tabs li#home.current, ul#tabs li#home:active {
	background-position: 0px -110px;
}
ul#tabs li#portfolio {
	background-position: -120px 0px;
}
ul#tabs li#portfolio:hover {
	background-position: -120px -55px;
}
ul#tabs li#portfolio.current, ul#tabs li#portfolio:active {
	background-position: -120px -110px;
}
ul#tabs li#about {
	background-position: -240px 0px;
}
ul#tabs li#about:hover {
	background-position: -240px -55px;
}
ul#tabs li#about.current, ul#tabs li#about:active {
	background-position: -240px -110px;
}


div#blog {
	float: left;
	margin: 50px 15px 0px 0px;
	width: 385px;
}
div#blog h4.module-header-bar {
	background: url('../img/blog-header-bar.png') no-repeat;
	height: 50px;
	margin-bottom: 15px;
	padding-top: 13px;
	width: 385px;
}
div#blog div.blog-entry {
	margin-left:15px;
}
div#blog div.blog-entry h5 {
	float:left;
	width:200px;
}
div#blog div.blog-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}
div#blog div.blog-entry p.meta {
	padding-top:4px;
}
p#read-more-wrapper {
	float:right;
	margin-top:10px;
	width:215px;
}
p#read-more-wrapper a {
	background:url('../img/read-more-button.png') no-repeat;
	border:none;
	display:block;
	height:30px;
	text-indent:-9000px;
	width:214px;
}
p#read-more-wrapper a:hover {
	background-position: 0px -35px;
}
p#read-more-wrapper a:active {
	background-position: 0px -65px;
}
div#sketchbook {
	margin: 38px 0px 0px 415px;
	width: 375px;
}
div#sketchbook h4.module-header-bar {
	background: url('../img/sketchbook-header-bar.png') no-repeat;
	height: 40px;
	padding-top: 26px;
	width: 385px;
}
p#get-sketch-wrapper {
	float:right;
	margin-top:9px;
	width:215px;
}
p#get-sketch-wrapper a {
	background: url('../img/get-sketches-button.png') no-repeat;
	border: none;
	display: block;
	height: 30px;
	text-indent: -9000px;
	width: 214px;
}
p#get-sketch-wrapper a:hover {
	background-position: 0px -35px;
}
p#get-sketch-wrapper a:active {
	background-position: 0px -65px;
}
div#sketchbook div.sketch {
	margin: 3px 0px 17px 30px;
}

div#sketchbook div.sketch img {
	border: 1px solid #757575;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
div#footer-image {
	background: url('../img/footer-image.jpg') no-repeat #6eb9cc;
	background-position:center;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}
p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 50px;
	padding-top: 13px;
	width: 100%;
}
div#contact {
	color: #406b87;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 250px;
	margin-top: 10px;

}
div#contact a { color: #9f5e2d; text-decoration: none; font-size: 16px;}

.tnails {
	padding: 0px;
	height: 600px;
	width: 370px;
	float: left;
	background-color:#9f5e2d;
	border:medium #757575;
}
.thumby {
	padding-left: 25px;
	padding-top: 25px;
}
.left_tnail a {
	float: left;
}
.right_tnail a {
	float: right;
}
.imagedisplay {
	padding: 0px;
	float: right;
	height: 600px;
	width: 390px;
	background-color:#00488c;
	border:medium #757575;
	text-align: center;
}
div#page-wrapper3 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 250px;
	margin-top: 75px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}
div#portraitshell {
	float: left;
	padding-right: 15px;
	width: 375px;
}
div#fridayshell {
	float: left;
	padding-right: 15px;
	width: 805px;
}
div#portrait {
	border: 1px solid #a7a7a7;
	height: 200px;
	width: 370px;
}
div#friday {
	border: 1px solid #a7a7a7;
	height: 1120px;
	width: 800px;
}
div#aboutcb {
	margin-left: 410px;
	width: 350px;
}
div#aboutcb h3 {
	margin-bottom: 20px;
}
div#aboutcb p {
	margin-bottom: 10px;
}
div#sketchblurb {
	padding: 0px;
	height: 600px;
	width: 370px;
	float: left;
	background-color:#ffffff;
	border:medium #757575;
}
div#sketchblurb h3 {
	text-align: center;
	margin-bottom: 20px;
}
div#sketchblurb p {
	margin-bottom: 10px;
	width: 320px;
}
.sketchblurb_title {
	color: #9f5e2d;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.sketchbookpageentry {
	margin-bottom: 20px;
	padding: 15px;
	background-color:#FFFFCC;
}
.sketch-entry {
	margin-left:15px;
}
.sketch-entry h5 {
	float:left;
	width:200px;
}
.sketch-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
	line-height: 18px;
}
.sketch-entry p.meta {
	padding-top:4px;
}
.entry {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
.albgcolor {
	background-color: #406b87;
}