/*
Theme Name: TKT
Theme URI: 
Description: Designed for Thomas Kingsley Troupe
Version: 1.5
Author: Jared Ringold
Author URI: http://www.jaredringold.com
Tags: 
*/

@import "reset.css";

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
	display:block; 
	margin:0 auto 22px;
}

.alignleft { 
	float: left;
	margin: 0 20px 10px 0;
}

.alignright { 
	float:right;
	margin: 0 0 10px 20px;
}

.wp-caption { 
	padding: 0 10px 0 0;
	/*border-bottom: 2px solid #dbdbdb;*/
	background: #dbdbdb;
}

.wp-caption a {
	border: none;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	color: #555;
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #111;
	background: #FFF;
}

a {
	color: #890000;
	text-decoration: none;
	outline: none;
	/*border-bottom: 1px solid;*/
}

	a:hover {
		color: #000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
}

h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 22px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 22px;
}

h2.subhead {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(images/h2-red-bar.png) left center no-repeat;
	margin-bottom: 40px;
}

	h2 a {
		color: #111;
		border: none;
	}
	
	h2 a:hover {
		color: #890000;
		/*border-bottom: 2px solid;*/
	}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 22px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 22px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: normal;
}

p {
	font-size: 14px;
	margin-bottom: 22px;
}

#content p:first-child:first-line {
	text-transform: uppercase;
}

#content ul {
	margin: 22px 30px;
}

#content ul li {
	list-style-type: square;
}

#content ol {
	margin: 22px 30px;
}

#content ol li {
	list-style-type: decimal;
}

blockquote {
	font-style: italic;
	padding-left: 10px;
	border-left: 5px solid #dbdbdb;
	margin: 22px 0;
}

#content cite {
	display: block;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

pre, code {
	font-family: "Courier New", Courier, monospace;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

sup, sub {
	font-size: 9px;
	line-height: 0;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}
	
table {
	margin: 20px auto;
}

	th {
		padding: 5px;
		border-bottom: 1px solid #dbdbdb;
	}
	
	td {
		padding: 5px;
		color: #555;
	}
	
form input[type="text"] {
	font-size: 14px;
	height: 20px;
	width: 288px;
	padding: 5px;
	border: 1px solid #dbdbdb;
	background: #fff;
}
		
form label {
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	width: 300px;
}

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 608px;
	height: 150px;
	padding: 5px;
	border: 1px solid #dbdbdb;
}	

form p {
	font-size: 12px;
	margin-bottom: 11px;
}


#head-wrap {
	width: 100%;
	border-bottom: 10px solid #890000;
}

	#head {
		width: 940px;
		height: 167px;
		margin: 0 auto;
		padding: 0 10px;
	}
	
		.title {
			width: 300px;
			height: 88px;
			float: left;
			margin: 40px 0 0 0;
			background: url(images/tkt-logo.png) no-repeat;
			
			text-indent: -10000px;
		}
		
			.title h1 {
				width: 300px;
				height: 88px;
			}
			
				.title h1 a {
					display: block;
					width: 300px;
					height: 88px;
					padding-bottom: 5px;
					border-bottom: 5px solid #ffffff;
				}
				
				.title h1 a:hover {
					border-bottom: 5px solid #890000;
				}
	
		.menu {
			float: right;
		}
		
			.menu ul {
				list-style-type: none;
			}
			
				.menu li {
					display: inline;
					float: left;
				}
			
				.menu a {
					display: block;
					margin: 35px 10px 0;
					padding: 2px 0 3px;
					border: none;
					
					font-size: 14px;
					line-height: normal;
					color: #555;
					text-transform: uppercase;
					text-decoration: none;
				}
				
				.menu a:hover {
					border-bottom: 5px solid #890000;
					color: #000;
				}
				
				.menu a:active {
					color: #890000;
				}
				
				.menu li.current_page_item a,
				.menu li.current_page_parent a {
					margin: 0;
					padding: 37px 10px 3px;
					background: #890000;
					border-bottom: 5px solid #890000;
					color: #fff;
				}
				
