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

@import url(reset.css);

#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 {
	
}

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

body {
	margin: 0;
	padding: 0;
}
#page-container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	zoom: 1;
}
#page {
	margin: 0 auto;
	padding: 0;
}
#page-top {
	margin: 0;
	position: relative;
}
body.has-custom-banner #page-top {
	overflow: hidden;
}

#title {
	max-height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}
body.has-custom-banner #title {
	padding: 30px 20px;
	width: 920px;
}
body.no-custom-banner #title {
	width: 960px;
}

#sitemenu-container {
	margin: 0;
}
#sitemenu {
	margin: 0 auto;
	width: 960px;
}

#page-content {
	margin: 0 auto;
	padding: 2em 0 0 0;
	overflow: hidden;
	width: 960px;
}
#sidebar {
	float: right;
	width: 300px;
}
#main {
	min-height: 190px;
	position: relative;
}
body.allow-sidebar #main {
	float: left;
	width: 620px;
}
#main-content {
	position: relative;
	zoom: 1;
}

#page-bottom {
	border-top: 1px solid #111;
	margin-top: 1em;
	padding: 2em 0;
	overflow: hidden;
}
#page-bottom-contents {
	margin: 0 auto;
	width: 960px;
}
#page-bottom-contents div {
	zoom: 1;
}

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

body {
	color: #111;
	font-family: 'Lucida Grande', verdana, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	word-wrap: break-word;
}
a:link, a:visited {
	color: #CC0033;
	text-decoration: none;
	-webkit-transition: color .25s linear, border-color .25s linear;
	transition: color .25s linear, border-color .25s linear;
}
a:focus, a:active, a:hover {
	color: #111;
	text-decoration: underline;
	-webkit-transition: color .25s linear, border-color .25s linear;
	transition: color .25s linear, border-color .25s linear;
}
a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: none; /* Firefox like this */
}

h1, h2, h3, h4, h5, h6 {
	font: normal 1em/1em Georgia, serif;
	margin: .5em 0 1em 0;
	padding: 0;
}
h2 {
	font-size: 3em;
	line-height: 1.1em;
	margin: 0 0 1.25em 0;
}
h3 {
	font-size: 2em;
	margin: 1.25em 0 .5em 0;
}
h4 {
	font: bold 1.1em/1.1em 'Lucida Grande', verdana, sans-serif;
	margin-top: 0;
}
h5, h6 {
	font: bold 1em/1em 'Lucida Grande', verdana, sans-serif;
	margin-top: 0;
}
h5 {
	border-top: 1px solid #111;
	padding-top: .5em;
}
h6 {
	border-bottom: 1px solid #111;
	padding-bottom: .5em;
}

p {
	margin: 0 0 1.5em 0;
}
em, strong {
	
}
big {
	font: normal 1.7em/1.4em Georgia, serif;
}

img {
	border: 1px solid #111;
	/* margin: 2em .5em .5em; */
}
img.narrow {
	/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
	clear: right;
	display: block;
	float: right;
}
img.wide {
	clear: both;
	display: block;
}

br {
	line-height: 1px;
}

hr {
	background: #111;
	border: none;
	color: #111;
	height: 1px;
	margin-top: 2.25em;
	*margin-top: 1em;
	margin-bottom: 2em;
	width: 75%;
}

ul, ol {
	padding: 0;
}
ul {
	list-style: disc;
	margin: 0 0 2em 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 2em 3em;
}
li {
	margin-bottom: .75em;
}
ul ol,
ol ol {
	margin: .75em 0 .5em 2.25em;
}
ul ul,
ol ul {
	margin: .75em 0 .5em 1.5em;
}

