body {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #000000;
	margin: 0px;
	padding: 20px;
	background-color:#FFF;
}

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

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

/* TOP BUTTONS */

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

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

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

/* SIDE BOXES */

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

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

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

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

h2.insidebox {
	font-family: "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: 20px;
	line-height: 23px;
	margin-right: 20px;
}

h2 {
	font-size: 17px;
}

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

.commentbox {
	color: #003;
	background-color: #DDF;
	border: thin #000033 solid;
	float: inherit;
	margin: 2px 2px 2px 2px;
	padding: 4px 10px 4px 10px;
	text-align: inherit;
	width: 200;
}

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

.close {
	float: right;
}

.credited_pic_right {
	float: right;
	font-size: 9px;
	line-height: 9px;
	margin: 0px 0px 5px 10px;
	text-align: right;
	padding-top: 15px;
}

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

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

#main_zone {
	position: absolute;
	top: 125px;
	left: 266px;
	background-color: #FFF;
	max-width: 600px;
	padding: 20px;
}

#left_zone {
	position: absolute;
	top: 126px;
	left: 2px;
	width: 200px;
	margin: 20px;
	padding: 15px;
	background-color: #EEE;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}
