/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

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

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

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left { text-align:left; }
.ImageElement.center { text-align:center; }
.ImageElement.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 {white-space: nowrap}
* html #sitemenu-content ul li {white-space: normal}
*:first-child+html #sitemenu-content ul li {white-space: normal}
#sitemenu-content ul ul li {white-space: normal}
#sitemenu-content span.in { position: relative; }

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

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

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

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

textarea {
    resize: vertical;
}

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

.HTMLElement { overflow:hidden; }

/* 
	Canyon - Red
   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,
#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;
	position: relative;
}
#page-container {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	zoom: 1;
}
#page {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	zoom: 1;
}
#page-top {
	margin: 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#title {
	margin: 0 auto;
	margin-top: 60px;
	height: 95px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
	z-index: 0;
}
.has-custom-banner #title {
	height: 115px;
}

#sitemenu-container {
	margin: 0;
	position: absolute; top: 0;
	width: 100%;
}
#sitemenu {
	margin: 0 auto;
	width: 960px;
}

#page-content {
	margin: 0 auto;
	min-height: 220px;
	padding: 20px 0 0 0;
	_padding-top: 0;
	overflow: hidden;
	position: relative;
	width: 920px;
}
#sidebar-container {
	_overflow: hidden;
}
#sidebar {
	float: right;
	overflow: hidden;
	padding-bottom: 1.5em;
	width: 260px;
}
#main {
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
body.allow-sidebar #main {
	float: left;
	width: 590px;
}
#main-content {
	padding-bottom: 1em; 
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#page-bottom {
	margin: 0;
	min-height: 100px;
	padding: 0 0 2em 0;
	position: relative;
	overflow: hidden;
}
#page-bottom-contents {
	padding-top: 52px;
}
#page-bottom-contents div {
	margin: 0 auto;
	width: 960px;
	zoom: 1;
}

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

body {
	background: url(bg-body.jpg) top center no-repeat;
	color: #523411;
	font-family: 'Lucida Grande', verdana, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	word-wrap: break-word;
}
a:link, a:visited {
	color: #CC6633;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
a:focus, a:active, a:hover {
	color: #993300;
	text-decoration: underline;
	-webkit-transition: color .25s linear;
	transition: 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 {
	color: #A3C970;
	font: bold 1em/1em tahoma, 'Lucida Grande', arial, sans-serif;
	margin: .5em 0 1em 0;
	padding: 0;
}
h2 {
	font-size: 2.25em;
	letter-spacing: -.03em;
	margin: 0 0 1.25em 0;
}
.has-photo-navigation h2,
.has-text-navigation h2 {
	padding: 0 140px 0 0;
}
h2 .subtitle {
	background: #F9F9E9 url(entry.png) .75em .5em no-repeat;
	border-top: 1px solid #E4E3D5;
	border-bottom: 1px solid #E4E3D5;
	display: block;
	color: #935E34;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.1em !important;
	margin-top: 1em;
	padding: .5em .5em .5em 2.4em;
}
h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 1.25em 0 .5em 0;
}
h4, h5, h6 {
	color: #523411;
	font-size: 1.2em;
	margin-top: 0;
}
h5, h6 {
	font: bold 1em 'Lucida Grande', Tahoma, arial, sans-serif;
}
h6 {
	border-bottom: 3px solid #523411;
	overflow: hidden;
	padding-bottom: .5em;
	zoom: 1;
}

p {
	margin: 0 0 1.5em 0;
}
big {
	display: block;
	font: normal 1.6em/1.3em Georgia, serif;
	margin: 0 0 1em 0;
}
p big {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	border-top: 3px solid;
	border-bottom: 3px solid;
	color: #A3C970;
	_display: inline;
	font-size: 1.4em;
	font-style: italic;
	margin: 1.5em 8% 1.5em 8%;
	overflow: hidden;
	padding: .5em;
	zoom: 1;
}
.has-callout blockquote {
	margin: 1.5em 8% 1.5em 8%;
	_margin: 1.5em 0;
}
.pagelet blockquote {
	font-size: 1.2em;
	margin: 1.5em 5% 1.5em 5%;
}
blockquote em {
	display: block;
	font-style: normal;
	padding-top: .5em;
	text-align: right;
}

img {
	
}
img.narrow {
	border: 1px solid #111;
	float: right;
	margin: .25em 0 1.5em 1.5em;
	max-width: 40%;
	_width: expression(40 + "%");
}
img.wide {
	border: 1px solid #111;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1.5em !important;
	max-width: 99%;
	_width: expression(99 + "%");
}
.has-callout .article-content img.narrow,
.has-callout .article-content img.wide {
	clear: left;
}
.pagelet img.narrow {
	margin: .25em 0 .75em 1em;
}
@-moz-document url-prefix() {
	.no-sidebar .has-callout .article-content img.narrow {
		max-width: 280px;
	}
	.no-sidebar .has-callout .article-content img.wide {
		max-width: 642px;
	}
	.allow-sidebar .has-callout .article-content img.narrow {
		max-width: 140px;
	}
	.allow-sidebar .has-callout .article-content img.wide {
		max-width: 312px;
	}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	.no-sidebar .has-callout .article-content img.narrow {
		max-width: 280px;
	}
	.no-sidebar .has-callout .article-content img.wide {
		max-width: 642px;
	}
	.allow-sidebar .has-callout .article-content img.narrow {
		max-width: 140px;
	}
	.allow-sidebar .has-callout .article-content img.wide {
		max-width: 312px;
	}
}
.no-sidebar .has-callout .article-content img.narrow {
	max-width: 280px\9;
	_width: expression(280 + "px");
}
.no-sidebar .has-callout .article-content img.wide {
	max-width: 642px\9;
	_width: expression(640 + "px");
}
.allow-sidebar .has-callout .article-content img.narrow {
	max-width: 140px\9;
	_width: expression(140 + "px");
}
.allow-sidebar .has-callout .article-content img.wide {
	max-width: 312px\9;
	_width: expression(310 + "px");
}

br {
	line-height: 1px;
}

hr {
	background: #F1F2D6;
	border: none;
	color: #F1F2D6;
	height: 3px;
	margin: 2.25em 7em 2em 7em;
	*margin-top: 1em;
}
.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 {
	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;
}

h3 + dl, h4 + dl, h5 + dl, h6 + dl {
	margin-top: 1em;
}
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 0 1.5em 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
}
.bordered form {
	padding-bottom: 1em;
}
fieldset {
	border: 1px solid #D1B891;
	margin: 0 0 1em 0;
	padding: 1em 1em .75em 1em;
}
legend {
	font-weight: bold;
	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 {
	font-size: 1em;
	margin-top: 1em !important;
}
legend + h3, legend + h4, legend + h5, legend + h6 {
	margin-top: 0 !important;
}

label {
	color: #935E34;
	display: block;
	font-size: 90%;
	font-weight: bold;
}
label.check {
	cursor: pointer;
	margin-bottom: .25em  !important;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password] {
	background: #FFF !important;
	border: 1px solid #D1B891 !important;
	color: #523411;
	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: 1.5em 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: #F1F2D6 !important;
	border: solid 1px #364B1A !important;
	background: #466021 !important;
	*background: #466021;
	background: -webkit-gradient(linear, left top, left bottom, from(#87AA5C), to(#466021)) !important;
	background: -moz-linear-gradient(top,  #87AA5C,  #466021) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#87AA5C', endColorstr='#466021') !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: #5D7F2C !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#699031), to(#2A3A14)) !important;
	background: -moz-linear-gradient(top,  #699031,  #2A3A14) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#699031', endColorstr='#2A3A14') !important;
	text-decoration: none !important;
}

input.submit:active, .button:active,
input[type=submit]:active,
input[type=button]: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(#466021), to(#87AA5C)) !important;
	background: -moz-linear-gradient(top,  #466021,  #87AA5C) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#466021', endColorstr='#87AA5C') !important;
	position: relative !important;
}

fieldset + input[type=submit],
fieldset + input[type=button] {
	margin-top: 0 !important;
}

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

textarea,
textarea.fullWidth,
input.fullWidth {
	background-color: #FFF !important;
	background-image: none !important;
	border: 1px solid #D1B891 !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: 0 0 .75em 0 !important;
	padding: 5px 9px !important;
	width: 91%;
	zoom: 1;
}

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: 1px solid #DBDBC5;
	font-size: .9em;
	line-height: 20px;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0 2.75em;
	zoom: 1;
}

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

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

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

iframe {
	margin-bottom: 2em;
}

/* ===========================================================
		Header Styles
=========================================================== */
#page-container {
	background: url(bg-page-container.jpg) top center;
}
.no-sidebar #page-container {
	background: url(bg-page-container-full.jpg) top center;
}