dl {
	
}
dt {
	font-weight: bold;
	margin: 0;
}
dd {
	font-style: italic;
	line-height: 1em;
	margin: .5em 0 1.5em 1.5em;
}
dd span {
	font-size: 90% !important;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #111;
	border-top: 3px solid #111;
	margin: 0 0 1em 0;
	padding: 1em 1em .75em 1em;
}
legend {
	margin-bottom: .75em\9;
	padding: 0 .25em;
}
*:first-child+html legend {
	margin-bottom: 1em;
}
* html legend {
	margin-bottom: .75em;
}

fieldset p {
	line-height: 1.3em;
}
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6 {
	border: none !important;
	font-size: 1.1em;
	margin-top: 1em !important;
	padding: 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] {
	border: 1px solid #111 !important;
	line-height: 1em !important;
	margin-bottom: 1em !important;
	padding: 8px 9px !important;
}

* html input.fullWidth /* IE6 ONLY */ {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 8px 9px;
}

input.submit, .button,
input[type=submit],
input[type=button],
.dsq-button, .dsq-button-small,
.dsq-comment-footer-reply-tab,
input.jsk-CommentFormButton {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline !important;
	margin: 0 2px !important;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% arial, sans-serif !important;
	padding: .5em 2em .55em !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: #DDD !important;
	border: solid 1px #333 !important;
	background: #333 !important;
	*background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000)) !important;
	background: -moz-linear-gradient(top,  #666,  #000) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', 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 {
	color: #FFF !important;
	background: #000 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)) !important;
	background: -moz-linear-gradient(top,  #444,  #000) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000') !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 {
	color: #FFF !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)) !important;
	background: -moz-linear-gradient(top,  #000,  #444) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#444444') !important;
	position: relative !important;
}

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

textarea,
textarea.fullWidth,
input.fullWidth {
	background: none !important;
	border: 1px solid #111 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-family: 'Lucida Grande', Verdana, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin: 4px 0 .75em 0 !important;
	padding: 5px 9px !important;
	width: 940px;
}
fieldset textarea,
fieldset input.fullWidth {
	width: 920px !important;
}
.allow-sidebar textarea,
.allow-sidebar input.fullWidth {
	width: 600px !important;
}
.allow-sidebar fieldset textarea,
.allow-sidebar fieldset textarea.fullWidth,
.allow-sidebar fieldset input.fullWidth {
	width: 570px !important;
}
.allow-sidebar #sidebar textarea,
.allow-sidebar #sidebar textarea.fullWidth,
.allow-sidebar #sidebar input.fullWidth {
	width: 280px !important;
}
.allow-sidebar #sidebar fieldset textarea,
.allow-sidebar #sidebar fieldset textarea.fullWidth,
.allow-sidebar #sidebar fieldset input.fullWidth {
	width: 250px !important;
}


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

pre, code {
	font-family: 'andale mono', monospace;
}
pre {
	background: url(code.png) top left no-repeat;
	border-bottom: 1px solid #111;
	border-top: 3px solid #111;
	clear: both;
	font-size: .9em;
	line-height: 20px;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0 2.75em;
}
.allow-sidebar pre {
	*width: 538px;
}

table.add-styles {
	border-top: 3px solid #111;
	border-bottom: 2px solid #111\9;
	*border-bottom: 2px solid #111;
	border-collapse: collapse;
	margin: 0 0 30px 1px;
	width: 100%;
}
table.add-styles tr {
	border-bottom: 1px solid #DDD;
}
table.add-styles tr:first-child,
table.add-styles tr:last-child {
	border-color: #111;
}
table.add-styles.side-headings tr:first-child {
	border-color: #DDD;
}
table.add-styles.side-headings th {
	border-right: 1px solid #111;
}
table.add-styles tr.even {
	background: #FAFAFA;
}
table.add-styles td.even {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #FAFAFA;
}

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

object {
	margin-bottom: 30px;
}
.allow-sidebar object {
	max-width: 580px;
}

iframe {
	margin-bottom: 2em;
}

/* ===========================================================
		Header Styles
=========================================================== */

