/* 
	 Aerolite White
   css Copyright (c) 2006-2010 11Mystics.com. All Rights Reserved.
   css released under Creative Commons License 
		- http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
		and are licensed separately. 
*/

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

body {
	margin: 0;
	padding: 0;
}
#page-container {
	margin: 0 auto;
	padding: 20px 10px;
	width: 940px;
}
#page-top {
	margin: 0;
}
#page-content {
	overflow: hidden;
	padding: 20px;
}
* html #page-content /* IE6 ONLY */ {
	padding-top: 0;
}
body.no-sidebar #page-content {
	width: 900px;
}
#sidebar {
	float: right;
	width: 300px;
}
#main {
	min-height: 190px;
	position: relative;
}
body.no-sidebar #main {
}
body.allow-sidebar #main {
	float: left;
	width: 570px;
}
#main-content {
	position: relative;
	zoom: 1;
}
.article, .no-callouts {
	clear: left;
	margin: 0;
}

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

:focus {
	outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, sans-serif;
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 30px;
	line-height: 1.1em;
	margin: 0 0 1.5em 0;
}
h3 {
	font-size: 20px;
}
h4, h5, h6 {
	font-size: 14px;
}
h5 {
	border-top: 1px solid #666;
	padding-top: .5em;
}
h6 {
	border-bottom: 1px solid #666;
	padding-bottom: .5em;
}

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

img {
	margin: 20px 5px 5px;
}
img.narrow {
	/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
	clear: right;
	display: block;
	float: right;
	margin: .25em 0 2em 2em;
	width: 250px;
}
.no-sidebar img.narrow {
	width: 420px;
}
img.wide {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	width: 550px;
}
.no-sidebar img.wide {
	width: 880px;
}

br {
	line-height: 1px;
}

hr {
	background: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
	margin-top: 2.25em;
	margin-bottom: 2em;
}
*:first-child+html hr, /* IE7 ONLY */
* html hr  /* IE6 ONLY */ {
	margin-top: 1em;
}

ul, ol {
	margin: 0 0 20px 35px;
	padding: 0;
}
li {
	margin-bottom: .75em;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: .75em 0 .5em 35px;
}
ul ul,
ol ul {
	list-style: disc;
	margin: .75em 0 .5em 20px;
}

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

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

fieldset p {
	line-height: 1.3em;
}
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6 {
	border: none !important;
	font-size: 13px;
	margin-top: .75em !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] {
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	color: #333 !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin-bottom: 1em !important;
	padding: 8px 9px !important;
}

* html input.fullWidth /* IE6 ONLY */ {
	background: #FAFAFA;
	border: 1px solid #CCC;
	color: #333;
	font-size: 13px;
	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: 13px/100% arial, sans-serif !important;
	padding: .65em 2em .65em !important;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3) !important; */
	-webkit-border-radius: .5em !important;
	-moz-border-radius: .5em !important;
	border-radius: .5em !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	color: #DDD !important;
	border: solid 1px #333 !important;
	background: #333 !important;
	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: #FAFAFA !important;
	border: 1px solid #CCC !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin: 4px 0 .75em 0 !important;
	padding: 5px 9px !important;
	width: 880px;
}
fieldset textarea,
fieldset input.fullWidth {
	width: 795px;
}
.allow-sidebar textarea,
.allow-sidebar input.fullWidth {
	width: 545px;
}
.allow-sidebar fieldset textarea,
.allow-sidebar fieldset textarea.fullWidth,
.allow-sidebar fieldset input.fullWidth {
	width: 525px;
}
.allow-sidebar #sidebar textarea,
.allow-sidebar #sidebar textarea.fullWidth,
.allow-sidebar #sidebar input.fullWidth {
	width: 280px;
}
.allow-sidebar #sidebar fieldset textarea,
.allow-sidebar #sidebar fieldset textarea.fullWidth,
.allow-sidebar #sidebar fieldset input.fullWidth {
	width: 250px;
}
@-moz-document url-prefix() {
	/* Firefox Only Hack --------------------- */
	.allow-sidebar #main textarea {
		font-family: Verdana, Arial, sans-serif;
		max-width: 559px !important;
	}
}

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

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

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

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

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

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

iframe {
	margin-bottom: 2em;
}

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

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

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

#sitemenu-container {
	background: #CCC url(bg_nav.jpg) repeat;
	clear: both;
	overflow: hidden;
}
#sitemenu {
	border-bottom: 5px solid #0066FF;
	min-height: 40px;
	text-align: center;
}
#sitemenu-content ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
	zoom: 1;
}

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

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

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



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

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

