@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 { 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, .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; }

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



/* Div that contains the entire list */
div.amazonList
{
	margin-top: 20px;
	padding: 6px;
	overflow: auto;
}

div.amazonListPlaceholder
{
	width:140px;
	height:200px;
	background:rgba(0,0,0,0.25);
	margin:auto;
	padding:10px;
}

div.amazonListWhiteBackground /* additional items for .whiteBackground */
{
	border: 1px solid #AAA;
	padding: 10px 5px;
}


div.amazonListRow
{
	clear:both;
	margin-bottom: 25px !important;
}



/* Thumbnails */
.amazonProductThumbnail
{
	margin-bottom: 8px !important;
}

div.amazonProductThumbnailFrame, img.amazonProductThumbnailFrame
{
	background-color: white !important;
	padding: 3px !important;
	border: 1px solid #AAA;	/* not so important, design may have its own */
}

.amazonProductThumbnailNoFrame
{
	padding:0 !important;
	border-style:none !important;
}

p.amazonText {		/* Make sure paragraphs have no top margin or padding so they align with images */
	margin:0 0 6px 0;
	padding:0;
}

/* left, right and alternating layout */
.amazonListLayoutLeft .amazonProductThumbnail, .amazonListLayoutAlt .o .amazonProductThumbnail { float:left; margin-right:8px; }
.amazonListLayoutRight .amazonProductThumbnail, .amazonListLayoutAlt .e .amazonProductThumbnail { float:right; margin-left:8px; }

.amazonListLayoutLeft p.amazonText, .amazonListLayoutAlt .o p.amazonText { text-align:left !important; }
.amazonListLayoutRight p.amazonText, .amazonListLayoutAlt .e p.amazonText { text-align:right !important; }

.amazonListLayoutLeft div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .o div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-left:65px !important;
}
.amazonListLayoutRight div.amazonText div.amazonListShowThumbnails, .amazonListLayoutAlt .e div.amazonText div.amazonListShowThumbnails .amazonTextWithThumbnail
{
	margin-right:65px !important;
}


/* Centered layout */
.amazonListLayoutCenter .amazonListRow { text-align:center; }
.amazonListLayoutCenter p.amazonText { text-align:center !important; }


/* twoup layout */
.amazonListLayoutTwoUp { margin:0 5px !important; }
.amazonListLayoutTwoUp .e { clear:none !important;  }
.amazonListLayoutTwoUp .amazonText { text-align:center; }
.amazonListLayoutTwoUp .amazonListRow
{
	width:50%;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
}
.amazonListLayoutTwoUp p.amazonText
{
	margin-left:4px;
	margin-right:4px;
}

/* Bullets */
li.amazonList { margin: 0 0 8px 0; }
p.amazonListBulletsParagraph
{
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Enhanced */
div.amazonListLayoutEnhanced, div.amazonListLayoutRandom { text-align:center; }

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

h2,h3,h4,h5,h6{ color:#888;}

a img { border: none; }

/* General styles  */

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


#page {
	text-align: left; /*this corrects the body text-align selector, strangely not working in IE5.5 though*/
}

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

#page a:link { color: #6b87b0; font-weight: bold; text-decoration: none; }
#page a:visited { color: #8ba7d8; font-weight: bold; }
#page a:hover { background: url(g-bk-container.gif); color: #6d89b1; }

h5, h6 {
	font-size: 100%;
}

.hidden {
    display: none;
}

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

#main img{
	border: 1px solid #dbdbdb;
	background: url(g-bk-container.gif);
	padding: 10px;
/*	margin: 10px;
*/}

.video object{
	background: url(g-bk-container.gif);
/*	padding: 10px;
*/}

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

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

#main a:hover img {
	background: #eee;
}

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

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
}

