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

/*
   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; }

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

.hidden {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
.narrow {
    float: right;
	margin:5px 0 5px 10px;
}
img.wide {
	display: block;
}

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

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 76%;
	margin: 0;
	background: rgb(61, 61, 61) url(bkgd.jpg) left repeat-y;
	min-width: 771px;
}

body.no-sidebar {
    background: rgb(61, 61, 61) url(bkgd_no_sidebar.jpg) 0px -40px repeat-x;
}

.article-content  {
	line-height:160%;
}

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


#page {
    margin: auto;
    background: url(background.jpg) top left no-repeat;
    min-height: 600px;
}

body.no-sidebar #page {
    background: url(background_no_sidebar.jpg) 0px -40px no-repeat;
}

#page-top {
    margin:0;
}

body.no-sidebar #page-top {
    height: 210px;
}

#title {
    padding: 0;
    padding-bottom: 2px;
    text-align: right;
    text-decoration:none;
    margin: 0;
    overflow: hidden;
    width: 250px;
}

body.no-sidebar #title {
    width: auto;
}

#title a {
    color: white !important;
    text-decoration:none;
    border: none !important;
}

#title a:hover {
    color: rgb(200, 200, 200) !important;
}

h1 {
    font-size: 2.5em;
    font-weight:normal;
    text-align: right;
    color: white;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

body.no-sidebar h1 {
	border-bottom:none;
}

h1.TurnOffReplace {
	font-size:1.5em;
}

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

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

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

#title img {
    margin: 10px;
    border: none;
}

body.no-sidebar #title img {
    float: right;
}

#title p {
    font-size: 1.2em;
    text-align: right;
    color: white;
    margin: 10px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

/* IE Hack */

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

#sitemenu-container {
	position: relative;
	z-index: 100;
    width: 230px;
    margin: 10px;
}

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

body.no-sidebar #sitemenu-container {
    width: auto;
    margin-top: -10px;
    height: 80px;
}

#sitemenu-content {
    font-size: 1.2em;
}

#sitemenu-content ul {
    text-align: right;
    list-style: none;
}

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

body.no-sidebar #sitemenu-content li {
	display:inline;
	margin-left: 20px;
}

#sitemenu-content a{
    text-decoration: none;
    color: white;
    border: none !important;
}

#sitemenu-content li.currentPage span.in,
#sitemenu-content li.currentParent > a > span.in {
    color: rgb(200, 200, 200);
}

#sitemenu-content li.currentPage li span.in {
	color: #fff;
}

#sitemenu-content a:hover,
#sitemenu-content a:focus{
    color: rgb(200, 200, 200);
    border: none !important;
}

#sitemenu-content a:active {
    border: none !important;
}

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

#sitemenu-content.ddsmoothmenu-v ul .submenu-indicator {
	top: 4px;
	right: -10px;
}

#sitemenu-content.ddsmoothmenu-v ul ul .submenu-indicator {
	top: 8px;
	right: 5px;
}

.allow-sidebar #sitemenu-content li {
	display:block;
	white-space: normal;
}

#sitemenu-content ul li span.in
{
    white-space: normal !important;
}


#sidebar {
    width: 230px;
    font-size: 1em;
    text-align: right;
    border-top: 1px solid white;
    margin: 10px;
    margin-top: 20px;
    padding-top: 10px;
}

/* IE Hack */

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

#sidebar p {
    text-align: right;
    color: white;

}

#sidebar ul {
	list-style-type:none;
	padding-right: 10px;
	list-style-position: outside;
}

#sidebar ul li:after {
	content:' \002022 ';
}

#sidebar ol {
	padding-right: 10px;
}

#sidebar ol li {
	list-style-position: inside;
}

.pagelet {
    width: 230px;
    overflow:hidden;
    margin-top: -15px;
    color: white;
}

.pagelet h4 {
    font-size: 1.3em;
    font-weight: normal;
    color: white;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-top: 30px;
    margin-bottom: 4px;
}

#sidebar .pagelet .nivo-dots .nivo-controlNav a {
	text-indent: 9999px;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	background: -65px -5px no-repeat;
	background-image: url(QuotationMarks-GreyLeaf.png);
}

.blockquote-container .pagelet-body:after, .blockquote-container .graphic:after {
	display: block;
	position: absolute;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
	content: "";
	background: 28px 30px no-repeat;
	background-image: url(QuotationMarks-GreyLeaf.png);
}

.blockquote-container blockquote {
	padding: 7px 25px 5px 35px;
	margin: 0;
	z-index: 100;
	position: relative;
	font-style: italic;
}

#sidebar .blockquote-container blockquote {
	padding: 7px 35px 5px 25px;
}

blockquote p {
	margin: 10px 0px;
}


