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

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

/*
File:  'Blueball Quantum Blue' main.css Style Sheet
Created: 14, October, 2008
Last Modified: 30, March, 2010
Version: 3.0
Author:  Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2009-2010 Charlie Lockhart/blueballdesign.com/Blueball Design USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 79%;
	line-height: 1.9em;
	font-weight: normal;
	background: #ffffff;
	/* Edit the color code below for the normal content text color */
	color: #3f3e50;
	word-wrap:break-word;
	margin: 0px auto;
}

* {
	margin: 0px;
	padding: 0px;
}

#main {
	min-height: 300px;
}

#main .clear {
	clear: left;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link {
	color: #0d9fd8;
	text-decoration: underline;
}

a:hover {
	color: #0d9fd8;
	text-decoration: none;
}

a:visited {
	color: #0d9fd8;
	text-decoration: underline;
}

a:active {
	color: #0d9fd8;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

blockquote {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;	font-style: normal;	margin: 10px 0 10px 12px;	font-size: 1.3em;
	line-height: 1.35em;
	padding:  0 10px 0 9px;
	border-left: 3px solid #0d9fd8;
	font-weight: bold;}

h2 {
	font-size: 1.8em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #0d9fd8;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 7px;
}

* html h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	color: #3f3e50;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

* html h3 {
	font-family: Helvetica, Arial, sans-serif;
}

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

#main .clear {
	clear: left;
}

.hidden {
	display: none;
}

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

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

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

div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */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: #3f3e50;
	line-height: 18px;
}

ul a:hover {	color: #0d9fd8;	text-decoration: none;} 

ol, dd {
	padding-left: 20px;
}li a:hover {	color: #0d9fd8;	text-decoration: none;}.sitemap-page a:hover {	color: #0d9fd8;	text-decoration: none;}

/* @end */

/* @group Page-Top */

#page-container {
	background: transparent;
	margin: 0px auto;
	width: 852px;
}

#page {
	width: 852px;
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
	background: #ffffff url(pagemiddle_main.jpg) top repeat-y;
	z-index:  2;
}

#page-top {
	width:  852px;
	height: 166px;
	margin: 0px auto;
	padding: 0;
	background: #ffffff url(banner.jpg) top no-repeat;
	z-index: 10;
}

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

#title h1 {
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 24px 90px 0 90px;
	padding: 0 0 4px 0;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: bold;
	/* Edit the color code below for the Title text color */
    color: #0d9fd8;
	text-align: left;
	background: #ccc;
	z-index: 20;
	letter-spacing: 0px;
}

* html #title h1 {
	font-weight: 800;
	letter-spacing: -.5px;
	font-family: Arial, Helvetica, sans-serif;
}

.has-logo #title h1 {
	margin: 24px 90px 0px 306px;
	background: transparent;
}

.no-logo #title h1 {
	margin: 24px 90px 0px 90px;
	background: transparent;
}

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

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

#title p {
	position: relative;
	padding-top: 4px;
	padding-bottom: 0;
	margin: 0 90px 0 90px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	background: transparent;
	/* Edit the color code below for the text color. We recommend white #fff to show up the best */
    color: #cecece;
    z-index: 24;
}

* html #title p {
	font-family: Helvetica, Arial, sans-serif;
}

.has-logo #title p {
	margin: 0 90px 0 306px;
}

.no-logo #title p {
	margin: 0 90px 0 90px;
}

#title img {
	float: left;
	margin: 20px 0 0 90px;
	display: block;
	height: 66px;
	width:  200px;
	background: transparent;
	z-index: 20;
}

* html #title img {
	margin: 20px 0 0 45px;
}

/* @end */


/* @group Site Menu */

#sitemenu-container {
	clear: left;
	position: absolute;
	top: 106px;
	left: 0px;
	right:  0px;
	margin: 0px auto;
	padding: 0px;
	width: 852px;
	height: 27px;
	background: transparent;
	z-index: 25;
}