body {
	background: #bbb;
	font-size: 76%;
	color: #777;
	font-family: verdana, arial, sans-serif;
}

		#page {
			position: relative;
			background: #fafafa url(g-bk-container.gif);
			margin: 0 auto;
			padding: 10px;
			width: 769px;
  		voice-family: "\"}\"";
  		voice-family: inherit;
	  	width: 749px;
	 	}
	html>body #page {
  		width: 749px;
		}

			#page-top {
				position: relative;
			}

				#title {
					position: relative;
					background: #fff url(g-bk-corner.gif) no-repeat bottom left;
					width: 747px;
					overflow: auto;
					border: 1px solid #dbdbdb;
					border-top: 3px solid #dbdbdb;
				}

					#title a img, #title img {
						float: right;
					}

					#title p {
						position: relative;
						top: 0;
						margin: 0px 19px 4px 19px;
					}

					h1 {
						position: relative;
						top: 0;
						left: 0;
						font-size: 1.5em;
						margin: 4px 19px 8px 19px;
						text-transform: uppercase;
					}
					
					.has-logo h1, .has-logo #title p {
						width: 500px;
					}

						h1 a {
						  text-decoration: none;
						  color: #888;
						  font-weight: normal;
							}

				#sitemenu-container {
					clear: both;
					margin-top: 9px;
					background: url(g-bk-header.jpg) no-repeat top;
					border-bottom: 1px solid #dbdbdb;
					border-top: 1px solid #dbdbdb;
 				/*	overflow:hidden;  */
					min-height: 134px;
				}
			
				.home-page #sitemenu-container {
					min-height:265px;
				}

				#sitemenu {
					padding-top: 134px;	
					background: url(title-corner.gif) 0px 123px no-repeat;	
				}
	
				.home-page #sitemenu {
					padding-top: 265px;
					background-position: 0px 253px;
				}
				
				#sitemenu h2 {
					display:block;
					text-indent: -5000px;
					line-height: 2px; /* for IE 5&6 / Win */
					height: 10px;
					width: 100%;
					position: absolute;
					background: #fafafa url(g-bk-container.gif) 0px 0px fixed;
				}			

						#sitemenu-content ul {
							background: #fff url(g-bk-corner.gif) no-repeat bottom left;
							list-style-type: none;
							text-transform: uppercase;
							margin: 10px 0 0 0;
							padding: 12px 6px 12px 6px;
							text-align: center;
							border: solid #dbdbdb;
							border-width: 3px 1px 1px 1px;
						}

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

							#sitemenu-content a, 
							#sitemenu-content .currentPage span.in {
								line-height: 1.5em;
							}

							#sitemenu-content .currentPage span.in {
								font-weight: bold;
								padding-left: 12px;
								color: #6d89b1;
							}
							
							#sitemenu-content .currentPage li span.in {
								background-image: none;
								font-weight: normal;
							}

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

							#sitemenu-content a:link, 
							#sitemenu-content a:visited {
								color: #6b87b0;
								padding-left: 12px;
								text-decoration: none;
							}

							#sitemenu-content a:hover, 
							#sitemenu-content a:focus, 
							#sitemenu-content a:active,
							#sitemenu-content .currentPage span.in {
								background: #fff url(g-bk-arrow.gif) left center no-repeat;
								color: #6d89b1;
							}
							
							
							#sitemenu-content ul li ul li span.in {
								padding: 3px 0px;
							}
							
							#sitemenu-content ul ul .submenu-indicator{ 
								top: 6px;
							}

			#page-content ul {
				margin: 15px 0px;
			}
			#sidebar ul{
				margin-top:0;
			}

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

			ul ul li {
				border:none!important;
			}

			ol {
				padding-left: 24px;
				margin-top: 14px;
			}
			
			ul ol, ol ol, dl ol {
				margin-top: 0;
			}
			
			dd {
				margin-left: 24px;
			}

			#page-content ul li {
				font-size: 1em;
				list-style-image: url(g-bk-arrow.gif);
				margin: 0 0 0 20px;
				border-bottom: 1px solid #999;
				padding: 4px 0 4px 5px;
			}

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

			#page-content li:hover {
				background: #fafafa url(g-bk-container.gif);
			}

            #sidebar-container {
				float: left;
				width: 260px;
				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 {
					background: #fff url(g-bk-corner.gif) no-repeat bottom left;
					color: #5c78a0;
					font-size: .8em;
					margin-right: 10px;
					border: solid #dbdbdb;
					border-width: 3px 1px 1px 1px;
					padding: 24px;
				}
                #sidebar-container:after { content: url("bk-clear.gif"); }

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

						#main {
							padding: 25px 18px 20px 18px;
							background: #fff url(g-bk-corner.gif) bottom left no-repeat;
							border: solid #dbdbdb;
							border-width: 3px 1px 1px 1px;
						}

				    #main .pagelet {
					    background: #fafafa url(g-bk-container.gif) bottom left no-repeat;
						padding: 10px;
					}
					
					.callout {
						float: right;
						width: 235px;
						padding: 0px;
					}
					
					#main .pagelet.bordered {
					    background: #fff url(g-bk-corner.gif) bottom left no-repeat;
						border: solid #dbdbdb;
						border-width: 3px 1px 1px 1px;
					}

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

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

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

					.pagelet h4 {
						margin: 5px 0px;
						font-weight:bold;
					}

					#sidebar .pagelet h4 {
						background: #fff url(g-bk-arrow.gif) left center no-repeat;
						border: solid #dbdbdb;
						border-width: 3px 1px 1px 1px;
						padding: 3px 3px 3px 12px;
					}
					
					#sidebar .pagelet.bordered h4 {
						border-width:2px 0px 1px 0px;
					}
					
					.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
						position: relative;
						background: -30px -5px no-repeat;
						background-image: url(QuotationMarks-GlassBox.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 50px 45px no-repeat;
						background-image: url(QuotationMarks-GlassBox.png);
					} 
					
					.blockquote-container blockquote {
						margin: 0px;
						padding: 0px 10px 5px 17px;
						z-index: 100;
						position: relative;
						font-style: italic;
					}
					
					blockquote p {
						margin: 10px 0px;
					}


