/*
Theme Name: Simply Streep Version 2010
Theme URI: http://www.simplystreep.com
Version: 1.0
Author: Frederik
Author URI: http://www.simplystreep.com
Tags: fixed width, two columns

*/

* { padding: 0; margin: 0; }
img { border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	}
#wrapper { 
	margin: 0 auto;
	width: 950px;
	}
#header {
	height: 100px;
	}
#header #logo {
	margin-top: 0px;
	float: left;
	}
#header #ad {
	float: right;
	width: 389px;
	height: 163px;
	background: #B64E4E;
	color: #B64E4E;
	border: 1px solid #262626;
	margin-top: 14px;
	}
#nav {
	background-image: url('images/bg_nav.gif');
	width: 950px;
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#nav ul {
	list-style: none;
	}
#nav li {
	float: left;
	}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px;
	}
#content {
	float: left;
	width: 64%;
	padding-top: 10px;
	}
#content .post-wrap, .comment-wrap {
	background: #fff;
	color: #686868;
	font-size: 12px;
	margin-bottom: 9px;
	}
#content blockquote {
	background: url('images/quote.gif') top left no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	background-repeat : no-repeat;
	color : #CC4C4C;
	line-height : 19px;
	}
#content h2 {
	font-family: Times New Roman;
	font-size: 17px;
	letter-spacing: -1px;
	color: #2c2e30;
	}
#content h2 a {
	color: #2c2e30;
	text-decoration: none;
	}
#content h2 a:hover {
	text-decoration: none;
	}
#content a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#content .post-heading {
	padding: 10px 0 9px;
	border-bottom: 1px solid #eee;
	margin: 0 10px 12px 10px;
	}
#content .post-info {
	font-size: 9px;
	padding: 3px 0 0 0px;
	}
#content .post-content {
	padding: 0 15px;
	line-height: 21px;
}
#content .post-content ul, 
#content .post-content ol {
	padding-left: 20px;
}
#content .post-content p {
	padding-bottom: 15px;
	}
#content .post-content a, #content .post-footer a, a.url {
	font-weight: normal;
	}
#content .post-footer {
	font-color: #fff;
  	font-size: 12px;
	font-family: Times New Roman;
	padding: 10px 0;
	}
#content .post-footer ul {
	list-style: none;
	padding-left: 6px;
	}
#content .post-footer li {
	float: left;
	margin-right: 36px;
	}
#content .post-footer a.commentlink {
	background: url('images/comments.png') top left no-repeat;
	padding: 5px 0 0 20px;
	}
#content .post-footer a.permalink {
	background: url('images/permalink.gif') top left no-repeat;
	padding: 6px 0 0 22px;
	}
#content .post-footer a.postfeed {
	background: url('images/rss.gif') top left no-repeat;
	padding: 2px 0 0 21px;
	}
	
/* Begin Images */
#content p img{
	float: center;
	margin: 3px 3px 3px 3px;
	border-right: 3px solid #C0C0B5;
	border-bottom: 3px solid #C0C0B5;
	}
	
.small {
	color: #CC4C4C;
	font-family: Arial;
	font-size: 11px; 
	line-height: 17px;
	margin-bottom: 9px;
	}
	
.tl {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	}
	
.welcome {
	text-align:justify;
	color: #B9B9B9;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
	}
	
.rating {
	height: 33px;
	background-image: url('images/bg_rating.gif');
	font-size: 10px;
	color: #F8C9AA;
	padding: 5px 6px 0px 148px;
	border-right: 3px solid #E7E7D9;
	}
		
.filmdescription {
	border-top: 1px solid #E7E7D9;
	color: #CC4C4C;
	font-size: 11px;
	padding-top: 10px;
	}
		
#content h3 {
	background: #EBECE6;
	color: #CC4C4C;
	padding: 5px 5px 5px 5px;
	margin: 15px 0px 15px 0px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: -1px;
	}
	
#content h4 {
	background-image: url('images/bgh4.png');
	color: #A8A8A8;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 15px 0px;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 35px;
	}
	
.splash {
	margin: 1px 0px 0px 0px;
	background: #AAA99F;
	background-image: url('images/index.png');
	background-repeat: no-repeat;
	text-align: justify;
	}
	
.question {
	color: #AC6C6C;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;}
	
	
/* Red Stylesheet */

body {
	background: url('images/bg.gif') #F0ECE6 repeat-x;
	}
#nav a:hover, #nav li.current_page_item a {
	background: url('images/nav-hover.gif') repeat-x;
	}
#content .post-wrap, .comment-wrap {
	border-right: 3px solid #E5E5D5;
	border-bottom: 3px solid #E5E5D5;
	}
