/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #F8F5E9;
	background-image: url(../images/content-area-bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #491D00;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

/* /layout */



/* episode */

.e-title {
	color: #9A0000;
	font-size: 22px;
}

.e-info {
	color: #000000;
	font-size: 14px;
}

.e-desc {
	color: #760000;
	font-size: 11px;
	padding: 10px;
	text-align: justify;
}

/* /episode */



/* global links */

a:link {
	color: #491D00;
	text-decoration: underline;
}

a:visited {
	color: #491D00;
	text-decoration: underline;
}

a:hover {
	color: #9A0000;
	text-decoration: none;
}

a:active {
	color: #9A0000;
	text-decoration: underline;
}

/* /global links */



/* highlight */

.highlight img {
	border: 5px solid #488EB3;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */
