/*
Theme Name: redblog
Theme URI: http://cohesivecc.com/
Description: A Custom Wordpress theme designed specifically for Redbox
Version: 1.0
Author: Cohesive Creative and Code, Inc.
Author URI: http://www.cohesivecc.com/
Tags: redblog, custom header, fixed width, two columns, widgets

	redblog v1.0
	
	This theme was designed by Shawn Hazen ( http://www.hazencreative.com/ )
	and built by Arend Miller ( http://www.cohesivecc.com/ )
*/


/* reset basic html elements */
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	}

a {
	color: #930d18;
	text-decoration: none;
	outline: none;
	}
	a:hover {
		text-decoration: underline;
		}
		
		a img {
			border: none;
			}

div.clear {
	clear: both;
	height: 1%;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
	}
	

/* Begin Typography & Colors */
body {
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #474747;
	background: #464649 url('images/bg-body.jpg') top center no-repeat;
	text-align: center;
	margin-top: 0px;
	}	
	
#page {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
	background: url("images/bg-main-split.gif") repeat-y top;
	position: relative;
	}

	

#header {
	height: 80px;
	background: url('images/bg-header.gif') repeat-x;
	position: relative;
	}
	
	#header h2#official-redbox {
		position: absolute;
		left: 261px;
		top: 50px;
		text-indent: -9999px;
		background: url('images/txt-official-blog.png') no-repeat;
		width: 142px;
		height: 10px;
		}
		
	#header a#redbox-logo {
		position: absolute;
		left: 410px;
		top: 43px;
		width: 52px;
		height: 17px;
		text-indent: -9999px;
		background: url('images/logo-redbox.png') no-repeat;
		cursor: pointer;
		}
	
	#header a#redblog-logo h1 {
		color: #930d18;
		text-transform: lowercase;
		font-size: 45px;
		position: absolute;
		left: 17px;
		top: 24px;
		text-indent: -9999px;
		background: url('images/logo-redblog.png') no-repeat;
		width: 188px;
		height: 50px;
		}
	
	#header a#feed {
		position: absolute;
		left: 638px;
		top: 9px;
		text-transform: uppercase;
		font-family: "Times New Roman", serif;
		font-size: 11px;
		font-weight: bold;
		text-indent: -9999px;
		width: 154px;
		height: 12px;
		background: url('images/btn-rss-feed.png') no-repeat;
		}
	
	#header #searchform {
		position: absolute;
		left: 638px;
		top: 40px;
		}
		
		#searchform input#s {
			color: #474747;
			background-color: #eee;
			border-width: 0px;
			width: 196px;
			height: 14px;
			padding: 4px;
			}
		#searchform button#searchsubmit {
			border: 0px;
			padding: 3px 9px;
			margin: 0px 0px 0px 4px;
			position: relative;
			top: 1px;
			background: #aa101a url('images/btn-go.gif') no-repeat;
			width: 40px;
			height: 22px;
			text-indent: -9999px;
			color: #fff;
			}

#content {
	position: relative;
	min-height: 540px;
	float: left;
	margin: 0px;
	width: 616px;
	padding: 11px 0px 11px 11px;
	z-index: 60;
	}

#page .footer {
	/*
	position: absolute;
	bottom: 0px;
	left: 11px;
	*/
	padding: 0px 11px;
	color: #c1c1c1;
	font-weight: bold;
	font-size: 10px;
	width: 627;
	height: 40px;
	line-height: 40px;
	}
	#page .footer a {
		color: #c1c1c1;
		}
	#page .footer .links {
		margin-right: 50px;
		}
	#page .footer .copyright {
		
		}
			
	
	.thincolumn {
		float: left;
		margin: 0px;
		width: 360px;
		margin-left: 14px;
		height: 1%;
		}
	
	
