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

/* 
	 Aerolite White
   css Copyright (c) 2006-2010 11Mystics.com. 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. 
*/

#page-container, #page, #page-top, #title, #sitemenu-container,
#sitemenu, #page-content, #sidebar, #main, #main-content,
.general-index, .general-index .article, body.allow-sidebar .article, 
body.allow-sidebar .no-callouts, body.allow-sidebar .general-index .article,
.callout-container, .photogrid-index, .gridItem, .gridItem h3,
#page-bottom, #page-bottom-contents, #page-bottom-contents div,
.photo-navigation, .photo-navigation div, .text-navigation div, .text-navigation a {
	
}

/* ===========================================================
		Architecture
=========================================================== */

body {
	margin: 0;
	padding: 0;
}
#page-container {
	margin: 0 auto;
	padding: 20px 10px;
	width: 940px;
}
#page-top {
	margin: 0;
}
#page-content {
	overflow: hidden;
	padding: 20px;
}
* html #page-content /* IE6 ONLY */ {
	margin: -20px 0;
	zoom: 1;
}
body.no-sidebar #page-content {
	width: 898px;
	width: 896px\9; /* cuz IE 8 gets 2px borders */
	*width: 900px;
	/* because there's a border to accommodate on #page */
	/* and because we had to fill #page-content white */
}
#sidebar {
	float: right;
	width: 300px;
}
#main {
	min-height: 190px;
	position: relative;
}
body.no-sidebar #main {
}
body.allow-sidebar #main {
	float: left;
	width: 570px;
}
#main-content {
	position: relative;
	zoom: 1;
}

/* ===========================================================
		Globals
=========================================================== */

:focus {
	outline: none;
}

body {
	background-color: #111;
	background-image: url(bg_browser_01.jpg);
	color: #444;
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}
a:link {
	color: #0066DD;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a:visited {
	color: #0066DD;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a:focus {
	color: #111;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a:active {
	color: #111;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a:hover {
	color: #111;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a img {
	border: none; /* Firefox like this */
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: Tahoma, 'Lucida Grande', arial, sans-serif;
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 30px;
	line-height: 1.1em;
	margin: 0 0 1.5em 0;
}
.has-photo-navigation h2 {
	padding: 0 140px 0 0;
}
.has-text-navigation h2 {
	padding-top: 65px;
}
h3 {
	font-size: 20px;
}
h4, h5, h6 {
	
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	border-bottom: 1px solid;
	font-size: 13px;
	overflow: hidden;
	padding-bottom: .5em;
	zoom: 1;
}
ul + h3, ol + h3,
ul + h4, ol + h4,
ul + h5, ol + h5,
ul + h6, ol + h6 {
	margin-top: .5em !important;
}

p {
	margin: 0 0 1.5em 0;
}
big {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
p big {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	background: url(quote-arial-close.png) right bottom no-repeat;
	*background-image: none;
	display: block;
	float: right;
	font-size: 1.4em;
	font-style: italic;
	margin: 0 1.5em 1em 1.5em;
	overflow: hidden;
	padding: .5em 0 0 0;
	width: 30%;
}
blockquote p {
	background: url(quote-arial-open.png) left top no-repeat;
	line-height: 1.3em;
	margin: 0 25px 0 0;
	padding: 5px 0 0 25px;
}
.has-callout blockquote {
	font-size: 1.1em;
	margin: 0 0 1em 1.5em;
	width: 25%;
}
.no-sidebar .has-callout .article-content blockquote {
	font-size: 1.3em;
	width: 35%;
}
.no-sidebar .no-callout blockquote {
	font-size: 1.5em;
	width: 40%;
}
.allow-sidebar .no-callout .article-content blockquote {
	font-size: 1.3em;
	width: 45%;
}
.pagelet blockquote {
	float: none;
	margin: 1.5em 0;
	width: 100%;
}

img {
	
}
img.narrow {
	float: right;
	margin: .25em 0 1.5em 1.5em;
	max-width: 40%;
	_width: expression(30 + "%");	
}
img.wide {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1.5em !important;
	max-width: 94%;
	_width: expression(80 + "%");	
}
.has-callout .article-content img.narrow,
.has-callout .article-content img.wide {
	clear: right;
}
.pagelet img.narrow {
	margin: .25em 0 .75em 1em;
}
@-moz-document url-prefix() {
	/* Mozilla FIX --------------------- */
	.no-sidebar .has-callout .article-content img.narrow {
		max-width: 320px;
	}
	.no-sidebar .has-callout .article-content img.wide {
		max-width: 610px;
	}
	.allow-sidebar .has-callout .article-content img.narrow {
		max-width: 150px;
	}
	.allow-sidebar .has-callout .article-content img.wide {
		max-width: 280px;
	}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	/* Opera FIX --------------------- */
	.no-sidebar .has-callout .article-content img.narrow {
		max-width: 240px;
	}
	.no-sidebar .has-callout .article-content img.wide {
		max-width: 610px;
	}
	.allow-sidebar .has-callout .article-content img.narrow {
		max-width: 150px;
	}
	.allow-sidebar .has-callout .article-content img.wide {
		max-width: 280px;
	}
}
.no-sidebar .has-callout .article-content img.narrow {
	max-width: 240px\9;
	_width: expression(240 + "px");	
}
.no-sidebar .has-callout .article-content img.wide {
	max-width: 610px\9;
	*max-width: 590px;
	_width: expression(590 + "px");	
}
.allow-sidebar .has-callout .article-content img.narrow {
	max-width: 150px\9;
	_width: expression(110 + "px");	
}
.allow-sidebar .has-callout .article-content img.wide {
	max-width: 280px\9;
	*max-width: 270px;
	_width: expression(250 + "px");	
}

br {
	line-height: 1px;
}

hr {
	background: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
	margin: 2.25em 7em 2em 7em;
	*margin-top: 1em;
	overflow: hidden;
}
.pagelet hr {
	margin: 2.25em 3em 2em 3em;
	*margin-top: 1em;
}
.has-callout hr {
	margin: 2.25em 0 2em 0;
	*margin-top: 1em;
}

ul, ol {
	margin: 0;
	overflow: hidden;
	padding: 0 0 10px 35px;
	zoom: 1;
}
ul {
	padding-left: 25px;
}
li {
	margin-bottom: .75em;
}
ul ul,
ul ol,
ol ul,
ol ol {
	padding: .75em 0 0 35px;
}
ul ul,
ol ul {
	list-style: disc;
	padding: .75em 0 0 25px;
}

h3 + dl, h4 + dl, h5 + dl, h6 + dl {
	margin-top: 1em;
}
dl {
	overflow: hidden;
	zoom: 1;
}
dt {
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
}
dd {
	font-style: italic;
	line-height: 1em;
	margin: .5em 0 1em 1em;
}
dd span {
	font-size: 90% !important;
}

form {
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
}
.bordered form {
	padding-bottom: 1em;
}
fieldset {
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1em 0;
	padding: 1em 12px .75em 11px;
}
legend {
	margin-bottom: .75em\9; /* IE8 ONLY */
}
*:first-child+html legend /* IE7 ONLY */ {
	margin-bottom: 1em;
}
* html legend /* IE6 ONLY */ {
	margin-bottom: .75em;
}

fieldset p {
	line-height: 1.3em;
}
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6 {
	border: none !important;
	font-size: 13px;
	margin-top: 1em !important;
	padding: 0 !important;
}
legend + h3, legend + h4, legend + h5, legend + h6 {
	margin-top: 0 !important;
}

label {
	display: block;
}
label.check {
	cursor: pointer;
	margin-bottom: .25em  !important;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password] {
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	color: #333 !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin-bottom: 1em !important;
	padding: 8px 9px !important;
}
.bordered input[type=text],
.bordered input[type=email],
.bordered input[type=search],
.bordered input[type=password] {
	background: #FFF !important;
}

input.submit, .button,
input[type=submit],
input[type=button],
.dsq-button, .dsq-button-small,
.dsq-comment-footer-reply-tab,
input.jsk-CommentFormButton,
#idc-container-parent #idc-container .idc-btn_s,
#idc-container-parent #idc-container .idc-btn_l {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline !important;
	margin: 1.5em 2px !important;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% arial, sans-serif !important;
	padding: .65em 2em .65em !important;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3) !important; */
	-webkit-border-radius: .5em !important;
	-moz-border-radius: .5em !important;
	border-radius: .5em !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	color: #FFF !important;
	_color: #0066CC !important;
	border: solid 1px #333 !important;
	background: #333 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000)) !important;
	background: -moz-linear-gradient(top,  #555,  #000) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000') !important;
	font-weight: bold !important;
}
*:first-child+html input.submit {
	min-width: auto !important;
	padding: 4px 10px !important;
}