* html #sitemenu-container {
	left: 170px;
	top: 108px;
}

*:first-child+html #sitemenu-container {
	left: 140px;
	top: 108px;
}

#sitemenu ul {
	position: relative;
	width: 692px;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	height: 31px;
	line-height: 27px;
	padding: 0;
	padding-top: 1px;
	margin: 19px 80px 0 80px;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

* html #sitemenu ul {
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	margin: 17px 0px 0 80px;
}

*:first-child+html #sitemenu ul {
	margin: 17px 0px 0 80px;
}

#sitemenu li {
	display: inline;
}

#sitemenu ul li a {
	color: #3f3e50;
	height: 27px;
	line-height: 27px;	text-decoration: none;
	padding: 10px 12px 7px 9px;
	background: transparent url(navmenu_divider.jpg) bottom right no-repeat;
	z-index: 30;
}

#sitemenu ul li a:hover {
	color: #1a8aca !important;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 12px 7px 9px;
	height:  27px;
	background: transparent url(navmenu_divider.jpg) bottom right no-repeat;
}

#sitemenu ul .currentPage .in, #sitemenu .currentParent a {
	color: #1a8aca !important;
	text-decoration: none;
	padding: 10px 12px 7px 9px;
	height:  27px;
	background: transparent url(navmenu_divider.jpg) bottom right no-repeat;
}

#sitemenu .currentParent a:hover {
	color: #3f3e50 !important;
	text-decoration: none;
	padding: 10px 12px 7px 9px;
	height:  27px;
	background: transparent url(navmenu_divider.jpg) bottom right no-repeat;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: -8px 0 10px 0;
	padding: 0 0 4px 0;
	background: transparent;
	font-size: .9em;
	line-height: 1.4em;
	min-height: 0px;
	height: auto !important;
	overflow: hidden;
	z-index: 36;
}

body.allow-sidebar #main {
	margin: -8px 250px 14px 0;
	padding: 1px 0 0 0;
	min-height: 300px;
	height: auto !important;
	background: #ffffff;
	z-index: 38;
}

body.no-sidebar #main {
	width: 712px;
	margin: -8px 70px 16px 0;
	padding: 4px 0 2px 0;
	height: auto !important;
	background: #ffffff;
	z-index: 42;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 712px;
	min-height: 300px;
	height: auto !important;
	margin: -14px 70px 18px 70px;
	padding: 4px 0px 2px 0px;
	background: transparent;
	text-align: left;
	overflow: hidden;
	z-index: 40;
}

* html #page-content {
	margin-top: -38px;
	margin-bottom: 2px;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 852px;
	margin: 0px auto;
	padding: 0px 0 10px 0;
	text-align: center;
	min-height: 50px;
	background: transparent url(pagebottom_main.jpg) bottom center no-repeat;
}

* html #page-bottom {
	margin: 4px 0 0 0;
}

*:first-child+html #page-bottom {
}

#page-bottom-contents {
	width: 712px;
	font-size: .95em;
	line-height: 1.5em;
	color: #3f3e50;
	text-align: center;
	padding: 18px 0 6px 0;
	margin: 0 70px 18px 70px;
	border-top: 1px solid #0d9fd8;
}


/* @end */

/* @group Pagelet */

.pagelet {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

.pagelet p {
	padding: 0 0 2px 0;
}

.pagelet-body {
	margin: 0px;
}

.pagelet-body p {
	margin: 0px;
	padding: 0 3px 3px 4px;
}

.pagelet h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	color: #0d9fd8;
	padding: 2px 0 0 4px;
}

* html .pagelet h4 {
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet.bordered {
	border-style: solid;
	border-color: #97999B;
	border-width: 1px;
	margin: 4px 0px 10px 0px;
	padding: 5px 5px 7px 5px;
}

.pagelet.bordered h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0d9fd8;
	padding: 2px 0 0 4px;
	margin-bottom: 6px;
}

