/* reset */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* utility */
.clear {
	clear: both;
}

.message {
	font-size: 11px;
	font-style: italic;
}

/* layout */
body {
	background-color: #333;
	color: #c96;
	font-family: 'Lucida Sans',Verdana,sans-serif;
}

#container {
	background-color: #000;
	width: 1000px;
	margin: 36px auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

#banner-image {
	position: absolute;
	top: 88px;
	left: 0;
	width: 1000px;
	height: 193px;
	z-index: 1;
}

#header {
	height: 367px;
}

#content {
	background-color: #fff;
	color: #333;
	text-align: left;
	clear: left;
	padding: 30px 70px;
}

/* navigation core styles */
ul#nav, ul#nav ul {
	font-size: 12px;
	padding: 0;
	margin: 240px 0 0 0; /* original 240 0 0 0 */
	line-height: 1;
}

ul#nav ul {
	margin-top: 0;
}

ul.navlist, ul.navlist ul {
	list-style: none;
}

ul.navlist li, ul.navlist ul li {
	display: inline;
}

ul.navlist a {
	padding: 10px;
}

h1 a, ul.navlist a { text-decoration: none; }
h1 a:link, ul.navlist a:link { color: #c96; }
h1 a:visited, ul.navlist a:visited { color: #c96; }
h1 a:hover, ul.navlist a:hover { color: #fff; }
h1 a:active, ul.navlist a:active { /* empty */ }

/* navigation dropdown styles (son of suckerfish: http://htmldog.com/articles/suckerfish/dropdowns/) */
#nav ul li { 
	width: auto; 
}

#nav li ul { 
	position: absolute;
	width: 100%;
	left: -999em; 
	padding-top: 7px;
}

#nav li ul li {
	display: inline;
	float: left;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
	margin-left: 170px;
}

#nav li:hover ul li, #nav li.sfhover ul li { 
	float: left;
}

#nav li:hover ul#nav-cc, #nav li.sfhover ul#nav-cc {
	margin-left: 380px;
	width: auto;
}

/* footer */
#footer {
	font-size: 10px;
	position: absolute;
	bottom: -20px;
	right: 0;
}

/* content elements */
h1, h2 {
	color: #c96;
	font-size: 18px;
	font-weight: normal;
}

h3, h4, h5, p, ul {
	font-size: 12px;
}

h5 {
	font-weight: normal;
}

h1 {
	padding: 25px 0 0 0;
	margin: 0 0 20px 0;
	line-height: 20px;
}

h2 {
	margin: 0 0 30px 0;
}

h3 {
	margin: 0 0 20px 0;
}

h4 {
	margin: 20px 0 0 0;
}

h1 strong {
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

h1 span {
	font-size: 12px;
}

p {
	margin: 0 0 20px 0;
}

#content ul {
	margin: 0 0 20px 20px;
}

#content a { color: #c96; }
#content a:link { text-decoration: none; }
#content a:visited { text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a:active { /* empty */ }

div.image {
	margin: 10px;
	padding: 10px;
	width: 216px;
}

div.left {
	float: left;
}

div.right,
p.right {
	float: right;
}

div.top {
	margin-top: -50px;
}

div.caption {
	font-size: 10px;
	font-style: italic;
	padding: 0 20px 0 0;
}

/* for fck cms */
.cms h3, .cms p {
	margin: 0;
}

img.cms-left {
	float: left;
}

img.cms-right {
	float: right;
}

img.cms-left, 
img.cms-right {
	padding: 10px;
}

/* portfolios */
#thumbnail-grid {
	text-align: center;
	margin: 20px 0;
	width: 100%
}

#thumbnail-grid img {
	margin-bottom: 15px;
}

#time-photography #thumbnail-grid img {
	margin-bottom: 30px;
}

#thumbnail-grid img.left {
	margin-right: 50px;
}

#thumbnail-grid img.odd {
	margin-right: 456px;
}

.portfolios p, #poster-store p {
	margin-top: -25px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #333;
}

.subnav-instructions {
	font-size: 10px;
}

.subnav-pagination {
	font-size: 12px;
	float: right;
	margin-top: -5px;
}

#callout {
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
	clear: both;
}

#banner-image img {
	width: 1000px;
	height: 193px;
}


#banner-caption-prev {
	font-size: 11px;
	float: right;
	margin-top: -15px;
}