ul#carousel {
	width: 615px; 
	height: 294px; 
	/* background: url('images/ph-feature-carousel.jpg') no-repeat; */
	margin: 0px 0px 27px 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	position: relative;
	}
	
	ul#carousel li {
		padding: 0px;
		position: absolute;
		top: 0px;
		left: 615px;
		width: 615px;
		height: 294px;
		}
		
		ul#carousel li.selected {
			left: 0px;
			}
			
		ul#carousel li.prev, ul#carousel li.next {
			width: 10px;
			height: 10px;
			line-height: 10px;
			font-size: 10px;
			top: 6px;
			}
			
			ul#carousel li.prev a, ul#carousel li.next a {
				color: #fff;
				display: block;
				width: 10px;
				height: 10px;
				text-indent: -9999px;
				}
			
			
			ul#carousel li.prev {
				left: 585px;
				}
				ul#carousel li.prev a {
					background: url('images/btn-carousel-prev.png') no-repeat;
					}
					
			ul#carousel li.next {
				left: 600px;
				}
				
				ul#carousel li.next a {
					background: url('images/btn-carousel-next.png') no-repeat;
					}
		
		ul#carousel div.splash {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 441px;
			height: 294px;
			overflow: hidden;
			}
	
		ul#carousel div.feature {
			position: absolute;
			left: 442px;
			top: 0px;
			background: #aa101a url('images/categories/carousel/movies.gif') 10px 10px no-repeat;
			color: #fff;
			width: 149px;
			height: 212px;
			overflow: hidden;
			padding: 70px 12px 12px;
			font-size: 13px;
			line-height: 18px;
			}
			
			ul#carousel div.trailers {
				background-image: url('images/categories/carousel/trailers.gif');
				}
				
			ul#carousel div.box-office-news {
				background-image: url('images/categories/carousel/box-office-news.gif');
				}
				
			ul#carousel div.shiny-objects {
				background-image: url('images/categories/carousel/shiny-objects.gif');
				}
				
			ul#carousel div.redbox-insider {
				background-image: url('images/categories/carousel/redbox-insider.gif');
				}
				
			ul#carousel div.contests {
				background-image: url('images/categories/carousel/contests.gif');
				}
			
			ul#carousel div.film-101 {
				background-image: url('images/categories/carousel/film-101.gif');
				}
				
				
			ul#carousel div.dvd-reviews, ul#carousel div.theatrical-reviews {
				background-image: url('images/categories/carousel/reviews.gif');
				}
			

	
	ul#carousel h2 {
		color: #dfe0e1;
		font-size: 22px;
		font-weight: normal;
		line-height: 24px;
		}
		
	ul#carousel p {
		margin: 10px 0px;
		}
		
		ul#carousel a {
			color: #fff;
			text-transform: uppercase;
			font-size: 10px;
			}