#banner-wrap {
	width: 100%;
	background: #dbdbdb;
	border-top: 10px solid #890000;
}

	#banner {
		width: 940px;
		margin: 0 auto;
		padding: 20px 10px;
	}
	
	#banner h1 {
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 36px;
		font-weight: normal;
		color: #000;
		line-height: 40px;
		margin: 0;
	}
	
	.home #banner h1 {
		text-align: center;
	}
	
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 66px 10px 0;
}

	#content {
		float: left;
		width: 620px;
	}
	
	#content-home {
		940px;
	}
	
	.blog #content,
	.single #content,
	.search #content,
	.archive #content {
		width: 700px;
	}
	
	#sidebar {
		float: right;
		width: 300px;
		margin-bottom: 40px;
	}
	
	.blog #sidebar,
	.single #sidebar,
	.search #sidebar,
	.archive #sidebar {
		width: 220px;
	}
	
		#sidebar h2,
		.front-page h2,
		.linkcat h2,
		.group-description h2 {
			position: relative;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 20px;
			line-height: 22px;
			font-weight: normal;
			text-transform: uppercase;
			padding-left: 20px;
			/*border-left: 10px solid #890000;*/
			background: url(images/h2-red-bar.png) left center no-repeat;
		}
		
		#sidebar h2 {
			margin-bottom: 0;
		}
		
		#sidebar h2.list {
			margin-bottom: 11px;
		}
		
		#sidebar img {
			padding: 10px;
			/*margin-bottom: 40px;*/
			background: #dbdbdb;
		}
		
		.tag-cloud {
			line-height: 22px;
			margin-bottom: 44px;
			margin-left: 20px;
		}
		
			.tag-cloud a {
				color: #555;
			}
			
			.tag-cloud a:hover {
				color: #000;
				background: #dbdbdb;
			}
	
		#sidebar ul ul {
		margin: 0px 0 44px;
		}
		
			#sidebar li li a {
				padding-left: 20px; 
				border: none;
				color: #555;
			}
			
			.page #sidebar li li a,
			.single-book #sidebar li li a {
				display: block;
				padding-left: 30px;
				text-indent: -10px;
			}
			
			#sidebar li li a:hover {
				background: url(images/li-a-red-bar.png) left 3px no-repeat;
				color: #000;
			}
			
			.page #sidebar li li a:hover {background-position: left 6px;}
			
		#sidebar div.sidebar-image {
			margin-bottom: 40px;
			padding: 10px;
			background: #dbdbdb;
		}
		
			#sidebar div.sidebar-image img {
				padding: 0;
			}
			
			#sidebar div.sidebar-image p {
				font-size: 12px;
				line-height: 16px;
				font-style: italic;
				text-align: center;
				margin: 10px 0 0 0;
			}
	
.post img {
	padding: 10px;
	background: #dbdbdb;
}

	.post a img {
		border: none;
	}

	.post a:hover img{
		background: #cbcbcb;
	}

.post {
	margin-bottom: 66px;
}

	.home .book-cover p a:hover,
	.film #sidebar a:hover,
	.post p a:hover,
	.book p a:hover,
	.film p a:hover {
		border-bottom: 2px solid #890000;
	}
	
	.blog .post,
	.single .post,
	.archive .post {
		width: 460px;
		_width: 450px;
		margin: 0 0 66px 240px;
	}
	
	.search .post,
	.search .page,
	.single-film .post,
	.single-book .post {
		width: 700px;
		margin: 0 0 66px 0;
	}

.post-meta {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
}

	.post-meta p {
		margin: 0;
	}
	
	.post-date {
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
		.post-date a {
			color: inherit;
			border: none;
		}
	
	.post-meta-name {
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		color: #555;
	}
	
		.post-meta-name span {
			font-weight: bold;
			text-transform: uppercase;
			font-style: normal;
			color: #111;
		}
	
		.post-meta-name a {
			border: none;
			color: #555;
		}
		
		.post-meta-name a:hover {
			color: #000;
		}
		
a.continue {
	font-weight: bold;
	padding: 5px 10px;
	background: #dbdbdb;
	color: #890000;
}

a.continue:hover {
	background: #cbcbcb;
}

.post a.continue:hover {
	background: #cbcbcb;
	border: none;
}

.child-content {
	/*margin-bottom: 66px;*/
}

.child-content-photos {
	float: left;
	width: 620px;
}

.post-navigation {
	width: 460px;
	margin-left: 240px;
}

.search .post-navigation {
	width: 700px;
	margin: 0;
}

	#content .post-navigation {
		margin-bottom: 66px;
	}

	.post-navigation a {
		border: none;
	}

	.prev-link {
		float: left;
	}
	
	.next-link {
		float: right;
	}
	
	