input.submit:hover, .button:hover,
input[type=submit]:hover,
input[type=button]:hover,
.dsq-button:hover, .dsq-button-small:hover,
.dsq-comment-footer-reply-tab:hover,
input.jsk-CommentFormButton:hover,
#idc-container-parent #idc-container .idc-btn_s:hover,
#idc-container-parent #idc-container .idc-btn_l:hover {
	color: #FFF !important;
	_color: #0066FF !important;
	background: #000 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111)) !important;
	background: -moz-linear-gradient(top,  #666,  #111) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111') !important;
	text-decoration: none !important;
}
input.submit:active, .button:active,
input[type=submit]:hover:active,
input[type=button]:hover:active,
.dsq-button:active, .dsq-button-small:active,
.dsq-comment-footer-reply-tab:active,
input.jsk-CommentFormButton:active,
#idc-container-parent #idc-container .idc-btn_s:active,
#idc-container-parent #idc-container .idc-btn_l:active {
	color: #FFF !important;
	_color: #0066CC !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#555)) !important;
	background: -moz-linear-gradient(top,  #000,  #555) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#555555') !important;
	position: relative !important;
}

fieldset + input[type=submit],
fieldset + input[type=button] {
	margin-top: 0 !important;
}
* html form input.submit {
	margin: 20px 0;
}

label.check input {
	*background: none;
	*border: none;
	margin-bottom: 0 !important;
}

textarea,
textarea.fullWidth,
input.fullWidth {
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin: 4px 0 .75em 0 !important;
	padding: 5px 9px !important;
	width: 90%;
	_width: expression(90 + "%");
}
.bordered textarea,
.bordered input.fullWidth {
	background: #FFF !important;
}



select,
select.fullWidth {
	margin: .4em 0 1.25em 0 !important;
	width: auto !important;
}

pre, code {
	font-family: 'andale mono', monospace;
	font-size: 12px;
}
pre {
	background: url(code.png) top left no-repeat;
	border: 1px solid #CCC;
	color: #333;
	line-height: 20px !important;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px 0 20px 30px;
	word-wrap: break-word;
	zoom: 1;
}

table.add-styles {
	border-collapse: collapse;
	margin: 0 0 30px 1px;
}
table.add-styles tr.even,
table.add-styles td.even {
	background: #FAFAFA;
}

table.add-styles th,
table.add-styles td {
	border: 1px solid #DDD;
	line-height: 1.2em;
	padding: 6px 9px;
	vertical-align: center;
}
table.add-styles th {
	background: #EEE;
	border-color: #CCC;
	text-align: center;
}
table.add-styles td {
	vertical-align: top;
}

object {
	
}
.allow-sidebar object {
	max-width: 540px;
}

/* Webkit Only -------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	object {
		background: #222;
		border: 1px solid #111;
		-webkit-box-shadow: 0 1px 3px #3D3D3D;
		box-shadow: 0 1px 3px #3D3D3D;
		padding: 10px;
	}
}


/* ===========================================================
		Page and Header Styles
=========================================================== */

#page, body.no-sidebar #page {
	background: #191919;
	border: 1px solid #000;
	border: 2px solid #000\9;
	*border: 2px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-khtml-box-shadow: 0 0 10px #000;
	*margin-right: -4px;
}
#page-top {
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
body.has-custom-banner #page-top {
	overflow: hidden;
}

#banner-ad {
	display: block;
	height: 60px;
	margin-left: 7px;
	position: absolute; top: 27px; left: 49%;
	width: 468px;
	z-index: 9999;
}