ul#pages {
	margin: 0px;
	padding: 0px;
	height: 39px;
	border-top: 1px #fff solid;
	background: #fff;
	color: #d7d9da;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 40px;
	list-style: none;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 100;
	}
	ul#pages li {
		position: absolute;
		top: 0px;
		left: 0px;
		}
	ul#pages a {
		display: block;
		color: #d7d9da;
		height: 29px;
		background: #6b180a url('images/btn-main-nav2.gif') no-repeat;
		padding: 5px;
		line-height: 14px;
		text-indent: -9999px;
		}
		
	ul#pages li.home {
		width: 132px;
		}

	ul#pages li.movies {
		width: 125px;
		left: 133px;
		}
	
	ul#pages li.shiny, ul#pages li.on-the-road {
		width: 126px;
		left: 259px;
		}
		
	ul#pages li.insider {
		width: 125px;
		left: 386px;
		}
		
	ul#pages li.quizzes {
		width: 126px;
		left: 512px;
		}
		
	ul#pages li.authors {
		width: 126px;
		left: 639px;
		}
		
	ul#pages li.help {
		width: 134px;
		left: 766px;
		}
		
	ul#pages ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		background: url('images/bg-white-translucent.png');
		position: absolute;
		top: 39px;
		letter-spacing: 0px;
		display: none;
		}
		ul#pages ul li {
			position: relative;
			line-height: 14px;
			margin: 1px 0px 0px;
			}
			
			ul#pages ul li a {
				background: #831f03;
				text-indent: 0px;
				margin: 0px;
				color: #dde0e1;
				height: auto;
				}
				
				ul#pages ul li a:hover {
					background: #aa101a;
					color: #fff;
					text-decoration: none;
				}

				
		li.movies ul li {
			width: 125px;
			}
			
		li.authors ul li {
			width: 126px;
			}
		
		
	ul#pages li.home a {
		}
		ul#pages li.home a:hover, body.home ul#pages li.home a:hover {
			background-position: 0px -78px;
			}
			body.home ul#pages li.home a {
				background-position: 0px -39px;
				}

	ul#pages li.movies a {
		background-position: -132px 0px;
		}
		ul#pages li.movies a:hover, ul#pages li.movies a.active {
			background-position: -132px -78px;
			}
		body.category-movies ul#pages li.movies a, body.category-film-101 ul#pages li.movies a, body.category-box-office-news ul#pages li.movies a {
			background-position: -132px -39px;
			}
		body.category-film-101 ul#pages li.film-101 a, body.category-box-office-news ul#pages li.box-office-news a {
			background: #aa101a;
			}
	
	ul#pages li.shiny a {
		background-position: -257px 0px;
		}
		ul#pages li.shiny a:hover {
			background-position: -257px -78px;
			}
		body.category-shiny-objects ul#pages li.shiny a {
			background-position: -257px -39px;
			}
			
	ul#pages li.on-the-road a {
		background-position: -894px 0px;
		}
		ul#pages li.on-the-road a:hover {
			background-position: -894px -78px;
			}
		body.category-on-the-road ul#pages li.on-the-road a {
			background-position: -894px -39px;
			}
		
		body.category-videos-from-the-road ul#pages li.on-the-road a {
			background-position: -894px -39px;
			}
		body.category-updates-from-the-road ul#pages li.on-the-road a {
			background-position: -894px -39px;
			}
		
		
		
	ul#pages li.insider a {
		background-position: -383px 0px;
		}
		ul#pages li.insider a:hover {
			background-position: -383px -78px;
			}
		body.category-redbox-insider ul#pages li.insider a {
			background-position: -383px -39px;
			}
		
		
	ul#pages li.quizzes a {
		background-position: -508px 0px;
		}
		ul#pages li.quizzes a:hover {
			background-position: -508px -78px;
			}
		body.category-contests ul#pages li.quizzes a {
			background-position: -508px -39px;
			}
		
	ul#pages li.authors a {
		background-position: -634px 0px;
		}
		ul#pages li.authors a:hover, ul#pages li.authors a.active {
			background-position: -634px -78px;
			}
		body.page-template-author-list-php ul#pages li.authors a, body.author-erika-olson ul#pages li.authors a, body.author-james-rocchi ul#pages li.authors a, body.author-locke-peterseim ul#pages li.authors a {
			background-position: -634px -39px;
			}
		body.author-erika-olson ul#pages li.erika a, body.author-james-rocchi ul#pages li.james a, body.author-locke-peterseim ul#pages li.locke a {
			background: #aa101a;
			}
		
		
	ul#pages li.help a {
		background-position: -760px 0px;
		}
		ul#pages li.help a:hover {
			background-position: -760px -78px;
			}
			

.breadcrumbs {
	padding: 11px 11px 0px 11px;
	font-size: 11px;
	color: #a8aaad;
	}	
	.breadcrumbs a {
		font-weight: bold;
		color: #a8aaad;
		}
	.breadcrumbs a.current {
		color: #aa101a;
		}
		
			
div.post {
	padding: 36px 0px 0px 0px;
	margin: 0px 0px 36px 0px;
	border-top: 7px #dfe0e1 solid;
	position: relative;
	height: 1%;
	}
	
	body.single div.post, div.first-post, div.most-recent {
		padding: 0px;
		border-top: 0px;
		}



			

			
div.post div.entry-media {
	width: 245px;
	float: left;
	height: 1%;
	}
	
	div.most-recent div.enry-media {
		
		}

	div.post div.entry-media h4.latest {
		width: 239px;
		height: 39px;
		background: url('images/logo-latest-post.gif') no-repeat;
		text-indent: -9999px;
		margin-bottom: 12px;
		}
	

div.post .post-header {
	
	}

	
div.post div.entry-info {
	/* margin: 0px 0px 0px 254px; */
	float: right;
	width: 360px;
	height: 1%;
	
	}
	
	.post div.entry-header {
		position: relative;
		}
	
	.post .entry-info h2 a {
		font-size: 22px;
		font-weight: normal;
		padding: 0px;
		line-height: 24px;
		}
		
		.most-recent .entry-info h2 a {
			font-size: 28px;
			height: 40px;
			}
	
	.post .entry-info a {
		padding: 1px 0px 0px 14px;
		line-height: 14px;
		font-size: 11px;
		font-weight: bold;
		}
	
	
	.post .entry-info small {
		color: #909090;
		}
		
	.post .entry-info small a {
		padding-left: 0px;
		color: #909090;
		font-weight: normal;
		font-size: 10px;
		}
	
	
	.post .entry-info a.comments {
		background: url('images/btn-comment.gif') no-repeat top left;
		margin-right: 30px;
		}
		
	.post .entry-info span.comments {
		margin-right: 30px;
		}
		
	.post .entry-info a.more {
		background: url('images/btn-full-post.gif') no-repeat center left;
		margin-right: 30px;
		}
		
		