#comments-wrap {
	width: 100%;
	background: #dbdbdb;
}

	#comments-block {
		width: 940px;
		margin: 0 auto;
		padding: 66px 10px;
	}
	
		#comments-block h2 {
			float: left;
			width: 200px;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 20px;
			line-height: 22px;
			font-weight: normal;
			text-transform: uppercase;
			padding-left: 20px;
			margin: 0 20px 22px 0;
			/*border-left: 10px solid #890000;*/
			background: url(images/h2-red-bar.png) left center no-repeat;
		}	
		
		#comments-block h3#comments {
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: normal;
			width: 700px;
			margin: 0 0 22px 240px;
		}
		
		#respond h3 {
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: normal;
			margin: 22px 0;
		}
	
	ol.commentlist {
		width: 700px;
		margin: 22px 0;
	}
	
		li.comment {
			margin-bottom: 22px;
		}
		
			li.comment p {
				margin-bottom: 22px;
			}
			
		li.bypostauthor .comment-author {
			/*padding: 10px;
			margin: -10px;
			background: #efefef;*/
		}
		
		.comment-text {
			width: 460px;
			float: right;
		}
	
		.comment-author {
			float: left;
			width: 220px;
			margin: 0 20px 0 0;
			font-weight: bold;
		}
		
			cite.fn {
				font-weight: bold;
			}
		
			img.avatar {
				float: left;
				border: 2px solid #000;
				margin: 2px 10px 0 0;
			}
		
		.comment-meta {
			font-size: 10px;
			font-weight: normal;
			font-style: italic;
			margin-left: 46px;
		}
		
			.comment-meta a {
				color: #555;
			}
			
			.comment-meta a:hover {
				color: #000;
			}
			
	#respond {
		width: 460px;
		margin-left: 240px;
	}
	
		#respond p {
			margin-bottom: 11px;
		}
	
		#respond input {
			font-size: 14px;
			height: 20px;
			width: 210px;
			padding: 5px;
			border: none;
			background: #fff;
		}
		
		#respond label {
			font-size: 12px;
			margin-left: 10px;
		}
		
		#respond textarea {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			width: 450px;
			height: 150px;
			padding: 5px;
			border: 0;
		}
	
#searchform {
	margin-bottom: 36px;
	background: url(images/search-bg.png) no-repeat;
}

	#searchform input#s {
		float: left;
		width: 160px;
		height: 20px;
		padding: 5px 10px 5px 10px;
		margin-left: 10px;
		background: none;
		border: none;
		font-size: 16px;
	} 
	
	#searchform input#searchsubmit {
		width: 30px;
		height: 30px;
		background: none;
		border: none;
		cursor: pointer;
		text-indent: -10000px;
	}
	
	
#foot-wrap {
	width: 100%;
	background: #000;
}

	#foot {
		width: 940px;
		margin: 0 auto;
		padding: 40px 10px;
		color: #FFF;
	}
	
		#foot a {
			color: #FFF;
			border-bottom: 1px solid;
		}
		
		#foot a:hover {
			color: #890000;
		}
		
		#foot h2 {
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: normal;
			text-transform: uppercase;
			padding-left: 20px;
			/*border-left: 10px solid #890000;*/
			background: url(images/h2-red-bar.png) left center no-repeat;
			margin-bottom: 11px;
		}
		
		#foot p {
			margin: 0 0 11px;
		}
			
		#foot a.rss,
		#foot a.twitter {
			font-weight: bold;
			border: none;
			padding-left: 20px;
			background: url(images/rss-icon.png) left 2px no-repeat;
		}
		
		#foot a.twitter {
			background: url(images/twitter-icon.png) left 2px no-repeat;
		}
	
		#foot ul.blogroll {
			margin: 0;
			margin-bottom: 22px;
		}
		
			#foot ul.blogroll li {
				margin: 0;
			}
	
			#foot ul.blogroll a {
				padding-left: 20px; 
				border: none;
			}
					
			#foot ul.blogroll a:hover {
				color: #FFF;
				background: url(images/li-a-red-bar.png) left 3px no-repeat;
			}
	
		.column {
			float: left;
			width: 300px;
			margin: 0 0 0 20px;
		}
		
		#foot .first,
		#wrapper .first {
			margin-left: 0;
		}
		
		#foot #twitter {
			margin-bottom: 22px;
		}
		
			#foot ul#twitter_update_list {
				padding: 0 20px;
				background: url(images/twitter-bg.png) left 2px no-repeat;
			}
			
				#foot ul#twitter_update_list li {
					margin-bottom: 11px;
				}
				
				#foot ul#twitter_update_list a {
					white-space: nowrap;
				}
			#foot #twitter iframe { margin-left: 20px; }
		
		#foot p.copyright {
			float: left;
			width: 300px;
			margin: 0;
			padding-top: 20px;
			/*border-top: 1px solid #111;*/
		}
		
		#foot p.credits {
			float: left;
			width: 300px;
			margin: 0 0 0 20px;
			padding-top: 20px;
			/*border-top: 1px solid #111;*/
		}
	
