@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
#header {
	height: 197px;
	width: 100%;
	background-color: #02282b;
	background-image:url(../images/clouds.jpg);
	background-position:center;
	background-repeat: repeat-x;
}
.headerContent {
	width: 960px;
	height: 190px;
	margin: 0 auto;
	padding: 0 20px;
}
a {
	color: #444;
}
a.resume-button {
	display: block;
	width: 150px;
	height: 20px;
	background: #baaf77; /* Old browsers */
	background: -moz-linear-gradient(top, #baaf77 0%, #d8ce9b 50%, #baaf77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #baaf77), color-stop(50%, #d8ce9b), color-stop(100%, #baaf77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #baaf77 0%, #d8ce9b 50%, #baaf77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #baaf77 0%, #d8ce9b 50%, #baaf77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #baaf77 0%, #d8ce9b 50%, #baaf77 100%); /* IE10+ */
	background: linear-gradient(top, #baaf77 0%, #d8ce9b 50%, #baaf77 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baaf77', endColorstr='#baaf77', GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 1px 1px 1px #4c4521;
	filter: dropshadow(color=#4c4521, offx=1, offy=1);
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
	border-right: 1px solid #d8ce9b;
	border-bottom: 1px solid #d8ce9b;
	border-left: 1px solid #d8ce9b;
	text-align: center;
	cursor: pointer;
	position:absolute;
	z-index: 2000;
}
a.resume-button:hover {
	background: #baaf77; /* Old browsers */
	background: -moz-linear-gradient(top, #baaf77 0%, #baaf77 50%, #baaf77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #baaf77), color-stop(50%, #baaf77), color-stop(100%, #baaf77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #baaf77 0%, #baaf77 50%, #baaf77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #baaf77 0%, #baaf77 50%, #baaf77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #baaf77 0%, #baaf77 50%, #baaf77 100%); /* IE10+ */
	background: linear-gradient(top, #baaf77 0%, #baaf77 50%, #baaf77 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baaf77', endColorstr='#baaf77', GradientType=0 ); /* IE6-9 */
}
#pageBody {
	width: 100%;
	min-height: 1100px;
	height: auto;
	border-top: 8px solid #00615a;
	background-color: #fff;
}
#studio {
	width: 100%;
	height: 223px;
	background-image:url(../images/studio-bg.png);
	background-repeat:repeat-x;
	position: absolute;
	top: 1px;
	margin: 0 auto;
}
#studioContent {
	width: 960px;
	height: 223px;
	margin: 0 auto;
}
#studio img {
	padding: 0;
	border: 0px solid #fff;
}
#subHead {
	width: 960px;
	height: 66px;
	margin: 0 auto;
	padding: 35px 20px 0 20px;
}
#title {
	width: 600px;
	height: 66px;
	float: left;
}
#subHead .logo {
	float: left;
	margin: 0 20px 0 0;
}
#subHead h1 {
	float: left;
	width: 500px;
}
#subHead h2 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: italic;
	float: left;
}
#contact {
	width: 280px;
	height: 66px;
	float: right;
	text-align: center;
	color: #500000;
	font-size: 24px;
	line-height: 40px;
}
#contact a {
	color: #444444;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#pageBodyContent {
	width: 960px;
	height: auto;
	margin: 45px auto;
}
#portBodyContent {
	width: 960px;
	height: 1350px;
	margin: 0 auto;
}
#portThumbs {
	width: 586px;
	height: 465px;
	float: left;
}
#portPage {
	width: 950px;
	height: 1220px;
	float: left;
	padding: 30px 0 0 0;
}
#portThumbs img, #portPage img {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	border: 3px solid #e5e0e0;
	margin: 0 14px 14px 0;
}
#portPage img:hover {
	border: 3px solid #F4E59B;
}
#portThumbs .primary, #portPage .primary {
	width: 220px;
	height: 220px;
}
#portThumbs .last, #portPage .last {
	margin: 0 0 14px 0;
}
#portPage .first {
	margin: 0 14px 14px 233px;
}
#portPage h3 {
	font-size: 24px;
	width: 220px;
	min-height: 120px;
	float: left;
	display: block;
	margin: 0 14px 0 0;
	font-style: italic;
}
#portPage h3.web {
	height: 490px;
}
#portPage h3.interiors {
	height: 240px;
}
#portPage h3 span {
	color: #9b9797;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-style: normal;
}
#portPage h3 span blockquote, #portpage .quote2  {
	font-size: 14px;
	color: #9b9797;
	padding: 0;
	margin: 96px 20px 0 0;
	padding: 6px 0;
	text-align: justify;
	line-height: 20px;
	font-style: oblique;
	border-top: 1px dashed #e5e0e0;
	border-bottom: 1px dashed #e5e0e0;
}
#portPage .quote2 {
	width: 700px;
	height: 92px;
	display: block;
	padding: 6px 0;
	margin: 0 14px 14px 0;
	float: left;
	font-size: 14px;
	color: #9b9797;
	line-height: 20px;
	font-style: oblique;
	text-align: justify;
	border-top: 1px dashed #e5e0e0;
}
#portPage .quote2 span {
	height: 40px;
	width: 460px;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	font-style: normal;
	border-top: 1px dashed #e5e0e0;
}
#portPage h3 span img.begin-quote, #portPage h3 span img.end-quote, #portPage .quote2 img.begin-quote, #portPage .quote2 img.end-quote {
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
}
#portPage h3 span img.begin-quote, #portPage .quote2 img.begin-quote {
	height: 20px;
	width: 20px;
	float: left;
	margin: 0 6px 0 0;
}
#portPage .quote2 img.begin-quote {
	margin: 0 6px 86px 0;
}
#portPage h3 span img.end-quote, #portPage .quote2 img.end-quote {
	height: 15px;
	width: 20px;
	float: none;
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0;
}
#portPage h3 span img.person, #portPage .quote2 span img.person {
	border: 0px solid #fff;
	margin: 0;
	float: left;
	margin: 0 12px 0 0;
}
#portPage h3 span img.person {
	height: 40px;
	width: 40px;
}
#portPage .quote2 span img.person {
	height: 14px;
	width: 14px;
}
.newRibbon {
	position: absolute;
	z-index: 100;
	border: 0px solid #000 !important;
	padding: 0 145px 145px 0;
	height: 75px !important;
	width: 75px !important;
	margin: -1px 0 0 -1px !important;
}
#intro {
	width: 330px;
	height: 465px;
	float: left;
	text-align:justify;
	font-size: 36px;
	line-height: 48px;
	margin: 20px 0 0 37px;
	background-image:url(../images/splatter.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#intro h2 {
	font-size: 55px;
	text-align: center;
	font-style:italic;
}
#darrell {
	width: 908px;
	min-height: 230px;
	max-height: 272px;
	float: left;
	padding: 30px 20px;
	margin: 40px 0 0 0;
	background-image: url(../images/darrell-bg.jpg);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 3px 2px 0px #e2e2e2;
	-moz-box-shadow: 0px 3px 2px 0px #e2e2e2;
	box-shadow: 0px 3px 2px 0px #e2e2e2;
	font-size: 14px;
	line-height: 24px;
}
#darrell h3 {
	font-size: 24px;
	width: 160px;
	height: 220px;
	float: left;
	display: block;
	font-style: italic;
	margin: 30px 20px 0 0;
	background-image:url(../images/logo-large.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#footer {
	width: 100%;
	min-height: 224px;
	background-color: #f5f5f5;
	border-top: 1px solid #edecec;
	float: left;
	margin: 60px 0 0 0;
}
#footerContent {
	width: 960px;
	height: 224px;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	line-height: 70px;
}
#footerContent span {
	text-transform: uppercase;
}
#footerContent a {
	color: #444;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration: underline;
}
#social {
	width: 600px;
	height: 80px;
	line-height: 80px;
	color: #9b9797;
	font-size: 36px;
	font-style:italic;
	text-align: left;
	float: left;
}
#social .follow {
	height: 60px;
	display: block;
	float: left;
	margin: 24px 40px 0 40px;
}
#social img {
	margin: 24px 10px 0 0;
	border: 0px solid #000;
	float: left;
}
#copy {
	height: 80px;
	width: 300px;
	font-size: 12px;
	text-align: left;
	float: left;
	line-height: 24px;
	margin: 24px 0 0 60px;
}
#copy img {
	margin: 9px 24px 0 0;
	border: 0px solid #000;
	float: left;
}
.clear {
	clear: both;
	border-bottom: 1px solid #ccc;
	margin: 0 0 14px 0;
}

