/* 
Theme Name: Wave
Theme URI: http://themeforest.net/user/mattbrett
Description: All you need to build your own video-centric site.
Version: 1.3.5
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #585652;
	text-align: center;
	background: url("../images/bg.jpg") repeat 50% 0;
}

body.clean {
	background: #eae7df;
}

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header, #features, #subfeatures, #mid, #footer {
	float: left;
	width: 100%;
}

#header-inner, #features-inner, #subfeatures-inner, #mid-inner, #footer-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	z-index: 999;
	background: url("../images/header-bg.jpg") repeat 50% 0;
}

.clean #header {
	background: #eae7df url("../images/header-bg-clean.jpg") no-repeat 50% 100%;	
}

#header-bottom {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	background: url("../images/header-inner-bg.jpg") no-repeat 50% 100%;
}

.clean #header-bottom {
	background: transparent;
}

#features {
	background: url("../images/features-bg.jpg") repeat 50% 0;
	z-index: 1000;
}

.clean #features {
	background: #eae7df url("../images/features-bg-clean.jpg") repeat-y 50% 0;
}

#features-inner {
	padding: 20px 0;
}

#subfeatures {
	height: 166px;
	background: url("../images/subfeatures-bg.jpg") no-repeat 50% 0;
	overflow: hidden;
}

.clean #subfeatures {
	background: #eae7df url("../images/subfeatures-bg-clean.jpg") no-repeat 50% 0;
}

#subfeatures-inner {
	width: 940px;
	padding: 20px 0 20px 20px;
}

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") no-repeat 50% 0;
}

.clean #mid {
	background: #eae7df url("../images/mid-bg-clean.jpg") no-repeat 50% 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
	background: url("../images/mid-inner-bg.jpg") no-repeat 50% 100%;
}

.clean #mid-inner {
	background: transparent;
}

#content, #content-home {
	float: left;
	display: inline;
	width: 420px;
	margin: 0 20px 20px 20px;
}

#content-home { 
	width: 600px;
}

.clean #content {
	margin-bottom: -25px;
}

#content.page {
	width: 600px;
}

#sidebar-left {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 20px;
}

#sidebar-right {
	float: left;
	display: inline;
	width: 300px;
}

.clean #sidebar-right {
	margin-bottom: -40px;
}

#footer {
	background: url("../images/features-bg.jpg") repeat 50% 0;
}

.clean #footer {
	background: #eae7df url("../images/footer-bg-clean.jpg") no-repeat 50% 0;
}

#footer-inner {
	padding: 20px 0 15px;
	overflow: hidden;
}

.clean #footer-inner {
	padding-top: 70px;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#ad-leaderboard {
	float: right;
	display: inline;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

/* @group logo */

/* LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo, #logo-custom {
	position: relative;
	float: left;
	display: inline;
	width: 182px;
	height: 100px;
	margin-bottom: 20px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo-custom {
	margin: 10px 0 20px;	
}

#logo span, #logo-custom span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

.clean #logo span {
	background: url("../images/logo-clean.jpg") no-repeat 0 0;
}

#logo a, #logo-custom a {
	color: #585652;
	text-decoration: none;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	clear: both;
	float: left;
	width: 630px;
}

#nav li {
	float: left;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	padding: 12px 12px;
	color: #898782;
	text-decoration: none;
}

#nav li a:hover, #nav li:hover a, #nav #nav li:hover > a {
	float: none;
	padding: 11px 11px 12px;
	color: #585652;
	text-decoration: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav li a:hover, .clean #nav li:hover a, .clean #nav #nav li:hover > a {
	background: #eae7de;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li a:hover {
	float: none;
	padding: 11px 11px 12px;
	color: #585652;
	text-decoration: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav li a:hover {	
	background: #eae7de;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li.current-cat a:link, #nav li.current-cat a:visited, #nav li.current-cat a:active, #nav li.current-cat a:hover, #nav li.current-cat-parent a:link, #nav li.current-cat-parent a:visited, #nav li.current-cat-parent a:active, #nav li.current-cat-parent a:hover, #nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current_page_item a:active, #nav li.current_page_item a:hover, #nav li.current_page_parent a:link, #nav li.current_page_parent a:visited, #nav li.current_page_parent a:active, #nav li.current_page_parent a:hover {
	float: none;
	padding: 11px 14px 12px;
	color: #585652;
	background: url("../images/features-bg.jpg") repeat 50% 100%;
	border-top: 1px solid #b6b3ae;
	border-right: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
	cursor: default;
}

.clean #nav li.current-cat a:link, .clean #nav li.current-cat a:visited, .clean #nav li.current-cat a:active, .clean #nav li.current-cat a:hover, .clean #nav li.current-cat-parent a:link, .clean #nav li.current-cat-parent a:visited, .clean #nav li.current-cat-parent a:active, .clean #nav li.current-cat-parent a:hover, .clean #nav li.current_page_item a:link, .clean #nav li.current_page_item a:visited, .clean #nav li.current_page_item a:active, .clean #nav li.current_page_item a:hover, .clean #nav li.current_page_parent a:link, .clean #nav li.current_page_parent a:visited, .clean #nav li.current_page_parent a:active, .clean #nav li.current_page_parent a:hover {
	background: #fbfaf5;
	border-top: 1px solid #d6d3cc;
	border-right: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

.clean #nav li#nav-home.current-cat a:link, .clean #nav li#nav-home.current-cat a:visited, .clean #nav#nav-home li.current-cat a:active, .clean #nav#nav-home li.current-cat a:hover {
	background: #f4f3ee;	
}

#nav .children, #nav .page_item ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0 0 5px;
	left: 0;
	list-style-type: none;
	background: url("../images/bg.jpg") repeat 50% 100%;
	min-width: 180px;
	width: auto !important;
	width: 180px;
	z-index: 3;
	border-right: 1px solid #b6b3ae;
	border-bottom: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;
}

.clean #nav .children, .clean #nav .page_item ul {
	background: #eae7de;	
	border-right: 1px solid #d6d3cc;
	border-bottom: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li.current-cat .children, #nav li.current-cat-parent .children, #nav li.current_page_item ul, #nav li.current_page_parent ul {
	background: url("../images/features-bg.jpg") repeat 50% 100%;
	border-right: 1px solid #b6b3ae;
	border-bottom: 1px solid #b6b3ae;
	border-left: 1px solid #b6b3ae;	
}

.clean #nav li.current-cat .children, .clean #nav li.current-cat-parent .children, .clean #nav li.current_page_item ul, .clean #nav li.current_page_parent ul {	
	background: #fbfaf5;
	border-right: 1px solid #d6d3cc;
	border-bottom: 1px solid #d6d3cc;
	border-left: 1px solid #d6d3cc;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav .children li, #nav .page_item ul li, #nav .current_page_item ul li {
	margin: 0;
	padding: 0;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	font-size: .75em;
	text-transform: none;
	list-style-type: none;
}

#nav li.current-cat .children a:link, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat-parent .children a:link, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav li.page_item li a:link, #nav li.page_item li a:visited, #nav li.page_item li a:active, #nav li.current_page_item li a:link, #nav li.current_page_item li a:visited, #nav li.current_page_item li a:active, .clean #nav li.current-cat .children a:link, .clean #nav li.current-cat .children a:visited, .clean #nav li.current-cat .children a:active, .clean #nav li.current-cat-parent .children a:link, .clean #nav li.current-cat-parent .children a:visited, .clean #nav li.current-cat-parent .children a:active, .clean #nav li.page_item li a:link, .clean #nav li.page_item li a:visited, .clean #nav li.page_item li a:active, .clean #nav li.current_page_item li a:link, .clean #nav li.current_page_item li a:visited, .clean #nav li.current_page_item li a:active {
	float: none;
	color: #898782;
	border-top: none;
	border-right: none;
	border-left: none;
}

#nav li.current-cat .children li, #nav li.current_page_item li {
	float: none;
}

#nav li.current-cat .children a:link, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat-parent .children a:link, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav .children a:link, #nav .children a:visited, #nav .children a:active, #nav .page_item li a:link, #nav .page_item li a:visited, #nav .page_item li a:active, #nav .current_page_item li a:link, #nav .current_page_item li a:visited, #nav .current_page_item li a:active, .clean #nav .children a:link, .clean #nav .children a:visited, .clean #nav .children a:active, .clean #nav .page_item li a:link, .clean #nav .page_item li a:visited, .clean #nav .page_item li a:active, .clean #nav .current_page_item li a:link, .clean #nav .current_page_item li a:visited, .clean #nav .current_page_item li a:active {
	float: none;
	display: block;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 10px 15px 5px;
	color: #898782;
	text-decoration: none;
	text-transform: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

#nav li.current-cat .children a:hover, #nav .children a:hover, #nav .page_item ul li a:hover, #nav .current_page_item ul li a:hover, .clean #nav li.current-cat .children a:hover, .clean #nav .children a:hover, .clean #nav .page_item ul li a:hover, .clean #nav .current_page_item ul li a:hover {
	color: #585652;
	text-decoration: underline;
}

#nav li.current-cat .children a:link, #nav li.current-cat .children a:visited, #nav li.current-cat .children a:active, #nav li.current-cat .children a:hover, #nav li.current-cat-parent .children a:link, #nav li.current-cat-parent .children a:visited, #nav li.current-cat-parent .children a:active, #nav li.current-cat-parent .children a:hover, #nav .children a:link, #nav .children a:visited, #nav .children a:active, #nav .children a:hover, #nav .page_item ul li a:link, #nav .page_item ul li a:visited, #nav .page_item ul li a:active, #nav .page_item ul li a:hover, #nav .current_page_item ul li a:link, #nav .current_page_item ul li a:visited, #nav .current_page_item ul li a:active, #nav .current_page_item ul li a:hover, .clean #nav li.current-cat .children a:link, .clean #nav li.current-cat .children a:visited, .clean #nav li.current-cat .children a:active, .clean #nav li.current-cat .children a:hover, .clean #nav li.current-cat-parent .children a:link, .clean #nav li.current-cat-parent .children a:visited, .clean #nav li.current-cat-parent .children a:active, .clean #nav li.current-cat-parent .children a:hover, .clean #nav .children a:link, .clean #nav .children a:visited, .clean #nav .children a:active, .clean #nav .children a:hover, .clean #nav .page_item ul li a:link, .clean #nav .page_item ul li a:visited, .clean #nav .page_item ul li a:active, .clean #nav .page_item ul li a:hover, .clean #nav .current_page_item ul li a:link, .clean #nav .current_page_item ul li a:visited, .clean #nav .current_page_item ul li a:active, .clean #nav .current_page_item ul li a:hover {
	float: none;
	background: transparent;
	cursor: pointer;
}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
	position: absolute;
	left: 645px;
	bottom: 7px;
	width: 275px;
	height: 53px;
}

#social ul {
	float: left;
	display: inline;
	width: 100%;
}

#social li {
	float: right;
	display: inline;
}

#social a {
	float: left;
	display: inline;
	height: 0;
	padding-top: 53px;
	overflow: hidden;
	text-decoration: none;
}

#social-facebook a {
	width: 53px;
	background: url("../images/social-icons.png") no-repeat 0 0;
}

#social-facebook a:hover {
	background: url("../images/social-icons.png") no-repeat 0 -53px;
}

#social-myspace a {
	width: 55px;
	background: url("../images/social-icons.png") no-repeat -53px 0;
}

#social-myspace a:hover {
	background: url("../images/social-icons.png") no-repeat -53px -53px;
}

#social-twitter a {
	width: 56px;
	background: url("../images/social-icons.png") no-repeat -109px 0;
}

#social-twitter a:hover {
	background: url("../images/social-icons.png") no-repeat -109px -53px;
}

#social-feed a {
	width: 56px;
	background: url("../images/social-icons.png") no-repeat -165px 0;
}

#social-feed a:hover {
	background: url("../images/social-icons.png") no-repeat -165px -53px;
}

#social-email a {
	width: 54px;
	background: url("../images/social-icons.png") no-repeat -221px 0;
}

#social-email a:hover {
	background: url("../images/social-icons.png") no-repeat -221px -53px;
}

/* @end */

