/*********************************************************************************************

Theme Name: TV Elements
Theme URI: http://www.press75.com/
Description: Need a little help getting started? <a href="http://www.press75.com/v4/documentation-support/tv-elements-setup-usage/">Theme Setup and Usage</a>.
Version: 3.0
Author: Jason Schuller
Author URI: http://www.press75.com/

**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com

CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC

Be inspired, but please don't steal :)

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Header Styles  ---------------------  header.php
3.  Navigation and Menu Styles  --------  header.php
4.  Search Form  -----------------------  searchform.php
5.  Main Content Styles  ---------------  index.php, single.php, page.php
6.  Home Page Styles  ------------------  home.php
7.  Video Container  -------------------  home.php, single.php
8.  Multiple Post Pages  ---------------  index.php
9.  Single Post Pages  -----------------  single.php, page.php
10. Post Comment Styles  ---------------  comments.php
11. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php
12. Footer Styles  ---------------------  footer.php

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************

1. Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
html {
/*background: #272727 url(http://www.worldfilmcollective.com/SA2010/wp-content/uploads/2010/05/bg.jpg) repeat fixed top center;*/
background: #272727 url(../../uploads/2010/06/wall-1.jpg) no-repeat fixed top center;
height: 100%;
overflow-y: scroll;
}

body {
/*background: transparent url(images/glow.png) top center no-repeat;*/
width: auto;
height: auto;
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
color: #EEE;
font-size: 12px;
line-height: 20px;
}

html>body {
/*min-height: 1200px;*/
height: auto;
}

a:link, a:visited {
color: #FFFFFF;
}

a:hover {
color: #999999;
}

h1 {font-size: 50px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h1, h2, h3, h4, h5, h6, strong {font-weight: bold;}

h1 {
margin: 50px 0 0 0;
}

h2 {
margin: 0 0 5px 0;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#header {
margin: 0px auto;
width:960px;
}

#header-inside {
width: 960px;
margin: 0px auto;
}

#header-left { /* For the Logo */
width: 320px;
height: 150px;
float: left;
padding: 0;
}

#header-right {
width:640px;
float: left;
}


/*********************************************************************************************

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
width: 100%;
float: left;
}

#navigation-inside {
width: 960px;
margin: 0px auto;
}

.sf-menu, .sf-menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu {
float:left;
font-size:14px;
font-weight: bold;
line-height: 1;
margin: 4px 0 0 0;
}

.sf-menu a {
display: block;
position: relative;
color: #FFFFFF;
}

.sf-menu a:hover {
color: #999999;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
left: -30px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul {
top: -15000px;
}

ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.sf-menu li {
float: left;
margin: 0 0 0 22px;
padding: 5px 0 5px 0;
position: relative;
}

.sf-menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.sf-menu li ul {
background: #EBEBEB;
font-size: 12px;
font-weight: bold;
margin: 10px 0 0 0;
padding: 20px 40px 10px 0;
-moz-border-radius: 6px;
-webkit-border-radius: 4px;
-webkit-box-shadow: 0px 0px 2px #000000;
}

.sf-menu li ul a:link, .sf-menu li ul a:visited {
color: #212121;
}

.sf-menu li ul a:hover {
color: #999999;
}

.sf-menu li li {
background: none;
padding: 0 0 10px 0;
}

.sf-menu li li:hover {
background: none;
}

.sf-menu li li ul {
background: #FFFFFF;
margin: -20px 0 0 -100px;
}

.sf-menu li li li ul {
background: #EBEBEB;
margin: -20px 0 0 -100px;
}

li.subscribe {
background: url(images/rss.png) right no-repeat;
padding-right: 35px;
}


/*********************************************************************************************

4. Search Form  -----------------------  searchform.php

*********************************************************************************************/
#search {
float: right;
margin: 0 15px 0 0;
}

input#s {
background: url(images/fields.png) top left no-repeat;
border: none;
float: left;
font-size: 14px;
width: 259px;
height: 24px;
margin: 0 10px 0 0;
padding: 7px 0 0 15px;
}

input#search-submit {
background: url(images/search.png) 0 0;
float: left;
border: none;
width: 78px;
height: 32px;
}

input#search-submit:hover {
background: url(images/search.png) 0 -32px;
}


