/*
Theme Name: Video Flick
Theme URI: http://www.press75.com/
Description: Please refer to the Video Flick Theme <a href="http://www.press75.com/documentation-support/video-flick-setup-usage/">Documentation</a> for general setup and usage instructions. If you can&#8217;t find the answers to your questions there, feel free to stop by the Press75.com <a href="http://press75.com/support/">Support Forums</a>.
Version: 2.4
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.theSevenFive.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	
/*--- Layouts ---*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}


/*--------------------------------------------*/
/*- MISC -------------------------------*/
.noMargin{ margin: 0 !important; }
.noPadding{ padding: 0 !important; }

.marginRight { margin-right: 10px; }
.marginLeft { margin-left: 10px; }
.marginTop { margin-top: 10px; }
.marginTop15px { margin-top: 15px; }
.marginTop5px { margin-top: 5px; }
.marginTop20px { margin-top: 20px; }
.marginBottom { margin-bottom: 10px; }
.marginBottom20px { margin-bottom: 20px; }
.marginBottom15px { margin-bottom: 15px; }
.marginBottom5px { margin-bottom: 5px; }

.withPadding{ padding: 10px; }
.paddingTop{ padding-top: 10px !important; }
.paddingBottom{ padding-bottom: 10px !important; }
.paddingBottom15px { padding-bottom: 15px; }
.paddingBottom20px { padding-bottom: 20px; }
.paddingBottom5px { padding-bottom: 5px; }
.paddingTopBottom{ padding-top: 10px !important; padding-bottom: 10px !important; }
.paddingLeftRight{ padding-left: 10px !important; padding-right: 10px !important; }
.paddingTopRightLeft { padding: 10px 10px 0 10px; }
.paddingTop5px { padding-top: 5px; }
.paddingTop15px { padding-top: 15px; }
.paddingTop20px { padding-top: 20px; }

.overflow_hidden { overflow: hidden; }
.position_relative { position: relative; }
.position_absolute { position: absolute; }

html { background-color: #000; }

body{
	margin: 0px; 
	padding: 0px; 
	font-size: 13px; 
	font-family: arial,helvetica,verdana,sans-serif, bold; 
        text-transform: uppercase;
	background-color: #000; 
	color: #999;
	line-height: 18px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	color: #FFFFFF;
	margin: 35px 0 15px 0;
	padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited { color: #FFFFFF; }
h1 a:hover { color: #999999; }
a:link, a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #999; }

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 8px 0;
	color: #FFFFFF;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
}

h2 a:link, h2 a:active, h2 a:visited { color: #FFFFFF; }

h2 a:hover { text-decoration: underline; }

h3 {
	font-size: 12px;
	padding: 0;
	margin: 6px 0;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

h4 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

h5 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: arial,helvetica,verdana,sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

img { border: 0; }

p { margin: 0 0 12px 0; }

ul, li { list-style: none; }

#wrapper {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

/** header styles **/
#headwrap {
	float: left;
	width: 960px;
	height: 140px;
}

#tagline {
	float: left;
	width: 290px;
	height: 140px;
	color: #000;
}

#menu {
	float: right;
	width: 304px;
	height: 140px;
	position: relative;
}

	#menu a {
		display: block;
		width: 40px;
		height: 140px;
		text-indent: -9999px;
		outline: none;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		background-position: top left;
	}
	
	#menu a:hover { background-position: bottom left; }
	
		#menu a.nav_videos { background: url(images/nav_videos.gif) no-repeat; left: 0; }	
			#menu a.nav_videos:hover { background-position: bottom left; }
			
		#menu a.nav_academy { background: url(images/nav_academy.gif) no-repeat; left: 38px; }
			#menu a.nav_academy:hover { background-position: bottom left; }
			
		#menu a.nav_credits { background: url(images/nav_credits.gif) no-repeat; left: 76px; }
			#menu a.nav_credits:hover { background-position: bottom left; }
		
		#menu a.nav_recent { background: url(images/nav_recent.gif) no-repeat; left: 114px; }
			#menu a.nav_recent:hover { background-position: bottom left; }
		
		#menu a.nav_archives { background: url(images/nav_archives.gif) no-repeat; left: 152px;}	
			#menu a.nav_archives:hover { background-position: bottom left; }
		
		#menu a.nav_photography { background: url(images/nav_photos.gif) no-repeat; left: 190px;}
			#menu a.nav_photography:hover { background-position: bottom left; }
		
		#menu a.nav_links { background: url(images/nav_links.gif) no-repeat; left: 228px; }
			#menu a.nav_links:hover { background-position: bottom left; }
		
		#menu a.nav_interviews { background: url(images/nav_interviews.gif) no-repeat; left: 266px; }
			#menu a.nav_interviews:hover { background-position: bottom left; }
		

#logo, #textlogo {
	float: left;
	width: 337px;
	height: 140px;
	background: url(images/lb.gif) no-repeat top left;
}