#title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	min-height: 60px;
	padding: 10px 15px 7px 15px;
}
body.no-custom-banner #title {
	background: #000 url(header_span.png) repeat-x;
}
body.has-custom-banner #title {
	/* Position hides the weird white lines that core image
			creates when the image is cropped to fit */
	background-color: #111;
	background-position: left -1px;
	background-repeat: no-repeat;
	padding: 25px 20px 20px 20px;
}
#title img {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}
h1 {
	border: none;
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-shadow: 0 -2px 2px #000;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:focus, h1 a:active {
	color: #CCC;
	text-decoration: none;
}
#title p {
	color: #FFF;
	font-style: italic;
	margin: 0;
}

/* ===========================================================
		Menu
=========================================================== */

#sitemenu-container {
	background: #CCC url(bg_nav.jpg) repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#AAA));
	background: -moz-linear-gradient(top,  #FFF,  #AAA);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#AAAAAA');
	clear: both;
	overflow: hidden;
}
#sitemenu {
	border-bottom: 5px solid #0066DD;
	min-height: 40px;
	text-align: center;
}
#sitemenu-content ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
	zoom: 1;
}

#sitemenu-content li {
	border-left: 1px solid #BBB;
	float: left;
	*float: none;
	*display: inline;
	font-size: 12px;
	line-height: 40px;
	margin: 0;
	*margin: 0 -3px 0 0;
	-webkit-transition: background-color .15s linear .1s;
	transition: background-color .15s linear .1s;
}
#sitemenu-content li.last-item {
	border-right: 1px solid #BBB;
}
#sitemenu-content li:hover {
	background: #BBB;
	-webkit-transition: background-color .15s linear .1s;
	transition: background-color .15s linear .1s;
}

#sitemenu-content a {
	border-left: 1px solid #FFF;
	color: #333;
	display: block;
	*display: inline;
	height: 40px;
	line-height: 40px;
	max-width: 650px;
	overflow: hidden;
	padding: 0 15px;
	*padding: 11px 15px;
	-webkit-transition: color .25s linear, background-color .25s linear .1s;
	transition: color .25s linear, background-color .25s linear .1s;
}
#sitemenu-content li.last-item a {
	border-right: 1px solid #FFF;
	*margin-right: -3px;
}
#sitemenu-content a:hover {
	*background: #BBB;
	color: #000;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

#sitemenu-content li.currentPage,
#sitemenu-content li.currentParent a {
	background: #000;
	border-left: 1px solid #333;
	color: #FFF;
	padding: 0 15px;
	*padding: 13px 15px 10px 15px;
}



/* ===========================================================
		Page Content
=========================================================== */

#page-content {
	background: #FFF;
}

.article h3 {
	line-height: 1.3em;
	margin-top: 2em;
}
.article h4,
.article h5,
.article h6 {
	margin: 2em 0 .75em 0;
}

.article-info {
	clear: right;
}

.article img {
	background: #222;
	border: 1px solid #111;
	padding: 6px;
	box-shadow: 0 1px 3px #3D3D3D;
	-moz-box-shadow: 0 1px 3px #3D3D3D;
	-webkit-box-shadow: 0 1px 3px #3D3D3D;
}
.article-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.article-thumbnail a {
	border: none;
	text-decoration: none;
}
.article-thumbnail img {
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	margin: 5px 5px 10px 0 !important;
}
.caption {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0;
}

/* Elements */

div.photo-viewer-summary .article {
	margin: auto;
}
.elementIntroduction {
	margin-bottom: 0;
}
.HTMLElement {
	margin-bottom: 20px;
}
.ImageElement, .VideoElement {
	text-align: center;
}
.VideoElement {
	margin-bottom: 2em;
}
.VideoElement .video {
	margin-bottom: 1em;
}
.VideoElement .caption {
	padding: 0;
	margin-bottom: 1em;
}


/* Pagelets */
.pagelet {
	margin: 0 0 1em 0;
	overflow: hidden;
}
.pagelet.titled > h4 {
	background: #000 url(bg_glossy35.png) top left repeat-x;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	color: #FFF;
	font-size: 13px;
	line-height: 1.1em;
	margin: 2px 0 0 0;
	padding: 11px 10px;
}
.pagelet.bordered.titled > h4 {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}
* html .pagelet.titled h4 {
	background: #000 url(bg_glossy35.png) top left repeat-x;
	border: 1px solid #000;
	color: #FFF;
	font-size: 13px;
	line-height: 1.1em;
	margin: 0;
	padding: 10px;
}
.pagelet-body {
	padding: .75em 0 0 0;
}
.pagelet.bordered .pagelet-body {
	background: #FAFAFA;
	border: 1px solid #DDD;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0;
	padding: 1em 1em 0 1em;
}
.pagelet.bordered.untitled .pagelet-body {
	border-top: 1px solid #DDD;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pagelet ul {
	padding-left: 25px;
}
.pagelet ol {
	padding-left: 32px;
}
.pagelet li {
	line-height: 1.4em;
	margin-bottom: .5em;
}

.pagelet img {
	background: #222;
	border: 1px solid #111;
	box-shadow: 0 1px 3px #3D3D3D;
	-moz-box-shadow: 0 1px 3px #3D3D3D;
	-webkit-box-shadow: 0 1px 3px #3D3D3D;
	margin: 0 0 5px 0;
	padding: 7px;
}
.pagelet.untitled .photo img {
	margin-top: 0;
}
.pagelet .flickr img {
	background: #222;
	border: 1px solid #111 !important;
	padding: 5px;
	box-shadow: 0 1px 3px #3D3D3D;
	-moz-box-shadow: 0 1px 3px #3D3D3D;
	-webkit-box-shadow: 0 1px 3px #3D3D3D;
}
.pagelet .caption {
	/* keep it visible so it clears things like amazon layouts */
	line-height: 1;
	padding: 0;
}
.pagelet div.ImageElement .caption {
	/* but show it when we're actually viewing a photo */
	display: block;
	font-size: 1em;
	padding: .5em 1em;
}
.pagelet.bordered div.ImageElement .caption {
	padding-bottom: 1em;
}
* html .pagelet-body .caption /* IE6 ONLY */ {
	margin-right: -15px;
}
.pagelet-body .caption p {
	margin-bottom: 0;
}
.pagelet .HTMLElement,
.pagelet .VideoElement {
	margin-bottom: 1em;
}

