/* 
   css Copyright © 2005-2011 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 { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.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 {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

.HTMLElement { overflow:hidden; }

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%;
	min-width:50%;
}
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;
}

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

/* 
   css Copyright (c) 2005-2007 by 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; }

 /* General styles  */

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

.hidden  {
    display:none;
}

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

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

body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	background: white;
    word-wrap: break-word;
	color: #2F4600;
}

#page{
    margin: auto;
    width: 961px;
	background: #FFF url('background_page.png') repeat-y;
}


#page-top {
    margin:0;
	margin-bottom: -12px;
    background-color: transparent;
}

.has-custom-banner #page-top {
	overflow: hidden;
}

#title {
    background: url(top.png) no-repeat;
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	padding: 14px 22px 14px 22px;
	height: 110px;
	margin-bottom: -10px;
}

h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight:normal;
}

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

#title img {
    float: left;
}

#title p {
    font-size: 0.9em;
    text-align: center;
/*    margin: 10px;
    margin-top: 14px;*/
}

/* IE Hack */

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

#sitemenu-container {
/*    border-bottom: 1px solid rgb(158, 158, 158);*/
    clear:both;
}

#sitemenu {
    background: transparent url(sitemenu.png) top left no-repeat;
    min-height: 41px;
}

#sitemenu-content ul {
	text-align: left;
    padding:0;
    margin:5px 10px;
    margin-left: 285px;
	line-height: 41px;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    font-size: 1.2em;
}

#sitemenu-content a{
    text-decoration: none;
    color: white;
/*    text-shadow: 0px 1.5px 2px black;*/
}

#sitemenu-content a:hover, a:focus, a:active {
    color: #FEEDB9;
/*    text-shadow: 0px 1px 1px rgb(125,19,22);*/
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in  {
    color: #FEEDB9;
/*    text-shadow: 0px 1px 1px rgb(125,19,22);*/
}

#page-content {
	position: relative;
    width: 910px;
    margin: auto;
    clear: both;
    background: transparent url(content.png) no-repeat;
	margin-top: 10px;
	overflow: hidden;
}

body.no-sidebar #page-content {
    width: 910px;
    margin: auto;
    clear: both;

    background: #feedb9 url(content_nobar.png) top left repeat-x;
}

#page-content a, #page-bottom a  {
    color: black;
    text-decoration: none;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    border-bottom: 1px solid black;
    color: black;
}

#page .imageLink {
	border: 0px none;
}

#sidebar {
    float: left;
    width: 220px;
	margin: 35px 10px;
    word-wrap: break-word;
    font-size: 0.8em;
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.pagelet {
    width:220px;
    word-wrap:break-word;
    overflow:hidden;
	padding: 10px 0px;
	padding-left: 15px;
	border-bottom: 1px dashed #62890a;
	font-size: 12px;
	line-height: 15px;
}
.pagelet-body{
	padding-left: 10px;
}
.pagelet-body a{
	color: #2F4600 !important;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
/*	padding-top:14px;*/
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.7em;
	color: #5f873a;
    text-align: left;
	text-indent: 0px;
}

.pagelet h4 span.in {
	padding:0px 13px 16px 0px;
    display:block;
}

#page-content h4 a, #page-content h4 span.in a{
	color: #5f873a;
	text-decoration: none !important
}

#page-content h4 a:hover,#page-content h4 span.in a:hover{
	color: #5f873a;
	text-decoration: none !important
}



.callout .pagelet{
	border: none;
}

#main {
    min-height: 390px;
	margin: 0 25px;
}

#main p{
	text-align: justify;
}

#main p.hautpage{
	text-align: right;
}

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

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: right;
    width: 635px;
    font-size: 1.2em;
	line-height: 1.6em;
}

/* IE Hack */

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

.photo-page h2 {
	min-height:23px;
}
.no-sidebar .has-photo-navigation h2 {
	padding-right:185px;
}
.allow-sidebar .has-photo-navigation h2 {
	padding-right:175px;
}

h2 {
    display: block;
    font-weight: normal;
/*    text-shadow: 0px 1px 1px white;*/
	color: #5F8700;
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 13px;
    margin: 0px -7px;
	
	font-size: 1.8em;
	letter-spacing: 0.2pt;
/*    border-bottom: 1px solid rgb(212, 212, 212);*/
}

#page_content h2 a, h2 a{
	color: #C00;
}
#page_content h2 a:hover, h2 a:hover{
	text-decoration: none;
}
/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

li ul {
	padding-top:8px!important;
}

#main ul li, #sidebar ul li {
/*	background: url(bullet.png) no-repeat;*/
	list-style: none;
    padding-bottom: 6px;
	padding-top:2px;
}
#main ul li a, #sidebar ul li a{
	text-decoration: none;
	color: #2F4600;
}

#main ul.disc{
	padding-left: 20px;
}
#main ul.disc li{
	list-style-type: disc;
/*	text-indent: 20px;*/
	text-align: justify;
}

ol {
	padding-left: 30px;
}