/* table styles */

table {
	width: 950px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

table caption {
	padding: 0 0 5px 0;
	width: 950px;	 
	text-align: right;
	color: #9b9797;
	font-style:italic;
	font-size: 12px;
}

table th {
	font-size: 16px;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #ccc;
	border-top: 0;
	color: #014643;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	min-height: 30px;
}

table th.nobg, table th.nobg2 {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
	color: #500000;
	text-transform: lowercase;
	font-size: 12px;
}

table th.nobg2 {
	border-bottom: 0px solid #edecec;
}

table td {
	border-right: 0;
	border-bottom: 1px solid #edecec;
	padding: 6px 6px 6px 12px;
	text-align: left;
	min-width: 200px;
	min-height: 40px;
}

table td.alt, table th.specalt {
	background: #fafaf9;
}

table th.spec, table th.specalt {
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #edecec;
	font-weight: normal;
	font-size: 14px;
	color: #164d14;
	width: 200px;
	text-transform: lowercase;
}
table h4 {
	font-size: 14px;
	font-weight: bold;
}
p.small {
	width: 950px;
	text-align: right;
	font-size: 10px;
	margin-bottom: 40px;
}
/* navigation styles */
.nav {
	width: 36px;
	height: 258px;
	background-color: #444444;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	-moz-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;
	position: absolute;
	top: 36px;
	right: 0;
}
.nav a {
	width: 36px;
	height: 36px;
	display: block;
	border-bottom: 1px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
}
.nav a span {
	display: none;
}
.nav a:hover {
	background-color: #014643;
}
.nav a.home-current, .nav a.portfolio-current, .nav a.services-current, .nav a.resume-current, .nav a.cookbook-current, .nav a.library-current, .nav a.contact-current {
	background-color: #f5e696;
}
.nav a.home {
	background-image:url(../images/nav/home.png);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
}
.nav a.home-current {
	background-image:url(../images/nav/home-current.png);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
}
.nav a.portfolio {
	background-image:url(../images/nav/portfolio.png);
}
.nav a.portfolio:hover {
	background-image:url(../images/nav/portfolio-hover.png);
}
.nav a.portfolio-current {
	background-image:url(../images/nav/portfolio-current.png);
}
.nav a.services {
	background-image:url(../images/nav/services.png);
}
.nav a.services:hover {
	background-image:url(../images/nav/services-hover.png);
}
.nav a.services-current {
	background-image:url(../images/nav/services-current.png);
}
.nav a.resume {
	background-image:url(../images/nav/resume.png);
}
.nav a.resume:hover {
	background-image:url(../images/nav/resume-hover.png);
}
.nav a.resume-current {
	background-image:url(../images/nav/resume-current.png);
}
.nav a.cookbook {
	background-image:url(../images/nav/cookbook.png);
}
.nav a.cookbook-current {
	background-image:url(../images/nav/cookbook-current.png);
}
.nav a.library {
	background-image:url(../images/nav/library.png);
}
.nav a.library-current {
	background-image:url(../images/nav/library-current.png);
}
.nav a.contact {
	background-image:url(../images/nav/contact.png);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	border-bottom: 0px solid #fff;
}
.nav a.contact-current {
	background-image:url(../images/nav/contact-current.png);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	border-bottom: 0px solid #fff;
}
