/* 
	Theme Name: White Canvas WordPress Theme
	Theme URL: http://www.geekinspired.com
	Description: Red and White Movie Theme
	Author: Jared and Bo
	Author URI: http://www.geekinspired.com
	Version: 2.0
	Tags: two columns, fixed width, gray, white, blue
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 11.15.08
		Second Release of White Canvas, to ensure compatibility with WordPress 2.7
*/

body {
	background: #b90b0d;
/*url(images/bg.gif) repeat-x;*/
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks				*
************************************************/

a, a:visited {
	color: #477EDA;
	text-decoration: none;
	}
	
a:hover {
	color: #b90b0d;
	text-decoration: underline;
	}
	
/************************************************
*	Header  				*
************************************************/

#header {
	width: 960px;
	height: 105px;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #474747;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #474747;
	text-decoration: none;
	}

.headerleft {
	width: 400px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerright {
	width: 560px;
	float: right;
	margin: 0px;
	padding: 70px 0px 0px 0px;
	overflow: hidden;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #fff;
	display: block;
	font-size: 12px;
        font-weight:bold;
        margin: 0px;
	padding: 8px 15px 13px 15px;
	}

#nav li a:hover, #nav li a:active {
	color: #d5deec;
        margin: 0px;
	padding: 8px 15px 13px 15px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	opacity: .90;
	filter: alpha(opacity=90);
	background: #477EDA;
	width: 150px;
	color: #CCCCCC;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	}
	
#nav li li a:hover, #nav li li a:active {
	opacity: 1;
	filter: alpha(opacity=100);
        background: #b90b0d;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Content 				* 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
	
#content h1 {
	color: #666666;
	font-size: 22px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#content h1 a, #content h2 a  {
        color: #666666;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
        font-size:16px;
	font-weight: bold;
	margin: 12px 0px 2px 0px;
	padding: 0px;
	}
	
#content h2.special {
        padding-top:3px;
	color:#477EDA;
        font-size:16px;
        text-indent:24px;
        margin:0px;
} 

#content h3 {
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#content h4 {
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
#photos {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #999999;
	}
	
#photos a img, #photos a:visited img {
	padding: 0px;
        border: 0px;
	}
	
#photos a:hover img{
	padding: 0px;
	}
	
.postleft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
	
.postleft p {
	padding: 4px 24px;
	margin: 0px;
	}
	
.commentsleft {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #373737;
	}
	
.postright {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 0px;
	}
	
.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
.contentleft {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}
	
.contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.contentleft a img {border:0px;}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #373737;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
/************************************************
*	Sidebar 				    	     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 20px 30px;
	line-height: 20px;
	}
	
#sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar ul {
	list-style-type: disc;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	}
	
#sidebar ul li {
        font-size:12px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
#sidebar ul li ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #b90b0d;
	border-top: 1px solid #232323;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding:0px;
        color: #151515;
	}

#footer a {	
	text-decoration: none;
        color: #fff;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.footer-1 {
	width: 300px;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 0px 20px;
	}
	
.footer-1 p {
	color: #fff;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-2 {
	width: 170px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 20px;
	}
	
.footer-2 p {
	color: #fff;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-3 {
	width: 170px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 20px;
	}
	
.footer-3 p {
	color: #fff;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
.footer-4 {
	width: 350px;
	float: left;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 0px 20px;
	}
	
.footer-4 p {
	color: #fff;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #111111;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
/************************************************
*	Home Page Items				*
************************************************/
/*
.img-netflix, .img-roku, .img-lg, .img-samsung, .img-xbox {
	width:116px;
        padding:5px;
        float:left;
}

.img-netflix {margin-top:15px;}
.img-roku {margin-top:13px;}
.img-lg {margin-top:15px;}
.img-samsung {margin-top:10px;}
.img-xbox {margin-top:3px;}


.img-netflix a img, .img-roku a img, .img-lg a img, .img-samsung a img, .img-xbox a img {
	border:0px;
}
*/

#img-container {
        height:150px;
        margin-top:8px;
}

#content .postright h3 {
        color:#151515;
        margin:0px;
        background-repeat:none;
}

#content .postright h3 a {
        display:block;
        width:288px;
        padding-left:10px;
        height:60px;
        letter-spacing:1px;
        font-family: arial, Tahoma;
        font-weight:bold;
        font-size:12px;
        text-align:left;
}

#content .postright h3 a:link, #content .postright h3 a:visited {
        color:#151515;
        opacity: .83;
	filter: alpha(opacity=83);
        /*border-left: 1px solid #cdaaf0;
        border-right: 1px solid #cdaaf0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;*/
}

#content .postright h3 a:hover {
        text-decoration:none;
        opacity: 1;
	filter: alpha(opacity=100);
        color:#b90b0d;
        /*border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: 1px solid #cdaaf0;
        border-bottom: 1px solid #cdaaf0;*/
}

#content .postright h3 a.netflix {
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-netflix.gif) no-repeat;
        padding-bottom:8px;
}

#content .postright h3 a.netflix:hover {
        /*border-top: 1px solid #fff;*/
}

#content .postright h3 a.roku {
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-roku.jpg) no-repeat;
        padding-bottom:8px;
}

#content .postright h3 a.lg{
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-lg.jpg) no-repeat;
}

#content .postright h3 a.samsung {
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-samsung.jpg) no-repeat;
}

#content .postright h3 a.tivo {
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-tivo.jpg) no-repeat;
}

#content .postright h3 a.xbox {
        background: #fff url(http://www.watchstreamingmovies.com/wp-content/uploads/2009/06/side-xbox.jpg) no-repeat;
}

#content .postright h3 a.xbox:hover {
        /*border-bottom: 1px solid #fff;*/
}

#sidebar h2 {
       	font-size:16px;
        font-weight:bold;
}
#content ul {padding-bottom:0px;}
#content ul ul, #content ul ul li {margin-bottom:0px; padding-bottom:0px;}

#player-wrap {width:630px; margin-top:24px; float:left; padding-bottom:24px;}
.netflix-player {width:124px; padding:1px; margin:0px; float:left; text-align:center;}
.netflix-player a:visited {text-decoration:none;}

.postleft p, {padding:6px 24px;}

#content .postright h2 {font-size:14px; text-align:center; letter-spacing:1px; color:#477EDA; background:#f4f4f4; margin:0px; padding:2px 0px; border: 1px solid #e2e2e2;}

#intro-text {background:#f4f4f4; border: 1px solid #e2e2e2; padding-bottom:4px;}
.more-left {margin-left:-12px;}