/* 
   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;
}
.article, .no-callouts {
	clear: left;
	margin: 0;
}

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

:focus {
	outline: none;
}

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

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

p {
	margin: 0 0 1.75em 0;
}

img {
	margin: 20px 5px 5px;
}
img.narrow {
	/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
	clear: right;
	display: block;
	float: right;
}
img.wide {
	clear: both;
	display: block;
}

br {
	line-height: 1px;
}

hr {
	background: #333;
	border: none;
	color: #333;
	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 {
	color: #999;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
dd {
	margin: 0 0 20px 30px;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1em 0;
	padding: 1em 12px .75em 11px;
}
legend {
	color: #777;
	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 h1,
fieldset h2,
fieldset h3,
fieldset h4,
fieldset h5,
fieldset h6 {
	font-size: 13px;
	margin-top: 0 !important;
}

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

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

* html input.fullWidth /* IE6 ONLY */ {
	background: #222;
	border: 1px solid #333;
	color: #CCC;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 8px 9px;
}

input.submit,
input[type=submit],
input[type=button] {
	background: transparent url(bg_nav.jpg) center center repeat-x !important;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	cursor: pointer;
	float: right;
	min-width: 50px !important;
	padding: 6px 25px !important;
}
*:first-child+html input.submit /* IE7 ONLY */ {
	min-width: auto !important;
	padding: 6px 10px !important;
}

input.submit:hover,
input[type=submit]:hover,
input[type=button]:hover {
	background: #333 !important;
	border: 1px solid #444 !important;
	box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	color: #FFF !important;
}

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

textarea,
textarea.fullWidth,
input.fullWidth {
	background: #222 !important;
	border: 1px solid #333 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	color: #CCC !important;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, sans-serif;
	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: 270px;
}
.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: 'Lucida Grande', 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: #222;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
	padding: 5px 8px;
}

table {
	border-collapse: collapse;
	margin: 0 0 30px 1px;
	width: 100%;
}
tr.even {
	background: #1C1C1C;
}
th, td {
	border: 1px solid #333;
	line-height: 1.2em;
	padding: 6px 9px;
	vertical-align: center;
}
th {
	background: #222;
	color: #999;
	text-align: center;
}
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: #141414;
		border: 1px solid #090909;
		box-shadow: 0 3px 5px #111;
		-webkit-box-shadow: 0 3px 5px #111;
		padding: 10px;
	}
}


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

#page, body.no-sidebar #page {
	background: #191919;
	border: 1px solid #000;
	border: 2px solid #000\9;
	*border: 2px solid #000;
	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: #222 url(bg_nav.jpg) repeat;
	border-bottom: 1px solid #000;
	clear: both;
	overflow: hidden;
}
#sitemenu {
	border-bottom: 1px solid #333;
	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 #111;
	float: left;
	*float: none;
	*display: inline;
	font-size: 12px;
	line-height: 40px;
	margin: 0;
	*margin: 0 -3px 0 0;
}
#sitemenu-content li.last-item {
	border-right: 1px solid #333;
}
#sitemenu-content li:hover {
	background: #191919;
	-webkit-transition: background-color .25s linear .1s;
	transition: background-color .25s linear .1s;
}

#sitemenu-content a {
	border-left: 1px solid #333;
	color: #999;
	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 #111;
	*margin-right: -3px;
}
#sitemenu-content a:hover {
	*background: #191919;
	color: #FFF;
	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;
}
#sitemenu-content li.currentParent a {
	*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;
}

a.imageLink {
	
}

.article img {
	background: #141414;
	border: 1px solid #090909;
	padding: 7px;
	box-shadow: 0 3px 5px #111;
	-moz-box-shadow: 0 3px 5px #111;
	-webkit-box-shadow: 0 3px 5px #111;
}
.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 img {
	background: #141414;
	border: 1px solid #090909;
	box-shadow: 0 3px 5px #111;
	-moz-box-shadow: 0 3px 5px #111;
	-webkit-box-shadow: 0 3px 5px #111;
	margin: 0 0 5px 0;
	padding: 7px;
	max-width: 175px;
}
#sidebar .pagelet img {
	max-width: 200px;
}
.pagelet.untitled .photo img {
	margin-top: 0;
}
.pagelet .flickr img {
	background: #141414;
	border: 1px solid #090909;
	padding: 7px;
	box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
}
.pagelet-body .caption {
	padding: 10px 10px 0 10px;
}
* html .pagelet-body .caption /* IE6 ONLY */ {
	margin-right: -15px;
}
.pagelet-body .caption p {
	margin-bottom: 0;
}