.front-page h3 {
	margin-bottom: 11px;
}	

	#wrapper.front-page {
		padding-bottom: 20px;	
	}
		
	.front-page h3 a {
		color: #000;
	}
	
	.front-page h3 a:hover {
		color: #890000;
	}
	
	.front-page li {
		margin-bottom: 40px;
	}
	
	.front-page img {
		padding: 10px;
		background: #dbdbdb;
	}
	
	.front-page a:hover img{
		background: #cbcbcb;
	}
	
	.screens {
		position: relative;
		height: 170px;
		width: 300px;
		overflow: hidden;
	}
	
	.mask-medium {
		position: absolute;
		height: 112px;
		width: 200px;
		border: 10px solid #dbdbdb;
		z-index: 99;
	}
	
	.mask-large {
		position: absolute;
		height: 150px;
		width: 280px;
		border: 10px solid #dbdbdb;
		z-index: 99;
	}
	
	a:hover .mask-medium,
	a:hover .mask-large {
		border-color: #cbcbcb;
	}
	
/*#blog-column {
	padding: 10px 10px 0;
	margin: -10px -11px 0px 9px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #dbdbdb;
}*/
	
/* Photos page styles */

.photo-gallery {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

	.photo-gallery h2 {
		margin-bottom: 0;
	}
	
.preview {
	position: relative;
	width: 300px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 20px;
}

.preview-mask {
	position: absolute;
	width: 280px;
	height: 210px;
	border: 10px solid #dbdbdb;
	background-position: left center;
	z-index: 99;
}

	.preview img {
		margin: 10px;
	}

a:hover .preview-mask {
	border-color: #cbcbcb;
}

.gallery img {
	margin: 0 20px 20px 0;
}

	.gallery .last img {
		margin-right: 0;
	}



/* Books page styles */

.page-template-page-books-php #content {
	width: 460px;
}

.page-template-page-books-php #sidebar {
	width: 460px;
}

.book {
	position: relative;
	float: left;
	width: 460px;
	margin-bottom: 66px;
}

.odd-column {
	margin-right: 20px;
}

	.book h2 {
		font-style: italic;
	}
	
.book img {
	padding: 10px;
}

	.book a img:hover {
		background: #cbcbcb;
	}

.book-cover {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 20px 10px 0;
	background: #dbdbdb;
	padding-bottom: 10px;
}

	.front-page .book-cover {
		margin: 0;
	}

	.home .book-cover p,
	.book-description .book-cover p,
	.single-book .book-cover p {
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	
.book-description {
	width: 460px;
}

	.book-description h2,
	.book-description p {
		margin-left: 240px;
	}

p.back-to-top {
	position: relative;
	float: right;
	clear: left;
	text-align: right;
	margin: -40px 0 0 0;
}

ul.toc1 {
	float: left;
	width: 220px;
	margin-right: 20px;
	font-style: italic;
}

ul.toc2 {
	float: right;
	width: 220px;
	font-style: italic;
}

.page-template-page-book-single-php #sidebar li li {
		font-style: italic;
	}

	
/* Films page styles */