#imagebar {
	float: left;
	width: 240px;
	height: 1%;
	}
	
	#imagebar ul.gallery {
		list-style: none;
		padding: 0px;
		margin: 0px;
		}
		
		#imagebar ul.gallery li {
			margin-bottom: 30px;
			}
			
			#imagebar ul.gallery li .caption {
				width: 120px;
				font-size: 10px;
				line-height: 16px;
			}
			

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;
	}
			

div.navigation {
	height: 32px;
	line-height: 32px;
	padding-left: 254px;
	border-top: 7px #dfe0e1 solid;
	}
	
	div.comments-navigation {
		border-top: 0px;
		padding-left: 0px;
		}
	
	div.navigation .older {
		float: left;
		}
		
		div.navigation .older a {
			padding-left: 10px;
			background: url('images/icon_left_arrow_red.gif') no-repeat left center;
			font-weight: bold;
			font-size: 12px;
			}
		
	div.navigation .newer {
		float: right;
		}
		
		div.navigation .newer a {
			padding-right: 10px;
			background: url('images/icon_right_arrow_red.gif') no-repeat right center;
			font-weight: bold;
			font-size: 12px;
			}


h3#comments {
	border-top: 7px #dfe0e1 solid;
	padding-top: 30px;
	}


body.search div.navigation, body.author div.navigation {
	border-top: 1px #c1c1c1 solid;
	padding-left: 129px;
	}
	
	
#sidebar {
	position: relative;
	z-index: 50;
	margin-left: 638px;
	padding: 11px;
	width: 240px;
	min-height: 540px;
	}
	
	
	#sidebar div#tabs {
		margin-bottom: 16px;
		}
	
	#tabbed-control {
		margin: 0px;
		padding: 0px;
		height: 23px;
		list-style: none;
		position: relative;
		z-index: 100;
		}
	
		#tabbed-control li {
			background: #aa101a;
			position: absolute;
			height: 23px;
			
			}
			#tabbed-control li a {
				color: #dfe0e1;
				display: block;
				height: 23px;
				font-size: 10px;
				font-weight: bold;
				line-height: 26px;
				text-align: center;
				top: 0px;
				}
				
				#tabbed-control li.latest-posts {
					left: 0px;
					width: 92px;
					}
				#tabbed-control li.categories {
					left: 93px;
					width: 83px;
					}
				#tabbed-control li.archive {
					left: 177px;
					width: 62px;
					}
		
	#sidebar ul#categories, #sidebar ul#archive {
		display: none;
		}
	
	#sidebar ul.list {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
	#sidebar ul.list li {
		border-top: 1px #fff solid;
		padding: 5px 0px 4px;
		line-height: 17px;
		}
		
		#sidebar ul.list li:first-child {
			border-top: 0px;
			}
			

	div.review-challenge {
		color: #831f03;
		font-size: 11px;
		line-height: 14px;
		border-top: 1px #aa101a solid;
		border-bottom: 1px #aa101a solid;
		padding: 7px 16px 7px 36px;
		margin: 4px 0px 16px;
		}

	div.twitter-link {
		color: #831f03;
		font-size: 11px;
		line-height: 14px;
		border-top: 1px #aa101a solid;
		border-bottom: 1px #aa101a solid;
		padding: 7px 16px 7px 36px;
		margin: 30px 0px;
		}
		


body.author	div.archived-posts {
	padding-left: 50px;
	height: 39px;
	margin: 0px 0px 10px;
	background: url('images/icon_vault.gif') no-repeat top left;
	}

body.author	div.latest-posts {
	padding-left: 50px;
	height: 39px;
	margin: 0px 0px 10px;
	background: url('images/icon_fire.gif') no-repeat top left;
	}
	
	body.author div.secondary {
		margin-top: 40px;
		}
	
	

