@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; }

.HTMLElement { overflow:hidden; }

/* 
   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. 
*/
h2,h3,h4,h5,h6{font-weight:normal;}
a img { border: none; }

.clear {
	clear: both;
	height: 0;
}

.hidden {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
.narrow {
	display: block;
 	clear:right;
    float: right;
}
img.wide {
	display: block;
 	clear:both;
}

/* Block Level formatting, more or less in descending order */

body {
	font-family: Georgia, Times, serif;
	font-size: 76%;
	margin: 0;
	background: rgb(164, 164, 164) url(bkgd.jpg) top repeat-x;
}

/* heading font */
h1, h2, h3,  h4, h5, h6, #title p, #sitemenu-content li, #page-bottom, .caption, .collection-navigation {
	font-family:Futura, Verdana, Helvetica, Arial, sans-serif;
}

h4, h5, h6 {
	margin: 0em 0em 0.8em 0em;
	font-size: 100%;
}

#page {
    margin: auto;
    width: 746px;
    background: white url(background.jpg) repeat-y;
}

body.no-sidebar #page {
    background: white url(background_no_sidebar.jpg) repeat-y;
}

#page-top {
    margin:0;
}

#title {
    padding: 0;
    background: rgb(251, 245, 171) url(new_header.jpg) bottom no-repeat;
    padding: 10px 0px 2px 0px;
    text-align: center;
    text-decoration:none;
    margin: 0;
}

#title a {
    text-decoration:none;
}

h1 {
    font-size: 3.3em;
    font-weight:normal;
    text-align: center;
    text-transform: uppercase;
    color: black;
    margin: 0px 10px 5px 10px;
    display: block;
    text-shadow: 0px 1px 1px white;
	max-height:150px;
	overflow:hidden;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    border:none;
    color: black;
}

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid white;
}

#title img {
    border-bottom: 1px solid white;
    border-left: 1px solid rgb(206,214,217);
    border-right: 1px solid rgb(206,214,217);
    border-top: 1px solid rgb(177,185,187);
    margin-top: 15px;
    padding: 5px;
    background: url(background.jpg) -510px bottom;
}

#title p {
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 14px;
    color: black;
    text-shadow: 0px 1px 1px white;
	max-height:43px;
	overflow:hidden;
}

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */


/* BANNER HANDLING */

body.has-custom-banner #title {
	background: center top no-repeat;
	height:185px;
}

body.has-custom-banner #sitemenu-container {
	background-position: center -14px;
}



/* SITEMENU */

#sitemenu-container {
    background: #DFE4E7 url(sitemenu-top-sidebar.jpeg) no-repeat;
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
}

/* Hides from IE5-mac \*/
* html #sitemenu-container {
    margin: 0;
}
/* End hide from IE5-mac */


#sitemenu {
    clear: both;
    margin: auto;
    padding: 0;
    padding-top: 1px;
    background: transparent url(sitemenu-bottom-sidebar.jpeg) bottom no-repeat;
}

body.no-sidebar #sitemenu {
    background: url(sitemenu-bottom-no-sidebar.jpeg) bottom no-repeat;
}


#sitemenu-content ul {
    text-align: center;
    padding: 0px 35px 24px 35px;
    margin: 10px 0px 0px 0px;
/*     overflow: hidden; */
}

/* Hides from IE5-mac \*/
* html #sitemenu-content ul {
    padding-left: 0;
}
/* End hide from IE5-mac */

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-top: 1px;
    font-size: 1.0em;
    text-transform: uppercase;
    padding-left: 3px;
    padding-right: 3px;
    text-shadow: 0px 1px 1px white;
    color: rgb(50, 50, 50);
}

#sitemenu-content a {
    text-decoration: none;
    padding-left: 3px;
    color: rgb(50, 50, 50);
    border:none;
}

#sitemenu-content li.currentPage span.in,
#sitemenu-content li.currentParent > a > span.in,
#sitemenu-content li.currentParent > span.in,
#sitemenu-content .selected span.in {
	text-decoration: underline;
}

#sitemenu-content li.currentPage li span.in {
	text-decoration: none;
}

#sitemenu-content a:hover span.in, 
#sitemenu-content a:focus span.in {
    text-decoration: underline;
    color: black
}


#sitemenu-content ul li ul li a {
	padding: 0;
}

#sitemenu-content ul li ul li span.in {
	padding: 5px 8px;
}

#sitemenu-content a:active span.in {
    text-shadow: 0px 0px 5px rgb(250, 255, 0);
    border: none !important;
}

#sitemenu-content ul ul .submenu-indicator {
	top: 10px;
}

*:first-child+html #sitemenu-content ul > li.hasSubmenu > a > span.in > .submenu-indicator,
*:first-child+html #sitemenu-content ul > li.hasSubmenu > span.in > .submenu-indicator {
	top: -2px;
}

*:first-child+html #sitemenu-content ul ul li.hasSubmenu span.in .submenu-indicator {
	top: 6px;
}


* html #sitemenu-content ul ul .submenu-indicator {
	top: 6px;
}
#sitemenu-content ul li ul li span.in{
	border-bottom:solid 1px #E4E4E4 !important;
}

#page-content {
    width: 736px;
    margin: auto;
    clear: both;
    min-height: 200px;
}

body.no-sidebar #page-content {
    width: 736px;
}

#sidebar {
    float: right;
    width: 224px;
    font-size: 0.8em;
    text-align: center;
    margin-right: 10px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #sidebar {
    margin-right: 5px;
}
/* End hide from IE5-mac */

#sidebar p, #sidebar table, #sidebar ol, #sidebar dl {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

#sidebar .contactElement.labelsOnSide {
	margin-right: 24px;
}


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

.pagelet h4 {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 5px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
    background: url(sidebar_button.jpg) 5px top repeat-y;
    color: black;
    text-shadow: 0px 1px 1px white;
    text-align: center;
    line-height: 2.35em;
	height: 35px;
	overflow: hidden;
}
#sidebar .pagelet h4, #sidebar h5.index-title{ text-align:left;}
#sidebar h5.index-title{ padding-left:10px;}

blockquote {
	margin: 0px 5px 0px 10px;
	padding-left: 8px;
	border-left: 3px double #969696;
	font-style: italic;
}

#sidebar blockquote p {
	margin-left: 0px;
}


/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 19px;
    margin-right: 19px;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-left: 19px;
    float: left;
    width: 470px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-left: 10px;
}
/* End hide from IE5-mac */

h2 {
    display: block;
    font-weight: normal;
    font-size: 2em;
    text-transform: uppercase;
    color: black;
    text-align: center;
    text-shadow: 0px -1px 1px rgb(161, 161, 161);
    background: url(new_title_bkgd.jpg) bottom center no-repeat;
    padding: 20px 150px;
    margin-top: 0px;
    margin-bottom:0px;
}

.allow-sidebar h2 {
	padding:20px; /* less horizontal padding on narrow titles */
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 28px;
}
/* End hide from IE5-mac */

#main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

ul ul {
	margin-top:4px!important;
}

#main ul li {
    background: url(bullet.gif) top left no-repeat;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 5px;
}

#main li a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed rgb(150, 150, 150);
}

#main li a:hover, a:focus{
    border-bottom: 1px solid black;
}

#main li a:active {
    text-shadow: 0px 0px 5px rgb(250, 255, 0);
}

ol {
	padding-left: 30px;
}

#main ol>li {
	background: transparent;
	padding-left: 0;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    clear: right;
}


.article h3 {
     border-bottom: 1px solid black;
     padding: 5px;
     font-size: 1.4em;
     font-weight: normal;
     text-transform: uppercase;
     color: black;
     text-align: left;
     margin-left: -3px;
     margin-right: -3px;
     padding-right: 10px;
}

.article h3 a {
    color: black;
    padding: 3px;
    text-decoration: none;
    border-bottom: 1px dashed rgb(150, 150, 150);
}

.article h3 a:hover, a:focus{
    border-bottom: 1px solid black;
    text-decoration: none;
}

.article h3 a:active {
    text-shadow: 0px 0px 5px rgb(250, 255, 0);
}

.article-info {
	clear: both;
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed rgb(150, 150, 150);
}

a:hover, a:focus{
    border-bottom: 1px solid black;
}

a:active {
    text-shadow: 0px 0px 5px rgb(250, 255, 0);
}

a.imageLink {
	border-bottom: 0px none;
}

.article img {
    border: none;
}

.article img.narrow {
    float: left;
	margin:5px 10px 5px 0;   
}
.narrow.left{
	margin:5px 10px 5px 0;
}
.narrow.right{
	margin:5px 0 5px 10px;
}


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

.callout {
    float: left;
    margin-right:10px;
    margin-top: 0;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 15px;
    border-right: 1px solid black;
    text-align: center;
	margin-bottom:10px;
}


.callout h4 {
    font-weight: normal !important;
    font-size: 1.25em !important;
    background: url(article_sidebar.jpg) bottom no-repeat;
    padding-bottom: 20px;
    line-height: normal;
    text-shadow: none;
}

.callout p, .pagelet ul, .pagelet ol, .pagelet dl, .pagelet table {
	text-align:left;
}


body.allow-sidebar #page-bottom {
    height: 165px;
    background: url(footer.jpg) no-repeat center;
}

body.no-sidebar #page-bottom {
    height: 165px;
    background: url(footer_no_sidebar.jpg) no-repeat center;
}

#page-bottom-contents {
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(110,110,110);
    padding-top: 22px;
    text-shadow: 0px 1px 1px white;
}

#page-bottom p {
	display:inline;
	margin: 0px;
}

#page-bottom p+p:before {
	content:' * ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
    margin-top:20px;
}

.pagelet .ImageElement, .pagelet .VideoElement {
	margin-top:0px;
}

.caption {
    padding: 10px;
    font-size: 1.5em;
}

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: center;
    margin: 10px;
    margin-left: -7px;
    padding: 5px;
    padding-left: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow: auto;
    width: 469px;
    background: rgb(234, 244, 253);
}

body.no-sidebar .photogrid-index {
	width:662px;
	padding-left:45px;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html body.no-sidebar .photogrid-index {
	width:664px!important;
	padding-left:25px;
	margin-left:10px;
}
/* End hide from IE5-mac */

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

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

.gridItem {
    float: left;
    position:relative;
    width:140px;
    height:180px;	/* room for caption */
    margin: 6px;
    padding-top: 10px;
    background: url(background.jpg) -540px repeat-y;
    border-bottom: 1px solid white;
    border-left: 1px solid rgb(206,214,217);
    border-right: 1px solid rgb(206,214,217);
    border-top: 1px solid rgb(177,185,187);
    overflow: hidden;
}

.gridItem h3 {
    font-size: 0.9em;
    font-weight:normal;
    text-transform: uppercase;
    color: black;
	margin: 10px 0px;
    padding:0px 2px;
    height:40px;
    overflow:hidden;
    position:absolute;
	top: 135px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
	text-align:center;
	border: 0px;
}

.gridItem h3 a {
	padding: 0px;
}

.gridItem img {
    border: 1px solid rgb(100, 100, 100);
    margin: auto;
    padding: 0px;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html .photogrid-index {
	overflow:visible;
	margin-left:-10px;
	padding-right:2px;
}

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

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

#sidebar .photogrid-index{
	width:auto;
	margin-left:24px;
	background:none;
	border:0;
}
/*#sidebar .gridItem h3 {
	height: 38px;
}*/

/* End hide from IE5-mac */

/* Used on index summary pages */
.listing-index #main li h3 a {
    text-decoration:none;
    font-size:1em;
    font-weight:normal;
}

/* Individual Photo Pages */

.photo-navigation {
    position: relative;
    z-index: 100;
    height: 20px;
}

#previous-photo, #next-photo, #photo-list {
    width: 46px;
    height: 44px;
    text-indent: -5000em;
    margin-top:-21px;
    position: absolute;
}	

.photo-navigation a {
	width:100%;
	height:100%;
	display:block;
}

#previous-photo	{
    background: url(photo-buttons-disabled.jpg)	no-repeat;
    left: 275px;
}
.allow-sidebar #previous-photo {left:161px;} 
#previous-photo a { background: url(photo-buttons.jpg) no-repeat;}

#next-photo {
    width: 44px;
    background: url(photo-buttons-disabled-03.jpg) no-repeat;
    left: 379px;
}
.allow-sidebar #next-photo {left:265px;}
#next-photo a {background: url(photo-buttons-03.jpg) no-repeat; }

#photo-list {
    width: 58px;
    background: url(photo-buttons-disabled-02.jpg) no-repeat;
    left: 321px;
}
.allow-sidebar #photo-list {left:207px;}
#photo-list a {background: url(photo-buttons-02.jpg) no-repeat;}

.image-controls a {
	border:none;
}


.collection-navigation {
	margin-top: 6px;
}

.collection-navigation a {
	border-bottom: 0px none;
}

.text-navigation{ padding:10px 0;}
.text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation  #photo-list, .text-navigation a, .text-navigation a:hover{
	background:none!important;
	width:auto!important;
	font-weight:bold;
	text-indent:0;
	position:relative;
	height:auto;
	left:auto;
}
.text-navigation a:hover{ text-decoration:underline;}

h3.index-title { clear:left; }



/* IE:Mac Hackery */

/*\*//*/

body.allow-sidebar #main {
    float: left;
    width: 470px;
    font: 1em Georgia, Times, serif;

}

.article {
    margin:0;
    margin-top: -10px;
    background: none;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

#sitemenu {
    margin-top: 0px;
}

#sitemenu-content ul {
    padding-top: 0px;
}

.article p {
    clear: none;
}

.article a {
    text-decoration: underline;
    border-bottom: none;
}

.article a:hover, .article  a:focus, .article a:active {
    border-bottom: none;
    color: black;
}

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}

#page-bottom p {
    margin-top: 0;
}

/**/
.no-page-title .photo-navigation {margin-top:30px;}

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