body.page-template-page-films-php,
body.page-template-page-film-single-php,
body.single-film {
	background: #000;
	color: #EEE;
}

	/*.page-template-page-films-php #content {
		width: 460px;
	}
	
	.page-template-page-films-php #sidebar {
		width: 460px;
	}*/

	.page-template-page-films-php .title,
	.page-template-page-film-single-php .title,
	.single-film .title {
		background: url(images/tkt-logo-black.png) no-repeat;
	}
	
		.page-template-page-films-php .title h1 a,
		.page-template-page-film-single-php .title h1 a,
		.single-film .title h1 a {
			border-bottom-color: #000;
		}
		.page-template-page-films-php .title h1 a:hover,
		.page-template-page-film-single-php .title h1 a :hover,
		.single-film .title h1 a :hover {
			border-bottom-color: #890000;
		}
		
	.page-template-page-films-php .menu a,
	.page-template-page-film-single-php .menu a,
	.single-film .menu a {
		color: #bbb;
	}
	
	.page-template-page-films-php .menu a:hover,
	.page-template-page-film-single-php .menu a:hover,
	.single-film .menu a:hover {
		border-bottom: 5px solid #890000;
		color: #FFF;
	}
	
	.page-template-page-films-php #wrapper a,
	.page-template-page-film-single-php #wrapper a,
	.single-film #wrapper a {
		color: #d90000;
	}
	
	.page-template-page-films-php #wrapper a:hover,
	.page-template-page-film-single-php #wrapper a:hover,
	.single-film #wrapper a:hover {
		color: #fff;
		border-bottom: 2px solid #890000;
	}
	
	.page-template-page-film-single-php #sidebar a:hover,
	.single-film #sidebar a:hover {
		color: #fff;
		border-bottom: 0px solid #890000;
	}
	
	.page-template-page-films-php #wrapper h2,
	.page-template-page-films-php #wrapper h3,
	.page-template-page-films-php #wrapper h4,
	.page-template-page-films-php #wrapper h5,
	.page-template-page-films-php #wrapper h6,
	.page-template-page-film-single-php #wrapper h2,
	.page-template-page-film-single-php #wrapper h3,
	.page-template-page-film-single-php #wrapper h4,
	.page-template-page-film-single-php #wrapper h5,
	.page-template-page-film-single-php #wrapper h6,
	.single-film #wrapper h2,
	.single-film #wrapper h3,
	.single-film #wrapper h4,
	.single-film #wrapper h5,
	.single-film #wrapper h6 {
		color: #fff;
	}
	
	p.notice {
		width: 620px;
		padding-left: 20px;
		margin-bottom: 44px;
		/*border-left: 10px solid #890000;*/
		background: url(images/h2-red-bar.png) left 3px no-repeat;
	}
	
	.film {
		position: relative;
		margin-bottom: 66px;
	}
	
	.film h2 {
		font-style: italic;
	}
	
	.film-description {
		position: relative;
		width: 620px;
	}
	
	.film-embed {
		position: relative;
		float: right;
		width: 620px;
		margin: 0 -320px 20px 20px;
	}
	
	.group-description {
		padding: 22px 40px 1px;
		margin: 0 0 66px 0;
		background: #DBDBDB;
	}
	
		.page-template-page-films-php .group-description {
			background: #111;
		}
	
.page-template-page-films-php #foot-wrap,
.page-template-page-film-single-php #foot-wrap,
.single-film #foot-wrap {
	width: 100%;
	background: #dbdbdb;
}

	.page-template-page-films-php #foot,
	.page-template-page-film-single-php #foot,
	.single-film #foot {
		width: 940px;
		margin: 0 auto;
		padding: 40px 10px;
		color: #000;
	}
	
		.page-template-page-films-php #foot a,
		.page-template-page-film-single-php #foot a,
		.single-film #foot a {
			color: #000;
			border-bottom: 1px solid;
		}
		
		.page-template-page-films-php #foot a:hover,
		.page-template-page-film-single-php #foot a:hover,
		.single-film #foot a:hover {
			color: #890000;
		}
		
	.page-template-page-films-php #foot ul.blogroll a:hover,
	.page-template-page-film-single-php #foot ul.blogroll a:hover,
	.single-film #foot ul.blogroll a:hover {
		color: #000;
	}
		
	.page-template-page-films-php #foot a.rss,
	.page-template-page-film-single-php #foot a.rss,
	.single-film #foot a.rss,
	.page-template-page-films-php #foot a.twitter,
	.page-template-page-film-single-php #foot a.twitter,
	.single-film #foot a.twitter {
		border: none;
	}
	
	.page-template-page-films-php #foot a.twitter,
	.page-template-page-film-single-php #foot a.twitter,
	.single-film #foot a.twitter {
		border: none;
	}
	
	.page-template-page-films-php #foot ul#twitter_update_list,
	.page-template-page-film-single-php #foot ul#twitter_update_list,
	.single-film #foot ul#twitter_update_list {
		background: url(images/twitter-bg-black.png) left 3px no-repeat;
	}