/*********************************************************************************************

5. Main Content Styles  ---------------  index.php, single.php, page.php

*********************************************************************************************/
#content {
width: 100%;
float: left;
}

#content-inside {
width: 960px;
margin: 0px auto;
}

.divider-margin {
/*background: url(images/container-fill.png) top left repeat;*/
width: 960px;
height: 0px;
float: left;
margin: 0px 0 0px 0;
}

.divider-top {
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
height: 2px;
float: left;
margin: 30px 0 0 0;
}

.divider {
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
height: 2px;
float: left;
margin: 0;
}

.divider-bottom {
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
height: 0px;
float: left;
margin: 0 0 0px 0;
}


/*********************************************************************************************

6. Home Page Styles  ------------------  home.php

*********************************************************************************************/
#channels-title {
background: url(images/divider.png) top left repeat-x;
width: 960px;
float: left;
color: #FFFFFF;
margin: 30px 0 0 0;
padding: 12px 0 10px 0;
}

#channels-title p {
float: left;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 8px 0 0 0;
}

#channels {
float:right;
background:url("images/container-fill.png") repeat scroll left top transparent;
float:right;
padding-top:11px;
padding-right:20px;
padding-bottom:62px;
width:420px;
}

#channels-inside {
width: 420px;
margin: 0px auto;
float:right;
}

#channels h3 {
background: url(images/divider-title.png) top left repeat-x;
color: #FFFFFF;
width: 460px;
height: 40px;
float: left;
font-size: 18px;
font-weight: normal;
margin: 30px 0 -10px 0;
padding: 12px 0 0 0;
text-align: center;
}

#channels h4 {
color: #FFFFFF;
position: absolute;
margin: 125px 0 0 10px;
font-size: 14px;
}

.post-image-home {
background:url("images/container-fill.png") repeat scroll left top transparent;
width: 200px;
height: 150px;
float: left;
margin: 10px 0 0 10px;
}

.post-frame-channel {
background: url(images/post-frame-channel.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-channel:hover {
background: url(images/post-frame-channel.png) 0 -150px;
}


/*********************************************************************************************

7. Video Container  -------------------  home.php, single.php

*********************************************************************************************/
#video-container {
width: 100%;
float: left;
}

#video-container-single {
background: url(images/divider.png) bottom left repeat-x;
width: 540px;
float: left;
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}

#video-container-inside {
width: 960px;
margin: 0px auto;
}

#video-top {
/*background: url(images/container-top.png) top left no-repeat;*/
width: 520px;
height: 10px;
float: left;
}

#video {
background: url(images/container-fill.png) top left repeat-y;
width: 520px;
float: left;
padding: 20px 0 0px 0;
text-align: center;
}

#video-single {
background: url(images/container-fill.png) top left repeat-y;
width: 520px;
float: left;
padding: 0px 0 50px 0;
text-align: center;
}

#video h2 {
margin: 15px 0 5px 0;
padding: 0;
}

#video-bottom {
/*background: url(images/container-bottom.png) bottom left no-repeat;*/
width: 520px;
height: 10px;
float: left;
}

#post-nav {
width: 960px;
position: relative;
}

.previous-post a {
background: url(images/left.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top: 215px;
left: 60px;
z-index: 500000;
}

.previous-post a:hover {
background: url(images/left.png) 0 -74px;
}

.next-post a {
background: url(images/right.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top: 215px;
right: 60px;
z-index: 500000;
}

.next-post a:hover {
background: url(images/right.png) 0 -74px;
}


/*********************************************************************************************

8. Multiple Post Pages  ---------------  index.php

*********************************************************************************************/
#breadcrumbs {
width: 960px;
float: left;
color: #FFFFFF;
padding: 12px 0 10px 0px;
/*background:url("images/container-fill.png") repeat scroll left top transparent;*/
}

#breadcrumbs p {
width: 540px;
float: left;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 8px 0 0 15px;
}

.multiple {
background:url("images/container-fill.png") repeat scroll left top transparent;
width: 960px;
float: left;
margin: 0 0 1px 0;
padding: 30px 0 0 0;
}

.post-meta {
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:15px;
padding-right:40px;
padding-top:0;
width:285px;
}

.entry-multiple {
width: 600px;
float: left;
}

.details {
background: url(images/divider.png) top left repeat-x;
color: #FFFFFF;
width: 285px;
float: left;
margin: 15px 0 0 15px;
padding: 0;
}

