@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.photogrid-index-bottom { clear:left; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

a img { border: none; }

* { margin: 0; }
.clear { clear: both; height: 0; }
p { line-height: 1.8em; margin-bottom: 1em; }

.hidden { display:none; }

.narrow { display:block; clear: right; float:right; margin: 6px 0 6px 6px; }
img.wide { display:block; clear: both;}

#page a:link { color: #5f4416; font-weight: bold; }
#page a:hover { text-decoration: none; }
#page a:active { color: #fff; }

body {
	margin: 0;
	font-size: 76%;
	background: #000;
	font-family: georgia,times,serif;
}

#page {
	margin: 0px auto 0px auto;
	width: 766px;
	background: url(bodybg.jpg) repeat-y top center;
}

#page-top {
	background: url(headerbg.jpg) no-repeat top center;
}

#title {
	width: 476px;
	height: 125px;
	padding: 102px 0px 30px 70px;
}

body.no-sidebar #title {
	padding: 45px 0px 0px 55px;
}


	h1 {
		position: relative;
		top: 10px;
		left: 0px;
		width: 160px;
		height: 76px!important;
		text-align: center;
		font-size: 1.6em;
		padding-top: 24px;
		margin: 0px;
		overflow: hidden;		
	}

	body.no-sidebar h1 {
		top:0px;
		height:86px!important;
		padding:0px 0px 0px 20px;
	}

	h1.replaced {
		background-position:center center!important;
	}

	h1 span.in {
		width: 160px;
		height: 90px;
	}

	#logo-container {
		position:absolute;
		width: 200px;
		height: 128px;
		margin-left:450px;
		margin-top:-35px;
		text-align:right;
	}

	.no-sidebar #logo-container {
		margin-top:-30px;	
	}

		#title a {
			color: #000;
			text-decoration: none;
		}
		#title a:hover { text-decoration: underline; }

	#title p {
		margin-top: -140px;
		margin-left: 40px;
		width: 420px;
		font-style: italic;
		font-size: .95em;
		overflow:hidden;
		height:170px;/*new till end*/
		padding:0 0 0 140px;
		width:280px;
	}

	.no-sidebar #title p {
		margin-top: -125px;
		margin-left: 45px;
	}
	
#sitemenu {
	width: 766px;
	margin-top:-15px;
	line-height:21px;
	float:left;
}

/*/* hide from ie/mac \*/
* html #sitemenu {
	line-height:12px;
	margin-top:0px;
}
/* end hide */


	#sitemenu-content ul { 
		list-style-type: none;
		margin: 0;
		padding-left:40px;
	}
	
	#sitemenu-content li { 
		margin: 0 15px 0 0;
		display:inline;
	}

	/* avoid menu item positioning breaking in old IE */
	* html #sitemenu-content li {
		float: left;
	}
	*:first-child+html #sitemenu-content li {
		float: left;
	}
	
	/*
		IE5/mac needs a width for floated items, 
		so we hack ie/mac, then correct ie/pc
	*/
	/*\*/
	* html #sitemenu-content li { width: auto; text-align: left;  margin-right: 20px;}
	/**/

	.currentPage span.in, 
	.currentParent > a > span.in { 
		background: url(navabg.gif) repeat-x bottom left; 
		font-weight: bold;
	}
	
	.currentPage li span.in {
		background-image: none;
		font-weight: normal;
	}

	#sitemenu-content a,
	#sitemenu-content .currentPage {
		color: #5f4416;
		display: inline;
		padding: 2px 4px 6px 4px;
		
	}
	#sitemenu li a{  	
	max-width:680px;
}
	
	/* IE5/Mac doesn't like this, so we hide it */
	/*\*/   
	#sitemenu-content a,
	#sitemenu-content .currentPage {
		display:inline-block;
	}
	/**/
	
	#sitemenu-content ul ul a,
	#sitemenu-content ul ul .currentPage {
		display: list-item;
	}

	#sitemenu-content a:link, 
	#sitemenu-content a:visited {
		color: #5f4416;
		text-decoration: none;
	}

	#sitemenu-content a:hover,
	#sitemenu-content a:active {
		background: url(navabg.gif) repeat-x bottom left;
	}

	#sitemenu-content ul li ul {
		background: url(bodybg.jpg) center center repeat-y;
	}

	#sitemenu-content ul li ul li span.in {
		padding: 0px 5px;
	}
	
	#sitemenu-content ul ul .submenu-indicator {
		top: 4px;
	}

	#sitemenu-content ul ul li.i1 span.in {
		padding-top: 2px;
	}

