@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 for Address Bubble inside Google Map
    
    Example markup:
    
    <div class="gmap_marker">
        <span class="locationlabel">Location:</span><br />
        <span class="location">Pasadena, CA</span><br />
        <span class="directions">Get directions:<span>
    </div>
    
*/

.gmap_marker {
	margin: 10px!important;
	font-family: Helvetica, Verdana, Arial, sans-serif!important;
	line-height: 16px!important;
}

.gmap_marker span {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 12px!important;
	line-height: 16px!important;
	color: #000!important;
}

.gmap_marker br {
	line-height: 16px!important;
}

.gmap_marker span.locationlabel {
	font-weight: bold!important;
}

.gmap_marker a {
	border: 0px none!important;
	color: #00f!important;
	text-decoration: underline!important;
}

.googlemap img {
	background: transparent!important;
}

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



/* General styles  */

body {
text-align: center; /*this is for IE5/PC*/
}

#page {
text-align: left;
}

.clear {
clear: both;
height: 10px;
}

#page a { text-decoration:none; }
#page a:link { color: #3092D5; font-weight: bold; text-decoration: none; }
#page a:visited { color: #3092D5; }
#page a:hover { text-decoration: underline; }

.hidden {
display: none;
}


/* Image Formatting */

.narrow {
display: block;
clear: right;
float: right;
}
img.wide {
display: block;
clear: both;
}
.narrow.left{
	margin:5px 10px 4px 0;
}
.narrow.right{
	margin:5px 0 5px 10px;
}

a img {
border: 1px solid #E1E1E1;
}

#main a:hover img {
border: 1px solid #3092D5;
}

/* Block Level formatting */

* {
margin: 0;
padding: 0;
}

p {
margin-bottom: 0.8em;
}


/* Body */

body {
background: #ECECEC;
font-size: 76%;
color: #333333;
font-family: Helvetica, Arial, sans-serif;
}

#page {
position: relative;
background: #fff;
margin: 0 auto;
padding: 10px;
width: 749px;
}


html>body #page {
width: 749px;
}

#page-top {
position: relative;
}


/* Title*/

#title {
position: relative;
background: #fff;
width: 749px;
overflow: hidden;
text-align:center;
}

#title a img, #title img {
float: right;
border:none;
color:#207AB7;
	}

#title p {
position: relative;
margin:0em 1.5em 1em 1.5em;
color: #000;
font-size:120%;
}

#title h1 {
font-size: 200%;
font-weight:bold;
margin:0em 1.5em 0em 1.5em;
color:#207AB7;
}

h1 {
position: relative;
top: 0;
left: 0;
padding: 4px;
font-size: 1.6em;
font-family: Helvetica, Arial, sans-serif;
font-weight:normal;
}

.has-logo h1, .has-logo #title p {
width:500px;
}


h1 a {
text-decoration: none;
color: #207AB7;
font-weight: normal!important;
}

#title h1 {
margin: 15px 15px 0 15px;
}



/* Sitemenu */


#sitemenu-container {
margin-top: 9px;
width:749px;
clear: both;
background-color:#3092D5;
background-position: center top;
background-repeat: no-repeat;
border-bottom:6px solid #207AB7;
padding: 20px 0px;
}

.has-custom-banner #sitemenu-container {
	min-height: 120px;
}

#sitemenu-content {
margin-top: 10px;
}

#sitemenu-content ul {
list-style-type: none;
line-height: 2.8em;
color: #fff;
font-weight: bold;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 20px;
text-align: center;
}

#sitemenu-content li {
display: inline;
padding: 3px 0;
margin: 0 0 0 5px;
}

#sitemenu-content span.in,
#sitemenu-content ul li ul li span.in {
margin:0;
padding:5px;
background-color:#3293D6;
border-bottom:2px solid #3293d6;
}



#sitemenu-content a:link span.in,
#sitemenu-content a:visited span.in {
color: #fff;
text-decoration: none;
}

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

#sitemenu-content .currentParent > a > span.in ,
#sitemenu-content .currentParent > span.in {
border-bottom-color: #207ab7;
}

#sitemenu-content .currentPage li span.in{
background-color: #3293d6;
border-bottom-color: #3293d6;
}

#sitemenu-content a:hover span.in,
#sitemenu-content a:focus span.in,
#sitemenu-content a:active span.in,
#sitemenu-content .currentPage span.in,
#sitemenu-content .selected span.in {
text-decoration:none;
color:#fff;
background-color:#15679F;
border-bottom-color: #fff;
}

#sitemenu-content ul li ul li {
line-height: 160%;
}

#sitemenu-content ul li ul li a:hover {
text-decoration: none;
}

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


/* Page Content & Elements */

#page-content ul {
margin-top: 5px;
}

#page-content ul ul {
margin-top:2px;
}


#page-content ul li {
font-size: 1em;
list-style-image: url(bul.gif);
margin: 0 0 0 20px;
padding: 0px 0 0px 8px;
}

#page-content ul ul li {
border:none!important;
}

#page-content ol {
padding-left:28px;			
}

#page-content li h3 {
font-size: 1em;
}

#page-content li:hover {
background: #D8EDFD;
}





/* Sidebar & Pagelet*/



