a {
	color: #91370F;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #91370F;
}
a:active {
	color: #91370F;
}

a.title {
	font-size: 14px;
	color: #91370F;
	text-decoration:none;
}
a.title:hover {
	font-size: 14px;
	color: #000000;
	text-decoration:underline;
}
a.title:visited {
	font-size: 14px;
	color: #91370F;
	text-decoration:none;
}
a.title:active  {
	font-size: 14px;
	color: #91370F;
	text-decoration:none;
}

body {
	background-color: #000;
}
div {
	font-size   : 13px;
	font-family : Arial, Helvetica, sans-serif;
}
p.pm {
	text-align  : center;
	padding     : 5px 0;
}
.copyright {
	font-size   : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.notes {
	font-size   : 10px;
}
.episode_title {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 24px;
	font-weight : bold;
	color       : #91370F;
}

.orange {color  : #91370F;}
.gold   {color  : #fed61c;}
.white  {color  : #fff;}
.red    {color  : #f00;}
.green  {color  : #090;}
.grey   {color  : #999;}

.outro {
	font-size   : 16px;
	margin      : 0 15px;
}

div.comment_item {
	padding       : 15px 15px 20px 15px;
	background    : url(design/frise-comment.gif) bottom no-repeat;
}

div.comment_item h3 {
	font-size     : 13px;
	font-weight   : normal;
	padding       : 0;
	margin        : 0;
	border-bottom : 1px dashed #91370F;
}
.taglist {
	padding       : 0px 10px 5px 10px;
	font-family   : Trebuchet MS;
	font-size     : 12px;
	color         : #FFF;
	line-height   : 16px;
}
.taglist a {
	color           : #fed61c;
	text-decoration : none;
}
.taglist a:hover {
	text-decoration : underline;
}
span.title {
	font-size : 14px;
}
.error{
	width       : 450px;
	border      : 1px dashed #F00;
	background  : #FFEAEA;
	padding     : 10px;
	margin      : 5px 0;
	color       : #F00;
	font-weight : bold;
}

.submit{
	background : #FED61C;
	border     : 1px solid #91370F;
	font       : 12px verdana;
	color      : #91370F;
}

.translation {
	width         : 590px;
	margin-bottom : 3px;
	padding       : 3px 3px 3px 6px;
	border        : 1px solid #FFF;
	background    : url(design/bg-translation.png) left repeat-y;
}
