/*  
Theme Name: ShowQuip
Theme URI: http://www.jdesign.co.nz
Description: This is an original jdesign WordPress theme designed for ShowQuip.
Version: 2.0
Date: 02 November 2011
Author: Steven Johnstone
Author URI: http://www.jdesign.co.nz/
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/*-----------------------*/
/*  RESET from 960gs.com */
/*-----------------------*/

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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/*-----------------------*/
/*   Clear Floats        */
/*-----------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*-----------------------*/
/*   General Settings    */
/*-----------------------*/

body {
	color: #ffffff;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:15px;
	letter-spacing: 0.02em;
	line-height: 1.675em;
	background-color: #0b0b0b;
}

/*-----------------------*/
/*   Main Typography     */
/*-----------------------*/

h1, h2, h3, h4 {
	line-height: 1.4em;
	font-weight: 400;
}

h1 {
	color:#f7931d;
	font-size: 2em;
	letter-spacing: -0.05em;
	margin: 0;
}

h2 {
	color: #f9a94a;
	font-size:1.75em;
	margin-bottom: 0.7em;
}
h3 {
	color: #fabe77;
	font-size:1.5em;
	margin:8px 0 10px;
}

p {
	font-size: 1.0em;
	line-height: 1.675em;
	margin:0.7em 0 1em;
}

ul li {
	font-size:1.0em;
}


/*-----------------------*/
/*   Main Link Styling   */
/*-----------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #f7931d;
}

a:visited {
	color: #f7931d;
}

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

a:active {
	color:#bababa;
}


/*-----------------------*/
/*   Major Section Divs  */
/*-----------------------*/

#container {
	background-color: #000;
	margin:0 auto;
	padding:0;
	width:960px;
}

#container2 {
/* 	background-color: yellow; */
	margin:0;
}

#container3 {
/* 	background-color: red; */
	width:650px; /* for content to be positioned inside on the left side */
	margin:0 0 0 10px;
	float:left;
}

#mainContent, #secondaryContent {
	margin: 0px 20px 10px 20px;
	width: 600px;
	float: left;
/* 	background-color: purple; */
}


/*-----------------------*/
/*   Header Section      */
/*-----------------------*/

#header {
	height:524px;
	margin:0;
	padding:0;
	background-color:#000000;
}

#headerSmall {
	height:325px;
	margin:0;
	padding:0;
	background-color:#000000;
}

#header p, #header h1, #header h2, #headerSmall p, #headerSmall h1, #headerSmall h2, .mainImage h1 {
	display: none;
}


/*--------------------------------------------------------------------------------*/
/*   Suckerfish Navigation from http://pixopoint.com/products/suckerfish_css/     */
/*   edited to work with the styling above                                        */
/*--------------------------------------------------------------------------------*/

#topNavigation {
	position: absolute;
	margin:0;
	width:960px;
	padding:0;
	top:20px;
}

.topNavigationLogo {
	width:120px;
	height:50px;
	margin:0px 15px 0px 20px;
	float:left;
}

#topNavlist {
	font-size: 0.8em;
	margin:12px 10px 0 10px;
	padding:0;
	float:right;
}

#topNavlist h2 {
	display:none;
}

#navlist {
	background-color:#333333;
	font-weight:400;
}

#navlist, #navlist ul {
	float:left;
	list-style:none;
	line-height: 1.2em;
}

#navlist a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding: 0.4em 1.1em;
	padding: 0.4em 1,1em !important;
	border-right: 1px solid #5e5e5e;
}

#navlist li.current_page_item a, #navlist li li.current_page_item a {
	color: #ffffff;
	background-color: #656565;
}

#navlist li {
	float:left;
	padding:0;
}

#navlist ul {
	position:absolute;
	left:-999em;
	width:120px;
}

#navlist li li {
	width:120px;
	border-bottom:1px solid #5e5e5e;
}

#navlist li li a {
	padding:10px;
/* 	width:90px; */
}
#navlist li ul ul {
	margin:-33px 0 0 120px;
}

#navlist li li:hover {
	background:#fefefe;
}

#navlist li ul li:hover a, #navlist li ul li li:hover a, #navlist li ul li li li:hover a, #navlist li ul li li li:hover a {
	color:#e1e1e1;
	background-color: #333;
}

#navlist li:hover a, #navlist li.sfhover a {
	color:#fff;
	background-color: #444;
}

#navlist li:hover li a, #navlist li li:hover li a, #navlist li li li:hover li a, #navlist li li li li:hover li a {
	color:#fcd4a5;
}

#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li:hover ul ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul, #navlist li.sfhover ul ul ul ul {
	left:-999em;
	color:#fcd4a5;
}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul, #navlist li li li li.sfhover ul {
	left:auto;
	background-color:#333;
	color:#fcd4a5;
}

#navlist li:hover, #navlist li.sfhover {
	background-color:#ffffff;
	color:#fde9d2;
}

/*-----------------------*/
/*   Content             */
/*-----------------------*/

.twoColumnContainer {
	margin:10px 0 20px 0;
	padding:0;
	background-color: #1e1e1e;
	border: solid 1px #bababa;
	float:left;
}

.oneColumn {
	float:left;
	width:45%;
	margin:14px;
}

/*-----------------------*/
/*   Sidebar Right       */
/*-----------------------*/

#sidebarRight {
	margin: 0px 20px 10px 0px;
	width: 280px;
	float:right;
	font-size: 0.865em;
	/* background-color: lime; */
}

.sidebarRightOne {
	background-color: #222;
	border: solid 1px #bababa;
	padding: 20px 10px 16px 16px;
	padding: 20px 10px 16px 16px !important;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
}