.pagelet .Index-Pagelet ul {
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 0;
	padding-left: 0;
}
.pagelet.bordered .Index-Pagelet ul {
	margin-bottom: 1em;
}
.pagelet .Index-Pagelet ul ul {
	margin-top: .5em !important;
	margin-bottom: 1em !important;
}
.pagelet .Index-Pagelet li {
	background: url(doc.jpg) 0 .3em no-repeat;
	*background-position: 0 .4em;
	border-top: 1px solid #DDD;
	font-size: 96%;
	line-height: 1.2em !important;
	margin: 0 .4em .3em .4em !important;
	padding: .3em 0 0 0;
}
.pagelet.bordered .Index-Pagelet li {
	border-color: #DDD;
}
.pagelet .Index-Pagelet li a {
	font-weight: bold;
}
.pagelet .Index-Pagelet li a:hover {
	color: #111;
	text-decoration: none;
}

/* Callouts */

/* IE6/7 Hack --------------------- */
*:first-child+html .article,
*:first-child+html .has-callout {
	zoom: 1;
}

.callout-container {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	width: 248px;
	*width: 260px;
}
.no-callouts .callout-container {
	display: none;
}

.callout .pagelet:last-child {
	margin-bottom: 0;
}
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
	margin-top: 0;
}
.callout .pagelet img {
	background: #222;
}


/* ===========================================================
		Footer
=========================================================== */

#page-bottom {
	background: #DDD url(footer_span.png) bottom left repeat-x;
	font-size: 12px;
	min-height: 22px;
}
#page-bottom #page-bottom-contents {
	color: #666;
	padding: 5px 20px;
}
#page-bottom-contents div {
	zoom: 1;
}
#page-bottom div.box {
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #555;
	float: left;
	margin: 15px 20px 20px 0;
	padding: 1.5em 1.5em 0 1.5em;
	width: 250px;
	width: 249px\9;
}
#page-bottom div.box.three {
	margin-right: 0;
}
#page-bottom h3,
#page-bottom h4,
#page-bottom h5,
#page-bottom h6 {
	margin-top: 0;
}
#page-bottom div.box ul {
	padding-left: 1.6em;
}
#page-bottom div.box li {
	background-position: left 1px;
	line-height: 1em;
	margin-bottom: .5em;
}


/* ===========================================================
		Disqus Comments
=========================================================== */

#disqus_thread {
	margin-top: 40px;
}
.photo-page #disqus_thread {
	margin: 30px 125px 0 125px;
}
.allow-sidebar .photo-page #disqus_thread {
	margin: 30px 0 0 0;
}
#disqus_thread .dsq-comment {
	margin-bottom: 2em !important;
}
#disqus_thread h3 {
	margin: 0 0 1em 0 !important;
}
#disqus_thread .dsq-new-post h3 {
	margin: 2em 0 1em 0 !important;
}
#disqus_thread a:link,
#disqus_thread a:visited {
}
#disqus_thread a:hover,
#disqus_thread a:active,
#disqus_thread a:focus {
}
#disqus_thread img {
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
.dsq-thread-settings {
}
#dsq-content .dsq-comment-header {
	background-image: none !important;
	background: #FAFAFA !important;
	border: 1px solid #CCC;
}
#dsq-content .dsq-moderator .dsq-comment-header {
	background-image: none !important;
	background: #DDD !important;
	border-color: #CCC !important;
}
#dsq-content .dsq-sub-header table {
	background: #EEE !important;
}
* html #dsq-content  .dsq-comment-header cite /* IE6 ONLY */ {
	color: #333;
}
#dsq-content .dsq-sub-header .dsq-user-like {
	font-size: 12px !important;
	text-transform: capitalize !important;
}

/* REPLY TO SOMEONE ELSE'S COMMENT */
#dsq-content .dsq-append-post .dsq-post-area {
	background: #FAFAFA !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#dsq-content .dsq-append-post .dsq-post-area h3 {
	margin-top: 0 !important;
}

.dsq-button, .dsq-button-small,
.dsq-comment-footer-reply-tab {
	margin: 0 2px !important;
}

#dsq-content .dsq-form-area .dsq-button {
	margin-top: 1em !important;
}

.dsq-dropdown-menu h4 {
}

.dsq-popup h3 {
}
.dsq-popup .dsq-button,
.dsq-popup .dsq-button-small {
	margin: 0 !important;
}
.dsq-popup .dsq-button:hover,
.dsq-popup .dsq-button-small:hover {
}
.dsq-popup img {
	box-shadow: 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 #FFF;
	-webkit-box-shadow: 0 0 0 #FFF;
}

/* ===========================================================
		Intense Debate Comments
=========================================================== */

body.no-sidebar .photo-page #idc-container-parent {
	margin: 0 90px;
}
#idc-container {
	margin-top: 30px;
	zoom: 1;
}
#idc-container .idc-c .idc-a img {
	-webkit-box-shadow: 0 0 0 !important
	-moz-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}
#idc-container input,
#idc-container textarea {
	background-image: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#idc-container .idc-trackbacks, 