#page-content {
	margin-right: 30px;
	margin-left: 30px;
}

.no-sidebar #page-content { margin-right: 0; margin-left: 28px; }

* html #page-content { margin-top: -6px; }
* html .no-sidebar #page-content { margin-top: 0; }

#sidebar {
	width: 215px;
	float: right;
	font-size: .95em;
	line-height: 1.3em;
}

#sidebar p { margin-top: 6px; }

#main {
	float: left;
	width: 440px;
	padding: 0 20px 0 20px;
	margin-top: 66px;
	background: url(bodyareabg.gif) repeat-y top center;
}
* html #main { margin-top: 6px; }
*:first-child+html #main { margin-top: 6px;}

#main ul, #main ol { margin: .5em 0 1em 0; }
#main li { margin-bottom: .5em; }
#main p { margin-bottom: 1.5em; }
* html #main ul, * html #main ol { margin-left: 2em; }
*:first-child+html #main ul { margin-left: 2em; }

dt {
	font-style: italic;
}

dd { 
	margin-left: 2em;
}

.pagelet ul, .pagelet ol {
	padding-left:28px;
}
.pagelet li a, .sidebar li a {
	text-decoration: none;
}
.pagelet li a:hover, .sidebar li a:hover {
	text-decoration: underline !important;
}

.blockquote-container blockquote {
	padding: 2px 10px 2px 12px;
	background: url(bodyareabg.gif) repeat-y;
	font-style: italic;
}

h2 {
	background: url(h2bg.gif) no-repeat top left;
	font-size: 1.3em;
	padding: 8px 16px 4px 16px;
	margin: -60px -20px 1em -18px;
	color: #fff;
}

.no-sidebar h2 { 
	margin: 1em auto; 
	background: url(h2bgwide.gif) no-repeat top left; 
}

.has-photo-navigation h2 {
	padding-right:130px;
}

* html h2 {
	height: 41px;
	margin-top: 0;
}
*:first-child+html .allow-sidebar h2 {
	height: 41px;
	margin-top: 0;
}

h2 a {
	color: #fff;
}



h4, h5, h6 {
	font-size: 1em;
}


* html #page-content h3 { font-size: 1em; }
* html #page-content h4 { font-size: .95em; }

.pagelet {
	width:200px;
	overflow:hidden;
}

.pagelet p { line-height: 1.3em;  }
	.pagelet h4 {
		height: 41px;
		line-height: 41px;
		margin: 6px 0;
		padding: 0 16px;
		color: #fff;
	}
	
	#sidebar .pagelet h4 {
		height: 41px;
		line-height:normal;
		padding: 5px 16px;
	}

	.o h4 { background: url(h3bg.gif) no-repeat top left; }
	.e h4 { background: url(h3bgalt.gif) no-repeat top left; }

	* html .e h4 { background: url(h3bgalt.gif) no-repeat top left; }
	* html .o h4 { background: url(h3bg.gif) no-repeat top left; }

.article-thumbnail {
	float: left;
	margin:8px 10px 5px 0;
}

.narrow.left{
	margin:8px 10px 5px 0;
}
.narrow.right{
	margin:8px 0 5px 10px;
}

.article, .no-callouts {
	clear: left;
}

.article h3 { margin-top: 1em; }

.article-info {
	clear:left;
}

.callout-container .callout {
	clear: both;
	float: left;
	margin-top: 12px;
	padding-top: 6px;
	margin-right: 8px;
	margin-bottom: 12px;
	background: url(sidebarbg.jpg) repeat-y top left;
	padding-right: 0px;
	width: 210px;
	padding-bottom: 6px;
	padding-left: 18px;
	font-size: .95em;
}