.allow-sidebar #page {
	background: transparent url(bg-page.jpg) top center repeat-x;
}
.no-sidebar #page {
	background: transparent url(bg-page-full.jpg) top center repeat-x;
}
.has-custom-banner.no-sidebar #page {
	background: transparent url(bg-page-custom-full.jpg) top center repeat-x;
}
.has-custom-banner.allow-sidebar #page {
	background: transparent url(bg-page-custom.jpg) top center repeat-x;
}

#banner-ad {
	display: none;
}
.has-custom-banner #banner-ad {
	background: url(banner-ad.jpg);
	display: block;
	height: 60px;
	margin-left: 7px;
	position: absolute; top: 72px; left: 50%;
	width: 468px;
	z-index: 9999;
}

#title #logo {
	border: none;
	float: left;
	margin: 0 10px 0 0;
	max-height: 45px;
	max-width: 45px;
	padding: 0;
}

h1 {
	color: #FFFFF7;
	font: bold 2em/.9em tahoma, arial, sans-serif;
	letter-spacing: -.03em;
	margin: .15em 0 5px 0;
	padding: 0;
	text-shadow: -1px -1px 4px #2B351A;
}
.has-custom-banner h1 {
	margin: .75em 0 2px 0;
	width: 440px;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:focus, h1 a:active {
	color: #FFFFF7;
	text-decoration: none;
}

#title p {
	color: #FFFFF7;
	font: bold italic 1em 'Lucida Grande', arial, sans-serif;
	margin: 0;
	text-shadow: -1px -1px 5px #2B351A;
}
.has-custom-banner #title p {
	width: 440px;
}


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

