body {
	margin: 0;
	padding: 0;
	/*font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6667em;
	background: #ffffff;
	background-image: url(./topbkg01.gif);
	background-repeat: repeat-x;
	color: #000000;
	}
a {
	color: #ff00c0;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #8F30BF;
	}
p a {
	border-bottom: 1px solid #333;
	}

::selection {
	background: #EABFFF;
	color: #000;
}
::-moz-selection {
	background: #EABFFF;
	color: #000;
}

h1, h2, h3 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 3em;
	line-height: 1.2222em;
	margin: 0 0 .6111em 0;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1em;
	margin: 0px;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.2222em;
	margin: 2.4444em 0 1.2222em;
	}
p {
	margin: 1.6667em auto;
	}
blockquote {
 	padding: 5px;
	background-color: #333333;
 	border: solid 1px #8f8f8f;
	}
hr {
	border: none;
	border-top: 1px solid #000;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Admin Controls */

#controls {
	background: #222;
	color: #FFF;
	line-height: 3.3333em;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 920px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin-right: 1em;
	}
#controls a:hover {
	text-decoration: underline;
	}

/* Header */

#header {
 	background-image: url(./logo.gif);
 	background-repeat: no-repeat;
 	background-position: top center;
	height: 70px;
	}
#header .header_box {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	}
#header h1 {
 	display: none;
	margin: 0;
	font-size: 4em;
	font-weight: normal;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	}
#header form {
	float: right;
	width: 200px;
	margin-top: 1.6667em;
	}
#header input {
 	margin-left: 5px;
	width: 190px;
	}

/* Wrapper */

#wrapper {
	width: 920px;
	margin: auto;
	}

/* Sidebar */

#sidebar {
 	padding: 5px 5px 5px 10px;
	width: 180px;
	float: right;
	/*font-family: Arial, sans-serif;*/
	background-color: #000000;
	color: #ffffff;
	}
#sidebar h1 {
	/*font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;*/
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6667em;
	margin: 1.6667em 0 0 0;
	}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .8em;
	}
#sidebar ul.nav {
	margin-top: 1.4em;
	font-size: 1em;
	/*text-transform: uppercase;
	letter-spacing: .1em;*/
	}

/* Content */

#content {
 	background-color: #000000;
 	color: #ffffff;
	width: 700px;
	float: left;
	padding: 10px;
	}

.date {
	/*float: left;*/
	/*width: 100px;*/
	clear: both;
	padding-left: 5px;
	/*font-size: .8em;
	font-weight: bold;*/
	background-color: #111111;
	color: #777777;
	
	}

.post {
 	/*margin: 5px;*/
 	padding: 5px;
	width: 600px;
	/*float: right;
	background-color: #ff0000;*/
	}

.post .first {
	border: none;
	}
.post .time {
	float: left;
	width: 100px;
	font-size: .8em;
	/*background-color: #222222;*/
	}
.post .body {
	float: left;
	/*background-color: #00ff00;*/
	width: 500px;
	margin: 0 0 3.3333em 0;
	}
.post .title {
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #8F30BF; 
	margin: 5px 0px 5px 0px;
	}
.post .info {
 	margin: 10px 0px 10px 0px;
	/*float: left;
	padding: 0px 0px 0px 5px;*/
	border-top: solid 1px #8F30BF;
	border-bottom: solid 1px #8F30BF;
	}
.post .controls {
	float: right;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.8333em;
	}
.post.quote blockquote p {
	margin-top: 0;
	}
.post.quote .source {
	text-align: right;
	display: block;
	margin: 1.6667em 0;
	}

/* Comments */

#comments {
	width: 500px;
	margin-left: 100px;
	margin-top: 3.3333em;
	}
ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments li {
	margin: 3.3333em 0;
	}
ol.comments blockquote {
	margin: 0;
	}
ol.comments cite {
	font-style: normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Inline Editing */

.inline_edit {
	background: #222;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	}
.inline_edit input[type="text"],
.inline_edit textarea {
	}
.inline_edit .more_options_link:link {
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	}
.inline_edit .more_options p input[type="text"] {
	}
.inline_edit .more_options p .sub {
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

/* Next/prev */

.nextprev {
	margin: 5px 5px 30px 5px;
	}

/* Paginate */

.paginate {
	text-align: center;
	margin-top: 3.3333em;
	}
.paginate a.next_page {
 	padding-right: 10px;
	float: right;
	}
.paginate a.prev_page {
 	padding-left: 10px;
	float: left;
	}
	
/* episode box */

.episode
{
	background-color: #000000;
	border: solid 1px #63004a;
	color: #ffffff;
	padding: 3px;
	margin: 5px;
}
.episode_disabled
{
	background-color: #a2a2a2;
	color: #cccccc;
	padding: 3px;
	margin: 2px;
}
.episode > div
{
	margin: 2px 2px 2px 2px;
}
.epImg
{
	padding: 0px 3px 3px 0px;
	float: left;
	width: 100px;
	height: 100px;
}
.epTitle
{
	font-size: 12px;
	font-weight: bold;
}
.epDetails
{
}
.epDetails > span
{
	padding-right: 10px;
	font-size: 9px;
	color: #3e3e3e;
}
.epRelDate
{
}
.epRunTime
{
}
.epDesc
{
	font-size: 11px;
}
.epIcons
{
	clear: both;
	font-size: 10px;
	border-top: solid 2px #63004a;
	color: #3e3e3e;
}
.epIcons > a
{
	color: #63004a;
}


/* Footer */

#footer {
	/*margin: 3.3333em 0 5em 0;*/
	padding: 30px 10px 15px 10px;
	}
#footer a {
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
	.starlets
{
 	margin: 0px 3px 3px 3px;
 	padding: 4px;
	border: solid 1px #ff00c0;
}
.starlet
{
 	float: left;
	width: 100px;
	margin: 1px;
	border: solid 1px #ff00c0;
	text-align: center;
}
.starletImg
{
	
}
.starletInfo
{
	font-weight: bold;
}
.starletInfo > div
{
	border-top: solid 2px #63004a;
}
.starletInfo > .rank
{
	background-color: #ff00c0;
	color: #000000;
}
.starletInfo > .name
{
	
}
.starletInfo > .officialSite
{
	
}
.tag
{
	width: 110px;
	margin: 3px 3px 0px 3px;
	padding: 2px;
	background-color: #ff00c0;
	color: #000000;
	font-weight: bold;
}