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

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 (c) 2008 by Sandvox Web Designs. All rights reserved.
   css is the creative work of Gary Byrd and Sandvox Web Designs. If you like this design then you might consider checking out some of our other designs at www.sandvoxwebdesigns.com. You can also check out the www.rapidweaverthemes.com for finely crafted themes for RapidWeaver.
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/

/* @group Global */

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

body {
	background-image: url(discbg.png);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%; /* as recommended in CSS guide */
	background-color:#fff;
	color:#111;
	line-height:1.5;
}

a {
	color: #204f60;
	text-decoration: none;
}

a:hover {
	color: #317b96;
}

img {
	border:0px #000 none;
}

ul, ol {
	padding-left:2.5em;
}

ul {
	list-style-type:square;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2.5em;
}

/* @end */

/* @group Navigation */

#sitemenu-container {
	position: absolute;
	top: 10px;
	width: 1000px;
	right: 20px;
	z-index: 990;
}

#sitemenu ul {
	padding-right: 20px;
	list-style:none;
	text-align: right;
	z-index: 991;
	height: 14px;
	line-height: 10px;
}

#sitemenu ul li {
	display:inline;
	z-index: 992;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #eee;
}
#sitemenu ul a {
	color: #eee;
}
#sitemenu ul li a span.in{
	display:inline-block;
	padding: 0 2px 3px;
	margin-right: .6em;
	margin-left: .6em;
}
#sitemenu ul li.currentPage span.in, 
#sitemenu ul li.currentParent a span.in {
	display:inline-block;
	color:#eee;
	text-decoration:none;
	padding: 0 2px 3px;
	z-index: 993;
	margin: 0em .6em;
}

#sitemenu ul li.currentPage span.in, 
#sitemenu ul li.currentParent a span.in {
	
}
#sitemenu ul li.currentPage span.in{
	color: #f1efea;
	font-weight: bolder;
}

#sitemenu li a:hover span.in {
	color: #eceae5;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li a:hover span.in {
	background: -6px -6px no-repeat;
}
/* End hide from IE5-mac */



#sitemenu a {
	text-decoration:none;
}
/* @end */

/* @group Layout */

body.allow-sidebar #page{
	background-repeat: repeat-x;
	width: 1020px;
	background-image: url(discsidbr.png);
}

body.no-sidebar #page{
	background-repeat: repeat-x;
	width: 1020px;
	background-image: url(discnosb.png);
}

#page {
	margin-top: 0px;
	position:relative;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

#page-top {
	position:relative;
	padding-top:2.7em;
	width:100%;
	
}

#page-content {
	margin:0px auto;
	padding: 0px 24px;
	max-width: 80em;
}

#main {
	margin-right: 4px;
	margin-left: 4px;
}

#main h2{
	padding: 7px;
	background-color: #3a8dab;
	font-size: 18px;
	color: #fff;
	margin-top: -2px;
	border: 1px solid #6f6f6f;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}
*html #main h2{
	margin-top: -20px;
}
body.allow-sidebar #main h2 {
	width: 700px;
}

.article {
	font-size: 1.2em;
}
.article, .no-callouts {
	margin: 0px 7px;
}


.article p, .article dl, .article table {
	margin-bottom: 0.8em;
	
}

.article-info {
	text-align:right;
	padding:0px 7px;
	border-bottom: 1px dotted #818181;
}

.article h3 {
	font-size: 1.5em;
	margin-top: .8em;
	margin-bottom: .6em;
	color: #2f6160;
	font-weight: bold;
	text-decoration: none;
}

#title {
	position:relative;
	height:128px;
	width:100%;
}


h1 {
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	color: #fff;
	background: transparent;
	font-size: 250%;
	width: 1000px;
	padding-top: 14px;
}


h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #efebeb;
}

h1 span.in {
	width: 1000px;
}

.has-logo h1 span.in {
	width:570px;
	padding-right:200px;
}


#title p {
	left: 20px;
	top: 54px;
	position:absolute;
	width: 1000px;
	font-size:120%;
	text-align: left;
	color: #fefdf5;
}

#title p span.in {
	width: 900px;
	display:block;
	margin:0px auto;
}

.has-logo #title p span.in {
	width: 720px;
	margin-left: 0;
}

#logo-container {
	position:absolute;
	text-align:right;
	right: 50px;
	width: 170px;
	height: 110px;
	float: right;
}

/* @end */

/* @group Header Area */

body.has-custom-banner #title {
	
}

/* @end */

/* @group Sidebar & Callouts */

body.allow-sidebar #main {
	margin-right:245px;
	padding-top:1px;
}



#sidebar {
	margin-top:10px;
	width: 230px;
	float:right;
}

.pagelet {
	margin-bottom: 40px;
	font-size: 1.1em;
	margin-top: -11px;
	width: 238px;
}
*html .pagelet {
	margin-bottom: 40px;
	font-size: 1.1em;
	margin-top: -11px;
	width: 238px;
	position: relative;
	left: 10px;
}

.pagelet h4 {
	margin-top:0px;
	background-color: #3a8dab;
	border: 1px solid #6f6f6f;
	color: #fff;
	padding: 4px;
	font-size: 1.4em;
	width: 230px;
	height: 30px;
	margin-bottom: 4px;
}
*html .pagelet h4{
	z-index: 100;
	position: relative;
	top: -18px;
	margin-bottom: -8px;
}

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

.pagelet.bordered.titled {
	border-top: 0px none;
}

.pagelet.bordered h4 {
	margin-left:-1px;
	margin-right:-1px;
	color: #fff;
}

.pagelet.bordered:hover h4 {

}

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

.pagelet p {
	padding:0px;
	margin-bottom: 0.8em;
}
/* @end */

/* @group Photo Grid */

/* 
PHOTO GRID PAGE
*/