body.has-custom-banner #title {
	/* Position hides the weird white lines that core image
			creates when the image is cropped to fit */
	background: transparent url(banner_image.jpg) left -1px no-repeat;
}
#title #logo {
	border: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
body.no-custom-banner h1 {
}
body.has-custom-banner #title h1 {
}

h1 a:link, h1 a:visited,
h1 a:hover, h1 a:focus, h1 a:active {
	color: #111;
	text-decoration: none;
}

#title p {
	color: #999;
	font-style: italic;
	margin: 0;
}
body.has-custom-banner #title p {
}
body.no-custom-banner #title p {
}

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

#sitemenu-container {
	background: url(bg-nav.png) top left repeat-x;
	border-bottom: 1px solid #111;
	clear: both;
	overflow: hidden;
}
#sitemenu {
	min-height: 40px;
}
#sitemenu-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

#sitemenu-content li {
	border-top: 3px solid transparent;
	float: left;
	*float: none;
	*display: inline;
	font-size: 1em;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	*margin-right: -3px;
	padding: 0;
	-webkit-transition: border-color .25s linear .1s;
	transition: border-color .25s linear .1s;
	zoom: 1;
}
#sitemenu-content li:hover {
	border-color: #CC0033;
	-webkit-transition: border-color .25s linear .1s;
	transition: border-color .25s linear .1s;
}

#sitemenu-content a {
	border: none;
	color: #111;
	display: block;
	*display: inline;
	height: 40px;
	line-height: 40px;
	max-width: 650px;
	overflow: hidden;
	padding: 0 12px;
	*padding: 12px 10px 11px 10px;
	-webkit-transition: color .25s linear, background-color .25s linear .1s;
	transition: color .25s linear, background-color .25s linear .1s;
}

#sitemenu-content a:hover {
	background: #FAFAFA;
	*background: none;
	color: #CC0033;
	text-decoration: none;
	-webkit-transition: color .25s linear, background-color .25s linear .1s;
	transition: color .25s linear, background-color .25s linear .1s;
}

#sitemenu-content li.currentPage {
	border-top: 3px solid #CC0033;
	padding: 0 10px;
}
#sitemenu-content li.currentParent {
	border-top: 3px solid #CC0033;
}
#sitemenu-content li.currentParent a {
	padding: 0 10px;
	*padding: 12px 10px 11px 10px;
}

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

.article, .no-callout, .has-callout {
	zoom: 1;
}
.article:last-child {
	margin-bottom: 0;
}

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

.article-info {
	
}

.article img {
	
}
.article-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.article-thumbnail a {
	border: none;
	text-decoration: none;
}
.article-thumbnail img {
	margin: 5px 5px 10px 0 !important;
}
.caption {
	clear: both;
	font: normal 1.2em/1em 'Lucida Grande', verdana, sans-serif;
	padding: 20px 0;
}

/* Pagelets */
.pagelet {
	margin-bottom: 1em;
}
.pagelet.bordered {
	border: 1px solid #111;
	border-top: 3px solid #111;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 1em 1em 0 1em;
}
.pagelet.titled h4 {
	border-top: 3px solid #111;
	border-bottom: 1px solid #111;
	padding: .75em 0 !important;
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
.pagelet:hover.titled h4 {
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}

.pagelet-body {
	zoom: 1;
}
.pagelet img {
	margin: 0 0 5px 0;
}
.pagelet.untitled .photo img {
	margin-bottom: 0;
}
.pagelet-body .caption {
	font: bold 1em/1.1em 'Lucida Grande', verdana, sans-serif;
	padding: 0 2em 1em 2em;
}
* html .pagelet-body .caption /* IE6 ONLY */ {
	margin-right: -15px;
}
.pagelet-body .caption p {
	margin-bottom: 0;
}

/* Callouts */
.callout-container {
	float: right;
	margin: 0 0 2em 2em;
	width: 248px; /* so that the amazon enhanced layout shows two-up */
}
.no-callout .callout-container {
	display: none;
}

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

/* Elements */

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

/* ===========================================================
		Sidebar
=========================================================== */

#sidebar {
	
}

