/**
  Theme Name: Turned-On Audio
  Theme URI: http://www.Turned-On Audio.co.nz
  Version: 1.0
  Author: Sheldon Lendrum
  Author URI: http://sheldon.lendrum.co.nz
  Licence: GPL
  
  Description: A custom Wordpress theme created for Turned-On Audio.
*/
/* Resets */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #3f3f3f;
	background: #343434 url('images/header_bg.png') repeat-x center -150px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym { 
	cursor: help;
	border-bottom: 1px dashed #333; 
}

pre, code { 	
    display: block; 	
    margin: 25px 0; 
    padding: 15px; 
	border-left: 3px solid #abb0b0; 
    background: #e0e5e5;
	font-size: 1.5em;
    } 
p > code { 	
	font-size: 1.0em;
	line-height: 1.2em;
    }   
pre code { 
	border: none; 
}
strong {
	font-weight: bold;
	letter-spacing: 0;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
/* Link Styles */
a:link, a:visited {
	color: #1a68a5;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #1a68a5;
	text-decoration:none;
}
.a_heading a:link, .a_heading a:visited {
	color: #3f3f3f;
	text-decoration:none;
}
.a_heading a:hover {
	color: #3f3f3f;
	text-decoration:none;
}
.a_heading a:active {
	color: #3f3f3f;
	text-decoration:none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 0px 0;
	color: #000;
}
h1 {
	font-size: 3.4em;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #dbdbdb;
}
h2 {
	font-size: 2.8em;
	margin-top: 0;
	color: #2eaae0;
}
h3 {
	font-size: 2.5em;
	margin: 30px 0 20px 0;
}
h4 {
	font-size: 2.2em;
}
h5 {
	font-size: 1.9em;
}
h6 {
	font-size: 1.6em;
}
/* General Classes */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
/* Header */
#header {
	position: relative;
	height: 114px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#bloginfo {
	position: absolute;
	left: 0px;
	top: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#header .logo {
	float: left;
	font-size: 46px;
	font-style: italic;
	text-align: center;
	height: 60px;
}
.small_img {
	background: url('images/logo_small.gif') no-repeat 100% 0px;
	width: 175px;
}
.medium_img {
	background: url('images/logo_medium.gif') no-repeat 100% 0px;
	width: 300px;
}
.large_img {
	background: url('images/logo_large.gif') no-repeat 100% 0px;
	width: 426px;
}
#header .logo a {
	color: #fff;
}
#header .description {
	float: left;
	height: 60px;
	color: #a9adad;
	font-size: 14px;
	line-height: 60px;
	margin-left: 15px;
}

#header .description span {
	font-size: 18px;
	margin-left: 50px;
	color: #2eaae0;
}

#navigation-1 {
	margin: 0;
	padding: 0;
}



#header ul#navigation {
	width: 200px;
	height: 3.2em;
	position: absolute;
	right: 3px;
	bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	z-index: 99;
}
#header ul#navigation li {
	display: inline;
	padding: 0.5em 1.5em 0.5em 0;
	letter-spacing: -0.05em;
}
#header ul#navigation a:link, #header ul#navigation a:visited {
	color: #727272;
	text-decoration:none;
}
#header ul#navigation a:hover {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation li.current_page_item a {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation a:active {
	color: #727272;
	text-decoration:none;
}


#header ul#navigation li ul {
	opacity: 0;
}

#header ul#navigation li ul li {
	margin: 0px;
	width: 120px;
	padding: 5px 10px;
	background: #343434 url('images/header_bg.png') repeat-x center -150px;
}

#header ul#navigation li ul li a {
	display: block;
}

li ul.children {
	display: none;
}

li.current_page_item ul.children, 
li.current_page_ancestor ul.children, 
li.current_page_parent ul.children {
	display: block;
}


/* Wrapper */
#wrapper {
	width: 960px;
	background: #fff url('images/page_bg.png') repeat-y 0 -114px;
	border-top: 1px solid #191a1a;
	border-bottom: 1px solid #191a1a;
	margin: 0 auto;
	text-align: left;
}

#homePageSlides {
	display: block;
	height: 400px;
}
/* Content */
#content {
	width: 708px;
	float: left;
	padding: 40px;
	padding-bottom: 20px;
}
#content {
	padding-right: 20px;
}
#content p {
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 15px 0 15px 0;
}


#content li {
	font-size: 16px;
	margin-top: 10px;
}


#content ul li {
	font-size: 12px;
	margin-top: 3px;
	border-bottom: none;
}

#content blockquote {
	font-size: 0.8em;
	line-height: 1.0em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