.page-template-page-film-single-php #sidebar,
.single-film #sidebar {
	/*margin-top: 415px;*/
}

	.page-template-page-film-single-php #sidebar li li,
	.single-film #sidebar li li {
		font-style: italic;
	}
	
	.page-template-page-film-single-php #sidebar li li a,
	.single-film #sidebar li li a {
		color: #555;
	}
	
	.page-template-page-film-single-php #sidebar h2 a,
	.single-film #sidebar h2 a {
		color: #fff;
	}
	
	.page-template-page-film-single-php #sidebar h2 a:hover,
	.single-film #sidebar h2 a:hover {
		color: #890000;
	}
	
	.page-template-page-film-single-php #wrapper a.continue,
	.single-film #wrapper a.continue {
		color: #890000;
		border: 0;
	}

p.youtube {
	text-align: right;
	margin: 22px 0;
}


/* Links styles */

ul.blogroll {
	position: relative;
	margin: 0 -10px;
}

	ul.blogroll li {
		float: left;
		width: 300px;
		margin: 0 10px;
	}
	
	ul.blogroll li a {
		color: #555;
		padding-left: 20px; 
		border: none;
	}
	
	ul.blogroll li a:hover {
		color: #000;
		background: url(images/li-a-red-bar.png) left 3px no-repeat;
	}

li.linkcat {
	position: relative;
	margin-bottom: 44px;
}

	li.linkcat h2 {
		margin-bottom: 11px;
	}

	
/*  Contact Form styles  */

span.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-not-valid-tip {
	left: 320px !important;
	top: 0 !important;
	color: #890000;
	padding: 5px 0 !important;
	border: none !important;
	background: none !important;
	font-size: 12px !important;
}

.wpcf7-response-output,
.wpcf7-validation-errors, 
.wpcf7-mail-sent-ng,
.wpcf7-mail-sent-ok,
.wpcf7-spam-blocked {
	margin: 22px 0 !important;
	padding: 0 0 0 20px !important;
	border: none !important;
	font-weight: bold;
	background: url(images/h2-red-bar.png) left center no-repeat;
}

img.wpcf7-captcha-security-check {
	padding: 2px;
	float: left;
}

form input.captcha {
	width: 200px;
}


/*   WP-Polls styles   */

.wp-polls {
	border-top: 2px solid #DBDBDB;
	border-bottom: 2px solid #DBDBDB;
	background: #DBDBDB;
	padding: 20px 22px 0;
	margin-bottom: 20px;
}

.wp-polls .wp-polls {
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}

#content .wp-polls-ul {
	margin: 22px 8px;
}

.wp-polls .Buttons {
	border-color: #DBDBDB;
}

.wp-polls-loading { 
	line-height: 22px;
	margin-bottom: 22px;
}

.wp-polls-loading img {
	background: none;
	padding: 0;
	vertical-align: middle;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorBox{background:#fff;}
    #cboxTopLeft{width:10px; height:10px; background:#fff;}
    #cboxTopCenter{height:10px; background:#fff;}
    #cboxTopRight{width:10px; height:10px; background:#fff;}
    #cboxBottomLeft{width:10px; height:10px; background:#fff;}
    #cboxBottomCenter{height:10px; background:#fff;}
    #cboxBottomRight{width:10px; height:10px; background:#fff;}
    #cboxMiddleLeft{width:10px; background:#fff;}
    #cboxMiddleRight{width:10px; background:#fff;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:40px;}
        #cboxTitle{position:absolute; bottom:20px; left:0; background:#fff; padding-top:10px; text-align:center; width:100%; color:#555; font-size:12px; line-height: 120%; font-weight:bold; font-style:italic;}
        #cboxCurrent{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; font-size:12px; line-height:20px;}
		#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{background:url(images/controls.png) 0px 0px no-repeat; text-indent:-9999px;}
        .cboxSlideshow_off #cboxSlideshow{position:absolute; bottom:0px; right:54px; width:33px; height:20px; background-position: -134px 0px;}
			.cboxSlideshow_off #cboxSlideshow:hover{background-position: -134px -20px;}
		.cboxSlideshow_on #cboxSlideshow{position:absolute; bottom:0px; right:54px; width:33px; height:20px; background-position: -167px 0px;}
			.cboxSlideshow_on #cboxSlideshow:hover{background-position: -167px -20px;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; width:45px; height:20px; background-position: 0px 0px;}
			#cboxPrevious:hover{background-position: 0px -20px;}
        #cboxNext{position:absolute; bottom:0px; left:55px; width:45px; height:20px; background-position: -45px 0px;}
			#cboxNext:hover{background-position: -45px -20px;}
        #cboxLoadingOverlay{background:url(images/loading.gif) center center no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; width:44px; height:20px; background-position: -90px 0px;}
			#cboxClose:hover{background-position: -90px -20px;}
