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

/*
	Based on ColorBox 1.3.18 example1.  Changes:
		changed "colorbox/" to "colorbox/"
		removed background:url line for #cboxOverlay
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

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

/* Overall pagelet */
div.rssBadge
{
	margin: 10px;
}

/* Small icon option */
img.smallRSSBadgeIcon { vertical-align:middle; }
img.smallRSSBadgeIconLeft { margin-right:3px; }
img.smallRSSBadgeIconRight { margin-left:3px; }

/* Large icon option */
div.largeRSSBadgeIcon, p.largeRSSBadgeIcon
{
	margin: 0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon { margin-bottom: 4px; }
p.largeRSSBadgeIcon { margin: 0; }

/*
	Based on nivo-slider.css and Nivo Slider Default Theme, version 2.7 and 2.7.1.
*/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	margin-right:8px;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-dots, .nivo-numbers {
    margin-bottom:30px;
}

.nivoSlider {
	position:relative;
	background:#fff url(nivo-images/loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

.nivo-dots .nivo-controlNav {
	position:absolute;
	right:0;
    height:16px;
	bottom:-24px;
	border:none;
}

.nivo-numbers .nivo-controlNav {
	position:absolute;
	bottom:-24px;
}

.nivo-thumbs .nivo-controlNav {
	position:absolute;
	left:8px;
}

.nivo-dots .nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(nivo-images/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	border: 0px none !important;
}

.nivo-dots .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-images/arrows.png) no-repeat;
	text-indent:-9999px;
	border: 0px none !important;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 !important;
	border:none !important;
	padding:0 !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgb(128,128,128);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

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

* {
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	font-family:Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size:76%;
	line-height:1.6em;
	font-weight:400;
	color:#303030;
	word-wrap:break-word;
	background:#FFF;
	background:#FFF -webkit-gradient(linear, left 48, left 300, from(#ddd), to(#fff)) no-repeat;

}

img#logo {
	z-index:100;
	box-shadow:1px -5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px -5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px -5px 5px rgba(0, 0, 0, 0.5);
}

#main {
	min-height:300px;
}

img {
	border:0;
}

a img {
	border:0;
}

a:link {
	color:#2A579D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin:1em 0;	/* Restore standard paragraph spacing that got taken away by * selector */
}

blockquote {
	margin:8px 0 8px 12px;
	line-height:1.4em;
	padding: 0 10px 0 9px;
	font-weight:700;
}

h2, h3, h4, #sitemenu {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 {
	font-size:2em;
	line-height:1.2em;
	font-weight:700;
	color:#2A579D;
	margin-top:0;
	padding-top:0;
	margin-bottom:7px;
	letter-spacing:-0.5px;
}

* html h2 {
	font-weight:700;
}

h3 {
	font-size:1.4em;
	line-height:1.4em;
	color:#151515;
	font-weight:400;
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}

#main .clear {
	clear:left;
}

.hidden {
	display:none;
}

.ImageElement, .VideoElement {
	text-align:center;
	margin:10px 0 6px;
}

.narrow {
	display:block;
	clear:left;
	float:left;
	margin-top:2px;
	margin-right:8px;
	margin-bottom:2px;
}

img.wide {
	display:block;
	clear:left;
}

div.rssBadge {
	margin:10px;
}

img.smallRSSBadgeIcon { 
	vertical-align:middle; 
}

img.smallRSSBadgeIconLeft { 
	margin-right:4px; 
}

img.smallRSSBadgeIconRight {
	margin-left:4px; 
}

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin:0 10px;
	text-align:center !important;
}

img.largeRSSBadgeIcon {
	margin-bottom:4px; 
}

p.largeRSSBadgeIcon {
	margin:0; 
}

ul {
	padding-left:20px;
	list-style-type:disc;
	color:#151515;
	line-height:18px;
}

ul a:hover {
	color:#2A579D;
	text-decoration:none;
} 

ol, dd {
	padding-left:20px;
}

#page-container {
	background: url(1200.jpg) top center repeat-x;
	text-align:center;
}

#page {
	width:771px;
	padding:0;
	margin:0 auto;
	background:#FFF;
	z-index: 2;
}

#page-top {
	width: 771px;
	height:48px;
	margin:0 auto;
/*	border-bottom:1px solid #777; */
	/* a bit lighter than the black that is adjacent the blue header, makes it thinner */
	padding:0;
	background:transparent url(771.jpg) top center no-repeat;
	z-index:10;
}