#search {
	float: left;
	width: 100%;
	margin: 3px 0 30px;
}

#search #s {
	float: left;
	display: inline;
	width: 218px;
	height: 13px;
	padding: 6px 10px;
	font-size: 1.1em;
	color: #87847f;
	background: transparent url("../images/search-input.jpg") no-repeat 0 0;
	border: 0;
}

#search #s:focus {
	color: #585652;
}

#search-button {
	float: left;
	display: inline;
}

/* @end */

/* @group features */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#hero {
	position: relative;
	float: left;
	display: inline;
	width: 588px;
	margin-bottom: 20px;
	padding: 5px;
	height: 378px;
	background: url(../images/video-player-window_v2.png) no-repeat top left;
}

#hero .indexTrailer {
	position: absolute;
	top: 25px;
	left:22px;
}

#hero img {
	display: block;
	width: 470px;
	height: 260px;
}

/*#hero-desc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 3px;
	padding: 10px 50px 10px 10px;
	background: url("../images/hero-overlay.png") repeat 0 0;
}*/

#hero-desc h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}

#hero-desc p {
	font-size: 1.2em;
	color: #1c1b17;
}

a#hero-button {
	display: block;
	position: absolute;
	width: 470px;
	height: 260px;
	top: 0;
	left: 0;
	text-decoration: none;
	border: 5px solid #d8d5cf;
}

