/*

____ COLOR PALETTE ____

#CCCCCC - Silver

#F2C995 - Light Bronze
#D7AD74 - Med Bronze
#AF8D60 - Dark Bronze

#AF3127 - Light Red Oxide
#871B13 - Dark Red Oxide

#4B5042 - Light Green Oxide
#2E2F22 - Dark Green Oxide

#000000 - Black

*/

/* RESETS */

* {margin: 0; padding: 0;}

/* global stuff */
html body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: #CCCCCC;

	/* IE centering bug fix */
	text-align: center;

	font-family: verdana, lucida, arial, helvetica, sans-serif;

	/* master font size */
	font-size: .8em; /* REDUCE desired size a notch for bug in IE 5.x */

}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.6em;
}

/* Links */
a {
	text-decoration: none;
	color: #D7AD74;
}

a:hover {
	color: #AF3127;
}


/* various text styles */

h1, h2 {
	font-size: 1.3em;
	letter-spacing: .1em;
	color: #D7AD74;
	margin: 0 0 8px 0;
	padding: 10px 0 0 0;

}

h2 {text-transform: uppercase;}

	h2 span {text-transform: none;}

h3 {
	font-size: 1em;
	letter-spacing: .1em;
	color: #ccc;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #666;

}


b {
	font-weight: bold;
}


ul {
	list-style-type: none;
}

blockquote{
	font-style: italic;
	background-color: #222;
	padding: 2em 2em 0;
}

blockquote.minheight{
	min-height: 150px;
}

blockquote p:last-child{
	margin-bottom: 0;
}

cite{
	display: block;
	text-align: right;
	background-color: #222;
	color: #CCCCCC;
	padding: 1em 2em 1em 0;
}

.right{
	text-align: right;
}


/* main page framing */

#container
{
	padding: 0px;
 	width: 970px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #4B5042;
	border: 1px solid #4B5042;

}


#pagetop {
	height: 69px;
	background: transparent url('../images/masthead.png') top left no-repeat;
}

	#pagetop h1{
		text-indent: -999em;
	}

#top_stripe {
	background-color: #2E2F22;
	border-top: 1px solid black;
	height: 8px;
}


#content_column {
	float: left;
	border-top: 1px solid black;
	padding: 13px 0px 0px 0px;
	width: 809px; /* CONTENT WIDTH */
}

#footer{
	width: 960px;
	margin: 0 auto;
	padding-top: 3px;
}

#social{
	float: left;
	padding-top: 2px;
}

#legal {
	text-align: right;
	color: #2E2F22;
}

/* main navigation */

#nav_wrapper {
	float: left;
	width: 161px; /* Nav width */
	margin-bottom: 1px;
	padding-bottom: 7px;
	background: transparent url(../images/menu_bottom.gif) bottom right no-repeat;
}

#nav {
	background: transparent url(../images/menu_top.gif) top right no-repeat;
	font-size: .95em;
	font-weight: bold;
	color:#cccccc;
	padding: 13px 0 0 0;
}

.menu_item {

	background-image: url(../images/menu_middle.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 2px 30px 2px 10px;
}

.menu_item a {
	color: #F2C995;
	text-decoration: none;
	text-align: left;
	display: block;
	background-color: #000;
	padding: .5em 0 .5em 1em;
}

.menu_item a:hover {
	color: #871B13;
}

#active {
	color: #4B5042;
}

/* content */

#content {
	background-color: #000;
	overflow: auto;
	padding: 20px 40px 20px 0;
}

#work {
	float: left;
}

	#work img{
		display: block;
	}

#desc {
	padding: 10px 10px 10px 20px;
	float: left;
	width: 280px;
}

	#desc a.thumb{
		display: block;
		width: 70px;
		height: 70px;
		border: 1px solid #AF8D60;
	}

	#desc a.thumb:hover{
		border-color: #871B13;
	}

/* individual pages */