#title {
	position:relative;
	background:transparent;
	width:771px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	height:48px;
}

#title h1 {
	position:relative;
	color:white;
	left:50px;
	top:12px;
	text-align:left;
	font:bold 26px Helvetica, sans-serif;
	color:#151515;
}

#title h1 a:link, h1 a:visited {
	color:#151515;
	text-decoration:none;
}

#title h1 a:hover {
	color:#2A579D;
	text-decoration:none;
}


#title img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:48px;
	width:48px;
	z-index:40;
}

#sitemenu-container {
	clear:both;
	position:relative;
	margin:0 auto;
	margin-top:-33px;
	margin-left:221px;
	margin-right:12px;
	padding:0;
/*	height:26px;
*/	background:transparent;
	z-index:100;
}

* html #sitemenu-container {
	margin-left:129px;
}

#sitemenu ul {
	position:absolute;
	top:0;
	left:0;
	display:block;
	font-size:12px;
	font-weight:700;
	list-style:none;
	line-height:26px;
	padding:0 0 0 0px;
	margin:0;
	background:url(karelia_navbg2.jpg) top left repeat-x;
}


* html #sitemenu ul {
	font-weight:700;
}

#sitemenu li {
	display:inline;
	margin:0;
	padding-top:0;
	float:left;
/*	height:26px;
*/	background:transparent url(karelia_navdivider.jpg) top right no-repeat;
	/*white-space:nowrap;
	overflow:hidden;*/
}

#sitemenu ul li a {
	position:relative;
	color:#151515;
	/*height:26px;
	line-height:26px;
*/	text-decoration:none;
	padding:0 12px 8px 11px;
	margin:0;
	z-index:30;
}
#sitemenu ul li ul{
	line-height:15px;
}
#sitemenu-content ul li ul li span.in{
	border-bottom:solid 1px #DFDFDF !important;
}

#sitemenu ul li ul li a:hover{
	color:#2A579D!important;
}

#sitemenu ul .currentPage .in, #sitemenu .currentParent a {
	padding:6px 12px 8px 11px;
}

/*
#sitemenu ul li a:hover {
	color:#2A579D !important;
	text-decoration:none;
	font-weight:700;
	padding:0 12px 8px 11px;
	margin-top:0;
	height: 26px;
	line-height:26px;
}

#sitemenu ul .currentPage .in, #sitemenu .currentParent a {
	position:relative;
	color:#2A579D !important;
	text-decoration:none;
	padding:6px 12px 8px 11px;
	margin-top:0;
	height: 26px;
	line-height:26px;
	background:#fff url(karelia_navdivider.jpg) top right no-repeat;
}

* html #sitemenu ul .currentPage .in, * html #sitemenu .currentParent a {
	padding-top:0 !important;
	padding-bottom:4px !important;
	background: #fff;
}



#sitemenu ul .currentPage .in a:hover, #sitemenu .currentParent a:hover {
	color:#151515 !important;
	text-decoration:none;
	padding:0 12px 8px 11px;
	margin-top:0;
	height: 26px;
}*/

#sidebar {
	float:right;
	width:200px;
	margin:0 0 5px;
	padding:5px 0 0;
	font-size:12px;
	line-height:1.4em;
	min-height:0;
	height:auto !important;
}

* html #sidebar {
	margin:0 0 5px;
}

body.allow-sidebar #main {
	margin-right:225px;
	padding:0;
	margin-bottom:14px;
	min-height:300px;
	height:auto !important;
	background:transparent;
}

body.no-sidebar #main {
	width:740px;
	margin-left:0;
	margin-bottom:14px;
	padding:1px 0 0;
	height:auto !important;
	background:transparent;
}

#page-content {
	position:relative;
	min-height:300px;
	height:auto !important;
	padding:0;		/* extra space within the margins */
	text-align:left;
	overflow:visible;
}

body.no-sidebar #page-content {
	margin:6px 20px 14px;		/* 20 pixels on both sides */
	width:731px;					/* account for the margins */
}

body.allow-sidebar #page-content {
	margin:6px 15px 14px 20px;		/* 20 pixels on left margin, 10 pixels on right margin (sidebar) */
	width:736px;					/* account for the margins */
}


* html #page-content {
	margin-top:-5px;
	margin-bottom:2px;
	padding-top:7px;
}

#main-content {
	padding-top:2px;
	font-size:13px;
}