a#hero-button:hover {
	border: 5px solid #bbb8b3;
}

#sidekicks {
	float: right;
	display: inline;
	width: 320px;
	margin-bottom: 20px;
}

#sidekicks img {
	display: block;
}

#sidekicks a {
	text-decoration: none;
}

#sidekick-one, #sidekick-two {
	float: left;
	display: inline;
	width: 200px;
}

#sidekick-one {
	margin-right: 20px;
}

#sidekicks .rightOne a {
	width: 450px;
	height: 175px;
	background: url(../images/buythedvd.jpg) no-repeat top left;
	display: block;
	text-indent: -8787px;
}

#sidekicks .rightTwo a {
	margin-top:10px;
	width: 450px;
	height: 175px;
	background: url(../images/hostascreening.jpg) no-repeat top left;
	display: block;
	text-indent: -8787px;
}

#sidekicks .rightOne a:hover {
	background: url(../images/buyTheDVD-hover.jpg) no-repeat top left;
}	

#sidekicks .rightTwo a:hover {
	background: url(../images/hostascreening-hover.jpg) no-repeat top left;
}	

.sidekick-tnail {
	position: relative;
	margin-bottom: 10px;
}

.sidekick-tnail a {
	display: block;
	padding: 5px;
	background: #d8d5cf; 
}

.sidekick-tnail a:hover {
	background: #bbb8b3; 
}

.sidekick-tnail img {
	width: 190px;
	height: 140px;
}

#sidekicks h3 {
	margin: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidekicks h3 a:link, #sidekicks h3 a:visited, #sidekicks h3 a:active {
	text-decoration: none;
}

#sidekicks h3 a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

#sidekicks p {
	margin: 0 5px;
	font-size: 1.2em;
	color: #585652;
}

#subfeatures li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 20px;
}

#subfeatures li a {
	display: block;
	color: #87847f;
	border: 5px solid #fcfaf5;
}

#subfeatures li a:hover { 
	border: 5px solid #cac7c0; 
}

#subfeatures img {
	display: block;
	width: 158px;
	height: 116px;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a:link, .content a:visited, .content a:active {
	color: #97290f;
	text-decoration: none;
}

.content a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.content.page a:link, .content.page a:visited, .content.page a:active {
	color: #97290f;
	text-decoration: underline;
}

.content.page a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #585652;
	border-bottom: 1px solid #dedbd4;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
}

#archive-title h1 {
	font-size: 2.6em;
}

#archive-title h2 {
	font-size: 2.6em;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.4em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.content ul {
	margin: 0 0 15px 30px;
}

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

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

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

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content .wp-caption {
	margin-bottom: 15px;
	text-align: center;
	background: #fcfaf5;
}

.content .wp-caption p {
	margin: 0;
	padding: 0px 10px 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #898782;
}

.content img {
	display: block;
	padding: 5px;
	background: #fcfaf5;
}

.content img.alignleft, .content .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright, .content .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content .aligncenter {
	text-align: center;
}



#content .navigation {
	float: left;
	width: 100%;
}

