/*  
Theme Name: Talking Pictures
Theme URI: http://talkingpictures.tv/
Description: Multi-Columned News theme
Version: 1.0
Author: Tony Naccarato	
Author URI: http://325studio.com/

*/

@import url("css/reset.css");


a:focus{outline:1px dotted invert}
hr{border-color:#ccc;border-style:dotted;border-width:1px 0 0;clear:both;height:0;padding: 3px 0;}
ol{list-style:decimal}
ul{list-style:square}
li{list-style: none;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:5px}

body{
	background: #414143 url(images/bg.jpg) repeat-x;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Sans-serif;
	color: #333;
	border-top: 6px solid #1A1A1A;
}

#wrapper {
	width: 1050px;
	margin: 0 auto;
	background: #1E1711 url(images/bg-wrapper.gif) repeat-y top center;
	}
#maincontainer {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	background: #fff;
	border: 6px solid #1E1711;
	}
#header {
	height: 150px;
	background: #000 url(images/header.jpg) no-repeat top left;
	}
#topsection {
	width: 960px;
	margin: 25px auto 0;
	height: 90px; /*Height of top section*/
	}
p, .post, .entry, h3, h2, ul, li, a {
	font-family: Arial, sans-serif;
	}
h1 {
	float: left;
	width: 317px; 
	background: url(images/logo.png) no-repeat;
	text-indent: -9000px;
	}
h1 a {
	display: block;
	background: url(images/logo.png) no-repeat;
	height: 53px;
	}
#ad468 {
	margin: 0;
	float: right;
	}
#contentwrapper{
	float: left;
	width: 100%;
	background: #fff;
	}
#contentwrapper li, #footer li { 
	border-color:#ccc;
	border-style: dotted;
	border-width:1px 0 0; 
	padding: 5px 0;
	}
#contentcolumn3{
	margin: 0 310px 0 330px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	}
#contentcolumn{
margin-right: 310px; /*Set right margin to RightColumnWidth*/
}

#leftcolumn3{
	float: left;
	width: 330px; /*Width of left column in pixel*/
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
	background: #fff;
	}

#rightcolumn{
	float: left;
	width: 310px; /*Width of right column*/
	margin-left: -310px; /*Set left margin to -(RightColumnWidth)*/
	margin-bottom: 20px;
	background: #fff;
	}

#footer{
	clear: left;
	width: 100%;
	background: #414143 url(images/footerBg.png) no-repeat top left;
	height: 400px;
	padding: 20px 0 0;
	}
#footer h2 {
	color: #b8b8b8;
	}
#footer li {
	color: #b8b8b8;
	}
#footer p {
	color: #b8b8b8;
	}
#footerLeft {
	float: left;
	width: 300px; 
	}
#footerMiddle {
	float: left;
	width: 290px; 
	}
#footerRight {
	float: left;
	width: 280px; 
	}

.clear {
	clear: both;
	}
.innertube{
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
#maincontainer a {
	color: #698896;
	text-decoration: none;
	}
#maincontainer a:hover {
	color: #000;
	}	
h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	letter-spacing: .06em;
	padding: 10px 0;
	}
.post h3 {
	font-size: 12px;
	color: #333;
	line-height: 14px;
	}
#page h3 {
	font-size: 24px;
	margin: 20px 0 10px;
	line-height: 20px;
	}
.postthumb {
	float: left;
	margin: 0 10px 10px 0;
	}
.postmetadata {
	padding: 10px;
	background: #e3e3e3;
	}
.movie_post {
	width: 300px;
	float: left;
	margin-right: 10px;
	}
.movie_post h3 {
	color:#333333;
	font-size:12px;
	}
	
/*---------------[PAGES NAVIGATION]---------------*/
#pages { 
	background: #1a1a1a;
	width: 960px; 
	height: 45px; 
	margin:  auto; 
	}
#pages ul { 
	list-style: none; 
	float: left; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 10px 0px 0px; 
	}
#pages ul li { 
	float: left; 
	display: block; 
	height: 44px; 
	padding: 0px; 
	}
#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active { 
	background: #1a1a1a;
	float: left; 
	color: #FFF; 
	display: block; 
	height: 31px; 
	font-size: 11px; 
	padding: 14px 14px 0px; 
	margin: 0px; 
	}
#pages ul li a:hover {
	background: #000; 
	margin: 0px; 
	color: #FFF;  
	}

/*------------[DROPDOWN MENU]-------------*/
.nav, .nav * { margin:0; padding:0; list-style:none; }
.nav ul { position:absolute; top:-999em; }
.nav li { float:left; position:relative; z-index:99; font-size:12px; }
.nav a { display:block; text-decoration: none; }
.nav ul li { width: 100%; }
.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:45px; }
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
.nav li li:hover ul, ul.nav li li.sfHover ul { left:15em; top:0px; }
.nav li:hover ul, .nav li li:hover ul { top: -999em; }
.nav li li { display: block; padding: 0px; }
.nav li li a:link, .nav li li a:visited { width: 160px; display: block; background-color: #0092C4; padding: 10px 30px 0px 30px; margin: 0px 0px 0px 0px; }
.nav li li a:hover { background-image: none !important; background-color: #006E94; color: #FFF !important; }

/*------ Ads --------*/
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:1px; border: 1px solid #ccc; margin: 0 6px 6px 0; }

li#wp125 {
	list-style: none;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
	
.avatar {
	float: left;
	margin: 0 7px 2px 0;
	}
/* End Images */


#socialBar {
	background:transparent url(images/socialBar.gif) repeat-x scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	display:block;
	height:40px;
	left:0;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:999;
	}
#socialInner {
	margin: 0 auto; 
	padding: 10px 0 0; 
	width: 960px;
	}
#socialInner li {
	list-style: none;
	float: left;
	padding: 0 15px 0 0;
	}
#socialBar a {
	color: #fff;
	text-decoration: none;
	}
	
/* ----- search ------- */
#searchform {
	}
#s {
	background: #d5d5d5;
	border: 0;
	padding: 4px;
	color: #4d4d4d;
	}
	
	
.PageOfPosts.powerpress_player, .PageOfPosts.powerpress_links {
	visibility: hidden;
	text-indent: -5000;
	float: left;
	}
