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

.HTMLElement { overflow:hidden; }

/* 
   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. 
*/

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. */
.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: rgb(63, 153, 214) url(bkgd.png);
    word-wrap: break-word;
}

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

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

#page-top {
    margin:0;
    background: url(new_header_bkgd.png) no-repeat;
    margin-left: 17px;
    margin-right: 23px;
}

.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 */
	margin: 0px -17px;
	padding: 14px 22px 14px 22px;
	height:140px;
	overflow:hidden;
}

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;
    margin: 3px;
    margin-right: 10px;
    margin-bottom: 6px;
}

#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: rgb(10, 152, 210) url(links_bkgd.png) repeat-x;
    min-height: 34px;
    font-size: 1.1em;
    border-top: 1px solid rgb(158, 158, 158);
    border-bottom: 1px solid rgb(10, 152, 210);
}

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

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

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

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

#sitemenu-content a:hover, a:focus, a:active {
    color: black;
    text-shadow: 0px 1px 1px white;
}

#sitemenu-content li.currentPage span.in, 
#sitemenu-content li.currentParent span.in  {
    color: black;
    text-shadow: 0px 1px 1px white;
}

#sitemenu-content li.currentParent > a > span.in {
	color: #444;
}

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

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


#sitemenu-content ul ul a, 
#sitemenu-content ul ul span.in {
	color: black;
	text-shadow: none!important;
}



#page-content {
    width: 731px;
    margin: auto;
    clear: both;
}

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

#page-content a, #page-bottom a  {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgb(158, 158, 158);
}

#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: 200px;
    word-wrap: break-word;
    font-size: 0.8em;
}

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



.pagelet {
    width:200px;
    word-wrap:break-word;
    overflow:hidden;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
	padding-top:14px;
    font-weight: normal;
    font-size: 1.3em;
    background: url(pagelet_title_top.png)  no-repeat;
    text-shadow: 0px 1px 1px white;
    text-align: center;
}

#sidebar .pagelet h4 {
	text-align:left;  
}

.pagelet h4 span.in {
    background: url(pagelet_title_bottom.png) bottom left no-repeat;
	padding:0px 13px 16px 13px;
    display:block;
}


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

#main {
    min-height: 190px;
	position:relative;
}

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

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 10px;
    float: right;
    width: 511px;
    font-size: 1em;
}

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