/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	color:#a19d80;
	font-family: Georgia, Baskerville, "Times New Roman", Times, serif;
	background:#2F261D url(../images/bg.png) repeat-x top left;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:960px;
}

body#home #bg {
	background:url(../images/bg_home.jpg) no-repeat top center;
}

body#video #bg {
	background:url(../images/bg_video.jpg) no-repeat top center;
}

body#about #bg {
	background:url(../images/bg_about.jpg) no-repeat top center;
}

body#photos #bg {
	background:url(../images/bg_photos.jpg) no-repeat top center;
}

body#video #bg {
	background:url(../images/bg_video.jpg) no-repeat top center;
}

body#blog #bg {
	background:url(../images/bg_blog.jpg) no-repeat top center;
}

body#site-credits #bg {
	background:url(../images/bg_credits.jpg) no-repeat top center;
}

body#documents #bg {
	background:url(../images/bg_docs.jpg) no-repeat top center;
}

body#contact-us #bg, body#contact-thanks #bg, body#contact-error #bg, body#page-not-found #bg {
	background:url(../images/bg_contact.jpg) no-repeat top center;
}

/* layout */
#header {
	height:369px;
}

#contentArea {
	position:relative;
	width:960px;
	background:url(../images/content_bg.jpg) repeat-y top left;
}

#contentArea.twoCol {
	background:url(../images/2col_bg.jpg) repeat-y top left;
}

#contentArea .top, #contentArea .btm {
	position:relative;
	z-index:2;
	width:960px;
	height:16px;
}

#contentArea .top {
	background:url(../images/content_top.jpg) no-repeat top left;
}

#contentArea.twoCol .top {
	background:url(../images/2col_top.jpg) no-repeat top left;
}

#contentArea .btm {
	background:url(../images/content_btm.jpg) no-repeat bottom left;
}

#contentArea.twoCol .btm {
	height:20px;
	background:url(../images/2col_btm.jpg) no-repeat bottom left;
}

#videoMain {
	float:left;
	width:580px;
	margin-bottom:3em;
	padding:.5em 0 .5em 2em;
}

#vidSidebar {
	float:right;
	width:300px;
	margin-bottom:3em;
	padding-right:2em;
}

#content {
	float:left;
	width:630px;
	color:#2f261d;
	padding:10px 0 0 20px;
}

#content p {
	font-size:1.1em;
}

#sidebar {
	float:right;
	width:226px;
	color:#6a2304;
	padding-right:20px;
}

/* header */
#secondary {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	padding-top:1em;
}

#secondary a.contact {
	display:block;
	font-size:.9em;
	font-weight:bold;
	color:#a19d80;
	text-transform:uppercase;
}

#secondary p {
	font-size:1.1em;
	padding-top:.5em;
}

#secondary p a {
	color:#a19d80;
}

h1.headline {
	display:none;
}

/* navigation */
ul#mainNav {
	position:absolute;
	top:114px;
	left:284px;
	width:678px;
	height:36px;
	list-style:none;
	margin:0;
	background:url(../images/nav.png) no-repeat;
}

ul#mainNav li {
	float:left;
	margin:0;
}

ul#mainNav li a {
	display:block;
	height:36px;
	text-indent:-9000px;
	background:url(../images/nav.png) no-repeat;
}

ul#mainNav li#navHome a {
	width:90px;
	background-position:0 0;
}

ul#mainNav li#navHome a:hover {
	background-position:0 -36px;
}

body#home ul#mainNav li#navHome a {
	background-position:0 -72px;
}

ul#mainNav li#navAbout a {
	width:242px;
	background-position:-90px 0;
}

ul#mainNav li#navAbout a:hover {
	background-position:-90px -36px;
}

body#about ul#mainNav li#navAbout a {
	background-position:-90px -72px;
}

ul#mainNav li#navPhotos a {
	width:109px;
	background-position:-332px 0;
}

ul#mainNav li#navPhotos a:hover {
	background-position:-332px -36px;
}

body#photos ul#mainNav li#navPhotos a {
	background-position:-332px -72px;
}

ul#mainNav li#navVideo a {
	width:91px;
	background-position:-441px 0;
}

ul#mainNav li#navVideo a:hover {
	background-position:-441px -36px;
}

body#video ul#mainNav li#navVideo a {
	background-position:-441px -72px;
}

ul#mainNav li#navBlog a {
	width:144px;
	background-position:-532px 0;
}

ul#mainNav li#navBlog a:hover {
	background-position:-532px -36px;
}

body#documents ul#mainNav li#navBlog a {
	background-position:-532px -72px;
}

/* home page content */
.homeContent {
	margin-bottom:3em;
	padding-top:68px;
	background:url(../images/vid_shadow.png) no-repeat 360px 237px;
}