/* Callouts */

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

.callout-container {
	background: #222;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	margin: 5px 0 25px 25px;
	padding: 15px 15px 0 15px;
	width: 200px;
}
.no-callout .callout-container {
	display: none;
}
.callout .pagelet {
	padding-bottom: 15px;
	width: 200px;
}
.callout .pagelet:last-child {
	margin-bottom: 5px;
}
.callout h1,
.callout h2,
.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: 20px;
}
.ImageElement, .VideoElement {
	text-align: center;
}
.VideoElement {
	margin-bottom: 20px;
}

/* ===========================================================
		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 {
	color: #CCC;
	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 {
	border: 1px solid #000;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
.dsq-thread-settings {
	background: #222 !important;
	border: 1px solid #333 !important;
}
#dsq-content .dsq-comment-header {
	background-image: none !important;
	background: #222 !important;
	border: 1px solid #333;
	color: #CCC;
}
#dsq-content .dsq-moderator .dsq-comment-header {
	background-image: none !important;
	background: #333 !important;
	border-color: #444 !important;
	color: #FFF !important;
}
#dsq-content .dsq-sub-header table {
	background: #222 !important;
}
* html #dsq-content  .dsq-comment-header cite /* IE6 ONLY */ {
	color: #999;
}
#dsq-content .dsq-sub-header .dsq-user-like {
	color: #555 !important;
	font-size: 12px !important;
	text-transform: capitalize !important;
}

/* REPLY TO SOMEONE ELSE'S COMMENT */
#dsq-content .dsq-append-post .dsq-post-area {
	background: #191919 !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;
}

textarea.placeholder-grey,
textarea.dsq-post-auth,
textarea#form-message {
	background: #222 !important;
	border: 1px solid #333 !important;
	color: #CCC !important;
	padding: 8px 9px !important;
}

.dsq-button, .dsq-button-small,
.dsq-comment-footer-reply-tab {
	background: #222 url(bg_nav.jpg) center center repeat-x !important;
	border: 1px solid #333 !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	color: #888 !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: #333 !important;
	border: 1px solid #444 !important;
	color: #FFF !important;
}
#dsq-form-area textarea {
	background: #222 !important;
	border: 1px solid #333 !important;
}
.dsq-dropdown-menu h4 {
	color: #333 !important;
}

.dsq-popup h3 {
	color: #333;
}
.dsq-popup .dsq-button,
.dsq-popup .dsq-button-small {
	background: #336699 !important;
	color: #AECCD8 !important;
	margin: 0 !important;
}
.dsq-popup .dsq-button:hover,
.dsq-popup .dsq-button-small:hover {
	background: #336699 !important;
	color: #FFF !important;
}
.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: #222;
	border: 1px solid #333;
}
#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: #FFF !important;
	border: 1px solid #BBB !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 {
	color: #336699;
}
#idc-container-parent #idc-container #idc-toolbar {
	margin-bottom: 15px;
}

#idc-container-parent #idc-container .idc-thread {
	border: 1px solid #333;
	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;
}
#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: #222;
}

#idc-container-parent #idc-container .idc-message {
	background-image: none;
	padding: 0;
}
#idc-container-parent #idc-container .idc-new .idc-thread {
	border: none !important;
}
#idc-container-parent #idc-container .idc-new h3 {
	text-transform: capitalize;
}
#idc-container-parent #idc-container .idc-admin .idc-c-h {
	background: #333;
	color: #FFF;
}
#idc-container-parent #idc-container .idc-admin .idc-c-h a {
	color: #FFF;
}
#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 #333;
}
#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: #191919 !important;
}
.jsk-SecondaryBackgroundColor {
	background: #222 !important;
	border: 1px solid #333 !important;
}
.jsk-TrinaryBackgroundColor {
	background: #222 !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: #222 !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: #292929 !important;
	width: 96% !important;
}
.js-commentFieldInput {
	background: #292929 !important;
}
.js-CreateComment .js-kit-tab-title {
	color: #336699 !important;
}
input.jsk-CommentFormButton {
	background: #333 !important;
	border: 1px solid #444 !important;
	color: #999 !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: #444 !important;
	border-color: #555 !important;
	color: #CCC !important;
}

.js-CommentsSkin-echo .jsk-ThreadWrapper {
	padding: 0 !important;
}
.js-CommentsSkin-echo .jsk-ThreadWrapper {
}
.jsk-ItemWrapper {
	background-image: none !important;
	background: #222 !important;
	border: 1px solid #333 !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;
}

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

#sidebar {
	word-wrap: break-word;
}
#sidebar a:hover {
	
}
#sidebar .pagelet {
	margin-bottom: 20px;
	overflow: hidden;
	width: 300px;
	word-wrap: break-word;
}
#sidebar .pagelet.titled h4 {
	background: #222 url(bg_glossy35.png) repeat-x;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 3px 7px #000;
	-moz-box-shadow: 0 3px 7px #000;
	-webkit-box-shadow: 0 3px 7px #000;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 10px;
}
#sidebar .pagelet-body {
	margin: 0 5px;
}
#sidebar .pagelet ul {
	margin-left: 25px;
}
#sidebar .pagelet ol {
	margin-left: 32px;
}
#sidebar .pagelet li {
	line-height: 1.2em;
	margin-bottom: .5em;
}

#sidebar fieldset h1,
#sidebar fieldset h2,
#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: #111 url(footer_span.png) bottom left repeat-x;
	font-size: 12px;
	min-height: 22px;
}
#page-bottom #page-bottom-contents {
	padding: 5px 20px 5px 20px; 
}
#page-bottom-contents div {
	zoom: 1;
}
#page-bottom div.box {
	background: #191919;
	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;
}

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

