/*
Theme Name: Powderworks Default
Theme URI: http://www.powderworks.co.nz
Description: The default powderworks theme based on there existing logo and branding  
Version: 1.0
Author: David Organ
Author URI: http://webcraft.co.nz/
Tags: black, custom header, no widgets
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/** Global **/

html {
height: 100%;
background: #fff;
}

body {
height: 100%;
font-family: "Lucida Sans", lucida grande, tahoma, sans-serif;
font-size: 12px;
background: url(images/body.jpg) bottom repeat-x;
}

h1 {
padding: 0px 0px 5px 0px;
font-size: 26px;
color: #333;
}

h1 a {
color: #333;
text-decoration: none;
}

h2 {
padding: 5px 0px;
font-size: 18px;
color: #333;
}

h3 {
padding: 5px 0px;
font-size: 16px;
color: #333;
}

h4 {
padding: 5px 0px;
font-size: 14px;
color: #333;
}

h4 a {
text-decoration: none;
}

ul {
padding: 0px 20px;
}

li {
padding: 5px 0px;
font-size: 12px;
line-height: 18px;
list-style: square;
color: #666;
}

p {
padding: 5px 0px;
font-size: 12px;
line-height: 18px;
color: #666;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

a {
color: #333;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

hr {
padding: 5px 0px 10px 0px;
border: none;
border-bottom: 1px dashed #ccc;
width: 96%;
}

/** Layout **/

#header {
background: #000;
}

#headerContent {
width: 1000px;
background: url(images/header.jpg) no-repeat;
margin: 0px auto;
}

#logo {
position: relative;
width:  800px;
height: 120px;
margin: 0px auto 15px auto;
}

#logo a {
display:  block;
width:  800px;
height: 120px;
}

/* ## begin menu ## */


#menu {
clear: both;
width: 1000px;
margin: 0px auto;
}

#menu ul#nav {
width: 1000px;
height: 24px;
padding: 0px;
}

#menu ul#nav li {
float: left;
width: 124px;
height: 16px;
padding: 3px 0px 5px 0px;
text-align: center;
list-style:  none;
border-left: 1px solid #777; 
}

#menu ul#nav li:first-child {
border: none;
}

#menu ul#nav li a {
color:  #fff;
font-size: 16px;
text-decoration:  none;
}

#menu ul#nav li a:hover {
color: #fff200; /* yellow */ 
text-decoration: none;
}

#menu ul#nav li.current_page_item a{
color: #fff200; /* yellow */
}


/* 2nd level begin */

#menu ul#nav ul {
position: relative;
width: 160px;
display:none;
top: 5px;
left: 0px;
margin: 0px;
}

#menu ul#nav li ul li {
width: 149px;
height: 14px;
padding: 11px 0px 10px 11px;
margin: 0px;
font-size: 14px;
border-bottom: 1px solid #ccc;
color:  #fff; 
text-align:  left;
}

#menu ul#nav li.current_page_item ul li a {
color:  #fff; 
}

#menu ul#nav li ul li a {
color: #fff; 
}

#menu ul#nav li ul li a:hover {
color: #fff; 
}

#menu ul#nav li ul li.current_page_item {
background: #3ba1d9; /* blue */
}

#menu ul#nav li ul li.current_page_item a:hover{
color: #fff; 
}

/* 3rd level */


#menu ul#nav ul ul{
position: relative;
width: 160px;
display:none;
top: -29px;
left: 129px;
margin: 0px;
}

#menu ul#nav li ul li ul li{
width: 149px;
height: 14px;
padding: 11px 0px 10px 11px;
margin: 0px;
font-size: 14px;
border-bottom: 1px solid #ccc;
color:  #fff; 
text-align:  left;
background: url(images/blue-trans.png) repeat;
}

#menu ul#nav li.current_page_item ul li ul li a {
color:  #fff;
}

#menu ul#nav li ul li ul li a {
color:  #fff; 
}

#menu ul#nav li ul li ul li a:hover {
color:  #fff; 
}

#menu ul#nav li ul li ul li.current_page_item {
background: #3ba1d9; /* blue */
color:  #fff;

}

#menu ul#nav li ul li ul li.current_page_item a{
color:  #fff;
}

#menu ul#nav li ul li ul li.current_page_item a:hover{
color: #fff; 
}

/* ## //menu ## */

.menuSpacer {
clear: both;
height: 20px;
}

#banner {
width:  998px;
height: 258px;
margin: 10px auto 20px auto;
border: 1px solid #fff;
background: #000;
}

#whiteLine {
clear: both;
height: 2px;
width: 100%;
background: #fff;
}

#blackLine {
clear: both;
height: 1px;
width: 100%;
background: #000;
}

#container {
width:  1000px;
margin: 20px auto;
}

#content {
width: 1000px;
margin: 30px 0px 0px 0px;
padding: 0px;
}

