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

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

/*
Page background     #0080c5
h1, h2 bkgd         #9fcc48
h1,h2 TEXT          #293e69
sidebar etc. bkgnd  #db3438
sitemenu, bottom    #e3481c
pagelet h4          #3aa7db
main                #f6c94a
Main Text           #FFFFFF
*/

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

.hidden {
    display:none;
}

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

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

body {
	font-size: 76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background: #0080c5 url(bkgd.png) top repeat-x;
}

/* font for headlines etc. */
h1, #title  {
	font-family:Chalkboard, "Comic Sans MS", sans-serif;
}

h2, h3, h4, h5, h6, .caption, #page-bottom, #sitemenu-content li {
	font-family:Helvetica, Arial, Verdana, sans-serif;
}


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


#page {
    margin: auto;
    width: 771px;

}

body.no-sidebar #page {

}

#page-top {
    margin:0;
}

#title {
    padding: 0;
    background: #9fcc48;
    padding-bottom: 2px;
    text-align: center;
    text-decoration:none;
    margin: 0;
    margin-top: 10px;
}

#title a {
    text-decoration:none;
}

h1 {
    font-size: 3.0em;
    font-weight:normal;
    text-align: center;
    color: #293e69;
    margin: 10px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
}

/* IE Hack */

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

h1 a {
    text-decoration:none;
    border:none;
    color: #293e69;
}

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

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

#title p {
    text-align: center;
    margin: 5px 10px 0px 10px;
    padding-bottom: 14px;
    color: #293e69;
}

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


/* BANNER HANDLING */
body.has-custom-banner #title {
	background-position: center top;
	background-repeat: no-repeat; 
	height: 200px;
}

body.has-custom-banner #page-top.has-logo #title {
	height: 230px;
}

body.has-custom-banner h1 {
	padding-top: 48px;
}

body.has-custom-banner #page-top.has-logo h1 {
	padding-top: 12px;
}

body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;	
	text-shadow: #f6c94a 1px 1px 2px;
}


/* SITEMENU */

#sitemenu-container {
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
}

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

body.no-sidebar #sitemenu-container {
}

#sitemenu {
    clear: both;
    margin: auto;
    padding: 0;
    background: #e3481c;
    margin-top: 10px;
}

#sitemenu-content ul {
    text-align: center;
	margin:0px;
    padding: 10px 35px 9px 35px;
}

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

#sitemenu-content ul li ul {
	background: #e3481c;
}

#sitemenu-content li {
    margin: 1px 0px;
    padding: 0px 3px;
    display: inline;
    font-weight: normal;
    font-size:1.0em;
    text-transform: uppercase;
    color: white;
}

#sitemenu-content span.in {
    border: none !important;
	padding-left: 3px;
}

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

#sitemenu-content li.currentPage span.in,
#sitemenu-content li.currentParent > a > span.in,
#sitemenu-content li.currentParent > span.in {
    text-decoration: none;
    color: black;
}

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

#sitemenu-content a:hover,
#sitemenu-content a:focus {
    text-decoration: none;
    color: black
}

#sitemenu-content a:active {
    text-shadow: 0px 0px 5px #FF0000;
    border: none !important;
}

#sitemenu-content ul .selected span.in {
	text-decoration: underline;
}

*: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: -3px;
}
#sitemenu-content ul li ul li span.in{
	border-bottom:solid 1px #FFF !important;
}

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

* html #page-content {
	margin-top:0px;
}

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

#sidebar {
    float: right;
    width: 230px;
    font: 0.8em Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin-right: 0px;
    background: #db3438;
}

/* IE Hack */

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

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

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

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

.pagelet h4 {
    padding: 5px;
    margin: 10px;
    font-size:  1.5em;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #3aa7db;
}

#sidebar h5.index-title{
	text-align:left;
}
#sidebar h5.index-title{ margin-left:10px;}
#unrecognized{ width:auto; margin:0 auto;}


.pagelet.bordered {
	border:#9fcc48 solid 3px;
	margin:10px 10px;
	padding:0px;
	width:204px;
}

.pagelet.bordered p {
	padding:0px 5px;
}

.pagelet.bordered h4 {
	margin:0px;
}

.pagelet .contactElement.labelsOnSide {
	margin-right:20px;
}

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

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

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

#sidebar blockquote p, .callout blockquote p, blockquote p {
	margin: 10px 0px;
	padding: 0px;
}