.details li {
background: url(images/divider.png) bottom left repeat-x;
width: 285px;
float: left;
padding: 10px 0 10px 0;
}

.date {
background: url(images/date.png) left no-repeat;
padding: 0 0 0 40px;
}

.author {
background: url(images/author.png) left no-repeat;
padding: 0 0 0 40px;
}

.comments {
background: url(images/comments.png) left no-repeat;
padding: 0 0 0 40px;
}

.category {
background: url(images/category.png) left no-repeat;
padding: 0 0 0 40px;
}

.post-image {
background: url(images/post-image.png) top left no-repeat;
width: 250px;
height: 175px;
float: left;
padding: 25px 0 0 50px;
}

.post-frame-video {
background: url(images/post-frame-video.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-video:hover {
background: url(images/post-frame-video.png) 0 -150px;
}

.post-frame-post {
background: url(images/post-frame-post.png) 0 0;
width: 200px;
height: 150px;
position: absolute;
}

.post-frame-post:hover {
background: url(images/post-frame-post.png) 0 -150px;
}

#pagination {
width: 960px;
float: left;
margin: -15px 0 35px 0;
}

#nav-back {
width: 480px;
float: left;
}

#nav-back a {
background: url(images/nav-back.png) 0 0;
width: 138px;
height: 32px;
float: left;
}

#nav-back a:hover {
background: url(images/nav-back.png) 0 -32px;
}

#nav-forward {
width: 480px;
float: right;
}

#nav-forward a {
background: url(images/nav-forward.png) 0 0;
width: 138px;
height: 32px;
float: right;
}

#nav-forward a:hover {
background: url(images/nav-forward.png) 0 -32px;
}


/*********************************************************************************************

9. Single Post Pages  -----------------  single.php, page.php

*********************************************************************************************/
.single {
/*background: url(images/divider.png) top left repeat-x;*/
background: url(images/container-fill.png) top left repeat;
background-attachment:scroll;
background-color:transparent;
background-image:url("images/container-fill.png");
background-position:left top;
background-repeat:repeat;
float:left;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:15px;
padding-right:15px;
padding-top:30px;
width:930px;
}

.entry-single {
float:left;
padding-left:15px;
width:550px;
}

.entry ul, .entry-single ul, .entry-multiple ul {
margin: 0 0 15px 0;
}

.entry ul li, .entry-single ul li, .entry-multiple ul li {
background: url(images/bullet.png) top left no-repeat;
padding: 0 0 0 20px;
}

.entry ol, .entry-single ol, .entry-multiple ol {
margin: 0 0 15px 20px;
}

p img {
max-width: 100%;
-webkit-box-shadow: 0px 0px 4px #000000;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 15px;
-webkit-box-shadow: 0px 0px 4px #000000;
}

img.alignleft {
padding: 5px;
margin: 0 15px 2px 0;
-webkit-box-shadow: 0px 0px 4px #000000;
}

.wp-caption {
text-align: center;
padding: 10px 5px 5px 5px;
margin: 0 0 20px 20px;
}

.wp-caption img {
padding: 0;
margin: 0 0 5px;
-webkit-box-shadow: 0px 0px 4px #000000;
}

.wp-caption-text {
color: #FFFFFF;
margin: 10px 0 0;
padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
font-size: 12px !important;
text-align: center; 
margin: 0;
padding: 0;
}


/*********************************************************************************************

10. Post Comment Styles  ---------------  comments.php

*********************************************************************************************/
#comments {
background: url(images/divider.png) top left repeat-x;
width: 960px;
float: left;
margin: 0 0 30px 0;
padding: 12px 0 0 0;
}

#comments-meta {
background: url(images/divider.png) bottom left repeat-x;
width: 900px;
float: left;
/*padding: 0 0 20px 0;*/
padding: 0 30px 20px 30px;
}

#comments-meta p {
float: left;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin: 0;
padding: 8px 0 0 0;
}

/* Begin Comment Styles */
.avatar { 
background: url(images/comment-avatar.png) top left no-repeat;
margin: 0 20px -35px 0;
padding: 10px;
}

.comment-author {
width: 300px;
position: absolute;
padding: 0;
}