#left {
float: left;
width: 660px;
min-height: 400px;
padding: 0px 20px 0px 0px;
}

#left .entry {
margin-bottom: 10px;
padding: 0px 0px 10px 0px;
border-bottom: 1px dashed #ccc;
}

#right {
float: left;
width: 298px;
min-height: 400px;
padding: 0px 0px 0px 22px;
}

.rightContent {
padding: 2px 0px 30px 0px;
}

.rightContent .entry{
padding: 2px 0px 10px 0px;
border-top: 1px solid #ccc;
}

.rightContent .entry h3 {
margin: 0px;
padding: 7px 0px 0px 0px;
}

.rightContent .entry p {
margin: 0px;
padding: 2px 0px 3px 0px;
}

.rightContact {
width: 298px;
height: 195px;
}

.rightContactText {
float: left;
width: 278px;
height: 44px;
margin: 145px 0px 0px 0px;
padding: 3px 10px;
}

.experiences {
min-height: 190px;
padding: 5px 10px;
border: 1px solid #fff;
font-size: 14px;
line-height: 18px;
color: #fff;
}

span#quoteauthor {
display: block;
clear: both;
padding: 5px 0px 0px 0px;
font-weight: bold;
}

.rightContent ul#subnav li {
padding: 7px 10px 7px 20px;
margin: 5px 0px;
border: 1px solid #ccc;
background: #fff;
font-size:  12px;
}

.rightContent ul#subnav li a {
color: #666;
}

.rightContent ul#subnav li a:hover {

text-decoration: none;
}

.rightContent ul#subnav li {
padding: 7px 10px 7px 20px;
margin: 5px 0px;
border: 1px solid #ccc;
}

.rightContent ul#subnav li.current_page_item {

}

.rightContent ul#subnav li.current_page_item a {

}

.rightContent ul#subnav li ul{
margin: 0px 10px;
}

.rightContent ul#subnav li ul li {
padding: 7px 10px 7px 0px;
margin: 5px 0px;
border: none;
border-bottom: 1px solid #ccc;
-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
background: #fff;
font-size:  12px;
}

.rightContent ul#subnav li ul li a {
color: #666;
}

.rightContent ul#subnav li ul li a:hover {
color: #3a97df; /* blue */
text-decoration: none;
}

.rightContent ul#subnav li ul li.current_page_item a {
color: #3a97df; /* blue */
}

.rightContent ul#subnav li.current_page_item ul li a {
color: #666;
}

.clear {
clear: both;
}

#footer {
margin: 20px auto;
margin-bottom: 5px;
padding: 10px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#footer a.footerImg {
display: block;
float: left;
width: 100%;
text-align: center;
}

#copyright {
width: 1000px;
margin: 0px auto;
padding: 0px;
}

#copyright p {
font-size: 11px;
text-align: right;
}

/* Begin Images */
p img {
	
	max-width: 100%;
	padding: 4px;
	background: #c7c8ca; /* light grey */
	border: 1px solid #ccc;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #c7c8ca; /* light grey */
	border: 1px solid #ccc;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background: #c7c8ca; /* light grey */
	border: 1px solid #ccc;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	background: #c7c8ca; /* light grey */
	border: 1px solid #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Homepage Slider */

#slider {
width:  998px;
height: 258px;
background: #000;
}

#slider ul {
width:  998px;
height: 258px;
margin: 0px;
padding: 0px;
}

#slider ul li {
width:  998px;
height: 258px;
margin: 0px;
padding: 0px;
list-style: none;
overflow:hidden;
}

#slider ul li .bannerImg {
float: left;
width: 610px;
height: 258px;
}

#slider ul li .bannerText {
float: left;
width: 348px;
height: 198px;
padding: 30px 20px;
background: #fff200; /* yellow */ 
}

.findOut {
width: 113px;
height: 19px;
padding: 7px 10px 5px 10px;
margin: 10px 0px;
background: url(images/buttonBg.jpg) no-repeat;
}

.findOut a {
text-decoration: none;
}

.findOut a:hover {
text-decoration: underline;
}



/* numeric controls */	

ol#controls {
width: 688px;
height: 20px;
padding: 20px 0px 10px 0px;
margin: 0px;
overflow: hidden;	
}

ol#controls li{
float: right;
display: block;
width: 20px;
height: 20px;
margin: 0px 20px 0px 0px;
padding: 0px;
font-size: 10px;
}

ol#controls li a{
display: block;
width: 20px;
height: 20px;
margin: 0px 0px 0px 20px;
padding: 0px;
font-size: 10px;
background-color:#e4c5c6; /* pink */
color:#e4c5c6; /* pink */
}

ol#controls li a:hover{
background-color:#82101a; /* red */
color:#82101a; /* red */	
}

ol#controls li.current a{
display: block;
width: 20px;
height: 20px;
padding: 0px;
background-color:#82101a; /* red */
color:#82101a; /* red */
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