#idc-container .idc-comments, #idc-container .idc-new {
	overflow: hidden;
}
#idc-container div h3 {
	font-size: 1.5em !important;
	font-weight: bold !important;
}
#idc-container div h3 span {
	font-weight: bold !important;
}
.idc-c-h {
	border-top: 1px solid #DDD;
}
.idc-c-t {
	padding: 0 1em 0 2em !important;
}
.idc-head_action.idc-user,
.idc-c-h-inner, .idc-message {
	background: #FAFAFA !important;
}
#idc-container .idc-c-b {
	padding: 0 1em 0 2em;
}
#idc-container-parent #idc-container .idc-btn_s,
#idc-container-parent #idc-container .idc-btn_l {
	float: right;
	margin: 0 2px !important;
}
#idc-container-parent #idc-container .idc-btn_s .idc-r,
#idc-container-parent #idc-container .idc-btn_l .idc-r {
	font-size: 12px !important;
}
#idc-container .idc-btn_s span, #idc-container .idc-btn_l span,
#idc-container .idc-btn_s span, #idc-container .idc-btn_s span {
	background-image: none !important;
	font-weight: bold !important;
	height: auto !important;
	padding: 0 !important;
	width: auto !important;
}
#idc-container .idc-r {
	color: #0066DD !important;
	_color: #0066DD;
}
#idc-container .idc-btn_s .idc-r,
#idc-container .idc-btn_l .idc-r {
	color: #FFF !important;
	_color: #0066CC;
}
#idc-container .idc-btn_s:hover .idc-r,
#idc-container .idc-btn_l:hover .idc-r {
	color: #FFF !important;
}
#idc-container .idc-btn_s .idc-r strong,
#idc-container .idc-btn_l .idc-r strong {
	font-size: 12px !important;
	font-family: arial, sans-serif !important;
	font-weight: bold !important;
}
#idc-container .idc-reply .idc-right {
	padding: 0 1em 0 0;
}
#idc-container .idc-new .idc-right {
	padding: 0;
}

#idc-container .idc-thread {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}
#idc-container-parent #idc-container .idc-thread .idc-thread,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread {
	border-right: none;
	margin: 0 0 1em 2em !important;
	padding: 0 !important;
}

#idc-container .idc-thread .idc-thread .idc-c,
#idc-container .idc-thread .idc-thread .idc-thread .idc-c,
#idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-c,
#idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-c,
#idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-c {
	background-image: none !important;
	padding: 0 !important;
	*padding-top: 0;
}
#idc-container .idc-thread .idc-thread .idc-thread {
	padding: 0 !important;
}

#idc-container-parent #idc-container .idc-thread .idc-reply {
	margin: 1em 0 1em 1em !important;
}
#idc-container .idc-reply .idc-c-t {
	padding: 0 !important;
}
#idc-container-parent #idc-container .idc-thread .idc-reply textarea {
	width: 93% !important;
}
#idc-container-parent #idc-container .idc-thread .idc-reply textarea:focus {
	border: 1px solid #DDD !important;
}

#idc-container .idc-column {
	margin-right: 3% !important;
	width: 30% !important;
}

/* New Comments */
#idc-container .idc-new {
	clear: both;
	margin-top: 2.5em !important;
}
#idc-container .idc-new .idc-thread,
#idc-container-parent #idc-container .idc-new .idc-thread .idc-reply,
#idc-container .idc-new .idc-c-t {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#idc-container .idc-new .idc-column {
	margin-right: 10px !important;
	*margin-right: 10px;
	width: 182px !important;
	*width: 172px;
}
.no-sidebar #idc-container .idc-new .idc-column {
	margin-right: 6px !important;
	width: 246px !important;
}

#idc-container .idc-c-m .idc-column#IDCColumnURLLabel,
#idc-container .idc-new .idc-column#IDCColumnURL {
	margin-right: 0 !important;
}

#idc-container-parent #idc-container .idc-new .idc-thread .idc-reply textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
	border-radius: 5px;
	width: 550px !important;
}
.no-sidebar #idc-container-parent #idc-container .idc-new .idc-thread .idc-reply textarea {
	width: 760px !important;
}
#idc-container .idc-c-m .idc-text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
	border-radius: 5px;
	margin-bottom: 1px !important;
}
#idc-container .idc-c-m .idc-text:focus {
	border: 1px solid #DDD !important;
}

#idc-container .idc-reply .idc-c-b,
#idc-container .idc-new .idc-c-b {
	padding: 0 !important;
}

/* ===========================================================
		JS Kit Comments
=========================================================== */