#sitemenu-container {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.32);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#51000000, endColorstr=#51000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#51000000, endColorstr=#51000000)";
	text-align: left;
}
#sitemenu-content ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}
#sitemenu-content li {
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 45px;
	margin: 0;
	zoom: 1;
}
#sitemenu-content a {
	color: #AAC983;
	max-width: 200px;
	overflow: hidden;
	padding: 12px 15px;
	-webkit-transition: color .25s linear, background-color .25s linear .1s;
	transition: color .25s linear, background-color .25s linear .1s;
}
#sitemenu-content a:hover {
	color: #D0FAA0;
	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 {
	color: #FFFFF7;
	padding: 0 15px;
}
#sitemenu-content li.currentParent a {
	color: #FFFFF7;
	padding: 12px 15px;
}

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

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

.article h3 {
	margin-top: 2em;
	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: bold 1.2em/1.2em 'Lucida Grande', verdana, sans-serif;
	padding: 0;
}
.caption p {
	margin: .5em 0;
}
.pagelet.bordered .caption p {
	margin: .5em 0 1em 0;
}

/* Pagelets */
.pagelet {
	clear: both;
	margin-bottom: 2em;
}
.pagelet.bordered {
	background: #F9F9E9 url(tack.png) center 3px no-repeat;
	border-top: 1px solid #E4E3D5;
	border-bottom: 1px solid #E4E3D5;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 2.25em 1em 0 1em;
	zoom: 1;
}
.pagelet.titled > h4 {
	border-top: 3px solid;
	padding-top: .35em;
	-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.bordered.titled > h4 {
	border-top: 3px solid;
	color: #523411;
	font: bold 1.2em/1em arial, sans-serif;
	margin: 0 0 .75em 0;
	padding: .5em 0;
	text-align: center;
}

.pagelet-body {
	line-height: 1.4em;
	overflow: hidden;
	zoom: 1;
}
.pagelet .photo img {
	border: 1px solid #111;
	margin: 0 0 5px 0;
}
.pagelet .photo .image-controls img {
	border: none;
	margin: 5px 0;
}
.pagelet.untitled .photo img {
	margin-top: 0;
}
.pagelet .caption {
	font-size: 1em;
}
* html .pagelet-body .caption /* IE6 ONLY */ {
	margin-right: -15px;
}

.pagelet .Index-Pagelet ul {
	list-style: none;
	margin-left: 0 !important;
	margin-bottom: 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 #F1F3CE;
	font-size: 96%;
	line-height: 1.2em !important;
	margin-bottom: .3em !important;
	padding: .3em 0 0 21px;
}
.pagelet.bordered .Index-Pagelet li {
	border-color: #EBE9C2;
}


/* Callouts */
.callout-container {
  float: right;
  margin: 0 0 1.5em 2em;
	overflow: hidden;
	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: 0 0 2em 0;
}
.pagelet .VideoElement,
.pagelet .HTMLElement {
	margin-bottom: 0;
}
.pagelet.bordered .VideoElement {
	margin-bottom: 1em;
}

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

#sidebar .pagelet-body h3 {
	font-size: 1.5em;
	margin-top: 0;
}
#sidebar .pagelet-body h4 {
	margin: .5em 0;
}
#sidebar .pagelet-body h5 {
	margin-bottom: .35em;
}
#sidebar .pagelet-body h6 {
	margin-bottom: .5em;
	padding-bottom: .2em;
}
#sidebar .pagelet ul {
	margin-left: 1.75em;
}
#sidebar .pagelet ol {
	margin-left: 2.5em;
}
#sidebar .pagelet li {
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}


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

