@charset "UTF-8";

/* Flyweight Films designed and coded by Chris Frampton */


/* Basic styling and structure */

* {
	margin: 0px;
	padding: 0px;
}

.clear {
clear: both;
}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:  12px;
	color: #000;
	line-height: 1.2em;
	background: url(images/blackwoodbg.jpg) top center repeat-y #1f1f1f;
}

#page {
	width:  980px;
	margin: 0px auto;
	border:  1px solid #1f1f1f;
	background:  url(images/transparentbg-50blk.png);
	-webkit-box-shadow: 0px 0px 25px #1f1f1f;
	-moz-box-shadow: 0px 0px 25px #1f1f1f;
	-khtml-box-shadow: 0px 0px 25px #1f1f1f;
}

#contentwrap, #pagewrap {
width: 100%;
border-bottom: 1px solid #1f1f1f;
float: left;
background: url(images/contentwrapbg.gif) top left repeat-y;
}

#pagewrap {
width: 100%;
border-bottom: 0px solid #D3D3D3;
float: left;
margin-bottom: 50px;
}

#content {
width: 980px;
margin: 0px auto;
padding: 0px;
}

#pagenav {
float: left;
margin: 0 10px 15px 0;
width: 653px;
text-align: right;
}

a:link, a:visited {
	color: #648ac0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	outline: none;
}

ul, li {
list-style:none;
}

#incoming {
	background: #fff;
	color: #1f1f1f;
	padding: 10px;
	border: 1px dotted #648ac0;
}

#incoming a:link, #incoming a:visited {
	color: #648ac0;
	text-decoration: none;
}

#incoming a:hover {
	color: #000;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

/* Header styling and structure */

#header {
	width: 980px;
	margin: 0px auto 0px auto;
	height: 65px;
	text-align: right;
}

#header ul {
	padding: 15px 0px 0px 0px;
}
#header li {
	display: inline;
	text-transform: capitalize;
	font-weight: bold;
}

#header a {
	padding: 0px 15px;
	color: #656565;
}

#header li a:hover {
	color: #98d3e6;
	text-decoration: none;
}

#header li.current a {
color: #ece64a;
}

#header li.current_page_item a {
color: #98d3e6;
}


/* Stage area styling*/

#featured {
	width: 980px;
	margin: 0px auto;
	height: 350px;
}

.insert {
	width: 400px;
	height: 350px;
	float: left;
	padding: 10px;
}

h1.featuredheader {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 80px 0 0 20px;
	padding: 5px 10px;
	background-color: #ece64a;
	-webkit-box-shadow: 5px 5px 10px #1f1f1f;
	-moz-box-shadow: 5px 5px 10px #1f1f1f;
	-khtml-box-shadow: 5px 5px 10px #1f1f1f;
}

.insert p {
	width: 250px;
	color: #000;
	line-height: 1.1em;
	font-weight: bold;
	margin:  20px 0 0 20px;
	padding: 6px 10px;
	background-color: #ece64a;
	-webkit-box-shadow: 5px 5px 10px #1f1f1f;
	-moz-box-shadow: 5px 5px 10px #1f1f1f;
	-khtml-box-shadow: 5px 5px 10px #1f1f1f;
}

.insert a:link, .insert a:visited {
	color: #fff;
	text-decoration: none;
	color: #fff;
	}

.insert a:hover {
	text-decoration: underline;
}

.watchnow {
	position: absolute;
	font-size: 1.4em;
	height: 35px;
	overflow: hidden;
	bottom: 0px;
	left: -10px;
	width: 1000px;
	padding-left: 775px;
	padding-top: 15px;
	background:  url(images/transparentbg-50blk.png);
}

/* My Comment */

#thevideo {
width: 980px;
background: url(images/transparentbg-70blk.png);
padding: 15px 0 0px 0;
}

#thevideoinside {
width: 980px;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 980px;
text-align: center;
}

#divider {
	background: url(images/footerbg.jpg);
	width: 980px;
	height: 20px;
	margin: 0 auto;
}

/* Video gallery styling and structure*/

#videogallery, #bloglist {
	width: 677px;
	float: right;
	background: #f6f6f6;
	border-top: 1px solid #1f1f1f;
	padding: 20px 0px;
}

.videoitem {
	width: 192px;
	height: 280px;
	float: left;
	margin: 0 6px 15px 6px;
	padding: 9px 0 20px 15px;
	border-style: dashed;
	border-color: #c1c1c1;
	border-width: 0 0 1px 0;
}

.ratings {
	float: left;
	width: 160px;
	height: 25px;
	margin: 1px 0 0 0;
}

.comments {
	width: 21px;
	height: 20px;
	float: left;
	background: url(images/commentsbg.png) top left no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	margin-top: 5px;
	padding-right: 10px;
}

.thumbnail {
	float: left;
	margin: 0 0 10px 0px;
	width: 192px;
	height: 120px;
	border: 1px solid #fff;
	background-color:white;
	overflow: hidden;
}

h2.itemtitle, h2.itemtitle a:link, h2.itemtitle a:visited {
	font-size: 14px;
	color: #000;
	margin: 0 0 5px 0px;
	padding: 0;
	font-weight: bold;
	display: block;
	float: left;
	width: 192px;
}

h2.itemtitle a:hover {
	color: #648ac0;
}

p.itemdesc {
	font-size: 11px;
	color: #656565;
	width: 192px;
	float: left;
	margin: 0 0 5px 0px;
}

.gallerydate {
	color: #656565;
	width: 192px;
	float: left;
}

img.thumb { 
	width: 1024px;
	height: 120px;
}

a:hover img.thumb {
	width: 192px;
	height: 120px;
}

#videodets {
	width: 647px;
	float: left;
	padding: 20px 0 30px 0;
	margin-bottom: 70px;
	color:  #1f1f1f;
}

#videodets h2, #blogcatdets h2 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 30px;
	line-height: 1.2em;
}

h1.about {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0px;
	line-height: 1.2em;
}

h2.about {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px 0px;
	line-height: 1.2em;
}

.itemlinks {
	display: block;
	margin: 5px 0 5px 0;
	color: #648ac0;
	font-size: 14px;
	font-weight: bold;
	}

.itemlinkscontainer {
	width: 410px;
	padding-bottom: 20px;
}

.itemlinks a:link, .itemlinks a:visited {
color: #000;
}


.sharelinks a {
margin: 5px 0 5px 0;
padding: 0px;
color: #000;
}

.postlinks a:link, .postlinks a:visited {
	color: #000;
}

.postlinks {
	padding-bottom: 0px;
}

.smalllinks a:link, .smalllinks a:visited {
color: #4b5561;
}

.smalllinks {
color: #999191;
}

#postinfo {
padding: 5px 0px 0px 0px;
width: 620px;
float: left;
}

#postcontent, #blogcontent {
width: 620px;
float: left;
margin: 10px 0 0 30px;
padding-top: 20px;
border-top: 1px solid #656565;
line-height: 1.4em;
}

#blogcontent ul {
	padding: 10px 0px;
}
#blogcontent ul li {
	list-style-image: url(images/bullet.gif); 
	margin: 0 20px 20px 50px;
}

#searchresult {
	width:  620px;
	float: left;
	margin: 0 0 20px 30px;
	padding-top: 2px;
	border-top: 1px dotted #656565;
}

#postcontent p, #searchresult p, #blogcontent p {
	padding-bottom: 1em;
}

#singlethumbnail {
float: right;
width: 190px;
height: 120px;
overflow: hidden;
background: #fff;
padding: 5px;
-moz-box-shadow: 0px 0px 5px #acacac;
-khtml-box-shadow: 0px 0px 5px #acacac;
-webkit-box-shadow: 0px 0px 5px #acacac;
}

#postcomments {
width: 610px;
float: left;
overflow: hidden;
line-height: 1.4em;
margin: 50px 0 0 30px;
}

.blogpostmeta {
padding: 5px 10px 0 0;
float: right;
text-align: right;
}

.blogpostmeta a {
	color: #000;
}

.blogcomments {
color: #3e3e3e;
font-size: 9px;
float: right;
width: 24px;
height: 17px;
padding: 0px 5px 0 0;
background: url(images/blogcommentsbg.png) bottom right no-repeat;
}

.blogpostfooter { 
border-top: 1px solid #acacac; 
padding: 3px 0 0 0; 
margin: 30px 0 0 0;
 }

.blogpostfootermeta {
float: right;
}

.relatedinpost {
width: 477px;
padding: 10px 0 15px 140px;
margin: 70px 0px 0px 30px;
float: left;
background: url(images/relatedbg.png) top left no-repeat;
border-top: 1px dotted #656565;
border-bottom: 1px dotted #656565;
}