#content .entry {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#content .aligncenter, #content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	float: left;
	padding: 10px 20px 20px 0;
}
#content .alignright {
	float: right;
	padding: 10px 0 20px 20px;
}
#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content .wp-caption p.wp-caption-text {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 5px;
	margin: 0;
}
/* Sidebar */
#sidebar {
	width: 170px;
	float: right;
	margin-right: 1px;
	padding-bottom: 30px;
}
#sidebar a:link, #sidebar a:visited {
	color: #8b8f8f;
	text-decoration:none;
}
#sidebar a:hover {
	color: #000;
	text-decoration:none;
}
#sidebar a:active {
	color: #8b8f8f;
	text-decoration:none;
}
#sidebar h3 {
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 10px;
	color: #3a3a3a;
}
#sidebar .search_div {
	background: url(images/search_bg.png) repeat-y;
	padding: 15px 0;
	border-bottom: 1px solid #a5aaaa;
}
#sidebar .search_div fieldset {
	margin: 0;
	padding: 0;
}
#sidebar .search_div input {
	display: block;
	margin: 0 auto;
	border: 1px solid #9e9e9e;
	padding: 3px;
	padding-right: 24px;
	width: 115px;
	background: #fff url(images/search_icon.png) no-repeat 100% 50%;
}
#sidebar #advert_div {
	background: url(images/advert_bg.png) repeat-y;
	padding: 10px;
	border-top: 1px solid #d8dada;
	border-bottom: 1px solid #b7bbbb;
}
#sidebar #advert_div_inner {
	display: block;
	margin: 0 auto;
	width: 125px;
}
#sidebar #advert_div img {
	margin: 5px 0;
}

#sidebar .sidebox_div {
	background: url(images/sidebox_bg.png) no-repeat 0 100%;
	padding: 15px;
	padding-left: 25px;
	color: #8b8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
}
#sidebar .sidebox_div li {
	line-height: 2.0em;
	letter-spacing: -0.05em;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	color: #e2e2e2;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer p {
	padding-left: 2px;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #2eaae0;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer a:active {
	color: #ff9477;
	text-decoration:none;
}
table { 
	margin: 20px 0;
	border: 1px solid #9a9e9e; 
    border-collapse: collapse;
	font-size: 1.3em;
	width: 100%;
}
table th, 
table td { padding: 10px 15px; }
table th, 
table td { text-align: left; }
table thead th { 
    font-family: inherit; 	
    font-size: inherit;
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
	color: #fff;
	font-weight: bold;
    }
   
table tbody th { 
    color: #000; 
    }
table tbody th, 
table tbody td { border-top: 1px solid #b7bbbb; }
table tbody tr.alt { background-color: #e0e5e5; }
table tfoot tr th,
table tfoot tr td { 
	border-top: 1px solid #b7bbbb;
    background-color: #c9cece; 
    }
#sidebar table { 
	margin: 20px 0;
	border: 1px solid #9a9e9e; 
    border-collapse: collapse;
	font-size: 9px;
}
#sidebar table th, #sidebar table td { padding: 2px 3px; }
#sidebar table tbody td { border: 1px solid #b7bbbb; }
#sidebar table a:link, #sidebar table a:visited {
	color: #1a68a5;
	text-decoration:none;
}
#sidebar table a:hover {
	color: #000;
	text-decoration:none;
}
#sidebar table a:active {
	color: #1a68a5;
	text-decoration:none;
}	

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.entry_meta ul {
		margin-bottom: 15px;
	}
	textarea {
    	resize: vertical;
	} 
	#content .trackbacks {
		padding-bottom: 45px;
	}
	#content .single_meta {
		padding-bottom: 10px;
	}
	#content .related_posts {
		padding-bottom: 30px;
	}
}
/* IE 7 */
* + html h3.ie_fix {
	padding-top: 30px;
}
* + html .single_meta {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
* + html #comments .single_comment {
	width: 470px;
}
* + html .textarea_arrow {
	left: 104px;
}
* + html #comment_form {
	width: 513px;
}
* + html .input {
	width: 503px;
}
* + html #submit {
	padding: 0.6em 0 0.6em 0;
}
* + html #content .trackbacks, * + html #content .related_posts {
	padding-bottom: 40px;
}
/* IE 6 */
* html .single_meta {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
* html #comments .single_comment {
	width: 470px;
}
* html .textarea_arrow {
	left: 104px;
}
* html #submit {
	padding: 0.6em 0 0.6em 0;
	cursor: pointer;
}
* html #comment_form {
	width: 511px;
}
* html .input {
	width: 501px;
}
* html #sidebar {
	width: 169px;
}
* html #sidebar #advert_div img {
	padding: 5px 0;
}
* html #content .related_posts {
	padding-bottom: 40px;
	margin-bottom: 40px;
}


#navigation-1 li a {
	color: #2eaae0;
	display: block;
	padding: 3px 0 3px 10px;
	font-size: 14px;
	letter-spacing: 0px;
	word-spacing: 1px;
	border-top: 1px solid #d8dada;
	border-bottom: 1px solid #b7bbbb;
	font-weight: bold;
}

#navigation-1 li a:link, 
#navigation-1 li a:visited {
	color: #000000;
	text-decoration:none;
}
#navigation-1 li a:hover {
	background: url(images/advert_bg.png) repeat-y;
	color: #2eaae0;
	text-decoration:none;
}
#navigation-1 li a:active {
	color: #ffffff;
	text-decoration:none;
}



#navigation-1 li ul li a:link, 
#navigation-1 li ul li a:visited {
	font-weight: normal;
	background: url(images/advert_bg.png) repeat-y;
	text-decoration:none;
}
div#contact-response {
	position: absolute;
	top: 140px;
	left: -200px;
	width: 340px;
	margin: 0 0 0 50%;
	font-size: 15px;
	padding: 15px 30px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {

}

div.wpcf7-mail-sent-ok {
	border: 1px solid #9fbc2e;
	color: #5c682b;
	background: #eef8c8;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked, 
span.wpcf7-not-valid-tip-no-ajax,
div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #fdc4c4;

}


span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}


span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