#page-bottom {
	background: url(bg-body.jpg);
}
#page-bottom-contents {
	background: url(bg-page-bottom.jpg) top center no-repeat;
	color: #A3C970;
}
.no-sidebar #page-bottom-contents {
	background: url(bg-page-bottom-full.jpg) top center no-repeat;
} 

#fat-footer {
	border-bottom: 1px solid #A3C970;
	margin: 1em 0 .5em 0 !important;
}
#fat-footer .box {
	float: left;
	margin: 0 21px 10px 0;
	width: 306px;
	*width: 297px;
}

#page-bottom .box.three {
	margin-right: 0;
}
#page-bottom h3,
#page-bottom h4,
#page-bottom h5,
#page-bottom h6 {
	color: #E6EDB7;
	margin-top: 0;
}
#page-bottom a:link,
#page-bottom a:visited {
	color: #C0E393;
}
#page-bottom a:focus,
#page-bottom a:hover,
#page-bottom a:active {
	color: #F5F9D1;
	text-decoration: underline;
}
#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: 190px;
	height: 215px;	/* room for caption */
	margin: 5px 0 0 5px;
}
.no-sidebar .gridItem {
	width: 178px;
}
.gridItem h3 {
	font: bold 1em/1em 'Lucida Grande', verdana, sans-serif;
	margin: 0;
	height: 50px;
	overflow: hidden;
	*padding-top: 10px;
	position: absolute;
	top: 165px;
	width: 190px;
}
* html .gridItem h3 {
	top: 130px;
	left: 0;
}
.no-sidebar .gridItem h3 {
	width: 178px;
}

.gridItem h3 a:link,
.gridItem h3 a:visited {
	color: #523411;
}
.gridItem h3 a:hover,
.gridItem h3 a:active,
.gridItem h3 a:focus,
.gridItem:hover h3 a {
	color: #523411;
}
.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 .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 #523411;
	margin-top: 0;
	position: relative;
	z-index: 0;
}
.photo .image-controls img.imgelement {
	padding: 0;
}

.photo-navigation {
	position: absolute; top: 5px; right: 0;
	height: 20px;
	width: 120px;
	margin: 0;
}
.photo-navigation div {
	width: 34px;
	height: 21px;
	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.png);
	background-repeat: no-repeat;
}