/* Comment specific styling */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	background: #fff;
	margin: 10px 0 10px;
	padding: 10px 20px;
	list-style: none;
	border: 1px dotted #656565;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	color: #3e3e3e;
}

.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.children li { 
	padding: 0px 10px;
	border-color: #98d3e6;
	}

#commentform p {
	margin: 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.bypostauthor p {
	color: #000;
}


/* Sidebar styling */

#sidebar {
	color: #acacac;
	width:  300px;
	float: left;
	padding: 30px 0 50px 0;
	border-top: 1px solid #1f1f1f;
}

#sidebar a:link, #sidebar a:visited {
	color: #98d3e6;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
}

.blockhead {
	width: 300px;
	height: auto;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	border-top: 1px dotted #3e3e3e;
	border-bottom: 1px dotted #3e3e3e;
}

.blockhead h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
}

#sidebar h4 {
	font-size: 14px;
	font-weight: bold;
}

.block {
	float: left;
	margin: 0 0 40px 0;
	padding: 0 15px 0 30px;
}

.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
}

.recent-posts li {
	padding: 0 0 8px 0;
}

#ratingsblock ul {
	list-style: none;
}

#ratingsblock li {
	margin: 0;
	padding: 0 0 8px 0;
}


/* Retarded email-feed-search-cat-menu area */

#menusearchcat {
	position: relative;
	float: left;
	padding: 0 10px 50px 0;
}

#searchwrap {
	width: 235px;
	height:22px;
	margin:15px 0 20px 30px;
	background: #1f1f1f url(images/search.png) right top no-repeat;
	border: 1px dotted #3e3e3e;
}

#searchwrap input{
	vertical-align:middle;
	background:none;
	color: #acacac;
}

#searchwrap #s{
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	margin-right: 10px;
	border: none;
	width: 190px;
}

#searchwrap #s{
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	margin-right: 10px;
	border: none;
	width: 185px;
}

#emailsubmit {
	width: 235px;
	height:22px;
	margin:15px 0 20px 30px;
	background: #1f1f1f url(images/mail.png) right top no-repeat;
	border: 1px dotted #3e3e3e;
}

#emailsubmit input{
	vertical-align:middle;
	background:none;
	color: #acacac;
}

#emailsubmit #s {
	font-size: 12px;
	padding: 4px;
	margin-right: 10px;
	border: none;
	width: 190px;
}

#socialicons {
	width: 235px;
	height:40px;
	margin:20px 0 20px 35px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #656565;
	background: url(images/rssbg.png) center left no-repeat;
}

#socialicons:hover {
	background: url(images/rssbgover.png) center left no-repeat;
}


/* That guy Jason's insane category thing */

#catlist {
	font-size:12px;
	height:22px;
	width: 235px;
	margin: 0 0 0 30px;
	float: left;
background: #1f1f1f url(images/movies.png) right top no-repeat;
	border: 1px dotted #3e3e3e;
}

#catlist .menu li {
height:22px;
float:left;
}

#catlist .menu li a {
color:#acacac;
text-decoration:none;
height:22px;
line-height:22px;
display:block;
float:left;
padding:0 26px 0 10px;
width:210px;
}

#catlist .menu li a:hover {
color:#fff;
}

#catlist ul .submenu {
background: #1f1f1f;
border: 1px dotted #3e3e3e;
position:relative;
width:233px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-bottom: 1px dotted #3e3e3e;
}

#catlist .submenu li a {
background:none;
display:block;
float:none;
padding:6px 6px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
}


/* Captions */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #acacac;
text-align: center;
background-color: #fff;
padding-top: 4px;
margin: 10px;
-moz-box-shadow: 0px 0px 5px #acacac;
-khtml-box-shadow: 0px 0px 5px #acacac;
-webkit-box-shadow: 0px 0px 5px #acacac;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text, .wp-caption p {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


/* Various tags and classes */

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 20px;
line-height: 1.3em;
padding: 15px 15px 5px 15px;
margin: 30px 30px 30px 20px;
border: 1px dotted #acacac;
background: #fff;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}


/* Footer styling and structure */

#footer {
width: 980px;
height: 100px;
clear: both;
margin-top: 90px;
border-top: 0px dotted #3e3e3e;
}

#footer small {
color: #acacac;
}

#footer ul {
color: #acacac;
float: left;
width: 900px;
padding: 15px 30px;
}