#content a {
	color: #CC4C4C;
	}
#sidebar .sidebar-item li {
	background: url('images/arrow.gif') 0% 10% no-repeat;
	}
#sidebar .sidebar-item input#searchsubmit, #commentform input#submit {
	background: url('images/submit-bg.gif') #bb5252 repeat-x;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	background: url('images/bg_footer.gif') #F0ECE6 repeat-x;
	float: block;
	margin: 0px auto 0px;
	text-align: center;
	padding: 15px 20px 20px 20px;
	line-height: 17px;
	color: #9F9F9F;
	font:11px/16px Arial; 
	padding-top: 15px;
	}
	
#footer a:link, #footer a:visited { color:#C67C7C; text-decoration:none; outline:none; }
#footer a:hover, #footer a:active { color:#BB5252; text-decoration:none; outline:none; }

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	color: #323232;
	font-size: 11px;
	padding: 4px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #323232;
	}
	
#sbutt {
	background: #878787;
	color: #EEEEEE;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	cursor:pointer;
}

#sidebar {
	float: right;
	width: 35%;
	padding-top: 10px;
	}
#sidebar .sidebar-item {
	padding: 15px 15px;
	background-image: url('images/bg_sidebar.gif');
	font-size: 11px;
	line-height: 17px;
	text-align:justify;
	color: #6b6b6b;
	margin-bottom: 10px;
	border-right: 3px solid #E7E7D9;
	border-bottom: 3px solid #E7E7D9;
	}
#sidebar .sidebar-item h6 {
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	margin-bottom: 11px;
	}
#sidebar .sidebar-item ul {
	list-style: none;
	padding-left: 0px;
	}
#sidebar .sidebar-item li {
	padding-left: 20px;
	padding-bottom: 8px;
	}
#sidebar .sidebar-item a {
	color: #6b6b6b;
	text-decoration: none;
	}
#sidebar .sidebar-item a:hover {
	text-decoration: none;
	}
#sidebar .sidebar-item input#s {
	background: #eee;
	border: 0;
	height: 20px;
	width: 95px;
	float: left;
	margin-right: 4px;
	padding: 5px 0 0 5px;
	}
	
#sidebar a:link, #footer a:visited { color:#CC4C4C; text-decoration:none; outline:none; }
#sidebar a:hover, #footer a:active { color:#764A4A; text-decoration:none; outline:none; }

/************************************************
*	Content Film								*
************************************************/

.left {
	background: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.right {
	background-image: url('http://www.simplystreep.com/wp/wp-content/themes/version02/images/bg_sidebar.gif');
	font-size: 11px;
	line-height: 17px;
	text-align:justify;
	color: #6b6b6b;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 3px solid #E7E7D9;
	border-bottom: 3px solid #E7E7D9;
	}

.filmsidebar {
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	margin-bottom: 9px;
	}
	
.tabcontent {
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.navigation {
	font-size: 12px;
	font-weight: bold;
	}
/* Comments */
h6#comments, #respond h6 {
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 25px;
	}
#respond {
	background: #fff;
	padding: 23px 15px;
	font-size: 12px;
	border-right: 3px solid #E5E5D5;
	border-bottom: 3px solid #E5E5D5;
	}
.comment-wrap {
	padding: 23px 15px;
}
#commentform input, #commentform textarea {
	width: 420px;
	background: #eee;
	color: #6b6b6b;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	}
#commentform input#submit {
	height: 25px;
	width: 59px;
	color: #fff;
	border: 0;
	padding: 0;
	}
#commentform label {
	display: block;
	}
.commentlist li {
	list-style: none;
	margin-bottom: 10px;
	}
.comment-author {
	float: left;
	width: 77px;
	}
.comment-name {
	font-size: 13px;
	}
.comment-date {
	font-size: 10px;
	}
.comment-content {
	float: right;
	position: relative;
	width: 412px;
	padding: 14px;
	font-size: 12px;
	background: #eee;
	}
.arrow {
	width: 0;  
	height: 0;  
	line-height: 0;  
	border-top: 20px solid #eee;  
	border-left: 20px solid white;  
	position: absolute;  
	top: 30px;  
	left: -19px;
	}
.comment-content p {
	padding-bottom: 10px;
	line-height: 18px;
	}
.children {
	padding-left: 20px;
	}
.children .comment-content { width: 392px; }
.children .children .comment-content { width: 372px; }
.children .children .children .comment-content { width: 352px; }
.children .children .children .children .comment-content { width: 332px; }

#main { clear: left; }	
.hidden { display: none; }
.c-left { clear: left; }
.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }