/*   
Theme Name: BlindCreek
Theme URI: 
Description: A Wordpress theme for Dogtown Designs.
Author: Andrew Harris
Author URI: http://www.blindcreek.com.au
Version: 1.0
.
Tags: fixed-width, single-column, nav below header image

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.
*/

#header  {
	height:135px;
	background-image:url(images/header_background.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
	}

#logo  {
	float:left;
	margin-top:6px;
	width:250px;
	
	}

#header_text  {
	float:right;
	margin-top:60px;
	font-size:26px;
	color:#000; /*------------- CUSTOM ----------------- */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-30%;
	margin-right:200px;
	
	}

#search  {
	float:right;
	margin-top:8px;
	margin-right:20px;
	}

#searchform input  {
	background-color:transparent;
	border:1px dotted #333; /*------------- CUSTOM ----------------- */
	color:#333; /*------------- CUSTOM ----------------- */
	}

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }


/* ----- NEW NAV -------------------*/

#catnav {
  margin: 0;
  padding: 0;
  clear: both;
  background-image:url(images/nav_bg.gif); /*------------- CUSTOM ----------------- */
  background-repeat:no-repeat;
  height: 36px;
  width: 860px;
  z-index:100000;

  }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style:none; left:-17px; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            {
	color: #fff;
	border:none;
}
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 8px 7px; color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(images/nav-hover.png); color: #fff; position: relative; border:none;}
ul.dropdown li.hover a              { color:#fff; border:none; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: -20px; list-style:none; }
ul.dropdown ul li 					{ font-weight: normal; background: #666; color: #000; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.current_page_item {
	font-weight:bold;
	border-left:1px dotted #333;
	border-right:1px dotted #333;
}

/*!--------------------------------------------------------------------------- NEW NAV -----------------------------------------------------*/

a {
	color: #00778B; /*------------- CUSTOM ----------------- */
	text-decoration:none;
}

a:hover {
	/*text-decoration:underline;*/
	border-bottom:#add139 2px solid;
}

a img {
	border: 0 none;
}

#container_services a:hover  {
	border: 0 none;
}


a:active {
  position: relative;
  top: 1px;
}

h1, h2, h3, h4 {
	color:#000; /*------------- CUSTOM ----------------- */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-30%;
	margin-bottom:0.2em;
}

.page_head {
	font-size:22px;
	color:#000; /*------------- CUSTOM ----------------- */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-30%;
	margin-bottom:4px;
}

.sub_head {
	font-size:20px;
	color:#000; /*------------- CUSTOM ----------------- */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-30%;
	margin-bottom:0.1em;
}

.sub_sub_head {
	font-size:16px;
	color:#333; /*------------- CUSTOM ----------------- */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-30%;
	margin-bottom:0.1em;
}




body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: small;
	color:#333; /*------------- CUSTOM ----------------- */
	background:url(images/bg-20100209.gif) repeat-x scroll 0 0 #FFFFFF; /*------------- CUSTOM ----------------- */
	margin:0;
}

body strong{
	font-weight:bold;
	
}

.blurb {
	font-size:115%;
	color:#666;
}


#wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
	
}

#static_content {
	padding: 5px 20px;
}

/* ------------------------------------------------------------ 2 col layout -------------------------------------------------*/

#static_left {
	padding:0 0 20px 0;
	float:left;
	width:400px;
}

#static_right {
	padding:0 0 20px 0;
	float:right;
	width:400px;
}

/* ------------------------------------------------------------ 2 col layout uneven -------------------------------------------------*/

#static_left_small {
	padding:0 0 20px 0;
	float:left;
	width:190px;
}

#static_left_small a:hover {
	border:none;
}

#static_right_large {
	padding:0 0 20px 0;
	float:right;
	width:612px;
}



/* ------------------------------------------------------------ 2 col layout (narrow and Wide) -------------------------------------------------*/

#static_left_nw {
	float:left;
	width:460px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0;
}

#static_right_nw img {
	margin-bottom:15px;
	padding:10px 10px 25px 10px;
	border:1px #ccc solid;	
}

#static_right_nw {
	padding:0 0 20px 0;
	float:right;
	width:300px;
}

/* ------------------------------------------------------------ 3 col layout -------------------------------------------------*/

#static_1 {
	padding:0;
	margin-bottom:30px;
	margin-top:10px;
	float:left;
	width:265px;
}

#static_1 img {
	margin-top:0;
}

#static_2 {
	padding:0;
	margin:10px 28px 30px 0;
	float:right;
	width:265px;
}
#static_2 img {
	margin-top:0;
}

#static_3 {
	padding:0;
	margin-bottom:30px;
	margin-top:10px;
	float:right;
	width:265px;
}
#static_3 img {
	margin-top:0;
}

/* ------------------------------------------------------------ /3 col layout -------------------------------------------------*/



/* ------------------------------------------------------------ Gallery layout -------------------------------------------------*/
.faq ul li{
	margin-bottom:10px;
}

/* ------------------------------------------------------------ Gallery layout -------------------------------------------------*/

#gallery_left {
	padding:0 0 30px 0;
	float:left;
	width:400px;
}

#gallery_right {
	padding:0 0 30px 0;
	float:right;
	width:400px;
}
/* ------------------------------------------------------------ /Gallery layout -------------------------------------------------*/


#content {
	padding: 25px 60px;
}



.entry-title {
	margin: 0;
	padding: 0;
}

.entry-title a {
	color: #00778B; /*------------- CUSTOM ----------------- */
}

.sidebar, .sidebar a, .entry-date, .entry-meta, .entry-meta a {
	color: #666;
}

.entry-title {
	font-size: 1.5em;
}

.entry-date {
	color: #666;
	margin-bottom: 1em;
}

.entry-date abbr, .entry-meta abbr {
	border: 0;
}

.entry-meta {
	margin-bottom: 3em;
	font-style: italic;
}

body.single .entry-meta {
	margin-bottom: 0;
}

#comments-list .comment-author .n {
	font-weight: bold;
}

#comments-list .comment-meta {
	font-style: italic;
}

#comments-list .comment-author img.avatar {
	float: left;
	margin-right: 0.5em;
}

.sidebar {
	font-size: 0.9em;
	margin-right:60px;
}

.sidebar ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#footer {
	clear:both;
	height:101px;
	padding:0;
	border:#ccc 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
	color:#999;
	text-align:left;
	font-size:smaller;
	margin-bottom:15px;
	width:860px;
}

#footer_logo {
	background-image:url(images/ddh_logo-small.gif);
	background-repeat:no-repeat;
	height:77px;
	width:150px;
	float:left;
	margin-left:15px;
	margin-top:6px;
}


#footercopy {
	padding:34px 0 0 200px;
}

#footernav {
	padding:0;
	margin:0;
}

#footernav li {
	display: inline;
list-style-type: none;
padding:0 10px 0 10px;
border-right:1px solid #999;
}


#footer a {
	color:#999;
	text-decoration: none;
}

#footer a:hover {
	/*text-decoration: underline;*/
	background:none;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:10px 0 10px 0;
border:#ccc 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
width:820px;
font-size:100%;
padding: 5px 20px;
background:#FFF;
}

div#container_services {
float:left;
margin:10px 0 10px 0;
border:#ccc 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
width:820px;
font-size:100%;
padding: 5px 20px;
background:#FFF;
background-image:url(images/services_side.jpg);
background-position:top right;
background-repeat:no-repeat;
}


div#content {
margin:0 ;
width:605px;
border-right:dashed #999 1px;
float:left;
}

div.sidebar {
float:right;
overflow:hidden;
width:190px;
}

div#secondary {
clear:right;
}


/* Misc styles */

.clear {
	clear: both;
}

div.sidebar .title {
	font-weight: bold;
	font-size: 1.1em;
}

div.skip-link {
	display: none;
}

/* Sandbox styles */

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3 {
margin:0;
padding:0;
}

/* -------------------------------------------------------------------------------------- Contact Form --------------*/

#contact_left {
	float:left;
	width:400px;
}

#contact_right {
	float:right;
	width:400px;
}

textarea:focus, input:focus {
	border: 2px solid #00778B; /*------------- CUSTOM ----------------- */
}

.contactSubmit{
	padding:4px 8px;
	cursor:pointer;
	color:#00778B;
	border:1px solid #00778B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	background-color:#fff;
}

#contact_right div.wpcf7 {
	margin: 0;
	padding: 0;
}

#contact_right div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

#contact_right div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

#contact_right div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

#contact_right div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

#contact_right div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

#contact_right span.wpcf7-form-control-wrap {
	position: relative;
}

#contact_right 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;
}

#contact_right span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

#contact_right span.wpcf7-list-item {
	margin-left: 0.5em;
}

#contact_right .wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

.required {
	font-size:10px;
	color: #00778B;
}


/*-------------- Layout tables ----------------*/	

.layout_table {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	border:#666 1px solid;
	border-collapse:collapse;
}

.layout_table td {
	border:#666 1px solid;
}

#menudiv {
	float:left;
	font-size:9px;
	width:150px;
	margin-left:12px;
}

#sidemenu {
	float:left;
	font-size:9px;
	width:50px;
	margin-left:12px;
}

#searchbox {
	float:right;
	margin-right:12px;
	border:1px #666 solid;
	font-size:8px;
	width:75px;
}

#logo_div {
	float:left;
	font-size:19px;
	width:70px;
	margin-left:12px;
}


#options {width:557px; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:557px; list-style:none; color:#033;}
#acc h3 {width:543px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:525px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}

/*-------- Services -----------------*/
.clickable {
	text-align:center; float:left; padding:7px; border:1px #CCC solid; background:#fff; margin:5px 30px 10px 0;
}

.clickable:hover{
	cursor:pointer;
	border:#666 1px solid;
}

.clickable_menu {
	text-align:center; float:left; padding:7px; border:1px #CCC solid; background:#fff; margin:5px 30px 10px 0; width:150px;
}
.clickable_menu:hover{
	cursor:pointer;
	border:#666 1px solid;
}

#content1{
	border:1px solid #CCCC33;
	padding:10px;
	margin-top:10px;
	width:500px;
	}
.morediv {
	display:none; margin-top:5px; border-top:#CCC dotted 1px; border-bottom:#666 1px solid; padding:5px;
}

.services_copy li {
	margin:2px 0 8px 0;
}

/* tabs */
.tabs_container {margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	max-height:320px;
	overflow:auto;
	margin-bottom:20px;
}
.tab_content {
	padding: 20px;
	font-size:11px;
}