.article-info {
	clear: right;
}

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

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

/* Pagelets */
.pagelet {
	margin: 0 0 1.5em 0;
	overflow: hidden;
	word-wrap: break-word;
}
.pagelet.bordered {
	background: #FAFAFA;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1.5em 0;
	overflow: hidden;
	padding: 1em 1em 0 1em;
}
.pagelet.titled h4 {
	background: #000 url(bg_glossy35.png) repeat-x;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px #CCC;
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #000;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 10px;
}
.pagelet img {
	background: #222;
	border: 1px solid #111;
	box-shadow: 0 1px 5px #3D3D3D;
	-moz-box-shadow: 0 1px 5px #3D3D3D;
	-webkit-box-shadow: 0 1px 5px #3D3D3D;
	margin: 0 0 5px 0;
	padding: 7px;
}
.pagelet.untitled .photo img {
	margin-top: 0;
}
.pagelet .flickr img {
	background: #222;
	border: 1px solid #111 !important;
	padding: 5px;
	box-shadow: 0 1px 5px #3D3D3D;
	-moz-box-shadow: 0 1px 5px #3D3D3D;
	-webkit-box-shadow: 0 1px 5px #3D3D3D;
}
.pagelet .caption {
	/* keep it visible so it clears things like amazon layouts */
	line-height: 1;
	padding: 0;
}
.pagelet div.ImageElement .caption {
	/* but show it when we're actually viewing a photo */
	display: block;
	font-size: 1em;
	padding: 1em 1em 0 1em;
}
.pagelet.bordered div.ImageElement .caption {
	padding-bottom: 1em;
}
* html .pagelet-body .caption /* IE6 ONLY */ {
	margin-right: -15px;
}
.pagelet-body .caption p {
	margin-bottom: 0;
}
.pagelet .VideoElement,
.pagelet .HTMLElement {
	margin-bottom: 0;
}
.pagelet.bordered .VideoElement {
	margin-bottom: 1em;
}
.pagelet object {
	margin: 0;
}

/* Callouts */

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

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

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

/* Elements */

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

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

#sidebar {
	word-wrap: break-word;
}
#sidebar .pagelet ul {
	margin-left: 25px;
}
#sidebar .pagelet ol {
	margin-left: 32px;
}
#sidebar .pagelet li {
	line-height: 1.2em;
	margin-bottom: .5em;
}

#sidebar fieldset h3,
#sidebar fieldset h4,
#sidebar fieldset h5,
#sidebar fieldset h6 {
	/* Unfortunately we have to have this as a backup in case the user removes the pagelet heading and then inserts some kind of H4 in there later bah. */
	background: none !important;
	border: none !important;
	height: auto !important;
	line-height: 1em !important;
	margin-top: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
}

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

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


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

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

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

.dsq-button, .dsq-button-small,
.dsq-comment-footer-reply-tab {
	background: #CCC url(bg_nav.jpg) top repeat-x !important;
	border: 1px solid #CCC !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	color: #555 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-top: 7px !important;
	padding: 5px 15px !important;
	text-transform: uppercase !important;
}
.dsq-button:hover, .dsq-button-small:hover,
.dsq-comment-footer-reply-tab:hover {
	background: #CCC !important;
	border: 1px solid #BBB !important;
	color: #333 !important;
}

.dsq-dropdown-menu h4 {
}

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

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

body.no-sidebar .photo-page #idc-container-parent {
	margin: 0 90px;
}
#idc-container-parent #idc-container {
	margin-top: 30px;
}
#idc-container-parent #idc-container img {
	box-shadow: 0 0 0 #000 !important;
	-moz-box-shadow: 0 0 0 #000 !important;
	-webkit-box-shadow: 0 0 0 #000 !important;
}
#idc-container-parent #idc-container .idc-head_action {
	background-image: none;
	background: #FAFAFA;
	border: 1px solid #CCC;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
#idc-container-parent #idc-container .idc-head_action.idc-login {
	background: #FFF;
	color: #333;
}
#idc-container-parent #idc-container .idc-head_action.idc-login input {
	background: #FAFAFA !important;
	border: 1px solid #CCC !important;
	color: #333 !important;
	width: 85%;
}
#idc-container-parent #idc-container .idc-head_action.idc-login a:link,
#idc-container-parent #idc-container .idc-head_action.idc-login a:visited {
}
#idc-container-parent #idc-container #idc-toolbar {
	margin-bottom: 15px;
}