#sidebar .pagelet.bordered h1,
#sidebar .pagelet.bordered h2,
#sidebar .pagelet.bordered h3,
#sidebar .pagelet.bordered h4,
#sidebar .pagelet.bordered h5,
#sidebar .pagelet.bordered h6 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#sidebar .pagelet.titled h4 {
	padding: .75em 0 !important;
}

#sidebar .pagelet ul {
	margin-left: 1.75em;
}
#sidebar .pagelet ol {
	margin-left: 2.5em;
}
#sidebar .pagelet li {
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

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

#page-bottom {
	border-top: 3px solid #111;
}
#fat-footer {
	border-bottom: 1px solid #111;
	margin-bottom: .5em;
}
#fat-footer .box {
	float: left;
	margin: 0 21px 10px 0;
	width: 306px;
	*width: 297px;
}
@-moz-document url-prefix() {
	/* Firefox Only Hack --------------------- */
	#fat-footer .box {
		
	}
}

#page-bottom .box.three {
	margin-right: 0;
}
#page-bottom h3,
#page-bottom h4,
#page-bottom h5,
#page-bottom h6 {
	margin-top: 0;
}
#page-bottom .box ul {
	margin-left: 1.75em;
}
#page-bottom .box ol {
	margin-left: 2.5em;
}
#page-bottom .box li {
	line-height: 1em;
	margin-bottom: .5em;
}

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

.photogrid-index {
	clear: both;
	overflow: hidden;
	text-align: center;
}
.gridItem {
	float: left;
	position: relative;
	width: 200px;
	height: 215px;	/* room for caption */
	margin: 5px 0 0 5px;
}
.no-sidebar .gridItem {
	width: 186px;
}
.gridItem h3 {
	font: bold 1em/1em 'Lucida Grande', verdana, sans-serif;
	margin: 0 10px;
	height: 43px;
	overflow: hidden;
	position: absolute;
	top: 172px;
	width: 180px;
}
* html .gridItem h3 {
	left: 0;
}
.no-sidebar .gridItem h3 {
	width: 166px;
}

.gridItem h3 a:link,
.gridItem h3 a:visited {
	color: #666;
}
.gridItem h3 a:hover,
.gridItem h3 a:active,
.gridItem h3 a:focus,
.gridItem:hover h3 a {
	color: #111;
}
.gridItem img {
	border: 1px solid #111 !important;
	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 .imageLink:hover img {
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0, 0.4);
	box-shadow: 0 10px 10px rgba(0,0,0, 0.4);
	-webkit-transform: scale(1.25) rotate(5deg);
	-moz-transform: scale(1.25) rotate(5deg);
}

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

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

.photo-page .photo img.imgelement {
	border: 2px solid #111;
	margin-top: 0;
	position: relative;
	z-index: 0;
}
.photo .image-controls img.imgelement {
	padding: 0;
}

.photo-navigation {
	position: relative;
	height: 40px;
	width: 200px;
	margin: -8px auto 15px auto;
}
.photo-navigation div {
	width: 34px;
	height: 21px;
	position: absolute;
	text-indent: -5000em;
}
.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

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

#previous-photo	{
	background-position: 0 -21px;
	left: 42px;
}
#previous-photo a {
	background-position: 0 -42px;
}
#previous-photo a:hover {
	background-position: 0 0;
}
#next-photo {
	background-position: -68px -21px;
	left: 124px; 
}
#next-photo a {
	background-position: -68px -42px;
}
#next-photo a:hover {
	background-position: -68px 0;
}
#photo-list {
	background-position: -34px -21px;
	left: 83px;
}
#photo-list a {
	background-position: -34px -42px;
}
#photo-list a:hover {
	background-position: -34px 0;
}

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

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

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