ol li{
	text-align: justify;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}
.has-callout{
	padding-bottom: 230px;
}
.article h3 {
     border-bottom: 1px solid #7E1314;
     padding: 0px;
     margin: 20px 0 10px 0;
     color: #7E1314 !important;
     font-size: 1.3em;
     font-weight: normal;
}

.article h3 a{
	 color: #7E1314 !important;
}

.article h3 a:hover{
	text-decoration: none !important; 
}

.article h5, .article h6{
	text-decoration: none !important;
	font-style: italic;
	font-size: 1.2em;
}

.article h6{
	font-size: 1.1em;
	font-weight: normal;
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    color: black;
    text-decoration: none;
}

#page-content a:hover, #page-content a:focus, #page-content a:active, #page-bottom a:hover, #page-bottom a:focus, #page-bottom a:active {
    color: black;
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.callout-container{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	bottom: 0;
	height: 200px;
    margin: 10px 0;
    background: #ece29f;
	border: 1px dashed #d9d785;
	width: 610px;

}
.callout {
	color: #a1b641;
	margin: 0;
    padding: 5px;
	width: 600px;
	overflow: auto;
	bottom: 0;
}

.callout .pagelet{
	float: left;
	width: 280px;
	margin: 0;
	
}
.callout ul li, #sidebar ul li {
/*    background: url(bullet_blue.png) no-repeat !important;*/
}

.callout h4 {
	color: #a1b641;
    font-weight: normal !important;
    font-size: 16px !important;
	margin: 0;
}

.callout-content{
	font-size: 12px;
}

#page-bottom {
    background: transparent url(background_footer.png)  ;
    font-size: 1em;
    text-shadow: 0px 1px 1px white;
    color: #476701;
    height: 23px;
	padding: 6px 35px 20px 35px; 
}

#page-bottom div {
	overflow:hidden;
	height:20px;
}

#page-bottom p {
	display:inline;
}

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

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

.HTMLElement {
    margin-bottom: 10px;
}

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


.caption {
    padding: 10px;
}

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    background: rgb(236, 242, 247);
    margin: 10px;
    padding: 5px;
    border: 1px solid rgb(158, 158, 158);
    overflow: auto;
    width: 480px;
}

body.no-sidebar .photogrid-index {
	width: 634px;
	margin-left:33px;
}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

.photogrid-index a {
	color:#000;
	text-decoration:none;
	border:0px!important;
}

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

.gridItem {
    float: left;
    position:relative;
    width:152px;
    height:192px;	/* room for caption */
    overflow: hidden;
    margin: 3px;
    padding-top: 6px;
    background: url(thumbnail_bkgd.png) no-repeat;
}

.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    text-shadow: 0px 1px 1px white;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}


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

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

/* IE Hack */
/* Hides from IE5-mac \*/


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

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

/* Individual Photo Pages */

.photo-navigation {
    position: relative;
    z-index: 100;
    height: 3px;
    padding:0px;
}

/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 49px;
    height: 42px;
    background: url(photo-buttons-disabled.png)		no-repeat;
    position: absolute;
    left: 548px;
    margin-top: -47px;
    text-indent: -5000em;
}

.allow-sidebar #previous-photo {
	left:348px;
}


#previous-photo a {
    width: 49px;
    height: 42px;
    display: block;
    background: url(photo-buttons.png)		no-repeat;
}

#next-photo {
    text-indent: -5000em;
    width: 50px;
    height: 42px;
    background: url(photo-buttons-disabled-03.png)		no-repeat;
    position: absolute;
    left: 664px;
    margin-top: -47px;
}

.allow-sidebar #next-photo {
	left: 464px;
}

#next-photo a {
    width: 50px;
    height: 42px;
    display: block;
    background: url(photo-buttons-03.png)		no-repeat;
}

#photo-list {
    text-indent: -5000em;
    width: 67px;
    height: 42px;
    background: url(photo-buttons-disabled-02.png)		no-repeat;
    position: absolute;
    left: 597px;
    margin-top: -47px;
}

.allow-sidebar #photo-list {
	left:397px;
}



#photo-list a {
    width: 67px;
    height: 42px;
    display: block;
    background: url(photo-buttons-02.png)		no-repeat;
}



/* IE 5/5.5 Hackery */

@media tty {
i{content:"\";/*" "*/}} @import 'ie.css'; /*";}
}/* */

/* IE:Mac Hackery */

/*\*//*/

body.allow-sidebar #main {
    float: right;
    width: 511px;
    font-size: 1em;
}

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

.article p {
    clear: none;
    text-align: justify;
}

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

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

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

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

/**/


/* BANNER STUFF */
body.has-custom-banner #title {
	margin: 0px 0px -14px 0px;
	background: url(banner_image.jpg) center top no-repeat; 
	height:160px;
}

* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */


body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;
/*	text-shadow: #fff 0px 0px 3px;*/
}

div.Download-index h3, div.Download-index h3 a{
	font-weight: normal;
	font-size: 1em;	
}

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