.sidebarRightTwo {
	background-color: #121212;
	border: solid 1px #bababa;
	padding: 20px 10px 16px 16px;
	padding: 20px 10px 16px 16px !important;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;

}
.sidebarRightOneContent p, .sidebarRightTwoContent p {
	color: #ababab;
}	
.sidebarRightOne h3, .sidebarRightTwo h3 {
	margin-top: -6px;
}
.sidebarRightOneContent h3, .sidebarRightTwoContent h3 {
	color:#cacaca;
}


/*-----------------------*/
/*   subContainer1       */
/*-----------------------*/

.subContainer1 {
	background-color: #242424;
	border:1px solid #bababa;
	margin:10px 10px 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

.subContainer1Content {
	float:left;
	margin:7px 7px 14px 7px;
	width:220px;
	/* background-color: #eaeaea; */
}

.subContainer1Image {
	margin: 0.4em 0 0.6em;
}

.subContainer1 h2 {
	margin:10px 0 10px 10px;
	font-size: 1.475em;
	color:#ffffff;
}

.subContainer1Text {
	font-size: 1.3em;
	font-weight: 400;
	margin:10px 0 0 0;
}

.rightBracket {
	color:#f9fbfa;
	letter-spacing: -0.15em;
	margin:2px 10px 0 10px;
}

.subContainer4colContent {
	margin:20px;
}


/*-----------------------*/
/*   subContainer2       */
/*-----------------------*/

.subContainer2 {
	background-color: #000000;
	border: solid 1px #bababa;
	padding: 20px 10px 10px 16px;
	padding: 20px 10px 10px 16px !important;
	margin: 10px 10px 20px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
}

.subContainer2Content p {
	color: #ffffff;
}	

.subContainer2Content h3 {
	margin-top: -6px;
	color: #fabe77;
}

.subContainer2ContentPartnerLogo {
	width:130px;
	margin:10px;
	float:left;
}


/*-----------------------*/
/*   Footer Section      */
/*-----------------------*/

#footer {
	border-top: 3px double #3c3a3b;
	font-size: 0.78em;
	line-height: 1em;
}

#footerLeft {
	margin: 1em 2em;
	width:640px;
	float:left;
}

#footerRight {
	margin: 1em 2em;
	width:160px;
	float:right;
}

#footerLeft p {
	text-align: left;
	margin:0.2em 0 0.2em 0;
}

#footerRight p {
	text-align: right;
	margin:0.2em 0 0.2em 0;
}


/*-----------------------*/
/*   Footer Navigation   */
/*-----------------------*/

#navFooter {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 2em;
}

#navFooter li {
	list-style: none;
	margin:0;
	display:inline;
}

#navFooter li a {
	padding: 0 1em 0 0;
	padding: 0 1em 0 0 !important;
	text-decoration: none;
	font-weight: 400;
}

#navFooter li a:link {
	color: #f7931d;
}

#navFooter li a:visited {
	color: #f7931d;
}

#navFooter li a:hover {
	color:#f9a94a;
	text-decoration: underline;
}

#navFooter li.current_page_item a {
	color: #ffffff;
	text-decoration: none;
}

/*-----------------------*/
/*   IMAGES              */
/*-----------------------*/

.mainImage {
	width: 940px;
	text-align: center;
	margin: 0 10px;
	padding: 0;
	position: absolute;
	top: 86px;
}

#mainContent img {
	margin:1em 0;
}

.imgFloatLeft {
	float: left;
	margin: 1em 2em 1em 0.5em;
	border: none;
}

.imgFloatRight {
	float: right;
	margin: 1em 0.5em 1em 2em;
	border: none;
}

.imgContent {
	margin: 14px 0 10px;
}

.imgCentered {
	display: block;
	margin: 0 auto;
}

.imgLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.imgRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.imgPolaroid {
	background-color: white;
	margin:20px 0;
	padding:10px;
	padding:10px !important;
}

.imgPolaroidCaption {
	font-size: 0.875em;
	font-style: italic;
	width:246px;
	color:#444444;
	margin:10px 0 0 0;
}


/*-----------------------*/
/*   FUN CLASSES         */
/*-----------------------*/
/*any little extra flares and fun design elements you want to add can go here*/

.quote {
	font-family: Helvetica, Arial, sans-serif;
	color: #555555;
	font-style: italic;
	font-size: 0.765em;
	margin-bottom:10px;
}

.square {
	list-style-type: square;
	list-style-position: outside;
	/* text-indent: 10px; */
	margin-left:14px;
}

.disc {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:14px;
}

.circle {
	list-style-type: circle;
	list-style-position: outside;
	margin-left:34px;
}

.numeral {
	list-style-type:lower-roman;
	list-style-position: outside;
	margin-left:34px;
}

.floatLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.floatRight {
	float: right;
	margin: 0 0 10px 20px;
}

.width200 {
	width:200px;
}

.width300 {
	width:300px;
}

.price {
	color:#f7931d;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-indent: 14px;
}

.gst {
	font-size:0.665em;
	font-weight: normal;
}

.selected {
	font-weight: bold;
	text-decoration: none;
}

.bold {
	font-weight: 700;
	margin:0;
}

.italic {
	font-style: italic;
	margin:0 0 0.5em;
}

.project {
	font-weight: 700;
	font-size:0.8em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:14px;
	margin-top: 14px;
}

.task {
	margin-left: 14px;
}

a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url("http://www.showquip.com/wp-content/uploads/images/layout/pdf.png") no-repeat center right;
}


/*-----------------------*/
/*   FORMS               */
/*-----------------------*/

.ccformsContainer {
	margin:5px auto 10px;
}