#page-bottom {
	clear:both;
	width:751px;
	margin:0 10px;
	padding:0 0 24px;
	text-align:center;
	background:url(footer_bottomshadow.jpg) top center no-repeat;
	z-index:10;
}

#page-bottom-contents {
	font-size:11px;
	letter-spacing:.5px;
	line-height:1.3em;
	color:#151515;
	text-align:center;
	padding:28px 0 3px;
	margin:0;

}

* html #page-bottom-contents {
	letter-spacing:0;
}

#page-bottom-contents a {
	text-decoration:underline;
}

#page-bottom-contents a:hover {
	text-decoration:none;
}

.pagelet {
	width:200px;
	font-size:11px;
	line-height:1.1em;
	margin:0 0 10px;
	padding:8px 0 0;
}

#sidebar .pagelet {
	margin-bottom:20px;
}

.pagelet.bordered {
	border-top:1px solid #2A579D;
	padding:10px 0 5px;
	margin:8px 0 10px;
}

.pagelet.bordered .photo img {
	border:none;
	padding:0;
}

.pagelet-body .imgelement {
	margin:-8px 0 4px;
	padding:0;
}

.pagelet h4 {
	font-size:13px;
	line-height:1.3em;
	font-weight:700;
	color:#c63;
	padding:0;
	text-align:left;
	margin-top:0;
	margin-bottom:5px;
}

.pagelet a:link, .pagelet a:visited {
	color:#2A579D;
	text-decoration:underline;
	background:transparent;
}

.pagelet a:hover {
	text-decoration:none;
}

.pagelet ul {
	line-height:1.4em;
	margin:5px 0 0;
}

.pagelet .photo img {
	border:none;
	padding:0;
	margin-top:1px;
	background:transparent;
}

.pagelet img {
	border:none;
	padding:0;
}

.pagelet a img {
	border:none;
	padding:0;
}

.pagelet .photo .imageLink {
	background:transparent;
}

.pagelet .photo .imageLink a:hover {
	background:transparent;
}

.callout {
	width:200px;
	float:left;
	margin:2px 14px 10px;
}

* html .callout {
	margin:0 7px 5px;
}

*:first-child+html .callout {
	margin:0 14px 10px;
}

.callout a:link, .callout a:visited {
	color:#2A579D;
	text-decoration:underline;
}

.callout a:hover {
	text-decoration:none;
	color:#2A579D;
}

#main h2 {
	font-size:2em;
	line-height:1.2em;
	font-weight:700;
	color:#2A579D;
	margin-top:3px;
	padding-top:0;
	margin-bottom:5px;
	padding-bottom:0;
}

* html #main h2 {
	font-weight:700;
}

.general-index {
	font-size:13px;
	line-height:1.6;
	color:#151515;
	font-weight:400;
	margin-top:12px;
	margin-bottom:12px;
	padding:6px 0;
}

.general-index h3 {
	font-size:1.1em;
	line-height:1.3em;
	color:#151515;
	font-weight:700;
	margin:12px 0 3px;
	padding:10px 10px 0 0;
}

* html .general-index h3 {
	font-weight:700;
}

.general-index h3 a {
	color:#2A579D;
	font-weight:700;
	text-decoration:none;
	padding:0 10px 0 0;
	margin-top:12px;
	margin-bottom:0;
}

.general-index h3 a:hover {
	color:#2A579D;
	text-decoration:none;
}

.listing-index {
	margin-bottom:15px;
	padding:0 6px;
}

.listing-index h3 {
	font-size:1.1em;
	line-height:1.2em;
	color:#151515;
	font-weight:400;
	font-family:Trebuchet, "Trebuchet MS", Verdana, sans-serif;
}

.general-index .article {
	margin:0;
	padding:0;
	border:0 none;
	background:transparent;
	clear:left;
	margin-bottom:15px;
}

.article {
	margin-bottom:6px;
	padding:10px 0 0;
	float: left;
}

* html .article {
	padding:2px 0 0;
}

t-child+html .article {
	padding:10px 0;
}

.article ul {
	line-height:1.5em;
}

.article-info {
	clear:left;
}

.article h3 {
	font-size:1.2em;
	line-height:1.3em;
	color:#3B1B04;
	font-weight:700;
	padding:0 10px 0 0;
	margin-top:5px;
	margin-bottom:6px;
}

* html .article h3 {
	font-weight:700;
}

.article h3 a, a:active {
	text-decoration:underline;
	color:#2A579D;
}