.photogrid-index {
    height:1%; /*  for the IEs */
	position:relative; /* for IE < 7 */
	margin:auto;
    text-align: center;
}

.gridItem {
/*	display:inline-block; argh! Firefox can't do this */
	float:left;
    position:relative;
    width:150px;
    height:190px;
   	margin:5px;
    overflow: hidden;
}

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

.gridItem a.imageLink {
	position: absolute;
	bottom:54px;
	left:10px;
	width: 130px;
	display:block;
	text-align:center;
}

.gridItem img {
    border: 1px solid #999;
    margin: auto;
 }

.gridItem h3 {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:190px;
	background: transparent;
    font-size: 100%;
}

.gridItem h3 a {
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	height: 54px;
	padding-top: 136px;
	background: transparent;
	text-decoration:none;
	color:#5a4232;
}



.gridItem h3 a:hover {
	 
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem h3 a:hover {
	 
}
/* End hide from IE5-mac */


.gridItem h3 span.in {
	margin-top: 136px;
	display:block;
	width: 100%;
	padding:2px;
	
}

.gridItem h3 a span.in {
	/* if we're inside a link, the link will provide correct positioning */	
	margin-top: 0px; 
}

#photo-list {
    background: url(photo-list-off.gif)	center center no-repeat;
    left: 83px;
    width:35px;
}
#photo-list a {
    background: url(photo-list.gif)	center center	no-repeat;
}

.image-controls a {
	border-bottom:none !important;
}

/* @end */

/* @group Photo Page Navigation */

.photo-navigation {
	position:relative;
    height: 34px;
    width:200px;
    margin:0px auto 8px auto;
}

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

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

#previous-photo	{
    background: url(photo-prev-off.gif) no-repeat 0 center;
    left: 58px;
}
#previous-photo a {
    background: url(photo-prev.gif) no-repeat 0 center;
}

#next-photo {
    background: url(photo-next-off.gif) no-repeat 0 center;
    left: 112px; 
}
#next-photo a {
    background: url(photo-next.gif) no-repeat 0 center;
}

#photo-list {
    background: url(photo-list-off.gif) no-repeat 0 center;
    left: 84px;
}
#photo-list a {
    background: url(photo-list.gif) no-repeat 0 center;
}

.image-controls a {
	border-bottom:none !important;
}
/* @end */

/* @group Footer Area */

#page-bottom {
	margin-top:24px;
	padding: 0px 12px 0px 30px;
	color:#000;
	margin-bottom: 300px;
}

#page-bottom p {
	padding: 3px 0px 0px 0px;
}

#page-bottom a {
	color:#2b5a59;
}
#page-bottom a:hover {
	color:#499291;
}

/* @end */

/* @group Sandvox Specific */

div#page-content .has-photo-navigation{
	
}
div#page-content .has-text-navigation{
	
}
div#page-content .no-navigation{
	
}

div.text-navigation { 
	text-align:center;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
div.text-navigation div {
	display:inline;
	margin:0px 0.5em;
}
.previous-page{
}
.collection-index{
}
.next-page{
}

.collection-navigation photo-navigation{
	
}
#previous-photo .previous-page{
	
}
#next-photo .next-page{
	
}
#photo-index .collection-index{
	
}
.continue-reading-link{
	
}

.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
img.narrow {float: right;  margin: 0em 0em 0.8em 0.8em;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}



/* @end */

/* @group Details */


blockquote, .standout {
	margin: 0;
	font-style:italic;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
}

code{
	color: #060f51;
}
.article h1{
	color: #000;
	font-size: 2em;
	padding-left: 0px;
	margin-left: 0px;
	width: 98%;

}
#main .article h2{
	padding: 0px;
	background-color: transparent;
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	border: 1px none #6f6f6f;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}
.article h3{
	color: #000;
	font-size: 1.4em;
}
.article h4{
	color: #000;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.article h5{
	color: #000;
	font-size: 1em;
}

/* @end */

/* @group Updated CSS */

ul {
	padding-left:7px;
}
#main ul{
	font-weight: bold;
}
#main ul li {
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}
#main ol{
	font-weight: bold;
	padding-left:7px;
}
#main ol li {
	margin-left: 24px;
	font-weight: normal;
	font-style: normal;
}
#main img{
	font-size: 114%;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
}
#main h1{
	color: #0a0a0a;
	margin-left: 0px;
}
body.allow-sidebar #main h1 {
	width: 698px;
}
body.allow-sidebar #main h2 {
	width: 696px;
}
.pagelet ul{
	margin-left: 0;
	font-weight: bold;
}
.pagelet ul li{
	margin-left: 16px;
	font-weight: normal;
	font-style: normal;
}
.pagelet ol{
	font-weight: bold;
	margin-left: -26px;
}
.pagelet ol li{
	
	font-weight: normal;
	font-style: normal;
	margin-left: 18px;
}
.callout.bordered {
	border:1px solid #999;
}

.callout.bordered.titled {
	border:1px solid #999;
}
.callout ul{
	margin-left: 0;
	font-weight: bold;
}
.callout ul li{
	margin-left: 16px;
	font-weight: normal;
	font-style: normal;
}
.callout ol{
	font-weight: bold;
	margin-left: 0px;
}
.callout ol li{
	
	font-weight: normal;
	font-style: normal;
	margin-left: 18px;
}

.callout {
	width:230px;
	float:left;
	margin-right: 30px;
	font-size: .9em;
	margin-left: -10px;
}

.callout h4 {
	margin-top:0px;
	background-color: #3a8dab;
	border: 1px solid #6f6f6f;
	color: #fff;
	padding: 4px;
	font-size: 1.4em;
	width: 230px;
	height: 30px;
	margin-bottom: 4px;
}

/* @end */

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