#idc-container-parent #idc-container .idc-thread {
	border: 1px solid #CCC;
	margin-bottom: 1em;
	overflow: hidden;
}
#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 {
	border-right: none !important;
	margin: 0 0 .5em 2em !important;
	padding: 0 !important;
}
#idc-container-parent #idc-container .idc-thread_active {
	color: #555 !important;
}

#idc-container-parent #idc-container .idc-thread .idc-c:first-child,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-c:first-child,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-c:first-child,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-c:first-child,
#idc-container-parent #idc-container .idc-thread .idc-thread .idc-thread .idc-thread .idc-thread .idc-c:first-child {
	padding-top: 0 !important;
}

#idc-container-parent #idc-container .idc-c {
	background-image: none !important;
	padding: 20px 0 0 0 !important;
	*padding: 0;
}
#idc-container-parent #idc-container .idc-c .idc-c-b {
	padding-left: .75em !important;
	padding-right: .75em !important;
}
#idc-container-parent #idc-container .idc-c .idc-c-h {
	background-image: none;
	background: #FAFAFA;
}
#idc-container-parent #idc-container .idc-message {
	background-image: none;
	border-radius: none;
	padding: 0;
}
#idc-container-parent #idc-container .idc-new .idc-thread {
	border: none !important;
}
#idc-container-parent #idc-container .idc-new h3 {
	padding-top: 1em;
	text-transform: capitalize;
}
#idc-container-parent #idc-container .idc-admin .idc-c-h {
	background: #CCC;
	color: #111;
}
#idc-container-parent #idc-container .idc-admin .idc-c-h a {
}
#idc-container-parent #idc-container .idc-c-t-inner {
	line-height: 18px;
}
#idc-container-parent #idc-container .idc-c-t-inner textarea {
	width: 95% !important;
}
#idc-container-parent #idc-container .idc-c-b .idc-btn_s {
	float: right;
}
#idc-container-parent #idc-container .idc-signup {
	padding-top: 10px;
}
#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-c-b {
	padding-top: 10px;
}
#idc-container-parent #idc-container .idc-foot {
	border-top: 1px solid #CCC;
}
#idc-container .idc-c-m .idc-text {
	margin-bottom: 0 !important;
}
body.allow-sidebar #idc-container .idc-c-m .idc-text {
	width: 87% !important;
}

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

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

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


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

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

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

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

.has-photo-navigation .no-callouts,
.has-photo-navigation .article.no-callout,
.has-photo-navigation .article.has-callout {
	padding-top: 30px; /* gives the navigation buttons some room */
}
.photo-page .photo img.imgelement {
	background: #222;
	border: 1px solid #111;
	padding: 15px;
	box-shadow: 0 1px 5px #3D3D3D;
	-moz-box-shadow: 0 1px 5px #3D3D3D;
	-webkit-box-shadow: 0 1px 5px #3D3D3D;
	position: relative;
	z-index: 0;
}
.photo .image-controls img.imgelement {
	background: #FFF;
	border: 4px solid #FFF;
	padding: 0;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.photo-navigation {
	position: relative;
	z-index: 100;
}
.photo-navigation div {
	background-image: url(navigation_white.png);
	background-repeat: no-repeat;
	height: 35px;
	position: absolute;
	margin-top: -20px;
	text-indent: -5000em;
	width: 35px;
}
.photo-navigation a {
	background-image: url(navigation_white.png);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.photo-navigation a:active {
	border: none !important;
}
#previous-photo	{
	background-position: 0 -70px;
	left: 388px;
}
.allow-sidebar #previous-photo {
	left: 232px;
}
#previous-photo a {
	background-position: 0 -35px;
}
#previous-photo a:hover {
	background-position: 0 0;
}
#next-photo {
	background-position: -70px -70px;
	left: 458px;
}
.allow-sidebar #next-photo {
	left: 302px;
}
#next-photo a {
	background-position: -70px -35px;
}
#next-photo a:hover {
	background-position: -70px 0;
}
#photo-list {
	background-position: -35px -70px;
	left: 423px;
}
.allow-sidebar #photo-list {
	left: 267px;
}
#photo-list a {
	background-position: -35px -35px;
}
#photo-list a:hover {
	background-position: -35px 0;
}
.photo-page .elementIntroduction {
	margin-bottom: 0;
}

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

.text-navigation {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 1.0em;
	overflow: hidden;
	padding: 10px 0;
	zoom: 1;
}
div.text-navigation div {
	display: block !important;
	margin: 0 0 .35em 0 !important;
	text-align: left !important;
}

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

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