#banner-caption {
	position: absolute;
	top: 294px;
	right: 70px;
	font-size: 11px;
	color: #333;
}

#banner-caption strong {
	font-weight: normal;
}


/* alternate, moves it right up underneath the image */
/* 
#banner-caption {
	position: absolute;
	top: 190px;
	right: 70px;
	font-size: 11px;
	color: #333;
	font-style: italic;
}

#time-photography #banner-caption {
	top: 200px;
}
*/

#shiftzoom-wrapper {
	width: 1000px;
	height: 193px; 
	background: url('/img/shiftzoom/indicator.gif') 50% 50% no-repeat;
}

/* poster store */
#poster-store #thumbnail-grid { min-height: 750px; }
#poster-store #thumbnail-grid img { margin-bottom: 2px; }
#poster-store #thumbnail-grid div.item { width: 400px; height: 150px; margin-bottom: 40px; float: left; }
#poster-store #thumbnail-grid div.left { margin-right: 60px; }
#poster-store .title { font-size: 14px; color: #c96;}
#poster-store .subtitle { font-size: 12px; }
#poster-store .prodnumber { font-size: 12px; }
#poster-store .orderlink { font-size: 10px; margin-top: 3px; }
#poster-store .paypal-form { margin: 5px 0 20px 0; }

/* home page */
#home #content {
	background-color: #000;
	padding-top: 0;
}

#home #content p {
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

#home #content a { text-decoration: underline; }
#home #content a:link { color: #fff; }
#home #content a:visited { color: #fff; }
#home #content a:hover { color: #cc9966; }
#home #content a:active { /* empty */ }

/* contact page */
#contact #content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

/* related links */
#related-links h3 {
	border-top: solid 1px #ccc;
	padding-top: 5px;
	margin: 0;
}

#related-links h4,
#related-links p {
	margin-left: 10px;
	margin-bottom: 0;
}

a.links { color: #cc9966; font-weight: bold; text-decoration: none; }
a.links:link { color: #cc9966; font-weight: bold; text-decoration: none; }
a.links:visited { color: #cc9966; font-weight: bold; text-decoration: none; }
a.links:hover { color: #cc9966; font-weight: bold; text-decoration: underline; }
a.links:active { /* empty */ }

/* cross country section */
.cross-country h3, 
div.photographs {
	text-transform: uppercase;
	color: #cc9966;
	font-weight: normal;
	font-size: 14px;
}

.cross-country h3 {
	margin-top: -15px;
	margin-bottom: 0;
}

.cross-country h3 span {
	text-transform: none;
}

.cross-country h4 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.cross-country h5 {
	color: #cc9966;
	margin-bottom: 10px;
}

.cross-country h6 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cross-country .photographs {
	font-size: 13px;
	margin-bottom: 40px;
}

.cross-country .photographs div {
	margin-bottom: 5px;
}

.cross-country .photographs .label span {
	color: #333;
	text-transform: lowercase;
	font-size: 10px;
}

.cross-country #content .photographs a {
	color: #333;
	padding: 0 3px;
}

.cross-country #cc-footer .photographs div {
	float: left;
	font-size: 11px;
}

.cross-country #cc-footer .photographs .label {
	margin-right: 10px;
}

.cross-country #cc-footer #subnav {
	float: right;
	font-size: 11px;
}

.cross-country #map-cross {
	width: 346px;
	margin-left: 20px;
	margin-bottom: 40px;
}

.cross-country #map-cross .cms-right {
	padding-top: 0;
	padding-right: 0;
}

.cross-country #map-cross .caption {
	float: right;
}

.cross-country #photo-grid img {
	margin: 0 10px 8px 0;
}

/* cross country landing page */
#cc-landing h2 {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}

#cc-landing h3 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #cc9966;
	margin-top: 0px;
	margin-bottom: 0;
	text-transform: none;
}

#cc-landing h4 {
	clear: left;
	margin-bottom: 25px;
}

#cc-landing #delimiter {
	float: left;
	color: #cc9966;
	font-size: 18px;
	font-weight: bold;
	margin: 0 30px;
}

#cc-landing #map-cross {
	width: 595px;
	margin-left: 0;
}

#cc-landing p.right {
	width: auto;
	text-align: right;
}

#cc-landing #map-overlay {
	margin-bottom: 20px;
}

#cc-landing #image-section {
	height: 280px;
}

#cc-landing .image {
	float: left;
}