#sidebar-container {
float: left;
width: 240px;
margin: 0;
padding: 0;
min-height: 50px; /*for newer browsers*/
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sidebar-container {
height: 50px; /*for IE, treats height as min-height*/
}
/* End hide from IE5-mac */


#sidebar {
padding:  0 10px 0 0;
font-size: .8em;
}


#sidebar-container:after { content: url("clear.gif"); }


.pagelet {
width: 230px;
overflow: hidden;
margin-bottom: 15px;
}


.pagelet img {
border:none;
}

#main {
padding:  0 10px 0 0;
}

#main .pagelet {
float: left;
margin: 10px;
padding: 10px;
}

#main .pagelet.bordered {
border: 1px solid #94D0F9;
background:transparent
}

#sidebar .pagelet {
padding-bottom: 15px;
}

#sidebar .pagelet.bordered {
border: 1px solid #94D0F9;
}

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

.pagelet h4 {
padding: 2px 4px;
margin-bottom: 5px;
}

#sidebar .pagelet h4 {
background:url(page.gif) repeat-x top;
border-bottom:1px solid #DBDBDB;
color:#000000;
min-height: 18px;
padding-left: 24px;
font-size: 110%;
font-size:140%;
padding-top:15px;
padding-bottom:15px;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 3px 18px 3px 12px;
	background: -38px 5px no-repeat;
	background-image: url(QuotationMarks-SomethingBorrowed.png);
}

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

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

blockquote p {
	margin: 10px 0px;
}


body.allow-sidebar #main {
float: left;
width: 499px;
}

body.no-sidebar #main h2 {
text-align: center;
font-size: 1.5em;
}

body.allow-sidebar #main h2 {
color: #3092D5;
font-size: 1.5em;
background: #ECECEC url(head.gif) repeat-x bottom;
padding:5px 10px 20px 10px;
border:1px solid #DCDCDC;
}


/* Article & Callout */


h2, h3 {
margin-bottom: 15px;
}

.article {
border-bottom: 3px solid #E1E1E1;
/*overflow:auto; */
padding-bottom:3px;
}
.article-info {
clear: both;
}
.article-thumbnail {
float:left;
margin: 5px 10px 4px 0;
}
.callout{
	float:right;
}
.callout .pagelet {
background:#fff;
clear:left;
float:left;
width:200px;
}




/* Footer */

#page-bottom {
clear: both;
background: #9796a1;
text-align:center;
border-top:1px solid #DBDBDB;
border-bottom:1px solid #DBDBDB;
background-color:#fff;
padding:20px;

}

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

/* Extras */

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

.caption {
margin-top:2px;
}






/* Photo Grid Pages */
.photogrid-index {
    text-align: center;
    margin: auto;
    overflow: hidden; /* for IE 5 Mac */
	height:1%; /* for IE 5, 6 Win */
}

.photogrid-index a {
	text-decoration:none;
	padding:1px 3px;
}
.photogrid-index h3 a:hover {
	text-decoration:underline;
}



.gridItem {
    float: left;
    position:relative;
    width:150px;
    height:179px;	/* room for caption */
	margin:7px 8px;
    padding-top: 10px;
    color:inherit;
    overflow: hidden;
}


body.no-sidebar .gridItem {
	margin:8px 17px;
}

.gridItem h3 {
    font-weight: normal;
    font-size: 12px;
    line-height: 134%;
    color: #3b0700;
    margin: 4px 7px 0px 7px;
	padding: 0px 2px;
    position:absolute;
	top: 150px; /* needs to leave 38px from the bottom of the gridItem */
	width: 132px;
}


.gridItem img {
    border: 1px solid #3b0700;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

.gridItem img:hover {
	border-style: double;
}
#sidebar .photogrid-index{
	width:auto;
	margin-left:35px;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html body.no-sidebar .gridItem {
margin:0px 11px;
}

* html .gridItem img {
position: relative;
padding:8px !important;
top:5px;
}

* html .gridItem h3 {
position: relative;
top: 10px;
}
/* End hide from IE5-mac */


/* Used on index summary pages */

.listing-index li h3 a {
text-decoration:none;
font-size:1em;
font-weight:normal;
}





/* Photo Navigation */

.photo-navigation {
position: relative;
margin:-8px auto 8px auto;
width: 300px;
height: 48px;
padding:0px;
}


.photo-navigation div {
position: absolute;
height: 48px;
width: 76px;
}

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

#previous-photo	{
left:30px;
background: url(photoprev-disabled.gif) no-repeat;
}
#previous-photo a {
background: url(photoprev.gif) no-repeat;
}

#next-photo {
right:0px;
background: url(photonext-disabled.gif) no-repeat;
}
#next-photo a {
background: url(photonext.gif) no-repeat;
}

#photo-list {
left:127px;
background: url(photolist-disabled.gif) no-repeat;
}	
#photo-list a {
background: url(photolist.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;
}
#photo-list, #next-photo, #previous-photo{ text-indent:-10000px;}


/* Images-Videos */
* html .video  {
padding:6px; 
}
*:first-child+html .video  {
padding:6px; 
}

#main .pagelet img, #main .pagelet .video object {
border:none;
margin: 0;
padding: 0;
}

/* Images embedded in text. "narrow" are 200 pixels wide or smaller. */

#main img, .video object {
padding: 10px;
/* margin: 10px; */
background: #ebe8e5;
}
.no-page-title .photo-navigation {margin-top:29px;}

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