#content .navigation a {
	display: block;
	padding: 6px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#content .navigation a:hover {
	text-decoration: none;
	color: #1c1b17;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: right;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .wp-pagenavi a:hover {
	text-decoration: none;
	color: #1c1b17;
	background: #cbc6c2;
	border: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	color: #87847f;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #585652;
	background: #dedbd4;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .post-ratings {
	margin-bottom: 15px;
	color: #87847f;
}

.content .post-ratings img {
	display: inline;
	padding: 0;
	background: transparent;
}

#video {
	float: left;
	width: 100%;
	text-align: center;
}

#video-hd {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#video-content {
	float: left;
	display: inline;
	margin-bottom: 20px;
}

#video-details {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#video-hd #video-content {
	float: none;
	display: block;
	margin: 0;
}

#video-hd #video-details {
	margin: 20px 0 0;
	padding: 0;
}

#video-lightbox { 
	display: none; 
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
}

#video-lightbox.show {
	display: block;
	z-index: 9999;
}

#video-lightbox-content { 
	margin: 100px auto 0;
	text-align: center;
}

#video-lightbox-content object, #video-lightbox-content embed { 
	position: relative;
	z-index: 9999;
	margin: 0 auto;
}

#video-details h1 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 2.4em;
	font-weight: bold;
	text-transform: none;
	line-height: 1em;
	border-bottom: 0;
}

#video-embed {
	float: left;
	width: 420px;
	margin-bottom: 20px;
	text-align: left; 
	overflow: hidden;
}

#video-embed h6 {
	float: left;
	display: inline;
	clear: left;
	width: 45px;
	margin: 0 0 10px; 
	padding: 5px 5px 6px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #87847f;
	background: #dedbd4;
	border: 1px solid #dedbd4;
}

#video-embed input {
	float: left;
	display: inline;
	width: 351px;
	margin: 0 0 10px; 
	padding: 5px;
	font-size: 1.1em;
	color: #87847f;
	background: #fbfaf6;
	border: 1px solid #dedbd4;
}

#video-details .video-date {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #87847f;
}

#video-details .video-author {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #87847f;
}

#video-details .video-author a:link, #video-details .video-author a:visited, #video-details .video-author a:active {
	color: #87847f;
	text-decoration: underline;
}

#video-details .video-author a:hover {
	color: #585652;
}

#video img {
	background: #eae7df;
}

#video-details .post-ratings {
	margin-top: -10px;
}

#video-details .post-ratings img {
	background: transparent;
}

.video.archive {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedbd4;
}

.video.archive .video-tnail {
	position: relative;
	float: left;
	display: inline;
}

.video-tnail img {
	width: 124px;
	height: 93px;
}

.video.archive .video-tnail a {
	display: block;
	/*background: #fcfaf5;*/
}

.video.archive .video-tnail a:hover { 
	background: #cac7c0;	 
}

.video.archive .video-tnail a span {
	display: none;
	position: absolute;
	width: 134px;
	height: 103px;
	top: 0;
	left: 0;
	background: url("../images/video-tnail-border.png") repeat 0 0;
}

.video.archive .video-tnail a:hover span {
	background: url("../images/video-tnail-border.png") repeat 0 100%;
}

.video.archive .video-tnail.alt a span {
	background: url("../images/video-tnail-border.png") repeat 100% 0;
}

.video.archive .video-tnail.alt a:hover span {
	background: url("../images/video-tnail-border.png") repeat 100% 100%;
}

.video.archive img {
	padding: 0;
}

.video.archive .video-details {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
}

#content-home .video.archive .video-details {
	width: 450px;
}

.video.archive .video-details.blog {
	position: relative;
	float: none;
	width: auto;
}

.video.archive h3 {
	margin: 0 0 3px 0;
	padding: 0;
	border-bottom: 0;
}

.video.archive .video-date {
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #87847f;
}

.video.archive .video-date a {
	color: #87847f;
	text-decoration: underline;
}

.video.archive .video-date a:hover {
	color: #585652;
}

.video.archive .video-date span {
	margin: 0 3px;
	color: #c9c6c0;
}

#video-details .video-date span {
	margin: 0 5px;
	color: #c9c6c0;
}

.video.archive p {
	margin-bottom: 3px;
	line-height: 1.2em;
}

.video.archive .video-details.blog p {
	margin-bottom: 15px;
}

.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #dedbd4;
}

.post-comments {
	float: right;
	display: inline;
	margin: 0 0 5px 15px;
}