/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
/* Most other pages have sidebars */
				body.allow-sidebar #main {
					float: left;
					width: 449px;
				}

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

				body.allow-sidebar #main h2 {
					color: #888;
					font-size: 1.5em;
					background: #fff url(g-bk-arrow.gif) left center no-repeat;
					border: solid #dbdbdb;
					border-width: 3px 1px 1px 1px;
					padding: 3px 3px 3px 12px;
				}

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

						.article {
							border-bottom: 1px solid #dbdbdb;
							background: url(g-bk-corner.gif) bottom left no-repeat;
							padding-bottom: 15px;
						}

						.article-info {
							clear: both;
							margin-bottom: 0px; /* undo setting from sandvox.css */
						}

							.article-thumbnail {
								float:left;
								margin: 2px 10px 5px 0;
							}

			#page-bottom {
					clear: both;
					background: #fff url(g-bk-corner.gif) no-repeat bottom left;
					padding: 15px 0px;
					border: 1px solid #dbdbdb;
					border-width: 1px 1px 0 1px;
			}
			
			#page-bottom-contents {
				padding: 0 15px 0px 25px;
			}

			#page-bottom p {
				margin: 0;
				
			}

/* Other specific classes nested with an .article */

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

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

.photogrid-index {
	text-align:center;
	/*float:left;
	display:inline-block;*/
}


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

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


.gridItem {
	float:left;
	position:relative;
	width:149px;
	height:207px;
	overflow:hidden;
}

.gridItem h3 {
	font-size:12px;
	font-weight:normal;
    position:absolute;
	top: 163px; /* needs to leave 38px from the bottom of the gridItem */
	width: 149px;
}
.gridItem h3 a{
	font-size:12px!important;
}

body.no-sidebar .gridItem {
	margin:0px 14px;
}

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

#sidebar .gridItem{
	margin-left:25px;
}


/* IE Hack */

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

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

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

/* End hide from IE5-mac */

/* Used on index summary pages */

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

/* Individual Photo Pages */

.photo-navigation {
	position:relative;
	margin:-4px auto 20px auto;
	width: 324px;
	height: 50px;
}

    .photo-navigation div {
		position:absolute;
		height: 40px;
		width: 90px;
		text-align: center;
		padding:5px;
		border: 1px solid #dbdbdb;
    }

	.photo-navigation a {
		display:block;
		height: 40px;
		width: 90px;
		font-weight:bold;
		text-decoration:none;
	}

	#previous-photo {
		background: url(g-button-previous-o.gif) no-repeat center 22px;		
	}
	#previous-photo a, #previous-photo a:hover {
		background: url(g-button-previous.gif) no-repeat bottom center;
	}

	#next-photo {
		right:0px;
		background: url(g-button-next-o.gif) no-repeat center 22px;
	}
	#next-photo a, #next-photo a:hover {
		background: url(g-button-next.gif) no-repeat bottom center;
	}

	#photo-list  {
		left:112px;
		background: url(g-button-list-o.gif) no-repeat center 22px;
	}
	#photo-list a, #photo-list a:hover {
		background: url(g-button-list.gif) no-repeat bottom center;
	}

.text-navigation a, .text-navigation a:hover, .text-navigation a:active, .text-navigation #previous-photo, .text-navigation #next-photo, .text-navigation #photo-list{
	font-weight:bold;
	width:auto!important;
	background:none!important;
	text-decoration:none;	
}
.photo-navigation a, .text-navigation a{
	color:#8BA7D8!important;
}
.photo-navigation a:hover, .text-navigation a:hover{
	color:#6B87B0!important;
}
.collection-navigation .disabled-navigation { text-indent:0; font-weight:bold;}
.no-page-title .photo-navigation {margin-top:43px;}

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

#sitemenu-container { background-image: url("banner.jpeg"); }

#page a:link { color: #0000CC; font-weight: normal; text-decoration: none; }
#page a:visited { color: #660066; font-weight: normal; }
#page a:hover { background: url(g-bk-container.gif); color: #000066; }