.text-navigation {
	position: relative;
	height: 40px;
	width: 200px;
	margin: -15px auto 15px auto;
}
.text-navigation div {
	width: 34px;
	height: 21px;
	position: absolute;
	text-indent: -5000em;
}
.text-navigation a {
	display: block;
	width: 100%;
	height: 100%;
}

.previous-page, .previous-page a,
.next-page, .next-page a,
.collection-index, .collection-index a {
	background-image: url(navigation.png);
	background-repeat: no-repeat;
}

.previous-page	{
	background-position: 0 -21px;
	left: 42px;
}
.previous-page a {
	background-position: 0 -42px;
}
.previous-page a:hover {
	background-position: 0 0;
}

.next-page {
	background-position: -68px -21px;
	left: 124px; 
}
.next-page a {
	background-position: -68px -42px;
}
.next-page a:hover {
	background-position: -68px 0;
}

.collection-index {
	background-position: -34px -21px;
	left: 83px;
}
.collection-index a {
	background-position: -34px -42px;
}
.collection-index a:hover {
	background-position: -34px 0;
}

.continue-reading-link {
	clear: both;
	margin-top: 1em;
}
.timestamp {
	margin-top: 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: 225px;
	width: 47%;
}
.general-index .article.e {
	float: right;
}
.general-index .article.o {
	clear: left !important;
}

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

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

.general-index .callout-container,
.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 {
	display: none;
}

.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 li {
	background-position: 0 .26em;
}
.listing-index li h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

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

.Download-index .article-summary {
	margin: 0 !important;
}

/* ===========================================================
		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 form.contactElement.labelsOnSide input.fullWidth,
.no-sidebar #main form.contactElement.labelsOnSide textarea {
	width: 780px !important;
}
.allow-sidebar #main form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #main form.contactElement.labelsOnSide textarea {
	width: 430px !important;
}
.allow-sidebar #sidebar form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #sidebar form.contactElement.labelsOnSide textarea {
	width: 195px !important;
}

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 {
	min-width: 100px !important;
}
.allow-sidebar form.contactElement.labelsOnSide input.submit {
	margin-right: 10px !important;
	*margin-right: 0 !important;
}
.allow-sidebar #sidebar form.contactElement.labelsOnSide input.submit {
	margin-right: 0 !important;
}
.no-sidebar form.contactElement {
	padding-bottom: 3em;
}

/* 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;
}

.contactError {
	color: #F7F7E6;
}

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

div.amazonList {
	font-size: .9em;
	margin: 0;
	padding: 0;
	zoom: ;
}
div.amazonList.amazonListWhiteBackground {
	border: 1px solid #111;
	border-top: 3px solid #111;
	zoom: 1;
}

div.amazonListRow {
	border-bottom: 1px dotted;
	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 {
	margin: 10px 10px 0 10px !important;
}

.amazonList img {
	border: none;
	margin-bottom: 0 !important; /* overrides .pagelet img margin-bottom of 5px */
}
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 Tweaks */
.amazonList.amazonListLayoutCenter img {
	margin-bottom: .5em !important;
}

/* List Layout 5 */
.amazonList.amazonListLayoutTwoUp {
	margin: 0 !important;
	width: auto !important;
}
.amazonListLayoutTwoUp .amazonListRow {
	border-bottom: none !important;
	margin: 0 0 10px 0 !important;
}
.callout .amazonListLayoutTwoUp .amazonListRow {
	/* non-group bordered */
	margin: 0 14px 10px 0 !important;
	width: 116px !important;
}
.callout .amazonListLayoutTwoUp .amazonListRow img {
	width: 116px !important;
}
.callout .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 101px !important;
}
.callout .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 101px !important;
}

#sidebar .amazonListLayoutTwoUp .amazonListRow {
	/* non-group bordered */
	margin: 0 13px 10px 0 !important;
	width: 142px !important;
}
#sidebar .amazonListLayoutTwoUp .amazonListRow img {
	width: 142px !important;
}
#sidebar .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 127px !important;
}
#sidebar .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 127px !important;
}
.amazonListLayoutTwoUp .amazonListRow.e,
.callout .amazonListLayoutTwoUp .amazonListRow.e,
#sidebar .amazonListLayoutTwoUp .amazonListRow.e {
	margin-right: 0 !important; /* dumps the right margin since we don't need it */
}
.amazonList.amazonListLayoutTwoUp img {
	margin-bottom: .5em !important;
}

	/* List Layout 6 */
li.amazonList {
	font-size: .95em;
	line-height: 1.4em;
	list-style: none;
	margin-left: -2em; /* because the indent is on the ul */
	padding-left: 0;
}
#sidebar .pagelet li.amazonList {
	margin-left: -1.8em; /* because the indent is on the ul */
}
.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 */
.amazonListWhiteBackground.amazonListLayoutEnhanced {
	border: none !important;
}
.amazonList.amazonListLayoutEnhanced div.amazonListRow {
	border: none;
	clear: none !important;
	margin: 0 4px 0 0 !important;
	padding: 0 0 1px 0 !important;
}
.amazonList.amazonListLayoutEnhanced .amazonListRow.o,
.amazonList.amazonListLayoutEnhanced .amazonListRow.e {
	display: inline-block;
	display: -moz-inline-box;
	float: left;
	width: 120px;
}
.amazonList.amazonListLayoutEnhanced iframe {
	margin-bottom: 0;
}

.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 a {
	border: none;
}
.sitemap-page .article h3 {
	border-bottom: 1px solid #111;
	margin-bottom: .25em;
	padding-bottom: .25em;
}
.sitemap-page .article ul {
	list-style: none;
	margin: 0;
}
.sitemap-page .article li {
	background: none;
	margin-bottom: 0;
	padding-left: 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;
}

/* ===========================================================
		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;
}
#dsq-content .dsq-options {
	background-image: none !important;
}
#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;
}
#dsq-content .dsq-comment-header {
	background-image: none !important;
	background: #FFF !important;
	border-top: 3px solid #111;
	border-bottom: 1px solid #111;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#dsq-content .dsq-moderator .dsq-comment-header {
	background-image: none !important;
	background: #87847B !important;
}
#dsq-content .dsq-sub-header table {
	background: #FAFAFA !important;
}
* html #dsq-content  .dsq-comment-header cite /* IE6 ONLY */ {
	color: #111;
}
#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: #FFF !important;
	padding: 0 !important;
}
#dsq-content .dsq-append-post .dsq-post-area h3 {
	margin-top: 0 !important;
}

#dsq-content .dsq-textarea .dsq-textarea-wrapper,
#dsq-content .dsq-input-wrapper {
	background-image: none !important;
	border-color: #111 !important;
	border-radius: 0 !important;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper iframe {
	margin-bottom: 0;
}

.dsq-popup .dsq-button,
.dsq-popup .dsq-button-small {
	margin: 0 !important;
}

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

body.no-sidebar .photo-page #idc-container-parent {
	margin: 0 90px;
}
#idc-container {
	color: #111;
	margin-top: 30px;
	zoom: 1;
}
#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 h3 {
	border-top: 3px solid #111 !important;
	border-bottom: 1px solid #111!important;
	padding: .25em 0 !important;
}
.idc-c-h {
	border-top: 3px solid #111;
}
.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-r,
#idc-container-parent #idc-container .idc-btn_l .idc-r {
	font-size: 12px !important;
}

#idc-container .idc-thread {
	border: 1px solid #111;
	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 #111 !important;
}

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

