﻿/*
Arctic Clay Color from Kuler.adobe.com

*/

body {
	margin: 0;
	padding: 0;
	/*background: #404041 url(../../Images/HeaderGradient.jpg) repeat-x left top;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #2d2b2c;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(../../images/img07.gif);
}

a {
	text-decoration: none;
	color: #2E2D22;  /*  Custom Color */
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

a.EpisodeHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2c;
	vertical-align: text-top;
	text-align: left;
}

a.QuickLink
{
	color: #404041;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	
}

a.UnderlineLink
{
	color: #97662c;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #8D8D8D;	
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


td.Caption
{
	font-size: 16px;
	font-weight: bold;
	color: #404041;
	vertical-align: text-top;
	text-align: center;
	height: 25px;
}

td.EpisodeDataItem
{
	font-size: 12px;
	font-weight: bold;
	color: #97662c;
	vertical-align: text-top;
	text-align: left;
}

td.EpisodeHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #2b2b2c	;
	vertical-align: text-top;
	text-align: left;
}


tr.GridHeader
{
	text-align: left;
	height: 25px;
	vertical-align: middle;
	padding-left: 4px;
	padding-bottom: 8px;
	background-color: #404041;
	color: #FFF;
	margin-left: 2px;
}
td.GridListItem
{
	border-bottom: 1px solid #CCC;
	padding-left: 4px;
	text-align: left;
	height: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #97662c;
}

/* Episode Divs */

#castContentContainer
{
	padding: 5px;
	border-width: thin;
	border-style: dashed;
	border-top-color: #696969;
	border-right-color: #696969;
	border-bottom-color: #696969;
	border-left-color: #696969;
}

#announcement
{	
    font-weight: bold;
    font-size: 18px !important;	
    text-align: center;
    position: relative;
    margin-bottom: 0px;    
    color: #2E2D22;
    padding: 0 0px 0 0;
    height: 25px;	
}

/* Header */

#logo 
{
	background-color: #404041;
	width: 100%;
	height: 108px;
	margin: 0 auto;
	padding:30px 0 12px 120px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	background: url(../../images/VerticalDashes.gif) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}

/* Wrapper */

#wrapper 
{

}

/* Page */

#page 
{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(../../images/BottomGradient.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content
{
	float: left;
	width: 555px;
	padding-right: 10px;
	padding-left: 10px;
}

.post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 110%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #8D8D8D;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	border-bottom: 1px dashed #8D8D8D;
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: #97662c url(../../images/LinkArrow.jpg) no-repeat left 50%;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(../../images/LinkArrow.jpg) no-repeat left top;
}
/* Sidebars */

.sidebar
{
	float: left;
	width: 175px;
	padding: 0px 15px 0px 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 0px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #8D8D8D;
	font-size: 16px;
	font-weight: normal;
	color: #97662c; /* Custom Color */
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	border: 1px solid #A49D3C;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Footer */

#footer {
	background: #252F33 url(../../images/BottomGradient.jpg) repeat-x left top;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Text Box Layout
----------------------------------------------------------*/

td.EditLabel
{
	width: 165px;
	text-align: left;
}

td.EditLabelError
{
	width: 165px;
	color: #DD0318;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

input.DataEdit
{
	border-width: 1px;
	border-left-width: 4px;
	border-color: #193441;
	background-color: #D3D3D3;	
}

textarea.DataEdit
{
	border-width: 1px;
	border-left-width: 4px;
	border-color: #193441;
	background-color: #D3D3D3;	
}