#textlogo h1 { font-size: 36px; margin: 45px 0 0 0; }

#topad {
	float: left;
	width: 480px;
	height: 118px;
	text-align: right;
}

#topad img { margin: 30px 0 0 0; }


/** HOME PAGE CATEGORY LISTS **/

#maincontent ul.home_cat_list, ul.home_cat_list_horizontal { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: auto; 
}

#maincontent ul.home_cat_list li {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 10px 0;
	font-size: 40px;
	font-weight: bold;
}

#maincontent ul.home_cat_list_horizontal { height: 38px; float: left; }

#maincontent ul.home_cat_list_horizontal li {
	float: left;
	width: 128px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	height: 35px;
	text-align: center;
}	

	#maincontent ul.home_cat_list_horizontal li.cat-item-24 { text-align: left; }
	

/** gallery styles **/
#contentwrap {
	width: 960px;
	float: left;
	padding: 30px 0 0 0;
	margin-top: 15px;
	border-top: 1px dotted #333;
}

#maincontent {
	width: 660px;
	float: left;
}

#maincontent_wide {
	width: 960px;
	clear: both;
}

#pagenavi {
	width: 660px;
	float: left;
	margin: 0 0 20px 0;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

#pagenavi a:link, #pagenavi a:visited {
	background: #222;
	padding: 7px;
	display: block;
}

#pagenavi .alignright, #pagenavi .alignleft { width: 315px; margin: 0; }

#pagenavi a:hover { background: #333; }

.navigation {  
	margin: 20px 0;  
	float: left;
	height: auto;
	width: 640px; 
}

#newer { margin: 0 20px 0 0; }

.galleryitem {
	width: 202px;
	height: 260px;
	float: left;
	margin: 0 18px 10px 0;
	font-size: 9px;
}

.galleryitem img { border: 1px solid #333; }

.galleryitem h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 0 3px 0;
	margin: 0;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}

* + html .galleryitem h3 {
	padding: 2px 5px 0 5px;
}

.galleryitem p {
	margin: 0;
	font-size: 1.2em;
	color: #777;
}

.commentsnumber {
	background: url(images/comments-dark.jpg) top left no-repeat;
	width: 25px;
	height: 20px;
	margin: 5px 0 5px 5px;
	text-align: center;
	line-height: 14px;
	float: right;
}

.commentsnumber a:link, .commentsnumber a:visited { color: #101010; }

.commentsnumber a:hover { color: #757575; }

/** single post styles **/
.video {
	width: 640px;
	float: left;
	margin: 0 18px 25px 0;
	text-align: center;
	background: #101010;
	border: 1px solid #333;
}

.postcontent {
	width: 640px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 8px 0 0 0x;
}
	
	#maincontent_wide .postcontent { width: 960px; margin-right: 0; }

.postcontent h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: arial,helvetica,verdana,sans-serif;
	margin: 0 0 10px 0;
}

.postcontent p { font-size: 14px; }

.postcontent ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

.postcontent li {
	padding: 0 0 0 20px;
	margin: 8px 0 0 0;
	background: url(images/star-dark.jpg) left no-repeat;
}

#single { margin: 0 0 25px 0; }

.thumbnail {
	float: right;
	margin: 0 0 15px 15px;
}

.postdets {
	margin: 5px 0 15px 0;
	font-weight: bold;
	color: #777;
}

.postdets a { font-weight: normal; }

.postdets h3 {
	display: block;
	margin: 0 0 8px 0;
	padding: 5px 0 2px 0;
	height: auto;
	font-size: 13px;
	color: #777;
}
	.postdets h3 a { 
		background-color: #252525;
		padding: 5px;
		margin: 0 5px 0 0;
	}


/** page styles **/
#page { margin: 0 0 20px 0; }

/** sidebar styles **/
#sidebar {
	width: 300px;
	float: left;
	line-height: 1.2em;
}