body.single .post {
	font-size: 11px;
	font-size: #58595b;
	}

	div.post-header {
		position: relative;
		margin: 0px;
		padding-bottom: 12px;
		border-bottom: 1px #c1c1c1 solid;
		}
	
	div.with-rating {
		padding: 0px 80px 12px 0px;
		}
	div.with-ratings {
		padding: 20px 80px 12px 0px;
		}
		
	.entry-info .with-rating, .entry-info .with-ratings {
		padding: 0px 80px 0px 0px;
		}

		
	div.with-ratings .ratings, div.with-rating .ratings {
		position: absolute;
		top: 0px;
		right: 0px;
		}
		
		div.with-ratings .ratings a, div.with-rating .ratings a {
			padding: 0px;
			}
		
		
		.ratings h5 {
			margin: 0px;
			padding: 0px;
			color: #aa101a;
			font-size: 11px;
			}
	
	div.post-header small {
		font-size: 10px;
		color: #58595b;
		}
		
	div.post-header small a {
		padding-left: 0px;
		color: #58595b;
		font-weight: normal;
		font-size: 10px;
		}

		
/* Archives pages */

h2.pagetitle {
	margin-bottom: 12px;
	}

		
/* Author page */

body.author .post {
	border-top: 1px solid #DFE0E1;
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	margin-bottom: 15px;
	}

	body.author .post .entry-media {
		width: 125px;
		float: left;
		height: 1%;
		}
	
	body.author .post .entry-info {
		border-top-color: #c1c1c1;
		width: 485px;
		}


/* Search results page */

body.search .post {
	border-top: 1px solid #DFE0E1;
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	margin-bottom: 15px;
	}

	body.search .post .entry-media {
		width: 125px;
		float: left;
		height: 1%;
		}
	
	body.search .post .entry-info {
		width: 485px;
		border-top-color: #c1c1c1;
		}
		
/* Comment Form */
div#respond {
	margin-top: 18px;
	padding: 24px 5px 5px;
	border-top: 7px #dfe0e1 solid;
	}
	
	form#commentform textarea {
		width: 600px;
		}


