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

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .sandvox_icon_white { background:url(../_Resources/sandvox_icon_white@2x.png) no-repeat; -moz-background-size:88px 31px; -o-background-size:88px 31px; -webkit-background-size:88px 31px; background-size:88px 31px; } }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

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

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: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 95%;
	margin: 0;
	background: rgb(49, 31, 255);
}

p {
	color: rgb(0,0,128);
	line-height: 1.2;
/*	margin-bottom: -1em; */
	}

#page {
    margin: 20px;
    width: 1232px;
}

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

#page-top {
	height:150px;
    margin-left: 0px;
}

#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 1px 122px;
	overflow:hidden;
}

h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 10px;
    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;
}


#sitemenu-container {
    position:relative; top:-80px; left:380px;
	padding:14px 5px 3px 0px;
	font-weight: bold;
}


#sitemenu ul {
	margin-bottom:0px;
}

#sitemenu {
	margin-bottom:0px;
}

#sitemenu-content, #sidebar-container #sidebar {
	padding:1px;
}

#sitemenu-content.ddsmoothmenu-v ul ul .submenu-indicator {
	top: 10px;
	right: 5px;
}

#sitemenu-content .currentParent > a {
	color:#07a;
}

#sitemenu-content ul {
	list-style-type:none;
	height:100%;
}

#sitemenu-content li {
	display:inline;	
}


#sitemenu-content li.currentPage {
	font-weight:bold;
}

#sitemenu-content li:before {
	content: " | ";
	font-weight:normal;
}

#sitemenu-content li.i1:before {
	content:"";
	display:none;
}


#sitemenu-content li ul li:before {
	content: "";
	display: none;
}

#sitemenu-content ul ul {
	height: auto;
}

#sitemenu-content li ul li { 
	display:list-item;
}

#sitemenu-content ul li ul li span.in {
	padding-right: 12px;
}

#sitemenu-content .selected {
	text-decoration: underline;
}



#page-content {
    width: 1215;
    margin: auto;
}

#page .imageLink {
	border: 0px none;
}


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

body.no-sidebar #main {
    margin-left: 130px;
    margin-right: 130px;
    font-size: large;
}


/* This handles the page title bar */
h2 {
    display: block;
    font-weight: normal;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px -7px;
}

ol {
	padding-left: 30px;
}

#main ol>li, #sidebar ol>li {
	padding-left: 0px;
	background: transparent;
}

dd {
	margin-left: 30px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}

.article h3 {
/*     background: url(other_title.png) repeat-x;
     text-shadow: 0px 1px 1px white;
     border: 1px solid rgb(212, 212, 212); */
	 font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
     color: rgb(0,0,204);
     font-weight: bold;
	 clear:left;
}

/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

#page-content a, #page-bottom a  {
    color: rgb(192, 0, 192); /*this is the color of links */
    text-decoration: none;
 
}
/* This controls the display of the page title */
.no-sidebar h2 {
	text-align:center;
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 200%; /* as recommended in CSS guide */
/*	background-color:rgb(204,231,255); */
	color:#008;
	line-height:1.2;
}


#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 rgb(0,0,204); */
    color: rgb(0,200,204);
}

.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article .narrow{
    float: left;
	margin-right: 10px;
    margin-bottom: 5px;  
}
.narrow.left{
	margin:5px 10px 5px 0;
}
.narrow.right{
	margin:0 0 5px 10px;
}

.article-info {
	clear:right;
}
.article-info .timestamp{ clear:left;}

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

.callout {
    background: rgb(239, 244, 248);
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 5px;
    border: 1px solid rgb(158, 158, 158);
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}

.blockquote-container>.pagelet-body, .blockquote-container>.graphic {
	position: relative;
	padding: 10px;
	background: -65px -5px no-repeat;
	background-color: #eff4f8;
	background-image: url(QuotationMarks-Aqua.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 0px 20px no-repeat;
	background-image: url(QuotationMarks-Aqua.png);
} 

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

blockquote p {
	margin: 10px 0px;
}

#page-bottom {
    background: url(footer.png) no-repeat bottom;
    font-size: 1em;
    text-shadow: 0px 1px 1px white;
    color: rgb(61, 61, 61);
	padding: 0px 23px 25px 17px;
 	
}
/*
#page-bottom #page-bottom-contents {
border-top:solid 1px #D4D4D4;
padding:5px 10px;
}
*/

#page-bottom p {
	display:inline;
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

div.photo-viewer-summary .article {
    margin: auto;
}

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
	padding-top:20px;
}


.caption {
    padding: 10px;
}


/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}





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