#home{
	background: #000 url('../images/globe_kids_bg.jpg?v=2') bottom left no-repeat;
	padding-left: 380px;
	min-height: 300px;
}

	#home h2{
		font-size: 1em;
	}

#biography{
	background: #000 url('../images/pocketwatch_bg.jpg') bottom left no-repeat;
	padding-left: 220px;
}

#philosophy{
	background: #000 url('../images/escutcheon_bg.jpg') top left no-repeat;
	padding-left: 300px;
	min-height: 400px;
}

#news{
	background-color: #000;
	padding-left: 50px;
	min-height: 400px;
}

#contact{
	background: #000 url('../images/lig_bg.jpg') top left no-repeat;
	padding-left: 400px;
	min-height: 300px;
}

#gallery{
	background-color: #000;
	overflow: auto;
}

/* subnav */

#subnav {
	background-color: #2E2F22;
	margin: 0 0 10px 0;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	padding: 10px;
	text-align: center;
}

	#subnav a, #subnav .spacer{
		font-size: 1.2em;
		line-height: 72px;
		display: block;
		float: left;
		width: 33%;
	}

		#subnav a.prev{
			float: right;
		}

		#subnav a.next{
			float: left;
		}

	#subnav img {
		border: 1px solid #000;
		vertical-align: middle;
	}



.current {
	border: 2px solid white;
	float: left;
	margin: 0 4px 4px 0;
}

a.subnav{
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	border: 2px solid black;
	width: 70px;
	height: 70px;
}

a.subnav:hover {
	border-color: #AF3127;
}

.landing_nav li{
	width: 49%;
	float: left;
	margin: 0 5px 5px 0;
}

.landing_nav li a{
	display: block;
	padding: 5px;
	background-color: #2E2F22;
	border: 1px solid #000;
	height: 100%;
}

.landing_nav li a:hover{
	background-color: #000;
}

.landing_nav li h3{
	border: 0;
	padding: 8px 0 4px 0;
	color: #D7AD74;
	font-size: 1.1em;
}

.landing_nav li p{
	margin: 0;
	color: #fff;
}

.landing_nav img{
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid black;
	width: 150px;
	height: 150px;
}



.landing_nav li a.thumb:hover {
	border-color: #AF3127;
}

/* images */

#gallery-full{
	position: relative;
	margin-top: 20px;
}

#gallery-full #desc{
	position: absolute;
	top: -26px;
	right: 0;
	z-index: 100;
	width: 809px;
	padding: 5px 0;
	background-color: #000;
	text-align: center;
}

#gallery-full #desc h2{
	font-size: 1em;
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0;
}

#gallery-full #desc h3{
	font-size: 1em;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.control{
	position: absolute;
	top: 2px;
	z-index: 200;
}
.control-bg{
	background-color: #000;
	z-index: 199;
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 809px;
}

.cycle-prev{
	cursor: pointer;
	left: 48%;
}

.cycle-next{
	cursor: pointer;
	left: 54.5%;
}

.cycle-pager{
	left: 5px;
	font-size: 2em;
	line-height: .65em;
	cursor: pointer;
	letter-spacing: .2em;
}

.cycle-pager-active{
	color: #AF8D60;
}

.cycle-caption{
	right: 5px;
}

.pause-play{
	left: 50%;
}

img {
	border: none;
}

#recentwork {
	background-color: #000;
	margin: 1px 0 0 0;
	padding: 10px 0 10px 15px;
	clear: both;
	height: 75px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cycle-slideshow img{
	width: 100%;
}

article.news {
	border: 1px solid #4B5042;
	padding: 10px;
}

.news-image-left {
	float: left;
	padding: 0 1em 5px 0;
}

.news-more {
	font-weight: bold;
	padding: .5em 1em;
	background-color: #2E2F22;
	text-align: center;
	margin: 0;
}

.news-more a{
	text-decoration: underline;
}