#previous-photo	{
	background-position: 0 -21px;
	left: 0;
}
#previous-photo a {
	background-position: 0 -42px;
}
#previous-photo a:hover {
	background-position: 0 0;
}
#next-photo {
	background-position: -68px -21px;
	left: 80px; 
}
#next-photo a {
	background-position: -68px -42px;
}
#next-photo a:hover {
	background-position: -68px 0;
}
#photo-list {
	background-position: -34px -21px;
	left: 40px;
}
#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: absolute; top: 5px; right: 0;
	height: 20px;
	width: 120px;
	margin: 0;
}
.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: 0;
}
.previous-page a {
	background-position: 0 -42px;
}
.previous-page a:hover {
	background-position: 0 0;
}

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

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

/* Article Info Section */
.article-info a {
	padding-left: 20px;
}
.continue-reading-link {
	background: #FFF url(doc.jpg) left 1px no-repeat;
	clear: both;
	margin-top: 1em;
}
.timestamp {
	background: url(cal.jpg) left center no-repeat;
	clear: both;
	margin-top: .5em;
	padding-left: 20px;
}

/* ===========================================================
		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 {
	_display: line;
	float: left;
	min-height: 300px;
	_height: expression(300 + "px");
	width: 47%;
	zoom: 1;
}
.general-index .article.e {
	float: right;
	_margin-top: -16px;
}
.general-index .article.o {
	clear: left !important;
}

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

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

.Download-index table th,
.Download-index table td {
	border: none !important;
	border-top: 1px solid #D1B891 !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 .no-callouts form.contactElement input.fullWidth,
.no-sidebar #main .no-callouts form.contactElement textarea {
	width: 900px !important;
	_width: auto;
}
.no-sidebar #main form.contactElement.labelsOnSide input.fullWidth,
.no-sidebar #main form.contactElement.labelsOnSide textarea {
	width: 750px !important;
}
.allow-sidebar #main .no-callouts form.contactElement input.fullWidth,
.allow-sidebar #main .no-callouts form.contactElement textarea {
	width: 570px !important;
	_width: auto;
}
.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: 165px !important;
	*width: 163px !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 #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: #993300;
}

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

div.amazonList {
	font-size: .9em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
}
div.amazonList.amazonListWhiteBackground {
	background: #FFFFFD;
	border: 1px solid #DBDBC5;
	margin-bottom: 1em;
	zoom: 1;
}
.bordered div.amazonList.amazonListWhiteBackground {
	border: none !important; /*override default border of 1px*/
}

div.amazonListRow {
	border-bottom: 1px solid #DBDBC5;
	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: 92%;
	zoom: 1;
}

.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: .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%;
}

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 {
	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 {
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	width: 120px;
	border: none;
	clear: none !important;
	margin: 0 10px 6px 0 !important;
	padding: 0 0 1px 0 !important;
}
.callout .amazonList.amazonListLayoutEnhanced div.amazonListRow {
	margin: 0 4px 0 0 !important;
}
#sidebar .amazonList.amazonListLayoutEnhanced div.amazonListRow.o {
	margin: 0 14px 8px 0 !important;
}
#sidebar .amazonList.amazonListLayoutEnhanced div.amazonListRow.e {
	margin: 0 0 8px 0 !important;
}

.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 #CC6633;
	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;
}
#disqus_thread big {
	display: inline;
}
.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;
}
#dsq-content .dsq-thread-settings {
	background-image: none !important;
	background-color: #F9F9E9 !important;
	border: none !important;
	border-top: 1px solid #E4E3D5 !important;
	border-bottom: 1px solid #E4E3D5 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !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: #F9F9E9 !important;
	border-top: 1px solid #E4E3D5;
	border-bottom: 1px solid #E4E3D5;
	-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: #F9F9E9 !important;
}
* html #dsq-content  .dsq-comment-header cite /* IE6 ONLY */ {
	color: #523411;
}
#dsq-content .dsq-sub-header .dsq-user-like {
	font-size: 12px !important;
	text-transform: capitalize !important;
}

.dsq-button, .dsq-button-small, .dsq-comment-footer-reply-tab {
	margin: 0 2px !important; /* overrides general submit button styles */
}