.article h3 a:hover, .article h3 a:focus {
	text-decoration:none;
}

.article-info .timestamp {
	clear:left;
	position:relative;
	text-align:right;
	background:transparent;
	padding:2px 0 1px;
	margin:0 0 2em;
	font-size:.95em;
	font-style:italic;
	letter-spacing:.6px;
	color:#2A579D;
}

* html .article-info .timestamp {
	letter-spacing:0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color:#2A579D;
	text-decoration:underline;
	font-size:.95em;
	font-style:italic;
	margin-top: 3px;
}

.article-info .continue-reading-link a:hover {
	color:#2A579D;
	text-decoration:none;
	font-size:.95em;
	font-style:italic;
	margin-top: 3px;
}

.comments {
	padding:3px 0 6px;
	margin-top:1px;
	color:#151515;
	font-size:.95em;
	background:#fff;
}

.comments a {
	padding:3px 0 6px 20px;
	margin-top:1px;
	color:#2A579D;
	text-decoration:underline;
	font-size:.95em;
	background:#fff url(commentR.png) left center no-repeat;
}

* html .comments a {
	background-image:url(commentR.gif);
}


.comments a:hover {
	text-decoration:none;
	font-size:.95em;
}

.article img {
	border:none;
	margin-top:4px;
	margin-right:15px;
	margin-bottom:2px;
}

.article .narrow {
	display:block;
	clear:left;
	float:right;
	border:none;
	margin-left:15px;
	margin-bottom:2px;
}

.article-thumbnail {
	float:left;
	border:none;
	margin:0 12px 12px;
}

* html article-thumbnail {
	float:left;
	border:none;
	margin-right:6px;
	margin-bottom:6px;
}

.photogrid-index {
	margin-top:12px;
	padding-top:10px;
	text-align:center;
    margin:auto;
    overflow:hidden;
	height:1%;
}

.photogrid-index a {
	text-decoration:none;
}

.gridItem {
	float:left;
	position:relative;
	width:150px;
	height:186px;	/* room for caption */
	overflow:hidden;
	margin-top:5px;
}

.gridItem h3 {
	font-weight:400;
	font-size:12px;
	line-height:1.2em;
	text-align:center;
	margin:0 7px;
	padding:1px 0 0;
	background:transparent;
	min-height:36px;
	height:auto !important;
	height:36px;
	width:136px;
	position:absolute;
	top:140px;
}

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

.gridItem h3 a {
	text-decoration:underline;
	color:#2A579D;
}

.gridItem h3 a:hover, a:focus {
	text-decoration:none;
	color:#2A579D;
}

.gridItem img {
    border:1px solid #888;
    margin:auto !important;
    display:block;
    position:absolute;
    top:0;
    bottom:48px;
    right:0;
    left:0;
}

.gridItem img a:hover {
    border:1px solid #2A579D;
}

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

#sidebar .photogrid-index{
	width:auto;
	margin-left:25px;
}


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

*:first-child+html .gridItem img {
	position:relative;
	top:0;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:2px;
}

.photo-navigation {
	position:relative;
	z-index:100;
	height:40px;
	width:200px;
	margin:14px auto;
}

.photo img {
	padding:0;
	margin-top:0;
	margin-bottom:5px;
}

.caption {
	font-size:.9em;
	line-height:1.4em;
	font-weight:400;
	letter-spacing:.6px;
}

* html .caption {
	font-weight:700;
	letter-spacing:0;
}

.photo-navigation a {
	border:none;
}

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

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

.image-controls a, .image-controls a:hover {
	border:0;
}

#previous-photo {
	background:url(karelia_leftarrow_gray.jpg) top no-repeat;
	left:27px;
}

#previous-photo a {
	background:url(karelia_leftnavarrow.jpg) top no-repeat;
}

#next-photo {
	background:url(karelia_rightarrow_gray.jpg) top no-repeat;
	left:123px;
}

#next-photo a {
	background:url(karelia_rightnavarrow.jpg) top no-repeat;
}

#photo-list {
	background:url(karelia_indexgrid_gray.jpg) top no-repeat;
	left:75px;
}

#photo-list a {
	background:url(karelia_indexgrid.jpg) top no-repeat;
}

.image-controls a {
	border-bottom:0;
}
.text-navigation{ padding-top:10px;}

.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;
	color:#2A579D;
}

.no-page-title .photo-navigation {margin-top:48px;}

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