.js-kit-comments {
	width: 570px;
}
.photo-page .js-kit-comments {
	margin: 10px 125px 0 125px;
}
.js-kit-comments a:link,
.js-kit-comments a:visited {
	color: #336699 !important;
}
.js-kit-comments a:hover {
	color: #4B9AD5;
}
.jsk-CommentFormSurface {
}
.jsk-PrimaryBackgroundColor {
	background-color: #FFF !important;
}
.jsk-SecondaryBackgroundColor {
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
}
.jsk-TrinaryBackgroundColor {
	background: #FAFAFA !important;
}
.jsk-CommentFormSurface input {
	background: transparent !important;
	border: none !important;
	color: #333 !important;
	font-size: 12px !important;
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-CommentFormBody-noWYSIWYG,
.js-CommentsSkin-echo .jsk-CommentEditFormBody-noWYSIWYG {
	background: #FAFAFA !important;
	border: none !important;
	line-height: 1.6em !important;
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-CommentFormBody-noWYSIWYG textarea,
.js-CommentsSkin-echo .jsk-CommentEditFormBody-noWYSIWYG textarea {
	background: #FFF !important;
	width: 96% !important;
}
.js-commentFieldInput {
	background: #FFF !important;
}
.js-CreateComment .js-kit-tab-title {
	color: #336699 !important;
}
input.jsk-CommentFormButton {
	background: #CCC url(bg_nav.jpg) center center !important;
	border: 1px solid #BBB !important;
	color: #666 !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	line-height: 1.6em !important;
	padding: 3px 10px !important;
}
input.jsk-CommentFormButton:hover {
	background: #999 !important;
	border-color: #777 !important;
	color: #FFF !important;
}

.js-CommentsSkin-echo .jsk-ThreadWrapper {
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-ThreadWrapper {
}
.jsk-ItemWrapper {
	background-image: none !important;
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	margin-bottom: 10px !important;
	padding: 8px !important;
}
.js-CommentsSkin-echo .jsk-ItemWrapperChild {
	margin-right: 0 !important;
}
.jsk-ItemContentWrapper {
	margin-left: 13px !important;
}
.jsk-PrimaryFont {
	font-size: 12px !important;
}
.jsk-PrimaryFontColor {
	color: #555 !important;
}
.js-ItemName {
	padding-bottom: 10px !important;
}
.jsk-ItemFooter {
	margin-top: 7px;
}
.jsk-SecondaryFontColor {
	color: #555 !important;
}
.jsk-ThreadWrapper a:link,
.jsk-ThreadWrapper a:visited,
.jsk-LinkColor {
	color: #336699 !important;
}
.jsk-ThreadWrapper a:hover {
	color: #4B9AD5 !important;
}


/* ===========================================================
		Photo Grid Pages
=========================================================== */

.photogrid-index {
	clear: both;
	overflow: auto;
	text-align: center;
	width: 550px;
}
body.no-sidebar .photogrid-index {
	width: 898px;
}
* html body.no-sidebar .photogrid-index {
	width: 898px !important;
}
.gridItem {
	float: left;
	position: relative;
	width: 173px;
	height: 205px;	/* room for caption */
	margin: 5px 0 0 5px;
	padding-top: 6px;
}
.gridItem h3 {
	line-height: .7em;
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 155px; /* needs to leave 38px from the bottom of the gridItem */
	width: 155px;
}
* html .gridItem h3 /* IE6 ONLY */ {
	left: 0;
	top: 135px; /* needs to leave 38px from the bottom of the gridItem */
}
.gridItem h3 a {
	color: #595959;
	font-size: 13px;
}
.gridItem img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
}
.gridItem .imageLink img {
	/* -webkit-transform: rotate(-2deg); */
	-webkit-transition: -webkit-transform .15s linear; 
}
.gridItem:nth-child(even) .imageLink img {
	/*
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	*/
}
.gridItem:nth-child(3n) .imageLink img {
}
.gridItem:nth-child(5n) .imageLink img {
}
.gridItem .imageLink:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
}

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

/* ===========================================================
		Individual Photo Pages
=========================================================== */

.photo-page .photo img.imgelement {
	background: #222;
	border: 1px solid #111;
	padding: 15px;
	box-shadow: 0 1px 3px #3D3D3D;
	-moz-box-shadow: 0 1px 3px #3D3D3D;
	-webkit-box-shadow: 0 1px 3px #3D3D3D;
	position: relative;
	z-index: 0;
}
.photo .image-controls img.imgelement {
	background: #FFF;
	border: 4px solid #FFF;
	padding: 0;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.photo-navigation {
	position: absolute; top: 0; right: 0;
	height: 35px;
	width: 105px;
	margin: 0;
}
.photo-navigation div {
	width: 35px;
	height: 35px;
	position: absolute;
	text-indent: -5000em;
}
.photo-navigation a {
	border-bottom: none;
	display: block;
	height: 100%;
	width: 100%;
}

#previous-photo, #previous-photo a,
#next-photo, #next-photo a,
#photo-list, #photo-list a {
	background-image: url(navigation_white.png);
	background-repeat: no-repeat;
}

#previous-photo	{
	background-position: 0 -70px;
	left: 0;
}
#previous-photo a {
	background-position: 0 -35px;
}
#previous-photo a:hover {
	background-position: 0 0;
}
#next-photo {
	background-position: -70px -70px;
	left: 70px; 
}
#next-photo a {
	background-position: -70px -35px;
}
#next-photo a:hover {
	background-position: -70px 0;
}
#photo-list {
	background-position: -35px -35px;
	left: 35px;
}
#photo-list a {
	background-position: -35px -105px;
}
#photo-list a:hover {
	background-position: -35px 0;
}

.photo-page .elementIntroduction {
	margin-bottom: 0;
}

/* ===========================================================
		Blog
=========================================================== */

.text-navigation {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 1.0em;
	overflow: hidden;
	padding: 10px 0;
	position: absolute; top: 0; left: 0;
	width: 100%;
	zoom: 1;
}
div.text-navigation div {
    margin: 0 !important;
}

.text-navigation .previous-page,
.text-navigation .collection-index,
.text-navigation .next-page {
  display: block;
  float: left;
  text-align: left;
  width: 48%;
}

.text-navigation .previous-page {
	padding-right: 10px;
	text-align: left;
}
.text-navigation .collection-index {
	display: none;
}
.text-navigation .next-page {
	float: right;
	padding-left: 10px;
	text-align: right;
}

.continue-reading-link {
	clear: both;
	margin-top: 20px;
}
.timestamp {
	clear: both;
	margin: 0 0 20px 0;
}

/* ===========================================================
		Indexed Pages
=========================================================== */

.general-index {
	overflow: hidden;
	padding-top: 1em;
	zoom: 1;
}
.general-index .clear {
	clear: none !important;
}
.general-index .article {
	margin-bottom: 1.25em !important;
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.general-index .article.o,
.general-index .article.e {
	float: left;
	min-height: 300px;
	_height: expression(300 + "px");
	width: 47%;
	zoom: 1;
}
.general-index .article.e {
	clear: right;
	float: right;
	_margin-top: -16px;
}
.general-index .article.o {
	clear: left !important;
}

.general-index .article h3 {
	border-top: 3px solid #DDD;
	font-size: 1.3em;
	margin: 0 0 .5em 0;
	padding: .4em 0 0 0;
}
.general-index .article h3 a {
	
}

.general-index .article-summary h3,
.general-index .article-summary h4,
.general-index .article-summary h5,
.general-index .article-summary h6,
.general-index .article-summary big,
.general-index .article-summary p {
	border: none !important;
	color: #444;
	font: normal 1em/1.4em 'Lucida Grande', verdana, sans-serif !important;
	margin-bottom: .5em;
	padding: 0;
}
* html .general-index .article p {
	margin-bottom: 0;
}

.general-index .callout-container,
.general-index .article-summary embed,
.general-index .article-summary object,
.general-index .article-summary .photo,
.general-index .article-summary img,
.general-index .article-summary table,
.general-index .article-summary pre,
.general-index .article-summary iframe {
	display: none;
}
.general-index .article-info {
	position: relative;
}
.Download-index .imageLink img {
	margin: 0; padding: 0;
	max-height: 50px;
	max-width: 50px;
}
* html .Download-index .imageLink img {
	height: 50px;
	width: 50px;
}
.Download-index iframe {
	display: none;
}
.listing-index ul {
	list-style: none;
	padding-left: 0;
}
.listing-index li {
	margin-bottom: .5em;
}
.listing-index li h3 {
	font-size: 1em;
	margin: 0;
}

.Download-index table th,
.Download-index table td {
	border: none !important;
	border-top: 1px solid #DDD !important;
	padding-top: 10px;
	line-height: 1.4em;
	vertical-align: top;
}
.Download-index table td h3,
.Download-index table td h3 a:link {
	font: bold 1em 'Lucida Grande', arial, sans-serif;
	line-height: 1.2em;
	margin-top: 0;
}
.Download-index table td.dli2 {
	min-width: 150px;
	padding-left: 1em;
}

/* ===========================================================
		Contact Form
=========================================================== */

form.contactElement.labelsOnSide th {
	padding: 0em .75em 0 0;
	width: 150px;
}
#sidebar form.contactElement.labelsOnSide th {
	width: 75px;
}
form.contactElement.labelsOnSide th,
form.contactElement.labelsOnSide td {
	background: transparent;
	border: none;
	vertical-align: top;
}
form.contactElement.labelsOnSide td {
	padding: 0 0 .5em 0;
}