/* author list page */
body.page-template-author-list-php #content, body.page-template-author-list-php #sidebar {
	min-height: 200px;
	padding-bottom: 0px;
	}
	
	h3.quote {
		font-size: 16px;
		font-weight: normal;
		line-height: 18px;
		}
	h5.byline {
		margin: 0px;
		font-size: 10px;
		font-weight: normal;
		line-height: 18px;
		}

	div.bio {
		border-top: 1px #c1c1c1 solid;
		margin: 11px 0px;
		padding: 11px 0px;
		}
		
	a.all-posts {
		display: block;
		margin: 3px 0px 11px;
		border-bottom: 1px #c1c1c1 solid;
		font-size: 10px;
		font-weight: bold;
		line-height: 11px;
		padding: 8px 0px 8px 15px;
		background: url('images/btn-full-post.gif') no-repeat center left;
		}
		
		
	ul.radio_reviews {
		list-style: none;
		margin: 0px;
		padding: 0px;
		font-size: 10px;
		color: #58595b;
		}
		
		ul.radio_reviews li {
			padding-left: 16px;
			line-height: 13px;
			margin: 1px 0px;
			}
		ul.radio_reviews li.title {
			padding: 0px;
			}
		
		ul.radio_reviews li.title h4 {
			background: url('images/icon_radio.gif') no-repeat 0px 0px;
			padding-left: 16px;
			font-weight: normal;
			font-size: 10px;
			line-height: 12px;
			}
		
		
	#sidebar .widget {
		margin: 0px 0px 20px;
		font-size: 11px;
		line-height: 16px;
		position: relative;
		}
		
		#sidebar .widget h3 {
			text-transform: uppercase;
			line-height: 20px;
			padding: 2px 0px 1px 30px;
			color: #dfe0e1;
			background: #787878 url('images/bg_widget_title.gif') repeat-y;
			}
			
			#sidebar .widget h3 a {
				color: #dfe0e1;
				}
			
		.widget .icon {
			width: 22px;
			height: 23px;
			position: absolute;
			left: 0px;
			top: 0px;
			background: url('images/bg_widget_icons.gif') no-repeat 22px 0px;
			overflow: hidden;
			line-height: 10px;
			font-size: 10px;
			}
			
			
			.featured-trailer .icon {
				background-position: 0px 0px;
				}
				
			.fav-quotes .icon {
				background-position: -22px 0px;
				}
			
			.recent-comments .icon {
				background-position: -44px 0px;
				}
				
			.hot-posts .icon {
				background-position: -44px 0px;
				}
				
			.fav-movies .icon, .category-favorites .icon {
				background-position: -66px 0px;
				}
				
			.who_we_are .icon {
				background-position: -176px 0px;
				}
	
			.where_were_going .icon {
				background-position: -66px 0px;
				}
				
			.widget_twitter .icon {
				background-position: -88px 0px;
				}

			.twitter-link .icon {
				top: 6px;
				background-position: -88px 0px;
				}
				
			.review-challenge .icon {
				top: 6px;
				background-position: -132px 0px;
				}
				
			.author-list .icon {
				background-position: -154px 0px;
				}
				
			.featured-reader .icon {
				background-position: -176px 0px;
				}
				
				

	.fav-quotes .fav-quote {
		color: #737373;
		border-top: 1px #c1c1c1 solid;
		padding: 14px 0px;
		}
		
	.fav-quotes .first {
		border-top: 0px;
		}
	
	.fav-quotes .fav-quote .byline {
		text-align: right;
		}
		
	
	.fav-movie {
		margin: 11px 0px;
		}
		
		.fav-movie h4 {
			font-size: 15px;
			line-height: 16px;
			color: #aa101a;
			}

	#comments-list a {
		font-weight: bold;	
		}

	.widget_twitter ul.tweets {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}

	.widget_twitter ul.tweets li {
		padding: 11px 0px;
		border-top: 1px #fff solid;
		color: #737373;
		}
		
		.widget_twitter ul.tweets li:first-child {
			border-top: 0px;
			}
		
		.widget_twitter ul.tweets li a {
			color: #737373;
			}
			
		.widget_twitter a.twitter-acct {
			padding-left: 17px;
			background: url('images/icon_twitter.gif') no-repeat top left;
			font-size: 10px;
			font-weight: bold;
			display: block;
			line-height: 14px;
			}

	div.author-separator {
		background: url('images/bg-authors-separator.gif') no-repeat top right;
		height: 7px;
		margin: 35px 0px;
		}
		
	.author-list .author, .featured-reader .reader {
		margin: 12px 0px;
		position: relative;
		padding-left: 65px;
		font-size: 11px;
		min-height: 55px;
		color: #737373;
		}
	
		.author-list .author img.photo, .featured-reader .reader img {
			position: absolute;
			left: 0px;
			top: 0px;
			}
			
		.author-list .author h4 {
			font-size: 15px;
			line-height: 16px;
			color: #aa101a;
			}
		
		.author-list .author a {
			font-weight: bold;
			}
		
		.featured-reader .reader a {
			font-size: 15px;
			line-height: 16px;
			color: #aa101a;
			}
			
		
	.featured-reader a.post-link {
		font-size: 16px;
		font-weight: bold;
		}
	
	.featured-reader .reader img {
		width: 55px;
		}
	
	
	.featured-trailer div.details {
		margin-top: 8px;
		}
		
	.featured-trailer h3 {
		margin-bottom: 8px;
		}

/* 404 error page */
div.error {
	font-size: 14px;
	}

div.error .large {
	font-size: 20px;
	color: #777;
	}
	


/* RATINGS */

ul.star-rating {
	list-style:none;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 70px;
	height: 14px;
	position: relative;
	overflow:hidden;
	background-image: url('images/ratings-stars.gif');
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
}

ul.star-rating li {
	padding:0px;
	margin:0px;
	width: 14px;
	height: 14px;
	/*\*/
	float: left;
	/* */
	background-color: transparent;
	border: none;
	}
	ul.star-rating[class] li {
		float: left;
		}

ul.star-rating li.current-rating {
	background: url('images/ratings-stars.gif') repeat-x 0px -28px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	float: none;
	}
	
ul.star-rating li a {
	width:14px;
	height: 14px;
	line-height:14px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
ul.star-rating li a:hover {
  background-image: url('images/ratings-stars.gif');
  background-position: left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}

ul.star-rating a.one-star{
	left: 0px;
}
ul.star-rating a.one-star:hover{
	width: 14px;
}
ul.star-rating a.two-stars{
	left: 14px;
}
ul.star-rating a.two-stars:hover{
	width: 28px;
}
ul.star-rating a.three-stars{
	left: 28px;
}
ul.star-rating a.three-stars:hover{
	width: 42px;
}
ul.star-rating a.four-stars{
	left: 42px;
}	
ul.star-rating a.four-stars:hover{
	width: 56px;
}
ul.star-rating a.five-stars{
	left: 56px;
}
ul.star-rating a.five-stars:hover{
	width: 70px;
}


/* COMMENTS */

ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #c1c1c1 solid;
	}

ol.commentlist li.comment {
	padding: 11px 10px 11px 175px;
	border-top: 1px #c1c1c1 solid;
	position: relative;
	min-height: 80px;
	}
	
	ol.commentlist li.comment ul.star-rating {
		position: absolute;
		top: 11px;
		right: 10px;
		display: none;
		}
	
	ol.with-ratings li.comment ul.star-rating {
		display: block;
		}
	
ol.commentlist li.odd {
	background: #f9f9f9;
	}
	
	ol.commentlist li.comment div.avatar {
		position: absolute;
		top: 11px;
		left: 110px;
		width: 55px;
		}
		
		ol.commentlist li.comment div.avatar a.comment-edit-link {
			display: block;
			margin: 3px 0px;
			line-height: 12px;
			font-size: 11px;
			}
	
		ol.commentlist li.comment cite {
			font-style: normal;
			font-size: 14px;
			font-weight: bold;
			color: #787878;
			}
			
			ol.commentlist li.comment cite a {
				color: #aa101a;
				}
		
		ol.commentlist li.comment small {
			color: #787878;
			font-size: 10px;
			}
			
		ol.commentlist li.comment em {
			color: #aa101a;
			font-size: 12px;
			}

ol.commentlist li.depth-1 {
	padding-left: 75px;
	}
	
	ol.commentlist li.depth-1 div.avatar {
		left: 10px;
		}

ol.commentlist li.depth-2 {
	padding-left: 100px;
	}
	
	ol.commentlist li.depth-2 div.avatar {
		left: 35px;
		}
		
ol.commentlist li.depth-3 {
	padding-left: 125px;
	}
	
	ol.commentlist li.depth-3 div.avatar {
		left: 60px;
		}
		
ol.commentlist li.depth-4 {
	padding-left: 150px;
	}
	
	ol.commentlist li.depth-4 div.avatar {
		left: 85px;
		}


/* Related Posts */

div.related-posts {
	margin-top: 10px;
	border-top: 1px #c1c1c1 solid;
	padding-top: 13px;
	}
	
	div.related-posts h4 {
		width: 90px;
		height: 14px;
		line-height: 14px;
		font-size: 14px;
		text-indent: -9999px;
		background: url('images/txt_related_posts.gif') no-repeat;
		margin-bottom: 5px;
		}
	
	.post .related-posts table a {
		padding: 0px;
		font-size: 10px;
		line-height: 14px;
		padding-right: 5px;
		display: block;
		}
		
	.post .related-posts table a:hover {
		text-decoration: none;
		}
		



div.wp-polls {
	clear: both;
	margin: 12px 0px;
	background: #e0e0e0;
	color: #737373;
	font-size: 12px;
	}
	
	div.wp-polls h3 {
		text-transform: uppercase;
		line-height: 20px;
		padding: 2px 0px 1px 30px;
		color: #dfe0e1;
		background: #787878 url('images/bg_widget_title.gif') repeat-y;
		position: relative;
		}
	
		div.wp-polls h3 .icon {
			width: 22px;
			height: 23px;
			position: absolute;
			left: 0px;
			top: 0px;
			background: url('images/bg_widget_icons.gif') no-repeat -132px 0px;
			overflow: hidden;
			line-height: 10px;
			font-size: 10px;
			}

	div.wp-polls p {
		margin: 0px;
		}

	div.wp-polls-ans {
		width: auto;
		padding: 6px 12px;
		}

		ul.wp-polls-ul li {
			margin: 12px 0px;
			}

	ul.wp-polls-ul div.pollbar {
		background: #ba2221;
		border: 0px;
		height: 12px;
		line-height: 12px;
		margin: 0px;
		}

