/*  
Theme Name: The Presidentials	
Theme URI: ThePresidentials.com
Description: The default Presidentials theme.
Version: 1.0
Author: Shaun Butler
Author URI: http://www.ThePresidentials.com
*/

body { 
	background-color: #666666;
	color: #333; 
	text-align:center;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }


/* NAV 
=Navigation
*/

#nav {
	clear:both;
	background: #ff0000;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#001ed4 url(nav-tab.gif) repeat-x;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 16px;
	border-right:1px solid #0016aa;
	border-left:1px solid #4a73fe;
	color:#fff;
	background:#001ed4 url(nav-tab.gif) repeat-x;
	font:bold 1.1em/2.5 verdana, arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a:hover,
#nav a:focus,
#nav a:active {background:#0312b3 url(nav-tab.gif) repeat-x 0 -150px}
#nav .sel a {background:#000072 url(nav-tab.gif) repeat-x 0 -300px}
#nav .sel a:focus {background:#0312b3 url(nav-tab.gif) repeat-x 0 -150px}
/* NAV END */    


#portrait {
	margin-top:-210px;
	margin-bottom: 30px;
	z-index: 2;
	text-align: left;
	height: 180px;
	padding: 0px;
}

#portrait img {
	line-height: 0pt;
	padding: 0px;
	margin: 0px;
}

#h_title
{
	float: right;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 485px;
	padding-top: 15px;
}

#h_title h1 {
	font-size: 48pt;
  	line-height: 32pt;
	margin: 0px 5px;
	padding: 0px;
}

#h_title h2 {
	font-size: 30pt;
  	line-height: 18pt;
	margin: 0px 50px;
	padding: 5px 0px;
}


	/* LAYOUT RELATED STYLE ------------------------------------ */
	h1 { font-size:18px; font-weight:bold; }
	#container { width:897px; margin:0px auto; padding: 50px 50px 20px 50px;}
	#header { 
		text-align:left; 
		border:solid 1px black; 
		height:155px; 
		padding:0;
		margin: 0;
		background: #fff url(top-bg.gif) repeat-x 0 0;
		z-index: 1;
	}
	
	#footer a {
		color: #999;
	}

	#wrapper {
		margin:0px auto; 
		text-align:left; 
		border-left:solid 1px black; 
		border-right:solid 1px black; 
		border-bottom:solid 1px black; 
		position:relative; 
		padding:0px; 
		height: 100%;
		background: #eee;
	}

	#wrapper h1 {
		color: #000099;
		margin-left: 15px;
		padding-top: 20px;
	}

	#wrapper h2 {
		color: #000099;
		font-weight: bold;
		font-size: 16px;
		margin-left: 15px;
		margin-top: 10px;
	}

	#episode {
		clear: both;
		padding: 15px;
	}

	/*  HOME PAGE */
	#episodevideo {
		height: 360px;
		valign: middle;
		text-align: center;
		padding-top: 5px;
	}

	#episodevideo p {
		margin: 0; 
		padding: 0;
		line-height: 0;
	}

	#episodevideodesc
	{
		float: right;
		width: 344px;
		height: 360px;
		padding: 0px 10px;
		border-left: dotted 2px black;
	}


	#episodedesc h1, #episodevideodesc h1
	{
		margin: 0px;
		padding: 0px;
		color: #CC0000;
		margin-bottom: 10px;
	}

	/*   EPISODE LIST */
	#episodethumb img {
		margin-right: 25px;
		border: solid 1px #0000cc; 
	}

	#episodedesc, 
	#biotext
	{
		float: right;
		width: 380px;
		padding: 0px 10px;
		border-left: dotted 2px black;
		background: #ddd;
	}
	
	#episodedesc h1, 
	#biotext h1
	{
		margin: 0px;
		padding: 0px;
		color: #CC0000;
		margin-bottom: 10px;
	}

	#episodelistspace
	{
		height: 20px;
	}

	/* Cast Page */
	#row {
		clear: both;
		padding: 15px;
	}

	#row img {
		margin-right: 25px;
	}

	#row h2 {
		margin-left: 0px;
		margin-bottom: 10px;
	}

	#biotext
	{
		width: 515px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#comment_container { width:897px; margin:0px auto; padding: 0 50px;}

#comment {
		margin:0px auto; 
		text-align:left; 
		border: solid 1px black; 
		position:relative; 
		padding:10px; 
		height: 100%;
		background: #eee;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}




/* 
	===================================
	>> CSS BUG HACKS                 <<
	===================================
*/
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