/* 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-request-user-info {
	background-image: none !important;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper,
#dsq-content .dsq-input-wrapper {
	background-image: none !important;
	border-color: #D1B891 !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: #523411;
	margin-top: 30px;
	zoom: 1;
}
#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-container input,
#idc-container textarea {
	background-image: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.idc-c-h {
	
}
.idc-c-t {
	padding: 0 1em 0 0 !important;
}
div.idc-c-t div.idci-c-t-inner {
	font-weight: normal !important;
}
#idc-container .idc-c .idc-c-h-inner {
	margin-left: 4px !important;
}
.idc-head_action.idc-user,
.idc-c-h-inner, .idc-message {
	background: #F9F9E9 !important;
	border-bottom: 1px solid #E4E3D5;
	border-top: 1px solid #E4E3D5;
}
#idc-container .idc-c .idc-i span, #idc-container .idc-c .idc-i a {
	color: #CC6633 !important;
}
#idc-container .idc-c-b {
	padding: 0 0 0 0;
}
#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-parent #idc-container .idc-btn_s,
#idc-container-parent #idc-container .idc-btn_l {
	float: right;
	height: auto !important;
	width: auto !important;
	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 1.25em .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: #F1F2D6 !important;
	border: solid 1px #364B1A !important;
	background: #466021 !important;
	*background: #466021;
	background: -webkit-gradient(linear, left top, left bottom, from(#87AA5C), to(#466021)) !important;
	background: -moz-linear-gradient(top,  #87AA5C,  #466021) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#87AA5C', endColorstr='#466021') !important;
	font-weight: bold !important;
}
#idc-container-parent #idc-container .idc-btn_s:hover,
#idc-container-parent #idc-container .idc-btn_l:hover {
	color: #FFF !important;
	background: #5D7F2C !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#699031), to(#2A3A14)) !important;
	background: -moz-linear-gradient(top,  #699031,  #2A3A14) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#699031', endColorstr='#2A3A14') !important;
	text-decoration: none !important;
}
#idc-container-parent #idc-container .idc-btn_s:active,
#idc-container-parent #idc-container .idc-btn_l:active {
	color: #FFF !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#466021), to(#87AA5C)) !important;
	background: -moz-linear-gradient(top,  #466021,  #87AA5C) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#466021', endColorstr='#87AA5C') !important;
	position: relative !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,
#idc-container .idc-btn_s .idc-r strong,
#idc-container .idc-btn_l .idc-r strong {
	font-size: 13px !important;
	font-family: arial, sans-serif !important;
	font-weight: bold !important;
}

#idc-container .idc-thread {
	margin-bottom: 1em;
}
#idc-container-parent #idc-container .idc-thread .idc-thread {
	margin: 0 0 1em 3em !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 {
	font-weight: normal !important;
	padding: 0 !important;
}
#idc-container-parent #idc-container .idc-thread .idc-reply textarea {
	background: #FFF !important;
	color: #935E34 !important;
	width: 93% !important;
}
#idc-container-parent #idc-container .idc-thread .idc-reply textarea:focus {
	border: 1px solid #993300 !important;
}

#idc-container form {
	zoom: 1;
}
#idc-container .idc-column {
	margin-right: 3% !important;
	_margin-right: 0;
	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: 187px !important;
	*width: 177px;
}
.no-sidebar #idc-container .idc-new .idc-column {
	margin-right: 6px !important;
	width: 242px !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: 568px !important;
}
.no-sidebar #idc-container-parent #idc-container .idc-new .idc-thread .idc-reply textarea {
	width: 720px !important;
}
#idc-container .idc-c-m .idc-text {
	color: #935E34 !important;
	margin-bottom: 1px !important;
}
#idc-container .idc-c-m .idc-text:focus,
#idc-container .idc-c-m .idc-text_noresize:focus {
	border: 1px solid #993300 !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: 590px;
}
.photo-page .js-kit-comments {
	margin: 10px 125px 0 125px;
}
.jsk-H1Color {
	color: #523411 !important;
}
.js-kit-comments a:link,
.js-kit-comments a:visited,
.js-CreateComment .js-kit-tab-title {
	color: #CC6633 !important;
}
.js-kit-comments a:hover {
	color: #CC0033 !important;
}
.jsk-CommentFormSurface {
	border-radius: 0 !important;
}
.jsk-PrimaryBackgroundColor {
	background-color: #FFFFFD !important;
}
.jsk-SecondaryBackgroundColor {
	background: #FFFFFD !important;
	border: none !important;
	padding: 0 !important;
}
.jsk-TrinaryBackgroundColor {
	background: #F9F9E9 !important; /* child replies */
}

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

