/*
Theme Name: The Perfect Host
Theme URI: http://wordpress.org/
Description: The Perfect Host
Version: 1.0
Author: Michael Lythcott
Author URI: http://indierockmedia.com/

*/

/*--------------------------------------------------------------------------------------------------------------------------*/
/*- RESET - Courtesy of Eric Meyer's CSS Reset Awesomeness: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ---*/
/*--------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: black;}
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {quotes: "" "";}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}


/* Begin GENERIC */

html { background-color: #000; }

body {
	font-size: 13px; 
	line-height: 20px;
	font-family: helvetica, arial, verdana, tahoma, "trebuchet ms", san-serif;
	text-align: left;
	color: #cfd1bd;
	margin: 0;
	background: url(images/background.jpg) no-repeat top #000;
}
	body.home { background: url(images/background_short.jpg) no-repeat top #000; }
	
a, a:visited, strong a, a strong { color: #cc9933; text-decoration: none; }
a:hover { color: #fdb015; text-decoration: none; }
a img { border: none; }
p { margin: 0 0 15px 0; clear: both; }
p span { color: #cc9933; }

/* begin headers */
h1, h2, h3, h4, h5, h6 { font-weight: bold; padding: 0; margin: 0 0 14px 0; }
h1 { font-size: 22px; }
h1, h1 a, h1 a:hover, h1 a:visited { text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {  }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }
h3.comments { }
h2.pagetitle, h2.widgettitle { font-size: 22px; height: auto; line-height: 40px; margin: 0 0 20px 0; padding: 0; color: #fff; border-bottom: 2px solid #b38828; text-transform: uppercase; }
	body.single h2.pagetitle { font-size: 16px; line-height: 32px; padding: 0 0 4px 0; }
h4, h5, h6 { font-size: 14pt; }
/* end headers */

/* begin images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
/* end images */

small, .nocomments, .postmetadata, blockquote, strike { color: #b5dfdf; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; cursor: help; }
small { font-size: 12px; margin-bottom: 7px; display: block; }
strong { font-weight: bold; color: #fff; }
em { font-style: italic; }
/* End GENERIC */


/* BEGIN STRUCTURE */

#page {
	margin: 0px !important;
	padding: 0;
	width: 100%;
	height: 100%;
}
	
#header {
	margin: 0;
	padding: 0px;
	height: 190px;
	width: 100%;
	background: url(images/navback.jpg) repeat-x top;
}

.navwrapper {
	clear: both;
	width: 718px;
	height: 54px;
	padding: 0;
	margin: 0 auto;
}

.nav { 
	width: 718px;
	height: 54px;
	padding: 0;
	margin: 0;
	background: url(images/nav.jpg) no-repeat top left;
}

.nav ul {
	width: 718px;
	height: 54px;
	margin: 0;
	float: leftt;
  }
  
  .nav ul li { 
  	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	height: 54px;
  }
  
  	.nav ul li a { display: block; text-indent: -9999px; outline: 0; height: 54px; }
	
	.nav ul li.nav_trailer a { width: 131px; }
	.nav ul li.nav_about a { width: 117px; }
	.nav ul li.nav_news a { width: 111px; }
	.nav ul li.nav_cast a { width: 228px; }
	.nav ul li.nav_gallery a { width: 131px; }
	
	.nav ul li.nav_trailer a:hover { background: url(images/nav.jpg) no-repeat 0 -54px; }
	.nav ul li.nav_about a:hover { background: url(images/nav.jpg) no-repeat -131px -54px; }
	.nav ul li.nav_news a:hover { background: url(images/nav.jpg) no-repeat -248px -54px; }
	.nav ul li.nav_cast a:hover { background: url(images/nav.jpg) no-repeat -359px -54px; }
	.nav ul li.nav_gallery a:hover { background: url(images/nav.jpg) no-repeat -587px -54px; }
	
	.nav ul.cat_home li.nav_trailer a { background: url(images/nav.jpg) no-repeat 0 -108px; }
	.nav ul.cat_about li.nav_about a { background: url(images/nav.jpg) no-repeat -131px -108px; }
	.nav ul.cat_news li.nav_news a { background: url(images/nav.jpg) no-repeat -248px -108px; }
	.nav ul.cat_cast li.nav_cast a { background: url(images/nav.jpg) no-repeat -359px -108px; }
	.nav ul.cat_gallery li.nav_gallery a { background: url(images/nav.jpg) no-repeat -587px -108px; }
	.nav ul.cat_none li.nav_news a { background: url(images/nav.jpg) no-repeat -248px 0; }
	
#headerimg {
	margin: 0 auto;
	height: 30px;
	width: 950px;
	overflow: hidden;
	clear: both;
}

#headerimg h1 { margin: 0; }

#headerimg h1 a { 
	display: block; 
	width: 100px; 
	height: 30px;
	margin: 0; 
	padding: 0;  
	text-indent: -9999px;
	outline: none;
	background: url(images/new_logo.gif) no-repeat top left;
	float: left;
}

.description { display: block; width: 845px; height: 30px; float: left; text-indent: -9999px; outline: none; }

.subheader a { display: block; width: 950px; height: 106px; clear: both; margin: 0 auto; padding: 0; background: url(images/perfect_host.jpg) no-repeat top; text-indent: -9999px; outline: none; }

#wrapper { width: 910px; margin: 0 auto; padding: 0 20px; }
body.home #wrapper { width: 950px; margin: 0 auto; padding: 0; }

/* index */

.trailer {
	width: 950px;
	height: 335px;
	background: url(images/home_middle.jpg) no-repeat top;
	padding-top: 40px;
	text-align: center;
}

.home-links { clear: both; padding-left: 205px; width: 540px; height: 130px; }
.home-links h3 { font-size: 16px; margin: 0 0 12px 0; padding: 0 0 12px 0; border-bottom: 1px solid #333; font-weight: normal; text-transform: uppercase; }
.home-links h3 a { font-weight: bold !important;}

/* cast */

.small_table { font-size: 11px; color: #b38828; margin-bottom: 15px; clear: both; width: 540px; }
.small_table td { padding: 0 0 5px 0; }
.small_table span { color: #ccc; }
.small_table strong { color: #eee; font-size: 12px; }

.cast_item { width: 540px; height: auto; border-bottom: 2px solid #b38828; padding: 0; margin-bottom: 15px; }
.cast_item .cast_photo { width: 110px; float: left; }
.cast_item .cast_photo img { border: 2px solid #b38828; }
.cast_item .cast_info { width: 428px; font-size: 12px; line-height: 18px; float: right; }
.cast_item .cast_info h3 { font-weight: bold; font-size: 14px; margin: 0 0 10px 0; color: #fff; }
.cast_item p { margin-bottom: 12px; }

/* end */

.narrowcolumn, .widecolumn {
	float: left;
	padding: 20px;
	margin: 25px 0 0 0;
	width: 540px;
	background-color: #000;
}

.fullwidth {
	width: 950px;
	height: auto;
	clear: both;
	padding: 0; 
	margin: 0;
}

/* Begin Sidebar */
#sidebar { padding: 0; margin: 25px 0 0 0; width: 310px; float: right; }
#sidebar h2 { margin: 0 0 15px 0; padding: 0; font-size: 16pt; color: #fff; text-transform: uppercase; font-weight: bold; }
#sidebar form { margin: 0; }

#sidebar ul, #sidebar ul ol {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 25px 0;
	padding: 20px;
	font-size: 12px;
	background-color: #000;
}

#sidebar ul p, #sidebar ul select { margin: 0 0 12px 0; }
#sidebar ul ul, #sidebar ul ol { margin: 0; }
#sidebar ul ul ul { margin: 0; }

#sidebar ul ul li, #sidebar ul ol li { 
	padding: 0 0 12px 0;
	margin: 0;
}

/* End Sidebar */

#footer {
	padding: 40px 0 20px 0;
	margin: 0;
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

	#footer .bottom_links {
		width: 360px;
		height: 59px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
		
		.bottom_links a { display: block; height: 39px; margin: 0; padding: 0 5px; text-indent: -9999px; outline: none; float: left; } 
		.bottom_links a.imdb { width: 81px; background: url(images/imdb.gif) no-repeat top; }
        .bottom_links a.facebook { width: 201px; background: url(images/join_facebook.gif) no-repeat top; display: none; }
		.bottom_links a.twitter { width: 206px; background: url(images/follow_twitter.gif) no-repeat top; display: none; }
		.bottom_links a.signup { width: 192px; background: url(images/subscribe_news.gif) no-repeat top; }
		.bottom_links a.showtimes { width: 144px; background: url(images/showtimes.gif) no-repeat top; }
		.bottom_links a:hover { opacity:0.7;filter:alpha(opacity=70); }

	#footer .bottomtext {
		width: 834px;
		height: 90px;
		margin: 0 auto;
		padding: 0px 0 15px 0;
		background: url(images/bottomtext.gif) no-repeat top left;
		clear: both;
	}

	#footer p { font-size: 11px; clear: both; color: #353535; }

body.home #footer { padding-top: 30px; }	
	

/* MAIN CONTENT */

.narrowcolumn .entry, .widecolumn .entry { }
.narrowcolumn .postmetadata { text-align: center; }

.post {
	margin: 0 0 45px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #b38828;
	text-align: left;
	clear: both;
}
	body.page .post { border: 0; margin-bottom: 25px; }
	
.entry { clear: both; margin: 0; padding: 0; }
.fullwidth .post { margin-bottom: 0; }
.widecolumn .post  { margin: 0; }

.post-img {
	padding: 0;
	margin: 5px 0 15px 0
}

p.time span { font-size: 13px; font-weight: bold; margin: 0 0 12px 0; color: #777; font-style: oblique; }

.share { clear: both; padding: 10px 0 5px 0; }

.narrowcolumn .postmetadata {  }
.widecolumn .postmetadata {  }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment { text-align: center; margin: 5px 0px; }
.postmetadata { clear: both; }

ul.opts{
	padding: 7px 0 0 0;
	margin: 0;
	list-style:none;
	width: auto;
	height: 18px;
	clear: both;
	color: #777;
}

ul.opts li{
	display:inline;
	font-size: 10px;
	padding:0;
	margin: 0;
	font-family: helvetica, arial, verdana, trebuchet, "trebuchet ms", tahoma, san-serif;
}

div.navigation { width: 540px; height: 35px; line-height: 35px; clear: both; padding: 20px 0 10px 0; }
div.navigation div.alignleft { float: left; }
div.navigation div.alignright { float: right; }

/* archive pages */

.video_archive {
	width: 297px;
	height: 250px;
	float: left;
	margin: 0;
}

.video_archive .video_info { width: 297px; margin: 0; padding: 0; height: auto; }
.video_archive .video_info img { float: none; border: 3px solid #505338; margin: 0 0 8px 0; }
.video_archive .post { background: none; }

.last { float: right; }

/* MISC */

hr { 
	color: #accdcd;
	background-color: #accdcd;
	height: 5px;
	clear: both;
	margin: 25px 0;
	border: 0;
}

/* compact archives */
	span.emptymonth { color: #6e705c; font-size: 10px; margin: 0 1px; }
	#sidebar ul.compact_archive li.widget_text h2.widgettitle { margin-bottom: 10px; }
	#sidebar ul.compact_archive li.widget_text a { font-size: 10px; }
	
/* twitter widget pro */
	#sidebar ul li.widget_twitter ul li { border-bottom: 1px solid #242424; padding: 0 0 10px 0; margin: 0 0 10px 0; }
	#sidebar ul li.widget_twitter h2 {  }
	#sidebar ul li.widget_twitter ul li a { text-decoration: none; }
	#sidebar ul li.widget_twitter ul li a:hover {  }
	
/* Category Posts */
#sidebar ul li.widget_categoryposts ul li, #sidebar ul li.widget_advancedrecentposts ul li {  }

/* END STRUCTURE */



/* Begin Form Elements */
#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }
#sidebar #searchform #s { width: 108px; padding: 2px;}
#sidebar #searchsubmit { padding: 1px; }
.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center;}
select { width: 130px; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0;}
#commentform textarea { width: 100%; padding: 2px;}
#commentform #submit { margin: 0; float: right; }
/* End Form Elements */



/* Begin Comments*/
.alt { background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;margin: 0; padding: 10px; }

.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; }
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
.commentlist li, #commentform input, #commentform textarea { }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right;border: 1px solid #eee; padding: 2px; background: #fff;}
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em;}
.commentlist p { }
#commentform p { }
.commentmetadata { font-weight: normal; }
/* End Comments */



/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em;}
/* End Various Tags & Classes*/



/* GALLERY BLOCKS */
  .gallery-item {
	  background-color: #222222;
	  padding: 5px 5px 0px 5px;
	  margin: 0px 10px 10px 0px;
	  width: 100px;
	  float: left;
  }
  
  .gallery-icon img { margin: 0 0 5px 0; }
  .gallery-caption { font-size: 11px; font-weight: normal; text-align: center; color: #777; }
  
    /* Captions */
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto;}
	
	.wp-caption { 
		text-align: center; 
		background-color: #000; 
		padding: 0px;
	    margin: 0px 10px 10px 0px;
		border: 1px solid #333333;
	}
	
	.wp-caption img { margin: 5px 5px 8px 5px; padding: 0; border: 0 none;}
	
	.wp-caption p.wp-caption-text { font-size: 11px; line-height: 16px; padding: 0; margin: 0 0 5px 0; color: #777; }
	/* End captions */
	
/* MISC */
body.page-id-2 li#text-4 { display: none; }




/*--------------------------------------------*/
/*- MISC -------------------------------*/
.floatLeft{ float: left !important; }
  .floatRight{ float: right !important; }
  .clear{ clear: both !important; }
  .clearLeft{ clear: left !important; }
  .clearRight{ clear: right !important; }

p.clear { padding-top: 8px; }

  .noMargin{ margin: 0 !important; }
  .noPadding{ padding: 0 !important; }

  .noShow{ display: none; }
  .marginTop { margin-top: 10px; }
  .marginTop15px { margin-top: 15px; }
  .marginTop5px { margin-top: 5px; }
  .marginTop20px { margin-top: 20px; }
  .marginBottom { margin-bottom: 10px; }
  .marginBottom20px { margin-bottom: 20px; }
  .marginBottom15px { margin-bottom: 15px; }
  .marginBottom5px { margin-bottom: 5px; }
  .marginRight { margin-right: 10px; }
  .marginLeft { margin-left: 10px; }
  .marginHeavy { display: block; margin: 10px 0 20px 0; }
  .marginThick { display: block; margin: 30px 0 20px 0; }
  .overflow_hidden { overflow: hidden; }
  .position_relative { position: relative; }
  .position_absolute { position: absolute; }

  .spaceRight{ margin-right: 10px !important; }
  .spaceLeft{ margin-left: 10px !important; }
  .legroom{ margin-bottom: 18px !important; }
	.lesslegroom{ margin-bottom: 10px; }
  .headroom{ margin-top: 18px !important; }
	.lessheadroom{ margin-top: 10px; }

  .withPadding{ padding: 10px; }
  .paddingTop{ padding-top: 10px !important; }
  .paddingBottom{ padding-bottom: 10px !important; }
  .paddingBottom15px { padding-bottom: 15px; }
  .paddingBottom20px { padding-bottom: 20px; }
  .paddingBottom5px { padding-bottom: 5px; }
  .paddingTopBottom{ padding-top: 10px !important; padding-bottom: 10px !important; }
  .paddingLeftRight{ padding-left: 10px !important; padding-right: 10px !important; }
  .paddingTopRightLeft { padding: 10px 10px 0 10px; }
  .paddingTop5px { padding-top: 5px; }
  .paddingTop15px { padding-top: 15px; }

  .center{ text-align: center !important; }
  .displayBlock { display: block; }
  .displayNone { display: none; }
  .borderless{
	border: none !important;
	margin: 0 !important;
  }
  .withBorder { border: 1px solid #777; }
  .hidden { display: none; }
  .end { margin: 0; padding: 0; }

.st_fblike_large { clear: both; }