#sidebar a, .widgetblock a { color: #777; }

	#sidebar a:hover, .widgetblock a:hover { color: #fff; }

.widgetblock {
	width: 300px;
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
}

.widgetblock h3 {
	border-bottom: 1px solid #333;
	padding: 0 0 11px 0;
	margin: 0 0 9px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

/** tag cloud **/
#tag_cloud {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

#tag_cloud a, p.catcloud a {
	background: #222;
	color: #aaa;
	font-family: arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	padding: 0.5em;
	margin: 0 1px 1px 0;
	font-size: 9pt;
	float: left;
}

#searchwrap {
	background: none;
	margin: 0;
	float: right;
	width: 300px;
}

#searchwrap input{
	vertical-align: middle;
	background: none;
	color: #000000;
	font-family: arial,helvetica,verdana,sans-serif;
}

#searchsubmit { border: none; }

#s{
	font-size: 14px;
	border: 1px solid #333;
	padding: 4px 4px;
	margin-right: 3px;
	width: 245px;
}

/** sidebar ads **/
#sidebar .p75_sidebar_ads {
	padding-top: 9px;
	padding-left: 9px;
}

#sidebar .p75_sidebar_ads img.sidebar_ad {
	width: 125px;
	height: 125px;
	float: left;
	margin: 8px;
}

/** featured content **/
#sidebar ul, .widgetblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li, .widgetblock ul li {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	float: left;
	width: 300px;
	list-style: none;
}

#sidebar ul li.last, .widgetblock ul li.last {
	border: 0;
	padding: 0;
	margin: 0;
}

#sidebar ul li img.thumbnail, .widgetblock ul li img.thumbnail {
	float: left;
	margin: 0 8px 0 0;
}

#sidebar ul li a.post_title, .widgetblock ul li a.post_title { text-transform: uppercase; }


#sidebar #related-links-by-category ul li { font-weight: bold; color: #fff; font-size: 110%; padding-bottom: 10px; }
	#sidebar #related-links-by-category ul li ul li { font-weight: normal; margin-bottom: 5px; }


/** footer styles **/
#footer {
	width: 960px;
	float: left;
	border-top: 1px dotted #333;
	margin: 10px 0 0 0;
	padding: 30px 0 50px 0;
	color: #777;
}

#footer a:link, #footer a:visited {
color: #777;
}

#footer a:hover {
color: #999;
text-decoration: underline;
}

#footer p {
font-size: 11px;
margin: 0;
color: #4A4A4A;
}

#footer h3 {
font-size: 12px;
color: #666666;
padding: 0;
margin: 0 0 4px 0;
}

* + html #footer {
margin: 30px 0 0 0;
}

/** menu styles **/
.sf-menu,.sf-menu * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: arial,helvetica,verdana,sans-serif;
font-size: 12px;
text-align: left;
}

.sf-menu {
line-height: 1.0;
float: right;
}