* html .pagelet.bordered h4 {
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet div {
	margin: 0px 0px;
}

.pagelet .ImageElement, .pagelet .VideoElement {
	padding: 0px;
	margin-left: -2px;
	border: none;
}

*:first-child+html .pagelet .ImageElement, .pagelet .VideoElement {
	margin-left: 0px;
}

.pagelet ul {
	padding-left: 26px;
	list-style-type: disc;
	color: #3f3e50;
	line-height: 18px;
	text-align: left;
}

* html .pagelet ul {
	padding-left: 22px;
	list-style-type: disc;
	color: #3f3e50;
}

*:first-child+html .pagelet ul {
	padding-left: 16px;
	list-style-position: inside;
}

.pagelet a img {
	border: none;
}

.pagelet .imgelement {
	border: 0;
	padding: 0;
}

.pagelet.bordered img {
	border: none;
	padding: 0;
	margin-top: -2px;
	margin-left: 2px;
}

.pagelet.bordered a img {
	border: none;
	padding: 0;
	margin-top: -2px;
	margin-left: 2px;
}

/* @end */

/* @group Callout */

.callout {
	width: 230px;
	float: left;
	margin: 4px 10px 6px 0px;
	line-height: 1.6em;
}

.callout .pagelet.bordered {
	margin-left: 0;
	margin-bottom: 4px;
}

.callout .pagelet.bordered img {
	margin-left: 0px;
}

.callout p {
	margin: 0px;
}

.callout .pagelet.bordered p {
	margin: 0px;
}

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 1.8em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #0d9fd8;
	margin-top: 4px;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
	
}

* html #main h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

.general-index {
	font-size: 1em;
	line-height: 1.6;
	color: #3f3e50;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom:12px;
	padding: 6px 0 6px 0;
}

.general-index h3 {
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	color: #3f3e50;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 10px 10px 0px 0;
}

* html .general-index h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

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

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

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

.listing-index h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #3f3e50;
	font-weight: normal;
}

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

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

.article p {
	margin: 0 0 10px 0;
	background: transparent;
}

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

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

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

.article-info {
	clear: left;
}

.article-summary {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.9em;
	font-weight: normal;
}

.article h3 {
	font-size: 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	color: #0d9fd8;
	font-weight: bold;
	padding: 0px 10px 0px 0;
	margin-top: 5px;
	margin-bottom: 6px;
}

* html .article h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

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

.article h3 a:hover, .article h3 a:focus {
	text-decoration: none;
	color: #0d9fd8;
}

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

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

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

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

div.text-navigation {
	margin-top: 16px;
	margin-bottom:  10px;
}

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

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

* html .comments a {
	background: #fff url(commentR.gif) left center no-repeat;}

* html .comments a:hover {
	background: #fff url(commentR.gif) left center no-repeat;}

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

/* @end */

/* @group Photo Grid */

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

* html .photogrid-index {
	margin-right: 6px;
}

.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: normal;
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 7px;
	padding: 1px 0px 0px 0px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

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

.gridItem h3 a {
	text-decoration: underline;
	color: #0d9fd8;
}

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

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

.gridItem img a:hover {
    border: 0px solid #0d9fd8;
}

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

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

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

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

/* @end */

/* @group Single Photo Page */

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

.photo img {
	padding: 4px;
	border: 1px solid #97999B;
	margin-top: 0px;
	margin-bottom: 5px;
}

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

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

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 50px;
	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(left_arrow_gray.png) top no-repeat;
	left: 22px;
}

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

#previous-photo a:hover {
	background: url(left_arrow_gray.png) top no-repeat;
}

#previous-photo a:visited {
	background: url(left_arrow_blue.png) top no-repeat;
}

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

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

#next-photo a:hover {
	background: url(right_arrow_gray.png) top no-repeat;
}

#next-photo a:visited {
	background: url(right_arrow_blue.png) top no-repeat;
}

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

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

#photo-list a:hover {
	background: url(home_gray.png) top no-repeat;
}

.image-controls a {
	border-bottom: 0;
}

/* @end */


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