form.contactElement label {
	display: inline;
}
form.contactElement.labelsOnTop label {
	margin-top: 2em;
}

form.contactElement.labelsOnSide input.fullWidth,
form.contactElement.labelsOnSide textarea {
	margin-bottom: 0 !important;
}
.no-sidebar #main .no-callouts form.contactElement input.fullWidth,
.no-sidebar #main .no-callouts form.contactElement textarea {
	width: 880px;
	*width: 875px;
}
.allow-sidebar #main .no-callouts form.contactElement input.fullWidth,
.allow-sidebar #main .no-callouts form.contactElement textarea {
	width: 550px;
}
.no-sidebar #main .no-callouts form.contactElement.labelsOnSide input.fullWidth,
.no-sidebar #main .no-callouts form.contactElement.labelsOnSide textarea {
	width: 720px;
}
.allow-sidebar #main .no-callouts form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #main .no-callouts form.contactElement.labelsOnSide textarea {
	width: 395px;
}
.allow-sidebar #sidebar form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #sidebar form.contactElement.labelsOnSide textarea {
	width: 90%;
}

form.contactElement input.submit {
	float: right;
	margin-top: 10px !important;
	margin-right: 0 !important;
	min-width: 100px;
	_padding: 0 20px;
}
.allow-sidebar form.contactElement tr:last-child td {
	padding-right: 0;
}
.allow-sidebar form.contactElement input.submit {
	margin-right: 0;
}

/* IE7 ONLY */
*:first-child+html form.contactElement table th,
*:first-child+html form.contactElement table td {
	padding-bottom: 0 !important;
}
*:first-child+html form.contactElement input.fullWidth {
	margin-bottom: 1em !important;
	padding: 4px 9px 12px !important;
}

/* IE6 ONLY */
* html form.contactElement table th,
* html form.contactElement table td {
	padding-bottom: 0;
}
* html form.contactElement input {
	/* This ensures checkboxes and radios line up with their labels */
	margin-bottom: 0;
	vertical-align: middle;
}
* html form.contactElement input.fullWidth,
* html form.contactElement textarea.fullWidth {
	/* This re-adds the the space under text fields and textareas again */
	margin-bottom: 1em;
}


/* ===========================================================
		Amazon Lists
=========================================================== */

div.amazonList {
	font-size: .9em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
}
div.amazonList.amazonListWhiteBackground {
	background: #FFF !important;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
	zoom: 1;
}

div.amazonListRow {
	border-bottom: 1px solid #CCC;
	line-height: 1.1em;
	margin-bottom: 10px !important; /* overrides sandvox default of 25px */
	padding-bottom: 10px;
}
.amazonListRow:last-child {
	border-bottom: none;
}
div.amazonListWhiteBackground .amazonListRow {
	_display: block;
	margin: 10px 10px 0 10px !important;
	_width: 91%;
	zoom: 1;
}

.amazonList img {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0 !important; /* overrides .pagelet img margin-bottom of 5px */
	padding: 0;
}
div.amazonListWhiteBackground img {
	border: 1px solid #111 !important;
}
.amazonList .amazonText a {
	display: block;
	padding-bottom: .5em;
}
.amazonList .amazonText i,
.amazonList .amazonListBulletsParagraph i {
	display: block;
	padding-top: .5em;
}

/* Layout 4 */
.amazonList.amazonListLayoutCenter img {
	margin: .5em 0 .75em 0 !important;
	width: 150px;
}

/* List Layout 5 */
div.amazonList.amazonListLayoutTwoUp {
	margin: 0 !important;
	width: auto !important;
}
.bordered div.amazonListLayoutTwoUp.amazonListWhiteBackground {
	margin-bottom: 1em !important;
}
div.amazonListLayoutTwoUp .amazonListRow {
	border-bottom: none !important;
	_display: inline;
	margin: 5px 6% 5px 0 !important;
	_margin: 5px 14px 5px 0;
	width: 47%;
	*width: 46%;
}
div.amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	/* classes reversed for IE6 */
	border-bottom: none !important;
	margin: 10px 1% 10px 5% !important;
	width: 42%;
}
div.amazonListLayoutTwoUp .amazonListRow img {
	margin-bottom: .5em !important;
	width: 100%;
	_width: 98%;
}

div.amazonListLayoutTwoUp .amazonListRow.e,
.callout div.amazonListLayoutTwoUp .amazonListRow.e,
#sidebar div.amazonListLayoutTwoUp .amazonListRow.e {
	margin-right: 0 !important; /* dumps the right margin since we don't need it */
	_margin-right: 0;
}

	/* List Layout 6 */
li.amazonList {
	background-image: none;
	font-size: .95em;
	line-height: 1.4em;
	list-style: none;
	margin-left: -1.8em; /* because the margin is on the UL */
	padding-left: 0;
}
.pagelet li.amazonList p.amazonListBulletsParagraph {
	line-height: 1.3em;
}
.pagelet li.amazonList {
	margin-bottom: 1em;
}
.pagelet li.amazonList:last-child {
	margin-bottom: 0;
}

	/* List Layout 7 */