.sf-menu ul {
position: absolute;
top: -999em;
width: 150px;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu li:hover {
visibility: inherit;
background: #535353;
}

.sf-menu li {
float: left;
position: relative;
background: #2A2A2A;
}

.sf-menu a {
display: block;
position: relative;
border-left: 1px solid #1A1A1A;
text-decoration: none;
padding: 6px 10px 8px 10px;
}

* + html .sf-menu a {
padding: 7px 10px 7px 10px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left: 0;
top: 26px;
z-index: 99;
}

.sf-menu a,.sf-menu a:visited {
color: #FFFFFF;
}

.sf-menu li li {
background: #2A2A2A;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

.sf-menu li li li {
left: -270px;
top: -1px;
background: #2A2A2A;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

.sf-menu a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

/** comment styles **/
#comments {
width: 624px;
color: #4A4A4A;
margin: 0 0 20px 0;
float: left;
}

* + html #comments {
margin: 0 0 -10px 0;
}

#reply_form {
background: #101010;
width: 624px;
margin: 20px 0 0 0;
padding: 8px;
float: left;
}

#comments h3 {
font-size: 16px;
font-weight: normal;
color: #181512;
margin: 5px 0 0 0;
padding: 0;
}

#comments p {
margin: 5px 0 5px 0;
}

.comment-author {
font-size: 14px;
font-weight: normal;
color: #999999;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
margin: 0 0 10px 0;
}

.avatar {
float: right;
display: inline;
margin: 0 0 15px 15px;
}

#comment {
width: 510px;
font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color: #333 !important;
}

ol.commentlist {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom: 10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
color: #4A4A4A;
}

ol.commentlist a:hover {
color: #FFFFFF;
text-decoration: underline;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0;
}

ol.commentlist li.alt {
padding: 8px 8px 0 8px;
margin: 20px 0 0 0;
background: #101010;
color: #4A4A4A;
width: 624px;
float: left;
}

ol.commentlist li {
padding: 8px 8px 0 8px;
margin: 20px 0 0 0;
background: #101010;
color: #4A4A4A;
width: 624px;
float: left;
}

ol.commentlist li div.reply {
color: #FFFFFF;
font: 11px Georgia, "Times New Roman", Times, sans-serif;
padding: 5px 10px;
text-align: center;
width: 36px;
background: #1E1E1E;
margin: 10px 0 10px 0;
cursor: pointer;
}

ol.commentlist li div.reply:hover {
background: #575757;
}

ol.commentlist li div.reply a {
color: #999999;
text-decoration: none;
text-transform: uppercase;
}

ol.commentlist li ul.children { 
list-style: none; 
margin: 0;
padding: 0;
text-indent: 0; 
}

ol.commentlist li ul.children li {
background: none;
margin: 10px 0 0 0;
padding: 10px 0 0px 0;
border-top: 1px solid #1F1F1F;
width: 624px;
float: left;
}

ol.commentlist li ul.children li.alt {
background: none;
margin: 10px 0 0 0;
padding: 10px 0 0px 0;
border-top: 1px solid #1F1F1F;
width: 624px;
float: left;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
cursor: pointer;
background: url(images/submit-dark.jpg) 0 0;
border: none;
width: 120px;
height: 30px;
padding: 0;
margin: 0 0 -20px 0;
}

* + html input#submit {
margin: 0 0 10px 0;
}

input#submit:hover {
background: url(images/submit-dark.jpg) 0 -30px;
}


#comment {
background: url(images/area-dark.jpg) top left no-repeat;
border: none;
width: 614px;
height: 208px;
padding: 5px;
}

#author {
background: url(images/fields-name-dark.jpg) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 5px 125px 5px 5px;
}

#email {
background: url(images/fields-email-dark.jpg) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 5px 125px 5px 5px;
}

#url {
background: url(images/fields-web-dark.jpg) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 5px 125px 5px 5px;
}

#respond {
padding: 0 15px 10px 0;
}

.fieldset {
list-style: none;
margin: 0;
padding: 0;
}

.fieldset li {
margin: 0 0 10px 0;
padding: 0;
}

/** wordpress specific styles **/
.wp-caption img {
margin-bottom: 5px;
padding:5px;
background-color:#FFFFFF;
}

.wp-caption-text {
color:#FFFFFF;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
text-transform: uppercase;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
background-color: #FFF;
padding: 10px 5px 0 5px;
margin-bottom: 5px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 5px;
margin: 0;
background: none;
color: #333;
}