#main {
    margin-left: 0px;
    font-size: 1em;
    background: #f6c94a;
}

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

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

/* IE Hack */

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

h2 {
    display: block;
    font-weight: normal;
    font-size:2em;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    background: #9fcc48;
    color: #293e69;
    border-bottom: 10px solid white;
}

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

li a, #sidebar a  {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #f99;
}

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

li a:active {
    text-shadow: 0px 0px 5px #FF0000;
}

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

.article h3 {
     border-top: 10px solid white;
     border-bottom: 10px solid white;
     padding: 5px;
     font-size: 1.4em;
     color: #FFFFFF;
     font-weight: normal;
     text-align: left;
     background: #db3438;
     margin-right: -10px;
     margin-left: -10px;
     clear: right;
}

.article h3 a {
    color: #FFFFFF;
    padding: 3px;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

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

.article h3 a:active {
    text-shadow: 0px 0px 5px #FF0000;
}

.article-info {
	clear:both;
}

a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

#main a {
	color: #293e69;
}

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

a.imageLink, a.imageLink:hover, a.imageLink:focus {
	border-bottom: 0px none !important;
}

#main .pagelet a {
	color: #fff;
}

.article img {
    border: none;
}

.article.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;
}

.callout {
    float: left;
    text-align: center;
    background: #db3438;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    border: 5px solid white;
    border-right: none;
}

* html .callout {
	position: relative;
	margin-right: -5px;
	margin-left: 5px;
}

.callout p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.25em !important;
    line-height: normal;
    text-shadow: none;
}

#page-bottom {
    background: #e3481c;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    padding: 5px;
   	text-align: center;
    color: white;
}

body.allow-sidebar #page-bottom {
}

#page-bottom p {
    margin: 0;
}

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

.HTMLElement {
    margin-bottom: 10px;
}

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

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

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 5px;
    padding-left: 10px;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    overflow: auto;
    position: relative;
    width: 495px;
    background: #db3438;
}

body.no-sidebar .photogrid-index {
	padding:5px 40px;
	width:691px;
}

.photogrid-index a {
	color:#293e69;
	text-decoration:none;
}
.photogrid-index a:hover {
	text-decoration:none;
}

.gridItem {
    float: left;
    position:relative;
    width:150px;
    height:180px;	/* room for caption */
    margin: 7px;
    padding-top: 10px;
    background: white;
    overflow: hidden;
}

.gridItem h3 {
    font-size: 11px;
    font-weight: normal;
    color: #293e69;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0px;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
	height:42px;
	overflow:hidden;
	text-align:center;
	background:none;
	border: 0px;
}

.gridItem h3 a {
	padding: 0px;
}

.gridItem h3 a{
	color:#293E69;
	border-bottom:dashed 1px #f99;
}
.gridItem h3 a:hover{
	border-bottom:solid 1px #f99;
}
.gridItem img {
    border: 1px solid #9fcc48;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .photogrid-index {
	padding:8px 0px;
	width:531px;
	overflow:visible;
}

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

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

#sidebar .photogrid-index{
	width:auto;
	margin-left:20px;
	border:0;
}




/* 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;
    height: 30px;
    width:100%;
    margin-top:-5px;
    margin-bottom: 5px;
}

.photo-navigation div {
	width:30px;
	height:30px;
	position: absolute;
    text-indent: -5000em;
}

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

#previous-photo	{
    background: url(photo-buttons-disabled.gif)		no-repeat;
    left: 330px;
}
.allow-sidebar #previous-photo {
	left:210px;
}
#previous-photo a {
    background: url(photo-buttons.gif)		no-repeat;
}

#next-photo {
    background: url(photo-buttons-disabled-03.gif)		no-repeat;
    left: 410px; 
}
.allow-sidebar #next-photo {
	left:290px;
}
#next-photo a {
    background: url(photo-buttons-03.gif)		no-repeat;
}

#photo-list {
    background: url(photo-buttons-disabled-02.gif)		no-repeat;
    left: 370px;
}
.allow-sidebar #photo-list {
	left:250px;
}
#photo-list a {
    background: url(photo-buttons-02.gif)		no-repeat;
}
.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-navigation a:hover{ text-decoration:underline;}	

.whiteBackground p
{
	color:#000;
}
.whiteBackground p a{
 	color:#db3438!important;
 }
 
#sidebar .video{ margin:0 0 0 -20px;}
#sidebar iframe { width:210px;}


/* 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 New Roman", 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: #FFFFFF;
}

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