.homeContent .info {
	float:left;
	width:422px;
}

.homeContent h3 {
	text-indent:32px;
	font-weight:normal;
	font-size:1.5em;
	line-height:1.4em;
	color:#ded687;
	padding:1.9em 0 1em 0;
	background:url(../images/t.png) no-repeat top left;
}

.homeContent h3 em {
	display:none;
}

.homeContent h3 strong {
	color:#f2f3c0;
	font-weight:normal;
}

.homeContent a.learnMore, .homeContent a.watchVideo {
	display:block;
	height:41px;
	text-indent:-9000px;
	background:url(../images/sprite.png) no-repeat;	
}

.homeContent a.learnMore {
	float:left;
	display:inline;
	margin-right:1.3em;
	width:159px;
	background-position:0 0;
}

.homeContent a.watchVideo {
	float:left;
	width:232px;
	background-position:-160px 0;
}

#mainVid {
	float:right;
	width:480px;
	height:324px;
	position:relative;
	margin-top:-60px;
	right:11px;
	text-align:center;
	background:url(../images/vid_thumb.jpg) no-repeat top left;
}

#videoMain #mainVid {
	float:none;
	width:560px;
	height:320px;
	margin:0 0 2em;
	right:0;
	border:5px solid #C6BF7D;
	background:url(../images/vidmain_thumb.jpg) no-repeat top left;
}

#videoMain #mainVid.one {
	background:url(../images/vidmain_thumb.jpg) no-repeat top left;
}

#videoMain #mainVid.two {
	background:url(../images/vidmain_thumb2.jpg) no-repeat top left;
}

#videoMain #mainVid.three {
	background:url(../images/vidmain_thumb3.jpg) no-repeat top left;
}

#mainVid img {
	position:relative;
	top:120px;
}

#mainVid p {
	position:absolute;
	width:540px;
	text-align:left;
	padding:1em 10px;
	bottom:0;
	left:0;
	background:#000;
	opacity:0.7;
	color:#fff;
	margin:0;
}

body#home #mainVid p {
	width:460px;
}

/* content area */
#contentArea h1 {
	color:#6a2304;
	font-weight:normal;
	font-size:2.2em;
	margin-bottom:.7em;
}

#contentArea h1 span {
	font-size:.5em;
	padding-left:1em;
}

#contentArea .col {
	float:left;
	width:290px;
	padding:0 15px;
}

#contentArea .col .heading {
	padding:0 0 .4em 0;
	margin-bottom:.6em;
	border-bottom:1px solid #9F9C74;
}

#contentArea .col .heading h3 {
	float:left;
	font-weight:normal;
	color:#6a2304;
	font-size:1.5em;
	margin:0;
	text-transform:uppercase;
}

#contentArea .col .heading h3.feed {
	padding-left:24px;
	background:url(../images/sprite.png) no-repeat -402px 0;
}

#contentArea .col .heading a {
	float:right;
	font-size:.9em;
	font-weight:bold;
	padding-top:.7em;
	color:#672204;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:14px;
	background:url(../images/arrow_dots.png) no-repeat right 8px;
}

#contentArea .col p {
	color:#1e1913;
	margin-bottom:1.5em;
}

#contentArea .col h4 {
	font-weight:normal;
	color:#1e1913;
}

#contentArea .col h4.interested {
	margin-bottom:.7em;
}

#contentArea .col ul, #vidSidebar ul.vids {
	list-style:none;
	margin:0;
}

#contentArea .col ul.gallery li {
	float:left;
	height:96px;
	width:135px;
	margin:.4em;
}

#contentArea .col ul.gallery li img {
	padding:0 2px 4px 2px;
	background:url(../images/thumb_bg.png) no-repeat bottom left;
}

#contentArea .col ul.vids li, #vidSidebar ul.vids li {
	padding-bottom:1.5em;
	clear:both;
}

#contentArea .col ul.vids li img, #vidSidebar ul.vids li img {
	float:left;
	display:inline;
	margin-right:.8em;
	padding:0 2px 4px 2px;
	background:url(../images/vidthumb_bg.png) no-repeat bottom left;
}

#contentArea .col ul.vids li h4, #vidSidebar ul.vids li h4 {
	font-size:1em;
	padding-top:1.5em;
	margin-bottom:.3em;
}

#contentArea .col ul.vids li h4 a, #vidSidebar ul.vids li h4 a {
	color:#1e1913;
}

#contentArea .col ul.vids li p, #vidSidebar ul.vids li p {
	margin-bottom:1em;
}

#contentArea .col ul.vids li p a.play, #vidSidebar ul.vids li p a.play {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#672204;
}

#contentArea .col ul.posts h4 {
	font-weight:normal;
	font-size:1.4em;
	padding:0 0 4px 36px;
	margin-bottom:0;
	background:url(../images/sprite.png) no-repeat -393px -42px;
}

#contentArea .col ul.posts li h4 a {
	color:#1e1913;	
}

#contentArea .col ul.posts li p {
	font-family:Arial, Helvetica, sans-serif;
	color:#672204;
	font-size:.9em;
	margin-bottom:1.5em;
	padding-left:36px;
}

form#emailSub {
	width:262px;
	height:96px;
	padding-top:58px;
	background:url(../images/sprite.png) no-repeat 0 -42px;
}

form#emailSub h3 {
	display:none;
}

form#emailSub input, form#blogSub input {
	float:left;
	border:0;
	padding:0;
}

form#emailSub input#fieldEmail {
	display:inline;
	width:170px;
	height:21px;
	margin:0 4px 0 10px;
	color:#422b0f;
	padding:10px 8px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/sprite.png) no-repeat -263px -107px;
}

form#emailSub input#submitBtn {
	display:block;
	text-indent:-9000px;
	width:50px;
	height:30px;
	text-indent:-9000px;
	background:url(../images/sprite.png) no-repeat -263px -42px;
}

form#contactForm input, form#contactForm textarea {
	width:256px;
	padding:5px;
	color:#95814a;
	margin-bottom:4px;
	background:#F1F4C0;
	font-family: Georgia, Baskerville, "Times New Roman", Times, serif;
	border:1px solid #AB964D;
}

.contactInfo {
	float:left;
	width:300px;
}

.contactInfo h4 {
	margin-bottom:.2em;
}

#content form#contactForm {
	float:right;
	width:280px;
}

#content form#contactForm input {
	display:block;
	margin:.5em 0;
}

#content form#contactForm input#phone {
	display:none;
}

form#contactForm textarea {
	font-size:1em;
	height:100px;
}

form#contactForm input#sendBtn {
	float:right;
	display:inline;
	margin-right:22px;
	width:auto;
	background:#702912;
	border:0;
	padding:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

/* video page */
#vidSidebar h3 {
	text-transform:uppercase;
	color:#2f261d;
	padding:.7em 0 .5em 0;
	border-bottom:1px solid #A29F7A;
	margin-right:1.5em;
	font-weight:normal;
}

/* blog */
.dateBox {
	float:left;
	text-align:center;
	color:#e0d997;
	width:45px;
	padding:5px;
	height:55px;
	background:url(../images/date_post.png) no-repeat top left;
}

.dateBox span {
	display:block;
	font-size:2.1em;
	padding:0 0 .2em 0;
}

.postContent {
	margin:0 0 2em 70px;
}

#contentArea .postContent h1 {
	margin-bottom:.3em;
}

#contentArea .postContent h1 a {
	color:#6A2304;
}

.postContent img {
	border:4px solid #BBAB74;
}

p.comment {
	text-transform:uppercase;
	font-size:.9em;
	padding-left:70px;
	font-weight:bold;
}

p.comment a {
	color:#8e2c01;
}

#comments {
	margin-bottom:3em;
}

#comments h3, #leaveComment h3 {
	padding:.5em 1em .5em 70px;
	background:url(../images/post_heading_bg.jpg) repeat-y top left;
	text-transform:uppercase;
	color:#2f261d;
	font-weight:normal;
	border-top:1px solid #BAAD73;
}

#comments h3 span {
	padding-left:.5em;
	color:#623303;
}

#comments .comment {
	padding-bottom:1em;
	margin-bottom:2em;
	border-bottom:1px solid #CABD84;
}

#comments .dateBox {
	float:left;
	color:#603e05;
	background:url(../images/date_comment.png) no-repeat top left;
}

#comments .commentText {
	margin-left:70px;
	color:#623303;
}

#comments .commentText h4 {
	font-weight:normal;
	color:#623303;
	margin-bottom:.4em;
}

#comments .commentText h4 a {
	color:#2f261d;
	text-decoration:underline;
}

#comments .commentText h4 a:hover {
	text-decoration:none;
}

#comments .commentText h4 strong {
	color:#2f261d;
}

#leaveComment fieldset ul {
	float:left;
	margin:0;
	padding:0 2em 0 70px;
}

#leaveComment fieldset li {
	margin:0;
}

#leaveComment fieldset label {
	display:block;
	float:none;
	width:auto;
	padding-bottom:.4em;
	font-size:1.2em;
	font-weight:normal;
	color:#2f261d;
}

#leaveComment fieldset label span {
	font-size:.8em;
	color:#623303;
}

#leaveComment fieldset input {
	border:1px solid #A8934A;
	width:236px;
	background:#F1F4C1;
	padding:4px;
	margin-bottom:1em;
}

