/*  
Theme Name: Quinn Films
Theme URI: http://www.quinnfilms.com.au/
Version: 1.0
Description: Designed by <a href="http://www.marqueestudio.com.au">Marquee Studio</a>.
Author: Marquee Studio
Author URI: <a href="http://www.marqueestudio.com.au">Marquee Studio</a>

	Copyright: (c) 2012 Quinn Films
	
*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */}

	
	body { background: #000; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; color: #ffffff; position: relative; -webkit-font-smoothing: antialiased; }
	

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #FFF; text-decoration: none; outline: 0; line-height: inherit; }
	a:hover { color: #ff9933; text-decoration: none;}
	

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ol ol { margin: 4px 0 5px 30px; }
	li { margin-bottom: 5px; }
	ul.large li { line-height: 21px; }
	

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }
	
	table thead { background: #f5f5f5; }
	table thead tr th,
	table tbody tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child { border-left: none; }
	table thead tr th:last-child { border-right: none; }
	
	table thead tr {  }
	table tbody {  }
	table tbody tr {  }
	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	/*table tbody tr:nth-child(even) { background: #f9f9f9; }*/
	table tbody tr td { color: #fff; padding: 9px 10px; vertical-align: top; border: none; }

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
	.left       { float: left; }
	.right      { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #ff0; }
	
/* Arfully Masterminded by ZURB */

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #ff9933; font-weight: normal; line-height: 1.25 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }
	h1 { font-size: 45px; margin-bottom: 12px;}
	h2 { font-size: 30px; margin-bottom: 9px; }
	h3 { font-size: 13px; margin-bottom: 18px; font-weight: bold; }
	h4 { font-size: 18px; margin-bottom: 12px; }
	h5 { font-size: 18px; margin-bottom: 3px; }
	h6 { font-size: 15px; margin-bottom: 3px; }

	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

	p {font-size: 13px !important; line-height: 18px; margin: 0 0 17px;}
	.entry p { font-size: 13px !important; line-height: 18px; margin: 0 0 17px;}
	
	em { font-style: italic;}
	strong { font-weight: bold;}
	/*small { font-size: 60%; }*/
	
	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }
	
/*	Blockquotes  */
	blockquote, blockquote p { line-height: 20px; color: #777; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	
	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }
	

	
	
	
/* -----------------------------------------
   Structure
----------------------------------------- */
	
	

#wrapper {
	margin: 0 auto;
	width:1140px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#header {
	width: 1140px;
	height: 150px;
	}
	

	#logo {float: left; width: 415px; padding-top: 30px;}
	

	#navigation {
		float: left;
		width: 675px;
		margin-left: 50px;
		padding-top: 100px;
		text-align:left;
		text-transform: uppercase;
		}
		
		#navigation ul {list-style:none !important;}
		#navigation li {margin-right: 30px; list-style:none !important; float:left; margin-bottom:0; padding-bottom:0;}
		
			
	  #navigation a {font-weight: bold; text-decoration: none; font-size: 13px;}
	   #navigation a:hover {text-decoration:none;}
	   
	   #navigation li.current-menu-item a {color: #ff9933;}
		  
#content_wrapper {
	width: 1140px;
	}
	
	#content {
		float:left;
		width: 415px;
		padding-top: 50px;
		}
		
		#content h3 { color: #ff9933; }
		#content p {font-size: 13px !important;}
		
		#content-col {width:415px; clear:both; overflow:auto;}
		#content-left_col, #content-right_col {
			float:left;
			width: 200px;
			margin-bottom: 0px;
			margin-top: 0px;
			}
		#content-right_col { margin-left: 15px;}
			
	
	#mosaic {
		float:left;
		margin-left: 50px;
		width: 675px;
		}
		#mosaic .grid_item {
			width: 225px;
			height: 126px;
			float:left;
			}
		
		
		
	
	
	
	