/* New Comments */
#idc-container .idc-new {
	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: 200px !important;
	*width: 190px;
}
.no-sidebar #idc-container .idc-new .idc-column {
	margin-right: 6px !important;
	width: 256px !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 {
	width: 600px !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 {
	margin-bottom: 1px !important;
}
#idc-container .idc-c-m .idc-text:focus {
	border: 1px solid #111 !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: 620px;
}
.photo-page .js-kit-comments {
	margin: 10px 125px 0 125px;
}
.jsk-H1Color {
	color: #111 !important;
}
.js-kit-comments a:link,
.js-kit-comments a:visited,
.js-CreateComment .js-kit-tab-title {
	color: #CC0033 !important;
}
.js-kit-comments a:hover {
	color: #CC0033 !important;
}
.jsk-CommentFormSurface {
	border-radius: 0 !important;
}
.jsk-PrimaryBackgroundColor {
	background-color: #FFF !important;
}
.jsk-SecondaryBackgroundColor {
	background: #FFF !important;
	border: none !important;
	padding: 0 !important;
}
.jsk-TrinaryBackgroundColor {
	background: #FFF !important; /* child replies */
}

.js-kit-lcf-Border {
	border-color: #BBB !important;
}
.jsk-CommentFormSurface input.js-kit-from-name,
.jsk-CommentFormSurface input.js-kit-lcf-toField {
	background: #FFF !important;
	border: none !important;
	color: #111 !important;
	font-size: 12px !important;
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-CommentFormBody-noWYSIWYG,
.js-CommentsSkin-echo .jsk-CommentEditFormBody-noWYSIWYG {
	background: #FFF !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;
	border-color: #BBB !important;
	margin: 0 !important;
	width: 600px !important;
}
.js-commentFieldInput {
	background: #FFF !important;
}
.js-kit-lcf-extraControlsMenuContent {
	border: none !important;
}
.js-kit-images-wrapper, .js-kit-follow-wrapper {
	background: #EEE !important;
	color: #000 !important;
}
.js-kit-follow-wrapper input {
	width: 75% !important;
}

.js-CommentsSkin-echo .jsk-ThreadWrapper {
	background: #FFF !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.jsk-ItemWrapper {
	background-image: none !important;
	background: #FFF !important;
	border-top: 3px solid #111 !important;
	margin-bottom: 2em !important;
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-ItemWrapperThread {
	
}
.js-CommentsSkin-echo .jsk-ItemWrapperChild {
	border-top: 3px solid #111 !important;
	margin-right: 0 !important;
}
.jsk-ItemContentWrapper {
	margin-left: 13px !important;
}
.jsk-PrimaryFont {
	font-size: 12px !important;
}
.jsk-PrimaryFontColor {
	color: #111 !important;
}
.jsk-SecondaryFontColor {
	color: #111 !important;
}
.js-ItemName {
	padding-bottom: 10px !important;
}
.jsk-ItemFooter {
	margin-top: 7px;
}

.jsk-ThreadWrapper a:link,
.jsk-ThreadWrapper a:visited,
.jsk-LinkColor, .jskit-MenuTitle {
	color: #CC0033 !important;
}
.jsk-ThreadWrapper a:hover {
	color: #CC0033 !important;
	text-decoration: underline !important;
}
.js-poweredBy {
	display: none;
}

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

.clear {
	clear: both;
	height: 0;
}
hr.clear {
	background: transparent;
	color:  transparent;
	margin: 0;
	*margin-top: 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;
	padding: 5px;
}
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 {
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	margin: 0 0 1.75em 0;
	padding: 1em 0 1.25em 0;
}
.note h3:first-child,
.note h4:first-child,
.note h5:first-child,
.note h6:first-child {
	margin-top: 0;
}

.adblock {
	padding-left: 20px;
}
.pagelet.bordered .adblock {
	padding-left: 10px;
}

/* optional button styles for forms you create */
/* just add the class to the button to change the shape */
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
body.has-custom-banner #title { background-image: url("../_Media/logo_nl.jpeg"); }