.comment-meta {
width: 300px;
position: absolute;
margin: 0 0 0 92px;
padding: 0;
}

#comments ol li { 
list-style: none;
}

ol.commentlist li { 
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
float: left;
padding: 30px 0 20px 0;
}

ol.commentlist li.alt {
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
float: left;
padding: 30px 0 20px 0;
}

ol.commentlist li p {
width: 600px;
float: left;
margin: 0 0 15px 360px;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li { 
background: none;
padding: 25px 0 0 0;
}

ol.commentlist li ul.children li.alt {
background: none;
padding: 25px 0 0 0;
}

ol.commentlist li ul.children li.depth-2 {margin: 0;}
ol.commentlist li ul.children li.depth-3 {margin: 0;}
ol.commentlist li ul.children li.depth-4 {margin: 0;}
ol.commentlist li ul.children li.depth-5 {margin: 0;}

ol.commentlist li div.reply {
border: none;
position: absolute;
margin: 40px 0 0 92px;
}

ol.commentlist li div.reply a {
color: #FFFFFF;
}

/* Begin Form Styles */
#leave-reply {
background: url(images/divider.png) bottom left repeat-x;
width: 960px;
float: left;
margin: -55px 0 30px 0;
padding: 0 0 20px 0;
}

#leave-reply p {
float: left;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
margin: 0;
padding: 8px 0 0 0;
}

#respond { 
width: 100%;
/*background: url(images/container-fill.png) repeat 10px 0px;*/
}

.comment-details {
width: 300px;
float: left;
padding-left:30px;
}

.cancel-comment-reply a {
background: url(images/cancel.png) 0 0;
width: 78px;
height: 32px;
float: right;
margin: -47px 0 0 0;
}

.cancel-comment-reply a:hover {
background: url(images/cancel.png) 0 -32px;
}

#author, #email, #url {
background: url(images/fields.png) top left no-repeat;
border: none;
font-size: 14px;
width: 274px;
height: 32px;
padding: 2px 0 0 15px;
}

.comment-text {
padding-bottom:32px;
}
#comment {
background: url(images/text-area.png) top left no-repeat;
border: none;
font-size: 14px;
width: 570px;
height: 200px;
padding: 15px;
}

input#submit {
background: url(images/submit.png) 0 0;
border: none;
cursor: pointer;
width: 101px;
height: 32px;
float: right;
margin: 0 550px 0 0;
}

input#submit:hover {
background: url(images/submit.png) 0 -32px;
}


/*********************************************************************************************

11. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php

*********************************************************************************************/
#sidebar-home, #sidebar-multiple, #sidebar-single, #sidebar-page {
width: 100%;
float: left;
}

#sidebar-home-inside, #sidebar-multiple-inside, #sidebar-single-inside, #sidebar-page-inside {
width: 960px;
margin: 0px auto;
}

#sidebar h2 {
font-size: 13px;
font-weight: bold;
}

.widget  {
background-attachment:scroll;
background-color:transparent;
background-image:url("images/container-fill.png");
background-position:left top;
background-repeat:repeat;
float:left;
margin-bottom:30px;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
padding-top:15px;
width:290px;
}

.widget-title {
color: #FFFFFF;
font-size: 18px;
margin: 0 0 20px 0;
}

.widget h4 {
font-size: 14px;
margin: 0 0 5px 0;
}

.sidebar-ad {
margin: 0 15px 15px 0;
}


/*********************************************************************************************

12. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
width: 100%;
float: left;
}

#footer-inside {
width: 960px;
margin: 0px auto;
padding: 0 0 50px 0;
/*background:url("images/container-fill.png") repeat scroll left top transparent;*/
}

#footer h3 {
color: #FFFFFF;
padding-left:30px;
padding-top:30px;
}

#banner-container {
	float:left;
	height:268px;
	width:520px;
}

#wfcbanner {
	font-size:11pt;
	padding-left:20px;
	text-align:center;
	width:480px;
	margin-top:55px;
}

#fb {
 float:right;
}

.connect_widget td.connect_widget_vertical_center {
border-spacing:0;
color:white;
}

#tagline {
font-size:24px;
line-height:1.2em;
padding-bottom:5px;
padding-left:25px;
padding-right:5px;
padding-top:45px;
}

#logoclick {
font-weight:bold;
left:55px;
position:relative;
top:-20px;
}