.content .post-comments a {
	display: block;
	padding: 7px 13px 9px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #585652;
	background: url("../images/comments-bubble.gif") no-repeat 50% 0;
}

.content .post-comments a:hover {
	color: #1c1b17;
	text-decoration: underline;
}

.post.archive h3 {
	margin: 0 0 2px;
	padding-bottom: 0;
	border-bottom: 0;
}

.post.archive h3 a:hover {
	text-decoration: underline;
	background: transparent;
}

.post-date {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #87847f;
}

#archive-title .post-date {
	margin: 2px 0 5px;
	font-size: 1.4em;
}

#archive-title .post-date span {
	margin: 0 5px;
	color: #c9c6c0;
}

#archive-title .post-author {
	margin: 2px 0 0;
	font-size: 1.2em;
	color: #87847f;
}

#archive-title .post-author a:link, #archive-title .post-author a:visited, #archive-title .post-author a:active {
	color: #87847f;
	text-decoration: underline;
}

#archive-title .post-author a:hover {
	color: #585652;
}

.post-tnail {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
}

.content .post-tnail img {
	padding: 5px;
}

.qtip {
}

.qtip-content { 
	font-size: 12px;
	font-weight: bold;
}

.hd {
	position: relative;
	float: right;
	display: inline;
	width: 38px;
	height: 21px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}

.hd span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/hd.gif") no-repeat 0 0;
}

.hd a, .hd a:hover {
	text-decoration: none;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	margin-bottom: 30px;
}

.widget h2 {
	margin-bottom: 15px;
}

.widget ul {
	margin: -10px 0 15px;
	list-style-type: none;
}

.widget ul li {
	list-style-type: none;
	border-bottom: 1px solid #dedbd4;
}

.widget li {
	margin-bottom: 0;
	padding: 5px 25px 5px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #87847f;
}

#ad-bigbox {
	clear: both;
}

.widget img {
	padding: 0;
}

#twitter {
	float: left;
	width: 100%;
}

#twitter img {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	padding: 0;
	background: transparent;
}

#twitter.widget li {
	margin-bottom: 0;
	padding: 10px 0;
}

#twitter.widget span {
	color: #d2cfc8;
}

.button {
	overflow: hidden;
}

.button a {
	display: block;
	height: 0;
	overflow: hidden;
}

.button a:hover, .content .button a:hover {
	background: transparent;
}

#btn-twitter {
	float: right;
}

#btn-twitter.me a {
	background: url("../images/button-twitter-me.jpg") no-repeat 0 0;
}

#btn-twitter a {
	width: 148px;
	padding: 21px 0 0 0;
	background: url("../images/button-twitter-us.jpg") no-repeat 0 0;
}

#twitter li {	
	color: #585652;
}

.aktt_more_updates {
	display: none;
}

#ad-buttons {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	padding: 15px 0 0;
	background: #dedbd4;
}

#ad-buttons div {
	float: left;
	display: inline;
	margin: 0 0 15px 15px;
}

#ad-buttons img {
	display: block;
	padding: 0;
}

#ad-bigbox img {
	padding: 0;
}

#tag_cloud h2, #tag_cloud-2 h2, #tag_cloud-3 h2 { 
	margin-bottom: 10px;
}

#tag_cloud, #tag_cloud-2, #tag_cloud-3 {
	float: left;
	width: 100%;
	line-height: 24px;
}

#tag_cloud a, #tag_cloud-2 a, #tag_cloud-3 a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

/* @end */

/* @group comments */


/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments { 
	clear: both; 
}

#comments .sexy-bookmarks {
	margin: -10px 0 30px;
}

#comments .commentlist {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #dedbd4;
}

#comments .commentlist .children li {
	padding: 5px 0 0;
}

#comments .commentlist li.depth-1 {
	margin: 0 0 10px;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 3px;
}

#comments h2 {
	margin: 0;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 5px 0 15px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#commentform {
	margin: 0;
	padding-bottom: 50px;
}

#commentform label {
	float: none;
	display: block;
	margin-bottom: 5px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
	color: #87847f;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #878487;
	outline: none;
	background: #f6f3ea;
	border: 1px solid #ccc9c2;
}