#leaveComment fieldset textarea {
	border:1px solid #A8934A;
	width:270px;
	height:138px;
	background:#F1F4C1;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#leaveComment fieldset input#submitBtn {
	float:right;
	display:block;
	width:87px;
	height:41px;
	text-indent:-9000px;
	border:0;
	padding:0;
	margin:.5em 1em 0 0;
	background:url(../images/send.png) no-repeat top left;
}

#leaveComment fieldset input#phone {
	display:none;
}

/* photos section */
#thumbs {
	width:938px;
	height:107px;
	overflow:hidden;
	margin:0 0 2em 10px;
	background:url(../images/photo_wrapper.jpg) no-repeat top left;
}

#carousel {
    float: left;
    overflow: hidden;
	position:relative;
	visibility:visible;
    margin:0 0 0 5px;
    padding:0;
    height: 107px;
}

.carousel-component .carousel-clip-region {
	overflow:hidden;
	margin:0px auto;
	position:relative;
}

#carousel ul {
	list-style:none;
	width:10000000px;
	position:relative;
	z-index:1;
	margin:0;
    padding:0;
}

#carousel ul li {
	float:left;
	list-style:none;
	overflow:hidden;
	margin:0;
    padding:1.3em 3px;
}

#carousel li a {
	display:block;
	padding:2px;
	margin:0;
}

#carousel li a img {
	display:block;
}

#carousel li a:hover, #carousel li a.active {
	padding:0;
	border:2px solid #581E0C;
}

#thumbs a.ltArrow, #thumbs a.rtArrow {
	display:block;
	float:left;
	width:20px;
	height:107px;
	text-indent:-9000px;
}

#thumbs a.ltArrow:hover, #thumbs a.rtArrow:hover {
	cursor:pointer;
}

#thumbs a.rtArrow {
	margin-left:5px;
}

#photoWrap li.lt a, #photoWrap li.rt a {
	text-indent:-9000px;
	width:22px;
	height:107px;
	padding:0;
}

#photoWrap li.lt a:hover, #photoWrap li.rt a:hover {
	border:0;
}

#photo {
	height:510px;
	padding-left:18px;
	margin-bottom:3em;
}

#photo ul {
	list-style:none;
	margin:0;
}

#photo li {
	float:left;
}

#photo li a {
	display:block;
	width:75px;
	margin:150px 1em 0 1em;
	text-align:center;
	font-size:1.1em;
	color:#6a2304;
	padding-bottom:43px;
}

#photo li.prev a {
	background:url(../images/previous.png) no-repeat bottom left;
}

#photo li.next a {
	background:url(../images/next.png) no-repeat bottom left;
}

#photo li div img {
	border:9px solid #cabb7d;
}

/* sidebar div */
#sidebar .heading {
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:1px solid #A19B6F;
}

#sidebar .heading h3 {
	float:left;
	color:#2f261d;
	font-weight:normal;
	text-transform:uppercase;
	font-size:1.5em;
	margin-bottom:0;
}

#sidebar .heading a {
	float:right;
	padding-top:.5em;
	color:#6a2304;
}

#sidebar .heading h3.feed {
	float:none;
	padding:15px 0 0 40px;
	background:url(../images/feed_lg.png) no-repeat top left;
}

#sidebar .box {
	margin-bottom:3em;
}

form#blogSub input#fieldEmail {
	width:150px;
	padding:7px;
	margin-right:4px;
	border:1px solid #A18B56;
	font-family:Arial, Helvetica, sans-serif;
	background:#EBEFAC;
}

form#blogSub input#submitBtn {
	display:block;
	text-indent:-9000px;
	width:54px;
	height:29px;
	background:url(../images/sprite.png) no-repeat -263px -73px;
}

.box ul {
	list-style:none;
	margin:0;
}

.box li {
	margin:.5em 0;
	padding-left:12px;
	background:url(../images/arrow_red.png) no-repeat 0 6px;
}

.box li a {
	color:#6a2304;
}

.box ul.gallery li {
	float:left;
	margin:0;
	height:62px;
	padding:.5em;
	background:none;
}

.box ul.gallery li img {
	display:block;
	border:3px solid #BBAB74;
}

.box h4 {
	font-weight:normal;
	color:#2f261d;
	font-size:1.1em;
}

.box a.btn {
	background:#702912;
	border:0;
	padding:6px 12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

/* footer */
#footer {
	color:#75604c;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	padding:1.5em 0;
}

#footer ul {
	float:left;
	list-style:none;
	margin:0;
}

#footer li {
	float:left;
	margin:0;
}

#footer li a {
	display:block;
	line-height:1em;
	padding:0 .7em;
	color:#75604c;
	border-right:1px solid;
}

#footer li.rt a {
	border:0;
}

#footer p {
	float:right;
	line-height:1em;
}