body {
	font-family: proxima-nova, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #000;
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
	text-wrap: normal;
	word-wrap: break-word;
}

td {
	text-wrap: normal;
	word-wrap: break-word;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova, "Trebuchet MS Bold", "Verdana Bold", "Arial Bold", Sans-serif;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0px;
	color: #336;
}

form input, form textarea {
	font-family: proxima-nova, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #000;
}

/* TOP BUTTONS */

.topbutton {
	background-color: #669;
	border: thin #003 solid;
	float: inherit;
	margin: 2px;
	padding: 8px 20px 8px 20px;
	text-align: center;
}

a.topbutton {	
	color: #003;
	text-decoration: none;
}

a.topbutton:hover {
	background-color: #484878;
	text-decoration: underline;
}

/* SIDE BOXES */

.sidebox {
	color: #003;
	background-color: #CCCCFF;
	border: thin #003 solid;
	float: inherit;
	margin: 2px 2px 2px 2px;
	padding: 8px 20px 8px 20px;
	text-align: inherit;
	width: 200px;
}

a.sidebox {	
	color: #003;
	text-decoration: none;
}

a.sidebox:hover {
	background-color: #99C;
	text-decoration: underline;
}

.insidebox {
	color: #000033;
	text-align: inherit;
	width: inherit;
}

h2.insidebox {
	font-family: proxima-nova, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

hr.insidebox {
	height: 1px;
	border: 1px #000033 solid;
}

a.insidebox {	
	color: #000033;
	text-decoration: underline;
}

a.insidebox:hover {
	background-color: #9999CC;
	text-decoration: underline;
}

/* SIDE BOXES */

.episode {
	color: #000033;
	background-color: #FFFFFF;
	border: thin #000033 solid;
	float: inherit;
	margin: 2px 2px 2px 2px;
	padding: 8px 20px 8px 20px;
	text-align: left;
	width: inherit;
}

h1 {
	font-size: 30px;
	line-height: 35px;
	margin-right: 20px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
}

.commenthead {
	font-style:italic;
	color:#336;
}

.commentbox {
		
	background-image: linear-gradient(top, #F6F6F9 0%, #E3E3E6 100%);
	background-image: -o-linear-gradient(top, #F6F6F9 0%, #E3E3E6 100%);
	background-image: -moz-linear-gradient(top, #F6F6F9 0%, #E3E3E6 100%);
	background-image: -webkit-linear-gradient(top, #F6F6F9 0%, #E3E3E6 100%);
	background-image: -ms-linear-gradient(top, #F6F6F9 0%, #E3E3E6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F6F9), color-stop(1, #E3E3E6));
	
	border: 1px #999 solid;
	border-radius: 10px;
	float: inherit;
	margin: 2px;
	padding: 4px 20px;
	text-align: inherit;
	text-wrap: normal;
	word-wrap: break-word;
}

.linkbox {
	background-color: #EEE;
	border: 1px #999 solid;
}

.bigquote {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-style: italic;
	line-height: 23px;
}

.tightbold {
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}

html .fb_share_link {
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?43:26981) no-repeat top left;
}
	
#banner_box {
	background-color: #FFFF99;
	border-color: #FFCC00;
	width: 400px;
	z-index: 1;
	position: absolute;
	height: auto;
	padding: 10px;
	border-width: 30px;
	border: solid;
	margin-top: 150px;
	margin-left: 200px;
}

#important_banner {
	background-color: #FFFF33;
	border-color: #FFCC00;
	width: 300px;
	z-index: 1;
	position: absolute;
	height: auto;
	padding: 10px;
	border-width: 20px;
	border: solid;
	margin-top: 150px;
	margin-left: 200px;
}

.close {
	float: right;
}

.credited_pic_right {
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 15px;
	text-align: right;
	padding-top: 15px;
	width: 250px;
	color: #666;
}

#top_zone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #336;
}

#top_zone form {
	margin: 0;
	padding: 4px;
}

#main_zone {
	margin: 100px auto;
	background-color: #FFF;
	width: 500px;
	padding: 20px;
}

#main_zone_wide {
	margin: 100px auto;
	background-color: #FFF;
	width: 900px;
	padding: 20px;
}

#right_zone {
	position: absolute;
	top: 125px;
	width: 200px;
	left: 50%;
	margin-left: 275px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}

#left_zone {
	position: absolute;
	top: 135px;
	width: 168px;
	left: 50%;
	margin-left: -478px;
	padding: 15px;
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

.inabox {
	background-color: #EEE;
	border: 1px #999 solid;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.grayital {
	color: #999;
	font-style: italic;
}

.redital {
	color: #C00;
	font-style: italic;
}

.reditalbold {
	color: #C00;
	font-style: italic;
	font-weight: bolder;
}

table.pmtbox {
	margin: 0;
	border: none;
	padding: 0;
	width: 450px;
}

#print_credits {
	display:none;
}

#my_form {
	width: 520px;
	height: 270px;
	border: none;
	background-image: url('/images/newsletter-banner.png');
	text-align: left;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -140px;
	z-index: 98;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
}

#comment_form {
	width: 700px;
	height: 600px;
	border: none;
	background-image: url('/images/comment_form_bg.jpg');
	text-align: left;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -350px;
	z-index: 99;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	display: none;
}

.white-on-red {
	background-color: #E00;
	color: white;
	font-weight: bold;
	padding: 0 3px 0 3px;
}

.tabcontents {
	clear: both;
	border: #999 1px solid;
	background-color: #eee;
	width: 469px;
	padding: 15px;
}

#tabs ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

#tabs ul li a {
	float: left;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
	margin-right: 5px;
	padding: 5px 10px;
	background-color: #ccc;
	margin-bottom: -1px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 30px;
}

.sticky {
	position: fixed;
	top: 0;
}

#dynamic_zone {
	border: solid 1px gray;
	background-color: #EEE;
	padding: 5px 20px 20px 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 5px;
}

.field_label {
	text-align: right;
	color: gray;
}

.round_input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px gray;
	padding: 5px;
	font-size: 14px;
	background-color: #F9F9F9;
}

.round_input:focus {
	background-color: #FFE;
}

.cool_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.cool_button:hover {
	text-decoration: none;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.cool_button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.tooltip {
	position: relative;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: inherit;
}

.tooltip span {
	visibility: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 999;
	width: 150px;
	margin-left: -75px;
	text-align: left;
	line-height: 15px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: .9;
	color: #222;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover {
	border: 0; /* IE6 fix */
}

.tooltip:hover span {
	visibility: visible;
}

.tooltip span:before, .tooltip span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -7px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

.tooltip span:before {
	border-top-color: #ccc;
	bottom: -8px;
}

.silvergrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#CCC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFF, #CCC); /* for firefox 3.6+ */
}

.graygrad {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCC, #999); /* for firefox 3.6+ */
	color: white;
}

.bluegrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF', endColorstr='#99C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EEF), to(#99C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #EEF, #99C); /* for firefox 3.6+ */
}

.ltbluegrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#CCF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCF)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFF, #CCF); /* for firefox 3.6+ */
}

.greengrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCC, #999); /* for firefox 3.6+ */
}

.ltgreengrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#CFC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CFC)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #CCC, #CFC); /* for firefox 3.6+ */
}

.orangegrad {	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC', endColorstr='#FC6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC), to(#FC6)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFC, #FC6); /* for firefox 3.6+ */
}

.box-top {
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	color: white;
	text-align: center;
	width: 100%;
	background-color: gray;
	text-shadow: 1px 1px black;
}