.general-index .article h3 {
	border-top: 1px solid #CCC;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: .5em;
}
* html .general-index .article h3 {
	margin-top: 0;
}
* html .general-index .article p {
	margin-bottom: 0;
}
.general-index .article-summary h3 {
	border: none !important;
	color: #555 !important;
	font-size: 13px !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
}

.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 13px/1.6em 'Lucida Grande', verdana, sans-serif !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
.general-index .article-summary big,
.general-index .article-summary p {
	font: normal 13px/1.6em 'Lucida Grande', verdana, sans-serif !important;
	margin-bottom: 20px;
}

.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 #DDD !important;
	padding-top: 10px;
	line-height: 1.4em;
	vertical-align: top;
}
.Download-index table td h3,
.Download-index table td h3 a:link {
	font: bold 1em 'Trebuchet MS', arial, sans-serif;
	line-height: 1.2em;
	margin-top: 0;
}
.Download-index table td.dli2 {
	min-width: 125px;
}

/* ===========================================================
		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: 720px;
}
.allow-sidebar #main form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #main form.contactElement.labelsOnSide textarea {
	width: 395px;
}
.allow-sidebar #sidebar form.contactElement.labelsOnSide input.fullWidth,
.allow-sidebar #sidebar form.contactElement.labelsOnSide textarea {
	width: 200px;
}

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

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

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


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

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

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

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

/* Layout 4 Tweaks */
.amazonList.amazonListLayoutCenter img {
	margin-bottom: .5em !important;
}

/* List Layout 5 */
.amazonList.amazonListLayoutTwoUp {
	margin: 0 0 1em 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: 115px !important;
}
.callout .amazonListLayoutTwoUp .amazonListRow img {
	width: 115px !important;
}
.callout .bordered .amazonListLayoutTwoUp .amazonListRow {
	/* non-group bordered */
	margin: 0 14px 10px 0 !important;
	width: 102px !important;
}
.callout .bordered .amazonListLayoutTwoUp .amazonListRow img {
	width: 102px !important;
}
.callout .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 101px !important;
}
.callout .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 101px !important;
}
.callout .bordered .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 88px !important;
	*width: 77px !important;
}
.callout .bordered .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 88px !important;
	*width: 77px !important;
}

#sidebar .amazonListLayoutTwoUp .amazonListRow {
	/* non-group bordered */
	margin: 0 13px 10px 0 !important;
	width: 142px !important;
}
#sidebar .amazonListLayoutTwoUp .amazonListRow img {
	width: 142px !important;
}
#sidebar .bordered .amazonListLayoutTwoUp .amazonListRow {
	/* non-group bordered */
	margin: 0 13px 10px 0 !important;
	width: 128px !important;
}
#sidebar .bordered .amazonListLayoutTwoUp .amazonListRow img {
	width: 128px !important;
}
#sidebar .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 126px !important;
}
#sidebar .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 126px !important;
}
#sidebar .bordered .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow {
	margin: 10px 10px 0 10px !important;
	width: 114px !important;
	*width: 103px !important;
}
#sidebar .bordered .amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow img {
	width: 114px !important;
	*width: 103px !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 {
	background-image: none;
	font-size: .95em;
	line-height: 1.4em;
	list-style: none;
	margin-left: -2.8em; /* because the margin is on the UL */
	padding-left: 0;
}
#sidebar li.amazonList {
	margin-left: -1.8em; /* because the margin 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 */
.has-photo-navigation .amazonListLayoutEnhanced {
	margin: 0 0 7px 0;
}
.has-photo-navigation .amazonListLayoutEnhanced iframe {
	margin: 0 4px 4px 0 !important;
}
.has-photo-navigation .callout .amazonListLayoutEnhanced,
.has-photo-navigation #sidebar .amazonListLayoutEnhanced {
	margin-top: 0;
}
.amazonListWhiteBackground.amazonListLayoutEnhanced {
	border: none !important;
}
.amazonList.amazonListLayoutEnhanced div.amazonListRow {
	border: none;
	clear: none !important;
	margin: 0 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 .amazonText p,
.amazonList .amazonListBulletsParagraph {
	margin-bottom: 0;
}
.amazonList .amazonText:first-child,
li.amazonList p.amazonListBulletsParagraph:first-child {
	font-weight: bold;
}

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



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

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

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

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

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

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

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

.hidden {
	display:none;
}

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

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

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

.note {
	background: #222;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #777;
	margin: 0 0 1.75em 0;
	padding: 8px 10px 9px 10px;
}
.note h3:first-child,
.note h4:first-child,
.note h5:first-child,
.note h6:first-child {
	margin-top: 0;
}
body.has-custom-banner #title { background-image: url("../_Media/lakewebbanner.jpg"); }