.js-CommentsSkin-echo .jsk-ThreadWrapper {
	background: #FFFFFD !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.jsk-ItemWrapper {
	background-image: none !important;
	background: #F9F9E9 !important;
	border-top: 1px solid #D1B891 !important;
	border-bottom: 1px solid #D1B891 !important;
	margin-bottom: 2em !important;
	padding: 1em 0 !important;
}
.js-CommentsSkin-echo .jsk-ItemWrapperChild {
	background: #F9F9E9 !important;
	border-top: 1px solid #D1B891 !important;
	border-bottom: 1px solid #D1B891 !important;
	margin-right: 0 !important;
}
.jsk-ItemContentWrapper {
	margin-left: 13px !important;
}
.jsk-PrimaryFont {
	font-size: 12px !important;
}
.jsk-PrimaryFontColor {
	color: #523411 !important;
}
.jsk-SecondaryFontColor {
	color: #523411 !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: 0 1.5em 1.5em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1.5em !important;
}
img.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

/* 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.borders {
	border: 1px solid !important;
	padding: 0 !important;
}
img.white-borders {
	background: #FFF;
	border-color: #523411;
	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.shadow {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 3px rgba(0,0,0,.2) !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;
}
img.add-styles {
	border: 1px solid !important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
	padding: 0 !important;
}

.note {
	border-top: 1px dashed #523411;
	border-bottom: 1px dashed #523411;
	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;
}

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

.adblock125 {
	
}
.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 a {
	display: block;
	margin: 0 0 10px 0;
}

.pagelet.bordered .adblock {
	
}

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

/* ===========================================================
		RED VARIATION STYLES
=========================================================== */

h1, h1 a { color: #F8F7E3; }
#title p { color: #ECD9AC; }
h2 { color: #C6B288; }
h3 { color: #993344; }
h4, h5, h6 { color: #523411; }
a:link, a:visited { color: #CC0033; }
a:focus, a:hover, a:active { color: #993344; }
blockquote { color: #993344; }

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 {
	color: #FFF !important;
	border: solid 1px #6D2430 !important;
	background: #993344 !important;
	*background: #993344;
	background: -webkit-gradient(linear, left top, left bottom, from(#D8475F), to(#6D2430)) !important;
	background: -moz-linear-gradient(top,  #D8475F,  #6D2430) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8475F', endColorstr='#6D2430') !important;
	text-shadow: 1px 1px 4px #A39270;
}
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 {
	background: -webkit-gradient(linear, left top, left bottom, from(#EF6F87), to(#993344)) !important;
	background: -moz-linear-gradient(top,  #EF6F87,  #993344) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF6F87', endColorstr='#993344') !important;
	border-color: #5A1E27 !important;
}
input.submit:active, .button:active,
input[type=submit]:active,
input[type=button]: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 {
	background: -webkit-gradient(linear, left top, left bottom, from(#993344), to(#EF6F87)) !important;
	background: -moz-linear-gradient(top,  #993344,  #EF6F87) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#993344', endColorstr='#EF6F87') !important;
	border-color: #5A1E27 !important;
}


#sitemenu-content a { color: #D0838D; }
#sitemenu-content a:hover { color: #E9D2A0; }
#sitemenu-content li.currentPage { color: #F8F7E3; }
#sitemenu-content li.currentParent a { color: #F8F7E3; }

/* RSS Feed */
.no-callouts h3 a {
	color: #993344;
}

#page-bottom-contents { color: #C17982; }
#page-bottom-contents h3,
#page-bottom-contents h4,
#page-bottom-contents h5,
#page-bottom-contents h6 { color: #C6B288; }
#page-bottom a:link, #page-bottom a:visited { color: #C17982; text-decoration: underline; }
#page-bottom a:focus, #page-bottom a:hover, #page-bottom a:active { color: #E9D2A0; }
#fat-footer { border-color: #C17982; }

#idc-container .idc-c .idc-i span, #idc-container .idc-c .idc-i a {
	color: #993344 !important;
}









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

