/*
Theme Name: vonPlanta Productions Theme
Theme URI: http://elliotjaystocks.com
Description: Custom theme, built from starkers basics, laid out using standard 960 grid and put together by <a href="http://www.stargrange.com/">StarGrange</a>)
Version: 1 (WP2.6.2)
Author: John Connolly
Author URI: http://www.stargrange.com
Tags: starkers, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 150%;
color: #333333;
}
a:link {
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #C9001F;
}
a:visited {
	color: #C9001F;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: bolder;
}
a:active {
	color: #C9001F;
	font-weight: bolder;
}
.button_chevron {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC0033;
	text-decoration: none;
}

h1 {
	font-size: 245%;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	text-decoration:none;
	
}

h2 {
	font-size: 245%;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom:5px;
	padding-top: 15px;
	margin-bottom: 10px;
	text-decoration:none;
}
h3 {
	font-size: 135%;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	padding-bottom:5px;
	padding-top: 15px;
	margin-bottom: 10px;
	text-decoration:none;
}

.blogsTweets {
	font-size: 90%;
	}

/*HomePage Stuff*/
#headerBackground {
	
	background: url(interface_images/home_top_banner.jpg) no-repeat;
	width: 958px;
	height:126px;
	padding-left: 25px;
	margin-bottom: 2px;
	
	
}
.gradBackground {
	
	background: #000 url(interface_images/black_grad.png) repeat-x;
	
	
}
.latest-work-panel
{
	margin-top: 2px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #000;
	height: 150px;
	background-image: url(interface_images/latest_work_background_wide.jpg);
	width: 638px;
}
.latest-work-panel-copy
{
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;

}
.latest-work-panel-copy a {
	color: #ffffff;
	font-weight:bolder;
}
.latest-work-panel-copy a:hover {
	color: #cccccc;
}


.makeBlack {
	background: #000;
	
}
.makeWhite {
	background: #FFFFFF;
}
.makeRed {
	background: #C9001F;
}

.makeDark {
	background: #0d0d0d;	
}

.makeLightGrey {
	background: #cccccc;	
}
.makeDarkGrey {
	background: #666666;	
}
.makePadTen {
	padding: 10px;	
}
.setHeight150 {
	margin-top: 2px;
	height: 150px;
}
.setHeight50 {
	margin-top: 2px;
	height: 50px;
}
.makeNormalWeight {
	font-weight:normal;
}
.makeNormalWeight a {
	font-weight:normal;
	}
.breakWords {
word-wrap: break-word ;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }

.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.quick-search {
	position: absolute;
	top: 87px; left: 26px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
.quick-search p {
	margin: 0; padding: 0;		
}
.quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
.quick-search label,
.quick-search .btn {
	display: none;	
}


.rightmenu-back {
	height:417px;
}


/* Left page menu */

.leftmenu-back {
	background: #000 url(interface_images/expander_panel_back.gif) repeat-y;
}

ul.leftmenu {
	margin-left: 0; 
    margin-top: 0px;
    padding-left: 0;
    padding-top: 0;
	text-align: left;	
	text-align: left;
	
}
ul.leftmenu li {

    background: #FFF url(interface_images/button_back.gif) repeat;
    list-style: none;
    padding:5px 26px;
    height: 25px;
			
}
ul.leftmenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #FFF;
	font-weight:normal;		
}
ul.leftmenu li a span {
	color: #FFF;	
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.leftmenu li a:hover {	
	color: #C9001F;	
	background: none;
	border: none;
}
ul.leftmenu ul { margin: 0 0 0 5px; padding: 0; }
ul.leftmenu ul li { background: none; }


/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 0px 15px 0px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* comment form */

#comments 
{
clear : both; background : #cccccc; padding : 15px;
}
#comments a, #comments a:hover 
{
text-decoration : none;
}
#comments h2 
{
margin : 0;
}
#comments dl 
{
margin : 0; padding : 0;
}
#comments dt 
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #666666;
}
#comments dt.highlighted 
{
padding : 8px; background : #fc0; border : 4px solid #fff; 
}
#comments dd.highlighted 
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3 
{
padding : 0; margin : 0 0 15px 0;
}
#postComment 
{
background : #999999; padding : 15px;
}
#postComment label 
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea 
{
margin : 5px 0 0 0; width : 347px;
}
#postComment textarea 
{
height : 160px;
}
#postComment .button 
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a 
{ 
background: none; 
}
	
.bottom-left {
	float: left;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 95%;	
	background: #131313;	
}

.bottom-right {
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 95%;
	background: #131313;		
}
.bottom-right a {
	color: #666666;
	background: transparent;
}
.bottom-left a {
	color: #666666;
	background: transparent;
}

.float-left {
	float: left;
}

.float-right {
	float: right;	
}

.alignTop {
vertical-align: top;
}


.filmography_headline {
	font-size: 18px;
	color: #1E1F22;
	font-style: normal;
	font-weight: bolder;
	background-color: #CCCCCC;
	letter-spacing: 0px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ACACAC;
	height: 25px;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left;
}
.filmography_genre_links {

	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding-top: 0px;
}

.filmography_genre_links a {
	font-weight:normal;
	color: #FFFFFF;
}
.filmography_genre_links a:hover {
	color: #C9001F;
}
.filmography_genre_box {
	background-color: #1E1F22;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333333;
	height: 30px;
	padding-left: 10px;
	text-align: left;
	padding-top:10px;
	
}

.filmography_headline_genre {
	font-size: 13px;
	color: #333333;
	font-style: normal;
	font-weight: bolder;
	background-color: #CCCCCC;
	height: 25px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
}
.filmography_copy_box {
	margin-top: 0;
	border: 2px solid #000000;
	background:none;
}
.filmography_thumbnail_box {
	margin-top: 0;
	border: 2px solid #000000;
	background-color: #333333;
}
.filmography_copy {
	font-size: 13px;
	font-style: normal;
	color: #333333;
	padding-top: 0px;
	text-align: left;
	line-height:120%;
}
.cfi {
  max-width: 250px;
  max-height: 140px;
  border: 2px solid #000000;
}
.footer_body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #353535;
}
.footer_box
{
	margin-top: 2px;
	width: 958px;
	height: 20px;
	text-align: center;
	background-image: url(interface_images/footer_background.png);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}