.photogrid-index {
	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 {
	font-weight: normal;
	line-height: .8em;
	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 {
	background: #141414;
	border: 1px solid #090909;
	box-shadow: 0 3px 5px #111;
	-moz-box-shadow: 0 3px 5px #111;
	-webkit-box-shadow: 0 3px 5px #111;
	display: block;
	margin: auto;
	padding: 7px;
	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 .article,
.photo-page #main-content .elementIntroduction {
	padding-top: 30px; /* gives the navigation buttons some room */
}
.photo-page .photo img.imgelement {
	background: #141414;
	border: 1px solid #090909;
	padding: 15px;
	box-shadow: 0 3px 5px #111;
	-moz-box-shadow: 0 3px 5px #111;
	-webkit-box-shadow: 0 3px 5px #111;
	position: relative;
	z-index: 0;
}
.photo .image-controls img.imgelement {
	background: #333;
	border: 4px solid #333;
	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.png);
	background-repeat: no-repeat;
	height: 35px;
	position: absolute;
	margin-top: -20px;
	text-indent: -5000em;
	width: 35px;
}
.photo-navigation a {
	background-image: url(navigation.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 {
	background: #222;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.text-navigation .previous-page,
.text-navigation .next-page {
}

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

.general-index .article h3 {
	border-top: 1px solid #333;
	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 h3 {
	margin-bottom: .5em;
}
.general-index .article-summary h3 {
	border: none !important;
	color: #555 !important;
	font-size: 13px !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
}
.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;
}

	/* Used on index summary pages */
.listing-index li h3 a {
	font-weight: normal;
}

.Download-index table th,
.Download-index table td {
	border: none !important;
	border-top: 1px solid #333 !important;
	padding-top: 10px;
	line-height: 1.4em;
}
.Download-index table td h3,
.Download-index table td h3 a:link {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0;
}
.Download-index table td.dli2 {
	min-width: 125px;
}

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

form.contactElement.labelsOnSide th {
	padding-top: .75em;
	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 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: 710px;
}
.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: 170px;
}

form.contactElement input.submit {
	margin-top: 10px !important;
	margin-right: 0 !important;
}
.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.amazonListWhiteBackground {
	background: #292929 !important;
	border: 1px solid #333 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 6px 0 6px;
}
* html div.amazonListWiteBackground /* IE6 ONLY */ {
	padding-bottom: 6px;
}
div.amazonListRow {
	background: #222;
	border: 1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 6px !important;
	padding: 10px;
}

/* IE7 ONLY HACK ----------------- */
div.amazonListLayoutLeft,
div.amazonListLayoutRight,
div.amazonListLayoutAlt {
	_padding-bottom: 6px;
}
div.amazonListLayoutLeft div.amazonListRow,
div.amazonListLayoutRight div.amazonListRow,
div.amazonListLayoutAlt div.amazonListRow {
	*width: 534px;
}
.no-sidebar div.amazonListLayoutLeft div.amazonListRow,
.no-sidebar div.amazonListLayoutRight div.amazonListRow,
.no-sidebar div.amazonListLayoutAlt div.amazonListRow {
	*width: 864px;
}

.amazonList img {
	border: 1px solid #111;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
.amazonList.amazonListLayoutAlt .amazonListRow.o img,
.amazonList.amazonListLayoutLeft img {
	margin: 0 15px 10px 0;
}
.amazonList.amazonListLayoutAlt .amazonListRow.e img,
.amazonList.amazonListLayoutRight img {
	margin: 0 0 10px 15px;
}

	/* List Layout 5 */
div.amazonListWhiteBackground.amazonListLayoutTwoUp {
	padding-bottom: 0 !important;
}
.no-sidebar div.amazonListWhiteBackground.amazonListLayoutTwoUp {
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}
*:first-child+html div.amazonListWhiteBackground.amazonListLayoutTwoUp /* IE7 ONLY HACK */ {
	padding-bottom: 6px !important;
}

.amazonListLayoutTwoUp div.amazonListRow {
	padding-top: 20px;
}
.amazonListLayoutTwoUp {
	text-align: center;
	width: 550px !important;
	margin: 0 !important;
}
.pagelet .amazonListLayoutTwoUp {
	width: 188px !important;
}
.pagelet  div.amazonListWhiteBackground.amazonListLayoutTwoUp {
	width: 188px !important;
}
.no-sidebar .amazonList.amazonListLayoutTwoUp {
	width: 886px !important;
	overflow: hidden;
}
.amazonListLayoutTwoUp .amazonListRow.o,
.amazonListLayoutTwoUp .amazonListRow.e {
	clear: none !important;
	display: inline-block;
	display: -moz-inline-box;
	float: left;
	height: 215px;
	margin: 0 6px 6px 0 !important;
	width: 250px;
}
.amazonListLayoutTwoUp .amazonListRow.e {
	margin: 0 0 6px 0 !important;
}
.no-sidebar .amazonListLayoutTwoUp .amazonListRow.o,
.no-sidebar .amazonListLayoutTwoUp .amazonListRow.e {
	margin: 0 6px 6px 0 !important;
	width: 267px;
}
.pagelet .amazonListLayoutTwoUp .amazonListRow.o,
.pagelet .amazonListLayoutTwoUp .amazonListRow.e {
	border: none;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	width: 188px !important;
}
.pagelet div.amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow.o,
.pagelet div.amazonListWhiteBackground.amazonListLayoutTwoUp .amazonListRow.e {
	border: 1px solid #333;
	height: auto;
	padding: 10px;
	width: 166px !important;
}

.amazonList.amazonListLayoutTwoUp img {
	margin-top: 0;
}
.pagelet .amazonList.amazonListLayoutTwoUp img {
	border: none;
	padding: 0;
}

	/* List Layout 6 */
li.amazonList {
	line-height: 1.4em;
	list-style: none;
	margin-left: -35px;
}
.pagelet li.amazonList p.amazonListBulletsParagraph {
	
}
.pagelet li.amazonList {
	margin-bottom: 1em;
}
.pagelet li.amazonList:last-child {
	margin-bottom: 0;
}

	/* List Layout 7 */
.amazonList.amazonListLayoutEnhanced div.amazonListRow {
	background: transparent;
	border: none;
	clear: none !important;
	padding: 0 !important;
	margin: 0 6px 2px 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 {
	background: #333 !important;
	border: 1px solid #444 !important;
	padding: 5px !important;
}

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

.sitemap-page .article h3 {
	border-bottom: 1px solid #333;
	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 {
	background: transparent !important;
	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 #333;
	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;
}

