/*  
Theme Name: ShowQuip
Theme URI: http://www.jdesign.co.nz
Description: This is an original jdesign WordPress theme designed for ShowQuip.
Version: 0.2
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 {
/* 	background: #3f3e43 url("images/layout/bg2vignette700x1.jpg") repeat-x left top; */
	background: #191919 url("images/layout/bg6vignette700x1.jpg") repeat-x left top;
	color: #ffffff;
	/* font-family: Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; */
	font-family: Arial, 'Helvetica Neue', Helvetica, Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	/* font-size:0.875em; */
	font-size:16px;
	line-height: 1.8em;
}

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

h1, h2, h3, h4 {
	line-height: 1.6em;
}
h1 {
	color:#f7931d;
	font-size: 1.765em;
	letter-spacing: -0.03em;
	margin: 7px 0 13px 0;
}
h2 {
	color: #f9a94a;
	font-size:1.375em;
	margin:8px 0 10px;
}
h3 {
	color: #fabe77;
	font-size:1.125em; /* 1.125em */
	margin:8px 0 10px;
}
h4 {
	color: #fde9d2;
	background-color: green;
	font-size:0.975em;
	font-weight: bold;
}
p {
	font-size: 1.0em;
	margin:0.7em 0;
}
ul li {
	font-size:1.0em;
}
a {
	text-decoration: underline;
}
a:link {
	color: #f7931d;
}
a:visited {
	color: #f7931d;
}
a:hover {
	color: #f9a94a;
}
a:active {
	color:#bababa;
}

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

#container {
	background-color: #000000;
	margin:0 auto;
	padding:0;
	width:960px;
	/* border:1px solid #ababff; */
}
#container2 {
	background-color: #000000;
	margin:0;
	/* border:1px solid #0000FF; */
}
#container3 {
	background-color: #000000;
	width:650px; /* for content to be positioned inside on the left side */
	margin:0 0 0 10px;
	float:left;
	/* border:1px dashed #FF0000; */
}
#mainContent, #secondaryContent {
	margin: 0px 20px 30px 20px;
	width: 600px;
	float: left;
	/* background-color: #3f3e43; */
	/* border: 1px solid #ab99ab; */
}
/*-----------------------*/
/*   Header Section      */
/*-----------------------*/

#header {
	height:530px;
	margin:0;
	padding:0;
	background-color:#000000;
	/* background: #ffffff url("images/layout/bg5vignette500x1.jpg") repeat-x left top; */
	/* border:1px solid #00FF00; */
}
#headerSmall {
	height:325px;
	margin:0;
	padding:0;
	background-color:#000000;
	/* background: #ffffff url("images/layout/bg5vignette500x1.jpg") repeat-x left top; */
	/* border:1px solid #00FF00; */
}
#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 MAYBE!!                                */
/*--------------------------------------------------------------------------------*/

#topNavigation {
	position: absolute;
	margin:0;
	width:960px;
	padding:0;
	top:18px;
}
.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;
	/* border:1px solid #003333;
	background-color: yellow; */
}
#topNavlist h2 {
	display:none;
}
#navlist {
	background:#6d6e72;
	width:100%;
	font-weight:normal;
}
#navlist, #navlist ul {
	float:left;
	list-style:none;
	/* line-height:auto; */
	padding:0;
	margin:0;
	width:100%;
}
#navlist a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding: 4px 18px 4px;
	border: 1px solid #636365;
	background: #74706f url("images/layout/topNavButtonsSprite.png") no-repeat top left;
	font-size:1.0em;
	line-height: 1.4em;
}
#navlist li.current_page_item a, #navlist li li.current_page_item a {
	/* color: #3c3a3b; */
	color: #ffffff;
	background-color: #3d3a39; /* url("images/layout/topNavButtonsSprite.png") no-repeat top left; */
	background-position: left -80px;
}

#navlist li {
	float:left;
	padding:0;
}
#navlist ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:121px;
	font-weight:normal;
	margin:0;
	/* line-height:auto; */
	border:0;
	border-top:1px solid #636365;
}
#navlist li li {
	width:119px;
/*
	border-bottom:1px solid #636365;
	border-left:1px solid #636365;
	border-right:2px solid #636365;
*/
}
#navlist li li a {
	padding:10px 10px;
	width:90px;
	color:#fff;
}
#navlist li ul ul {
	margin:-33px 0 0 120px;
}
#navlist li li:hover {
	background:#3d3a39;
}
#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:#f7931d;
}
#navlist li:hover a, #navlist li.sfhover a {
	color:#fde9d2;
	border: 1px solid #3c3a3b;
	background-color: #3d3a39;
	background-position: left -80px; /* lifts topNavButtonsSprite.png up to give appearance of changing image */
}
#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:#3c3a3b;
	color:#fcd4a5;
}
#navlist li:hover, #navlist li.sfhover {
	background:#ffffff;
	color:#fde9d2;
}

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