.has-photo-navigation .amazonListLayoutEnhanced {
	margin: 0 0 7px 0;
}
.has-photo-navigation .amazonListLayoutEnhanced iframe {
	margin: 0 4px 4px 0 !important;
}
.has-photo-navigation .callout .amazonListLayoutEnhanced,
.has-photo-navigation #sidebar .amazonListLayoutEnhanced {
	margin-top: 0;
}
.amazonListWhiteBackground.amazonListLayoutEnhanced {
	border: none !important;
}
.amazonList.amazonListLayoutEnhanced div.amazonListRow {
	border: none;
	clear: none !important;
	margin: 0 8px 0 0 !important;
	padding: 0 0 1px 0 !important;
}
.callout .amazonList.amazonListLayoutEnhanced .amazonListRow.o {
	margin: 0 6px 0 0 !important;
}
.callout .amazonList.amazonListLayoutEnhanced .amazonListRow.e {
	margin: 0 !important;
}
.amazonList.amazonListLayoutEnhanced .amazonListRow.o,
.amazonList.amazonListLayoutEnhanced .amazonListRow.e {
	display: inline-block;
	display: -moz-inline-box;
	float: left;
	width: 120px;
}

.amazonList .amazonText p,
.amazonList .amazonListBulletsParagraph {
	margin-bottom: 0;
}
.amazonList .amazonText:first-child,
li.amazonList p.amazonListBulletsParagraph:first-child {
	font-weight: bold;
}

img.amazonProductThumbnailFrame {
	border: 1px solid #111 !important;
	padding: 0; /* overrides Sandvox default of 3px */
}



/* ===========================================================
		Site Map
=========================================================== */

.sitemap-page .article h3 {
	border-bottom: 1px solid #CCC;
	margin-bottom: .25em;
	padding-bottom: .25em;
}
.sitemap-page .article ul {
	list-style: none;
	padding: 0;
}
.sitemap-page .article li {
	margin-bottom: 0;
}
.sitemap-page .article ul ul li {
	margin-left: 20px;
}

/* ===========================================================
		Pagelets
=========================================================== */

.flickr {
	margin-bottom: 20px; /* gives it a bit more space on the bottom */
}
.callout .pagelet .flickr_badge_image {
	margin: 0 0 4px 0;
}
.callout .pagelet .flickr_badge_image img {
	max-height: 66px;
	max-width: 66px;
}

.rssBadge {
	margin: 0;
}
.rssBadge img {
	border: none;
	margin-top: 0;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* ===========================================================
		Special Styles
=========================================================== */

.clear {
	clear: both;
	height: 0;
}
hr.clear {
	background: #191919;
	color:  #191919;
	margin: 0;
}

.hidden {
	display:none;
}

img.alignleft {
	float: left;
	margin: 5px 20px 20px 7px;
}
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
}
img.alignright {
	float: right;
	margin: 5px 7px 20px 20px;
}

/* IE7 ONLY HACK ----------------- */
*:first-child+html img.alignleft {
	margin-left: 0;
}
*:first-child+html img.alignright {
	margin-right: 0;
}

img.no-borders {
	border: none !important;
	padding: 0 !important;
}
img.white-borders {
	background: #FFF;
	border-color: #111;
}
img.no-shadow {
	box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
}
img.no-styles {
	background: transparent !important;
	border: none !important;
	box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	padding: 0 !important;
}

.note {
	background: #DBEFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1.75em 0;
	padding: 1em;
}
.note h3:first-child,
.note h4:first-child,
.note h5:first-child,
.note h6:first-child {
	margin-top: 0;
}

.alert {
	background: url(alert.png) 4px left no-repeat;
	padding-left: 3.2em;
}

.adblock125 {
	overflow: hidden;
	padding-left: 20px;
	zoom: 1;
}
.adblock125 a {
	display: block;
	_display: inline;
	float: left;
	height: 125px;
	margin: 0 10px 10px 0;
	margin: 0 5px 10px 0\9;
	width: 125px;
	zoom: 1;
}
.adblock125 a:nth-child(even) {
	margin-right: 0;
}

.adblock260 {
	width: 100%;
	text-align: center;
}
.adblock260 a {
	display: block;
	margin: 0 0 10px 0;
}

.adblock125 img, .adblock260 img {
	background: none !important;
	border: none !important;
	-mox-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	padding: 0 !important;
}

.pagenav {
   margin-bottom: 1.5em;
   padding: 1px 0;
   text-align: center;
}
.pagenav a:link,
.pagenav a:visited {
   background-color: white;
   border: 1px solid #0066DD;
   color: #0066DD !important;
   font: bold 13px 'Lucida Grande', Verdana, sans-serif;
   padding: 2px 5px;
   text-decoration: none;
	-webkit-transition: color .25s linear, border-color .25s, background-color .25s;
	transition: color .25s linear, border-color .25s, background-color .25s;
}
.pagenav a:hover {
   background-color: #0066DD;
   color: white !important;
   text-decoration: none;
	-webkit-transition: color .25s linear, border-color .25s, background-color .25s;
	transition: color .25s linear, border-color .25s, background-color .25s;
}
.pagenav a.disabled,
.pagenav a.disabled:hover {
   background-color: white;
   border-color: #CCC;
   color: #CCC !important;
   cursor: text;
}
.pagenav a.current-page {
   background-color: #0066DD;
   color: #FFF !important;
   text-decoration: none;
}
* html .pagenav a:link.disabled,
* html .pagenav a:hover.disabled,
* html .pagenav a:visited.disabled {
  background-color: white;
  border-color: #CCC;
  color: #CCC !important;
  cursor: text;
}
* html .pagenav a:link.current-page,
* html .pagenav a:hover.current-page,
* html .pagenav a:visited.current-page {
  background-color: #0066DD;
  color: #FFF !important;
  text-decoration: none;
}

ul.links {
	list-style: none;
	margin-bottom: 1em;
	padding-left: 0 !important;
}
ul.links li {
	margin-bottom: 0 !important;
}

blockquote { float:none; width:auto; }

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