/* -----------------------------------------
   Standard Forms
----------------------------------------- */

	form { margin: 0 0 18px; }
	form label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-bottom: 9px; }

	input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
	input.input-text, textarea, select { display: block; margin-bottom: 9px; }
	label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }

	/* Text input and textarea font and padding */
	input.input-text, textarea { font-size: 13px; padding: 4px 3px 2px; outline: none !important; background: #fff; }
	input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
	input.input-text:focus, textarea:focus { background: #f9f9f9; }

	/* Inlined Label Style */
	input.placeholder, textarea.placeholder { color: #888; }

	/* Text input and textarea sizes */
	input.input-text, textarea { width: 254px; }
	input.small, textarea.small { width: 134px; }
	input.medium, textarea.medium { width: 254px; }
	input.large, textarea.large { width: 434px; }

	/* Fieldsets */
	form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }

	/* Inlined Radio & Checkbox */
	div.form-field input[type=radio], div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

	/* Errors */
	div.form-field.error input, input.input-text.red { border-color: red; background-color: rgba(255,0,0,0.15); }
	div.form-field.error label, label.red { color: red; }
	div.form-field.error small, small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: red; width: 260px; }

	.small + small.error { width: 140px; }
	.medium + small.error { width: 260px; }
	.large + small.error { width: 440px; }

	/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */
	form.nice div.form-field input, form.nice input.input-text, form.nice textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
	form.nice div.form-field input, form.nice input.input-text, form.nice textarea { font-size: 13px; padding: 6px 3px 4px; outline: none !important; background: url(../images/misc/input-bg.png) #fff; }
	form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus { background-color: #f9f9f9; }

	form.nice fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

	form.nice div.form-field input[type=radio], form.nice div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

	form.nice div.form-field.error small, form.nice small.error { padding: 6px 4px; border: solid 0px red; border-width: 0px 1px 1px 1px; margin-top: -10px; background: red; color: #fff; font-size: 12px; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }

 	form.nice div.form-field.error .small + small, form.nice .small + small.error { width: 132px; }
	form.nice div.form-field.error .medium + small, form.nice .medium + small.error { width: 252px; }
	form.nice div.form-field.error .large + small, form.nice .large + small.error { width: 432px; }

	/* -----------------------------------------
	   Custom Forms
	----------------------------------------- */

	form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #ccc; background: url(../images/misc/custom-form-sprites.png) 0 0 no-repeat; }
	form.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
	form.custom span.custom.radio.checked { background-position: 0px -14px; }
	form.custom span.custom.checkbox.checked { background-position: 0px -28px; }
	
	form.custom div.custom.dropdown { position: relative; display: inline-block; width: auto; height: 28px; margin-bottom: 9px; }
	form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; }
	form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url(../images/misc/custom-form-sprites.png) -14px 0 no-repeat; right: 0px; top: 0px; border: solid 1px #ddd; }
	form.custom div.custom.dropdown:hover a.selector,
	form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; }
	
	form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0px; top: 27px; margin: 0; padding: 0; background: rgba(255,255,255,0.9); border: solid 1px #ddd; z-index: 10; }
	form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; margin: 0; }
	form.custom div.custom.dropdown ul li.selected { background: url(../images/misc/custom-form-sprites.png) right -52px no-repeat; }
	form.custom div.custom.dropdown ul li:hover { background-color: #2a85e8; color: #fff; }
	form.custom div.custom.dropdown ul li.selected:hover { background: url(../images/misc/custom-form-sprites.png) #2a85e8 right -78px no-repeat; }
	form.custom div.custom.dropdown ul.show { display: block; }
	
	form.custom div.custom.dropdown.open ul { display: block; }
	
	/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */
	
	
	form.wpcf7-form {padding-top: 15px; margin-bottom: 20px;}
	
	form.wpcf7-form input, form.wpcf7-form input.input-text, form.wpcf7-form textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; width: 300px; }
	form.wpcf7-form input, form.wpcf7-form input.input-text, form.wpcf7-form textarea { font-size: 13px; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; padding: 6px 3px 4px; outline: none !important; background: url(images/input-bg.png) #fff; }
	form.wpcf7-form input:focus, form.wpcf7-form input.input-text:focus, form.wpcf7-form textarea:focus { background-color: #f9f9f9; }
	
	form.wpcf7-form span.label					 { float:left; display:block; width: 115px;}
	form.wpcf7-form span.wpcf7-form-control-wrap { float:left;display:block; width: 300px;} 
	
	input.wpcf7-submit {width: 100px !important; border:none!important; margin-left: 115px;}
	
	
	.submitbtn, .resetbtn {
		background:#CCC!important;
		cursor:pointer;
		color:#000;
		
		}

	.submitbtn:hover, .resetbtn:hover {
		background:#ff9933!important;
		color:#FFFFFF!important;
		}

	
	form.wpcf7-form fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

	form.wpcf7-form input[type=radio], form.wpcf7-form div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

 	form.wpcf7-form .small + small, form.wpcf7-form .small + small.error { width: 132px; }
	form.wpcf7-form .medium + small, form.wpcf7-form .medium + small.error { width: 300px; }
	form.wpcf7-form .large + small, form.wpcf7-form .large + small.error { width: 432px; }
	
	
	.required {color:#fcb040; font-size: 18px; font-weight:bold;}
	
	
