/*  
Theme Name: Smooth Few Films
Theme URI: http://www.smoothfewfilms.com/
Description: Based on Black Splat WR by Sam: http://samk.ca/.
Author: Smooth Few Films
Author URI: http://www.smoothfewfilms.com/
Version: 1.0
Tags: black, simple, left sidebar, 2 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 5px 10px 10px;
}

a
{
	color: gray;
	text-decoration: none;
}

a:hover { color: #ff1e1e; }

blockquote
{
	background: url(images/bquotes.gif) left top no-repeat;
	padding-left: 35px;
	margin: 10px 0 0 10px;
	font-style: italic;
}

code { color: #555; }

body
{
	position: relative;
	/* Fixes browser resizing bug in IE6 */
	margin: 20px auto;
	width: 980px;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	text-align: center;
	/* IE Centering Technique */
	background: white;
}

/* Header and wrapper */
#wrapper
{
	width: 980px;
	text-align: left;
	/* IE Centering Technique */
}

#headerwrapper { }

#header
{
	margin: 0 40px 20px;
	padding: 0;
	border-bottom: 1px solid gray;
}

#header img
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 255px;
}

#title
{
	float: left;
	margin-left: 15px;
	width: 360px;
	display: inline;
}

#header a
{
	color: black;
	text-decoration: none;
}

#header a:hover
{
	color: gray;
	text-decoration: none;
}

#topright
{
	color: #fff;
	font-size: 10pt;
	float: right;
	margin-bottom: 24px;
	margin-right: 15px;
	width: 468px;
	height: 60px;
	display: inline;
}

#topright a { color: #B4B472; }

/* Menu and search */
#nav { }

#header #searchform
{
	float: right;
	margin-left: 0;
}

#searchform
{
	margin-left: 10px;
	width: 228px;
	padding-top: 7px;
	height: 28px;
	background: url(images/bgsearch.jpg) left 3px no-repeat;
}

*:first-child+html #searchform
{
	/* Filter for IE7 */
	padding: 5px 0;
}

* html #searchform
{
	/* Filter for IE6 */
	padding: 5px 0;
}

#searchbox
{
	margin-left: 8px;
	margin-bottom: 3px;
	width: 145px;
	background: none;
	border: none;
}

#searchbutton
{
	width: 50px;
	background: none;
	border: none;
}

#searchbutton:hover { cursor: pointer; }

#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Content */
#main
{
	clear: both;
	margin: 0 40px;
	width: 900px;
	/* Prevents IE6 miscalculation */
}

#contentwrapper
{
	width: 615px;
	float: right;
}

#contentwrapper_fullwidth
{
	width: 880px;
	float: left;
	padding-left: 5px;
	padding-right: 20px;
}

#content { }

#content .pageTitle
{
	font-size: 15pt;
	color: #ddd;
	background-color: #1da2dc;
}

.post
{
	margin-top: 0px;
}

h2.postTitle
{
	padding: 0 10px;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid gray;
}

#pagetitle { }

#content p.postMeta
{
	padding: 5px 10px;
	font-size: 14px;
}

.post img { margin: 10px; }
.postContent { background-color: white; }

#content p, .postContent p, .postContent ul li, ol li
{
	font-size: 13px;
	line-height: 18px;
	color: black;
}

.postContent ul, ol { padding: 0 0 0 35px; }
.comment { border-top: 1px solid #ebebeb; margin-top: 15px; }

.tags { }
.navigation { border-bottom: 1px solid gray; padding: 0 10px; margin: 0; }

#commentslinks
{
	float: right;
	text-align: right;
	padding: 5px 10px;
	width: 180px;
	color: #1da2dc;
	font-size: 10px;
}

#commentslinks a { text-decoration: underline; }

#comments
{
	padding: 5px 5px 5px 25px;
	font-size: 9pt;
}

p.comments
{
	clear: both;
	margin-bottom: 15px;
}

p.comment { padding: 0 10px; }

.commentlist
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	list-style: none;
}

.commentlist li
{
	margin: -1px 0 0 0;
	padding: 0;
	border-width: 1px;
	border-color: white;
	border-style: solid none;
}

.commentlist cite
{
	font-size: 10pt;
	font-style: normal;
}

.commentlist cite a { }
.comment .commentmetadata a { }
.commentlist p { padding: 10px 0; }

.comment h3
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ddd;
}

p.comment a
{
	padding-left: 20px;
	background: url(images/comment.gif) left top no-repeat;
	font-size: 10pt;
}

textarea { width: 480px; }

.comment #submit
{
	width: 118px;
	height: 30px;
	background: url(images/commentbutton.jpg) left top no-repeat;
	border: none;
	font-size: 9pt;
	color: #fff;
}

.comment #submit:hover { cursor: pointer; }

.commentbody
{
	float: right;
	width: 525px;
	padding: 10px;
}

#respond { background-color: #444; border-bottom: 1px solid gray; }
#commentform { background-color: #262626; }

a.gravatar
{
	float: left;
	margin: 0;
	width: 69px;
}

a.gravatar img {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: white;
	}