/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    color: white;
	position: relative;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin: 10px;
    font-size: 1em;
    color: white;
    position: absolute;
    top: 0;
    left: 260px;
    min-width: 511px;
}

/* IE Hack */

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

h2 {
    display: block;
    font-weight: normal;
    font-size: 2em;
    color: white;
    text-align: left;
	padding-top:8px;
    margin-top: 0px;
    border-bottom: 1px solid white;
}

h2 span.in {
	margin-top:0.3em;
	display:block;
}

.has-photo-navigation h2 {
   min-height: 47px;
   padding-right: 180px;
   margin-bottom:0px;
}



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

#main ul, #main ol {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

#main li {
    text-align: left;
    margin-bottom: 5px;
}

.article, .no-callouts {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 70em;
    clear: right;
}

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

.article h3 a {
    color: white;
    text-decoration: none;
    border: none !important;
}

.article h3 a:hover, a:focus{
    text-decoration: none;
    color: rgb(200, 200, 200);
    border: none;
}

.article-info {
	clear:right;
}

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

a:hover, a:focus{
    color: rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
}

a.imageLink, a.imageLink:hover, a.imageLink:focus {
	border: 0px none;
}

.article img {
    border: none;
}

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

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

.callout {
    float: right;
    margin: 10px;
    margin-right: -3px;
    margin-top: 0px;
    padding-left: 10px;
    border-left: 1px dashed white;
    text-align: center;
}

.callout p {
    text-align: left;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.25em !important;
    line-height: normal;
    text-shadow: none;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

/* Hides from IE5-mac \*/
* html .callout{
    padding-top: 10px;
}
/* End hide from IE5-mac */

body.allow-sidebar #page-bottom {
    width: 230px;
    margin: 10px 10px 10px 10px;
    padding-top:10px;
    border-top: 1px solid white;
}

body.no-sidebar #page-bottom {
    width: auto;
    margin:4px 20px;
}

#page-bottom {
    font-size: 1em;
    text-align: right;
    color: white;
}

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

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

.HTMLElement {
    margin-bottom: 10px;
}

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

#sidebar .ImageElement, #sidebar .VideoElement {
	margin-top:12px;
}

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

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: center;
    overflow: auto;
}

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

.photogrid-index a:hover {
	text-decoration:underline;
	border:none;
	color:white;
}


.gridItem {
    float: left;
    width:150px;
    height:180px;	/* room for caption */
    margin: 8px;
    padding-top: 10px;
    background: rgb(100, 100, 100);
    border: 1px solid white;
    overflow: hidden;
    position: relative;
}

.gridItem h3 {
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    color: white;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0px;
    position: absolute;
    top: 138px;
    width: 136px;
	text-align:center;
	border: 0px;
}

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

#sidebar .gridItem{
	margin-left:35px;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem {
	width:148px;
}

* html .gridItem h3 {
	width:134px;
}

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

* html .gridItem h3 {
	position: relative;
	top: -3px;
}
/* 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-page .allow-sidebar #page-content {
	position:relative;
	width:511px;
}


/* fix for IE6 */
* html .allow-sidebar .photo-page #main-content {
	position:static;
}

.photo-page h2 {
	padding-right: 176px;
	min-height: 43px;
}

.photo-navigation {
	position:absolute;
	right:0px;
    z-index: 100;
    height: 43px;
    width:162px;
	top:0px;

}


#previous-photo, #next-photo, #photo-list {
	width:54px;
	height:43px;
	display:block;
}

.photo-navigation a {
	width: 100%;
	height: 100%;
	display:block;
	text-indent:-5000em;
	float: left;
}

#previous-photo {
    background: url(photo-buttons-disabled.png) no-repeat;
    float: left;
	text-indent:-10000px;
}

#previous-photo a {
    background: url(photo-buttons.png) no-repeat;
}

#next-photo {
    background: url(photo-buttons-disabled-03.png) no-repeat;
    float: right;
	text-indent:-10000px;
}

#next-photo a {
    background: url(photo-buttons-03.png) no-repeat;
	float: right;
}

#photo-list {
    background: url(photo-buttons-disabled-02.png) no-repeat;
    float: left;
	text-indent:-10000px;
}

#photo-list a {
    background: url(photo-buttons-02.png) no-repeat;
}
.text-navigation{
	position:relative;
	width:auto!important;
	height:auto!important;
}

.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;
	float:none!important;
	display:inline;
}

#sidebar .whiteBackground p, .whiteBackground
{
	color:#000;
}
 .whiteBackground a{
 	color:#1e5c37;
 }

.article-info .timestamp, h3.index-title{ clear:left;}


 /* HACKS/SAFARI/CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.narrow.right{clear:right;}
}

/* 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;
}

/**/

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