#commentform input:focus, #commentform textarea:focus {
	color: #585652;
	background: #fcfaf5;
	border: 1px solid #878487;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 410px;
	margin-right: 5px;
}

#commentform textarea {
	width: 410px;
	margin-bottom: 5px;
}

.comment #commentform input#author, .comment #commentform input#email, .comment #commentform input#url, .comment #commentform textarea {
	width: 320px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin: -25px 0 0 5px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform #submit {
	padding: 6px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #87847f;
	background: #fcfaf5;
	border: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

#commentform #submit:hover {
	text-decoration: none;
	color: #1c1b17;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .cancel-comment-reply {
	margin: 15px 0 15px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .navigation {
	margin: -10px 0 30px 0;
}

#comments .wp-smiley { 
	display: inline;
	padding: 0;
	background: transparent;
	border: none; 
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer p {
	clear: left;
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}

#footer p a {
	color: #87847f;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer span {
	margin: 0 5px;
	font-weight: normal;
	color: #c4c1ba;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.vetColLeft, .vetColCent, .vetColRight {
	width: 180px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

.vetColLeft li, .vetColCent li, .vetColRight li {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

.vetColLeft li span, .vetColCent li span, .vetColRight li span {
	font-weight: normal;
}

.vetColLeft, .vetColCent {
	margin-right: 25px
}

.storeCont  {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
}

.storeCont .storeVideo {
	position: relative;
	float: left;
	display: inline;
	width: 588px;
	margin-bottom: 20px;
	padding: 5px;
	height: 378px;
	background: url(../images/video-player-window_v2.png) no-repeat top left;
}


.storeCont .storeVideo .indexTrailer {
	position: absolute;
	top: 25px;
	left:22px;
}

.storeLeft {
	width: 588px;
	float: left;
	margin-top: 25px;
}

.storeRight {
	width: 260px;
	float: left;
	margin-left:20px;
	margin-top: 25px;
}

.storeRight p {
	font-size: 13px;
	margin-bottom: 15px;
}

.storeCont  .buyItems {
	background: #ccc;
	padding: 20px;
	float: left;
	width: 880px;
	margin-bottom: 10px;
}

.storeCont  .buyItems p {
	font-size: 20px; 
	font-weight: bold;
	color: #000;
}

.storeCont  .buyItems p a {
	color: #97290f;
	text-decoration: underline;
}

.storeCont  .buyItems p a:hover {
	text-decoration: none;
	color: #666;
}

.storeCont  .buyItems .item  {
	border-right: 1px #ccc solid;
	display: block;
	float: left;
	display: block;

}

.storeCont  .buyItems .item .price {
	font-size: 18px;
	color: #87230c;
	font-weight: bold;
}

.storeCont  .buyItems .item .buyBtn a {
	width: 147px;
	height: 42px;
	display: block;
	background: url(../images/addtocart.png) no-repeat top left;
	text-indent: -8787px;
	margin-top: 15px;
}

.storeCont  .buyItems .item .buyBtn a:hover {
background: url(../images/addtocart-hover.png) no-repeat top left;
}

.storeCont .dvdImages img{
	float: left;
}	

#sideSec {
	width: 300px;
	margin-bottom: 15px;
}

#sideSec .rightOne a {
	width: 300px;
	height: 169px;
	background: url(../images/buythedvdsec.jpg) no-repeat top left;
	display: block;
	text-indent: -8787px;
}

#sideSec .rightTwo a {
	width: 300px;
	height: 169px;
	background: url(../images/hostascreeningsec.jpg) no-repeat top left;
	display: block;
	text-indent: -8787px;
}

#sideSec .rightOne a:hover {
	background: url(../images/buyTheDVDsec-hover.jpg) no-repeat top left;
}	

#sideSec .rightTwo a:hover {
	background: url(../images/hostascreeningsec-hover.jpg) no-repeat top left;
}	

.upcoming {
	margin-bottom:10px;
}

.upcoming .screenEntry .screenDetails h3 {
	font-size:13px;
	font-weight: bold;
	color: #333;
	border:none;
	margin-bottom: 0;
	margin-top:0;
}

.upcoming .screenEntry .screenDetails p {
	font-style: italic;
	font-size: 12px;
	border-bottom: 1px solid #dedbd4;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

/* @end */