#nextprevious
{
	margin-top: 10px;
	padding: 0 10px;
	border-top: 1px solid gray;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
}

/* Sidebars */
#sidebars
{
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	width: 255px;
}

#sidebar1 { padding: 0; }

#sidebars h2
{
	padding: 0;
	line-height: 32px;
	font-size: 16px;
}

#sidebars table { width: 160px; }

#sidebars ul
{
	margin: 0;
	padding: 0;
}

#sidebars li
{
	list-style: none;
}

#sidebars li ul
{
	padding: 0;
	margin: 0 8px;
}

#sidebars p { margin: 0 8px; }


#get_recent_comments_wrap, .sidebaritem { margin-bottom: 10px; }
#tag_cloud a { display: inline; }
#sidebars ul.children li { border-bottom: none; }
#sidebars ul.children { margin-bottom: -5px; }

/* footer*/
#footerwrapper
{
	clear: both;
	height: 158px;
	/*background: url(images/bottomsplatright.png) right bottom no-repeat;*/
}

#footer
{
	border-top: 1px solid gray;
	margin-top: 30px;
}

#footer p
{
	text-align: center;
	font-size: 10px;
}

a img { border: none; }

.highlight
{
	color: #D9D688;
	font-weight: bold;
}

/* Misc */
.cleared { clear: both; }

.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; margin: 5px 10px 5px 0 !important; }
.alignright { float: right; margin: 5px 0 5px 10px !important;  }

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

select
{
	margin-top: 5px;
}

#cat { margin-left: 8px; }

#headermeta ul
{
	float: right;
	list-style: none;
	margin: 0 35px 5px 0;
	padding: 0;
}

#headermeta ul li { float: left; }

#headermeta ul li a
{
	color: black;
	font-size: 12px;
	margin: 2px 5px;
	padding: 0;
}

#headermeta ul li a:hover { color: #1da2dc; }

#videowrapper
{
	border-bottom: 1px solid gray;
}

#videoheader, .blueheader
{
	padding: 0 10px;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid gray;
}

#videoheader {	}

.blueheader { }

#video1
{
	width: 480px;
	height: 290px;
	border-right: 1px solid gray;
	float: left;
}

#embed
{
	width: 480px;
	height: 300px;
	border-right: 1px solid gray;
	float: left;
}

#featureddescription
{
	background-color: #262626;
	margin-bottom: 15px;
}

.description
{
	padding: 5px 10px;
}

.linktopost, .downloads
{
	clear: both;
	background-color: white;
	margin: 0;
	padding: 2px 10px 5px;
}

.linktopost { border-top: 1px solid gray; }
.downloads { border-bottom: 1px solid gray; }

.stream { border-bottom: 1px solid gray; background-color: #262626; }

#featureddescription h3 a {
	color: #ddd;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
}

#featureddescription h3 a:hover {
	color: white;
}

.blueheader { margin-bottom: 15px; }

.light { background-color: #F5F5F5; }
.dark { background-color: #BFBFBF; }

/*Episodes*/

.episode_title {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	font-size: 16px;
}
	
.episode_desc {
	float: right;
	width: 464px;
	border-left: 1px solid gray;
	background-color: white;
	}

.episode_img {
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;
	}
	
.episode_img a, .compact_img a {
	display: block;
	width: 150px;
	height: 84px;
	}

.episode_th { margin: 0 !important; }
.icons {}

.compact { margin: 10px 0 0; }

.compact_img {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-width: 1px;
	border-color: white;
	border-style: solid solid solid none;
}

.compact_desc {
	float: right;
	width: 464px;
	height: 84px;
	overflow: hidden;
	border-width: 1px;
	border-color: white;
	border-style: solid none;
	background-color: #262626;
	}
	
.compact_desc p {
	padding: 0 10px;
	height: 28px;
	line-height: 28px !important;
	font-size: 14px !important;
}

.compact_title {
	font-weight: bold;
	border-bottom: 1px solid gray;
	}
	
.compact_title a {
	color: #ddd;
}

.compact_title a:hover {
	color: white;
}

.compact_title, .compact_link {
	background-color: #444;
}

.compact_downloads {
	background-color: #333;
}

.compact_link {
	margin-top: -1px;
	border-top: 1px solid gray;
	}

/* Ad Rotation */

#randomtall {
	float: right;
	margin: 25px 6px 0 0;
	width: 120px;
}

#embedtall {
	float: right;
	margin: 0;
	width: 134px;
	overflow: hidden;
	height: 300px;
}

.adsense {
	text-align: center;
	background-color: #000;
	border-width: 1px;
	border-style: solid none;
	border-color: white;
	margin-bottom: 15px;
	padding: 10px 0 5px;
}

.user-1,
.user-2,
.user-3,
.user-4,
.user-962,
.user-1557
{
	background-color: #95C8FF;
}

/* Store */

.cartbutton {
	margin: 2px 0 0 !important;
	padding: 0 !important;
	}

.tracklisting {
	margin-left: 1em;
	padding-bottom: .5em;
}

.tracklisting li img { margin: 0; }

/* Sociable */

div.sociable { margin: 0 0 0 10px; padding-bottom: 10px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid gray;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