/* hide from ie/mac \*/
* html .callout-container .callout {
	background: url(sidebarbg.jpg) repeat-y 2px 0;
}
/* end hide */

	.callout-container .callout p { line-height: 1.3em; margin-bottom: 1em;}

.photogrid-index {
    text-align: center;
    margin: auto;
/*	float:left;
*/}

.photogrid-index a {
	color:#000;
	text-decoration:none;
}

.photogrid-index a:hover  {
	text-decoration:underline !important;
}

.gridItem {
	float:left;
	position:relative;
	padding:0px;
	font-size: .95em;
	line-height: 1.1em;
	width:145px;
	height:180px;	/* room for caption */
}

.gridItem h3 {
	font-size: 12px;
	line-height: 13px;
	font-weight:normal;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 145px;
}

body.no-sidebar .gridItem {
	margin:0px 14px;
}

.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}
#sidebar .gridItem{
	margin-left:35px;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html body.no-sidebar .gridItem {
	margin:0px 11px;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

* html .gridItem h3 {
	position: relative;
	top: 8px;
}

/* End hide from IE5-mac */


.ImageElement, .VideoElement {
	text-align:center;
}


.listing-index li h3 a {
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
}

/* Individual Photo Pages */

.photo { margin-top: 10px; text-align: center ;width:100%; }
#photo-page .caption {  padding-top: 6px; }
.photo-navigation {
margin-top: -54px;
	margin-right: 0px;
	float: right;
	width: 120px;
}
.has-photo-navigation h2 {
	padding-right:130px;
	margin-top:-36px;
}
.has-photo-navigation{position:relative;}
.has-photo-navigation #main{padding-top:54px!important;}
.has-custom-banner .photo-navigation{position:absolute; right:40px;}
	.photo-navigation a { 
		display: block;  
		text-indent:-5000px; 
		height:100%; 
		width:100%;
		background:green;
	}

    .photo-navigation div {
    	margin-left: 10px;
		width: 25px;
		height: 37px;
    	float: left;
    }

	#previous-photo	{
		background: url(prev-disabled.gif) no-repeat center center;
		text-indent:-10000px;
	}
	#previous-photo a	{
		background: url(prev.gif) no-repeat center center;
	}
	
	#next-photo {
		background: url(next-disabled.gif) no-repeat top center;
		text-indent:-10000px;
	}
	#next-photo a {
		background: url(next.gif) no-repeat top center;
	}

	#photo-list {
		width: 29px;
		background: url(list-disabled.gif) no-repeat top center;
		text-indent:-10000px;
	}
	#photo-list a {
		width: 29px;
		background: url(list.gif) no-repeat top center;
	}

.text-navigation a, .text-navigation a:hover, .text-navigation a:active, .text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation #photo-list{
	font-weight:bold;
	width:auto!important;
	background:none!important;
	text-decoration:none;	
	color: #5f4416;
}
.text-navigation a:hover{
	text-decoration:underline!important;
}

#page-bottom {
		background: url(footerbg.jpg) no-repeat bottom left;
		font-size: .95em;
		padding-top: 16px;
		padding-bottom:16px;
}

	#page-bottom-contents {
		margin-left: 30px;
	}
	
	#page-bottom p {
		margin-bottom:0px;
	}

.no-sidebar #main { 
	padding: 0; 
	width: 706px; 
	margin:0 auto; 
	background: transparent; 
}

.no-sidebar #page-top { 
	background: url(shortheaderbg.jpg) no-repeat top left; 
	height: 191px; 
}


* html .no-sidebar #page-content { margin-top: -20px; }
.no-sidebar #title { top: 20px; }
.no-sidebar #sitemenu { top: 152px; }


/*#title p{
	overflow:hidden;
	height:170px;
	padding:0 0 0 140px;
	width:280px;
}*/

.callout-container, .graphic-container { clear:both; }