.contentShowQuipLogo {
	width:90px;
	height:38px;
	margin:8px 14px 0px 0px;
	float:left;
}
.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;
	/* background-color: lime; */
	/* border: 1px solid #0000ff; */
}
.sidebarRightOne {
	background: url("images/layout/sidebarRTtop1x20.jpg") repeat-x left top;
	background-color: #3c3a3b;
	border: solid 1px #bababa;
	padding: 20px 10px 16px 16px;
	padding: 20px 10px 16px 16px !important;
	margin-bottom:20px;
	-moz-border-radius: 15px;
}
.sidebarRightTwo {
	background: url("images/layout/sidebarRT4top1x20.jpg") repeat-x left top;
	background-color: #fabe77;
	border: solid 1px #bababa;
	padding: 20px 10px 16px 16px;
	padding: 20px 10px 16px 16px !important;
	margin-bottom:20px;
	-moz-border-radius: 15px;
}
.sidebarRightTwoContent p, sidebarRightOneContent p {
	color: #444444;
}	
.sidebarRightTwo h3, .sidebarRightOne h3 {
	margin-top: -6px;
}
.sidebarRightOneContent h3 {
	color:#cacaca;
}
.sidebarRightTwoContent h3 {
	color: #3c3a3b;
}
.sidebarRightTwoContent a {
	text-decoration: underline;
}
.sidebarRightTwoContent a:link {
	color: #3f3e43;
}
.sidebarRightTwoContent a:visited {
	color: #3f3e43;
}
.sidebarRightTwoContent a:hover {
	color: #000000;
}
.sidebarRightTwoContent a:active {
	color:#888;
}
.sidebarRightTwoContent ul li a {
	text-decoration: underline;
}
.sidebarRightTwoContent ul li a:link {
	color: #3f3e43;
}
.sidebarRightTwoContent ul li a:visited {
	color: #3f3e43;
}
.sidebarRightTwoContent ul li a:hover {
	color: #000000;
}
.sidebarRightTwoContent ul li a:active {
	color:#888;
}
.sidebarRightTwoContent .square {
	color:#6d6e72;
}

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

.subContainer1 {
	background: url("images/layout/sidebarRT5top1x20.jpg") repeat-x left top;
	background-color: #3f3e43;
	-moz-border-radius: 10px;
	border:1px solid #bababa;
	margin:10px 10px 20px 10px;
}
.subContainer1Content {
	float:left;
	margin:7px 7px 14px 7px;
	width:220px;
	/* background-color: #eaeaea; */
}
.subContainer1Image {
	margin-bottom: 10px;
}
.subContainer1 h2 {
	margin:10px 0 10px 10px;
	font-size: 1.375em;
	color:#ffffff;
}
.subContainer1Text {
	font-size: 1.3em;
	font-weight: bold;
	margin:10px 0 0 0;
}
.rightBracket {
	color:#f9fbfa;
	letter-spacing: -0.15em;
	margin:2px 10px 0 10px;
}
.subContainer4colContent {
	margin:20px;
}

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

.subContainer2 {
	background: url("images/layout/sidebarRT2top1x20.jpg") repeat-x left top;
	background-color: #000000;
	border: solid 1px #bababa;
	padding: 20px 10px 10px 16px;
	padding: 20px 10px 10px 16px !important;
	margin: 10px 10px 20px 10px;
	-moz-border-radius: 10px;
}
.subContainer2Content p {
	color: #ffffff;
}	
.subContainer2Content h3 {
	margin-top: -6px;
	color: #fabe77;
}
.subContainer2ContentPartnerLogo {
	width:130px;
	margin:10px;
	float:left;
}

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

#footer {
	background: url("images/layout/sidebarRT2top1x20.jpg") repeat-x left top;
	background-color: #000000;
	border-top: 1px solid #b96e16;
	font-size: 0.78em;
	color: #ffffff;
	margin:0;
}
#footerLeft {
	margin: 20px 0 20px 20px;
	width:720px;
	float:left;
	/* border: 1px solid #332200; */
	/* background-color: #d5dbe4; */
}
#footerRight {
	margin: 20px 20px 20px 0px;
	width:180px;
	float:right;
	/* border: 1px solid #552200; */
	/* background-color: #b6cbe8; */
}
#footer h3 {
	display:none;
}
#footerLeft p {
	text-align: left;
	margin:0;
}
#footerRight p {
	text-align: right;
	margin:0;
}

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

#navFooter {
	padding: 0;
	margin: 0;
	/* font-family: Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; */
	font-family: Arial, 'Helvetica Neue', Helvetica, Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:normal;
}
#navFooter li {
	list-style: none;
	margin:0;
	display:inline;
}
#navFooter li a {
	padding: 0 6px 0 0;
	padding: 0 6px 0 0 !important;
	text-decoration: underline;
}
#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 {
	/* background-color: #dadada; */
	width: 940px;
	/* height: 420px; */
	text-align: center;
	margin: 0 10px;
	padding: 0;
	position: absolute;
	top: 85px;
}
.imgFloatLeft {
	float: left;
	margin: 10px 10px 10px 5px;
	border: none;
}
.imgFloatRight {
	float: right;
	margin: 10px 5px 10px 10px;
	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: Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; */
	font-family: Arial, 'Helvetica Neue', Helvetica, Lucida, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', 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: bold;
	margin:0;
}
.italic {
	font-style: italic;
	margin:0;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url("images/layout/pdf.png") no-repeat center right;
}

.project {
	color:#ffffff;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 14px;
	line-height: 1.3em;
}

.task {
	color:#ababab;
	margin:8px 0  8px 24px;
	font-style: italic;
	line-height: 1em;
}

.caption {
	padding:8px;
	font-style: italic;
}

.divider {
	margin:30px 0;
}

.partnerText {
	width:300px;
	float:left;
	/* background-color: yellow; */
	margin:0 0 0 10px;
}

/*-----------------------*/
/*   BLOG ELEMENTS       */
/*-----------------------*/

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

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