/*  
Theme Name: ScreenWize
Theme URI:
Description: The theme used for the ScreenWize website.
Version: 1.0
Author: Nick Cotton
Author URI:

*/
body, h1, h2, h3, h4, h5, h6, blockquote{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	color:#333333;
}
h1{
	text-decoration:none;
	height:40px;
	width:84px;
}
.swapout{
	display:none;
}
h2{
	padding-left: 20px;
	font-size:20px;
}
h3{
	padding-top:30px;
	padding-left:30px;
}
p{
	padding-left: 40px;
	padding-right: 40px;
}
#wrapper{
	margin: 0 auto;
	width:100%;
	text-align:left;
	border:none;
}
#header{
	margin: 0 auto;
	position:absolute;
	top:0;
	float:left;
	height: 55px;
	width:100%;
	background-color: #333333;
	border-bottom:#459DD3 3px solid;
	display:inline;
}
#header a{
	color:#459DD3;
	text-decoration:none;
}
#header li{
	list-style-type:none;
}
/*/////////////////////////////HEADER IMAGES////////////////////////*/
#blurb{
	background:transparent url(images/film-strip.png) no-repeat;
	height:190px;
	margin:0 auto;
	margin-top:100px;
	width:900px;
	position: relative;
}
#noblurb{
	background:transparent url(images/noblurb.png) no-repeat;
	margin:0 auto;
	margin-top:100px;
	width:900px;
	position: relative;
}
/*/////////////////////////////END HEADER IMAGES////////////////////////*/

/*/////////////////////////////SINGLE POST IMAGES////////////////////////*/
img.right {
	 text-align:right;
	 float: right;
	 margin:10px 0 0 10px;
}
img.left {
	 text-align:left;
	 float: left;
	 margin:0 10px 10px 0;
}
img.centre{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clearboth{
	clear:both;
}
.postmetadata{
	border-top:#333333 1px solid ;
	background-color:transparent;
	font-style:italic;
	height:auto;
	margin-right:30px;
	font-size:8pt;
}
.postmetadata a{
	border-bottom:1px solid #459DD3;
}
.post span, .post_alt span{
	font-style:italic;
	margin-left:30px;
}
#home a.more-link{
	font-weight:bold;
	color:#96160f;
}
#home a.more-link:hover{
	background-color:#96160f;
	color:#f5f5f5;
}
/*///////////////////////////////////NAVIGATION TABS////////////////////////////////////*/
ul#tabbar{
	padding:0px;
	list-style-type:none;
	margin:0 auto;
	position:absolute;
	top:0;
	left:100px;
	min-height:35px;
}
ul#tabbar li{
	display:inline;
	float:left;
}
ul#tabbar li a{
	background-color:#333333;
	color:#FFFFFF;
	display: block;
	min-height:35px;
	text-decoration:none;
	padding:0 15px;
	padding-top:20px;
}
ul#tabbar li a:hover{
	color:white;
	background-image: url(images/navbarthinblue.png);
}
.tabselected a{
	background: #459DD3 url(images/navbarthinblue.png) repeat-x;
	font-weight:bold;
}
/*END TABS*/

#search{
	position:absolute;
	top:15px;
	left:800px;
}

#large-container{
	width:900px;
	margin:0 auto;
}
#container{
	width:700px;
	float:left;
	margin: 0 auto;
	padding-right:30px;
	background-color:#FFFFFF;
}
#container a:hover{
	color:#f5f5f5;
	background-color:#333333;
}
#container h2{
	display:inline;
}
.entry{
	line-height:1.5em;
}
.entry img{
	padding:5px 10px;
	border:none;
}
.post, .post_alt{
	padding: 10px 0 10px 0;
}
.post{
	background-color:#e5e5e5;
}
.post a{
	color:#333333;
	text-decoration:none;
}
#home .post .entry img{
	display:inline;
	float:left;
}
.post a:hover, .post_alt a:hover{
	color:#f5f5f5;
	background-color:#333333;
}
.post_alt{
	background-color:#FFFFFF;
}
.post_alt a{
	color:#333333;
	text-decoration:none;
}
#home .post_alt .entry img{
	display:inline;
	float:right;
}
/*/////////////////////////////////////////////////////----SIDEBAR----////////////////////////////////////////////*/
.sidebar{
	float:right;
	width:156px;
	background-color:transparent;
	margin: 0px 0 0 0px;
	color:#000000;
	text-align:right;
	display:inline;
}
.sidebar h2{
	padding:0;
	text-align:right;
}
.sidebar a{
	color: #459DD3;
}
.sidebar a:hover{
	color:#000000;
	background-color:#459DD3;
}
.sidebar ul{
	list-style-type: none;
	background-color:transparent;
	padding: 10px 0 5px 0;
}
.sidebar ul li{
	padding:5px 0 5px 0;
}
.sidebar ul ul li{
	padding:10px 0 10px 0;
	font:bold 0.9em/1em helvetica, arial, sans-serif;
	border-bottom:1px solid #7d7d7d;
}
.sr-review{
	padding:10px 0 10px 0;
	font:bold 0.9em/1em helvetica, arial, sans-serif;
}
.sr-rating{
	padding-bottom:10px;
	border-bottom:1px solid #7d7d7d;
}
/*/////////////////////////////QUOTE////////////////////////*/
li#quote{
	border-bottom:1px solid #7d7d7d;
	padding:10px 0;
}
li#quote a{
	font:bold 0.9em/1em helvetica, arial, sans-serif;
}
li#quote h2{
	padding-bottom:5px;
}
span.authorsource{
	font:0.8em Helvetica;
	display:block;
	font-weight:bold;
	text-align:right;
	padding:5px 0;
}
/*////////////////////////////////////////////////----FOOTER----//////////////////////////////////////////////*/
#footer{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	padding-top:10px;
	margin: 0 auto;
	height: 55px;
	background-color: #333333;
	border-top:#459DD3 3px solid;
	color:#FFFFFF;
}
#footer-wrapper{
	width:900px;
	margin:0 auto;
}
#footer p{
	line-height:18px;
	float:left;
}
#footer a{
	color:#FAFAFA;
}
#footer img{
	 border:none;
}
.footer-meta{
	float:left;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
}
.navigation{
	width:100%;
	text-align:center;
	padding-bottom:10px;
}
.navigation a{
	color:#333333;
}
/*////////////////////////////////////////////////----COMMENTS----//////////////////////////////////////////////*/
.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	background-color:#FFFFFF;
}
.comments-template ol li{
	margin: 0 0 0 0;
	line-height: 18px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	background-color:#e5e5e5;
}
.comments-template ol li.alt{
	background-color:#FFFFFF;
}
.comments-template a{
	border-bottom:1px solid #459DD3;
}
.comments-template h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	padding:0 0 10px 20px;
}
h3#respond{
	padding:20px 0 0 20px;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/*//////////////////////////////////////////----INTERVIEWS PAGE----////////////////////////////////////////*/
#interviews .post a{
	color:#333333;
	text-decoration:none;
}
#interviews .post a:hover{
	color:#FFFFFF;
	background-color: #333333;
}
#interviews h2{
	float:left;
	display:block;
}
#interviews .post{
	padding:20px;
}
#interviews .post img{
	float:left;
	display:inline;
	border:none;
}
#interviews .post p{
	float:left;
	padding-left:20px;
}
#interviews .post p, #interviews .post h2{
	position:relative;
	top:30px;
}
#interviews-text{
	float:right;
	text-align:left;
	width:530px;
}