/*
Theme Name: Pathfinder
Theme URI: http://www.yeahcan.com/
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Kyra Pieterse
Author URI: http://www.yeahcan.com/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.yeahcan.com/


*/

/* for ease of updating into the future we use separate style sheets for colours and typography */
@import url(colours.css);
@import url(typography.css);

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;

		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		
		width: 100%;
		background-color:#99ec68;
		}
		#headerpage {
		height: 206px;
		width: 100%;
		background:url('images/page-image.png') repeat-x;
	
		}
		#header2 { 
		 
		width: 100%;
		
		}

#headerimg {
			height: 372px;
		width: 1083px;
		background:url('images/heatpumpsbrisbane.png') ;
		}
		
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 25px;
		}
#contentblocks{
	padding-bottom: 30px;
}

#sidebar
{
	margin-top:-40px;
		text-align: left;
		padding-top: 30px;
		padding-bottom: 30px;
		
		}

#footer {
		margin: 20px 0 0 0;
		padding: 0px 0;
		}
			#footer2 {
		margin: 0px 0 0 0;
		padding: 0px 0;
		}
		
#footerContent, #footerContent a{
	padding: 20px 0;
	color:#FFFFFF;	
	line-height: 25px;
}
.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}
		
	

hr.style-two {
 border: 0;
 height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

 hr.style-one {
 border: 0; 
 height: 1px; 
 background: #333;
 background-image: linear-gradient(to right, #ccc, #333, #ccc); 
 }
		
		
/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}


.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

#tabbar {
	float:left;
	margin: 0 0px;
	font-size:16px;
}
 .tabbar li, .tabbar ul li, {
	display: inline;
	margin: 0 0px;
}
/* style the tabs */
.tab  {
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
	margin:0;
	font-size:16px;
}
.tab a {
	display: -moz-inline-box;
	padding: 5px;
	display: inline-block;
	color:#FFFFFF;	
		font-size:16px;
	
}
.tab:hover, .tabselected:hover, .tab:hover, .dmenu:hover {
background-position:0 -37.5px;
}
/* make changes to the selected tab */
.tabselected, .tabselected a {
	background-color: ;
	color:white;
	padding: 10px;
	margin:0;
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
	color:#FFFFFF;
	font-size:16px;

}
.tabselected a {
	color:white;
}
.dmenu {
	text-align: left;
	position: absolute;
	margin: 23px 0 0 0;
	padding: 5px 15px;
}
.tabbar .dmenu ul {
	padding: 5px 0 0 0px;
	margin: 0;
}
.tabbar .dmenu ul li {
	display: list-item;
	margin: 0 0px;
}
.dmenu {
	left: -999em;
}
.tabbar .fademenu .dmenu {
	margin: 0 0px;
}
.tabbar .fademenu:hover .dmenu {
	left: auto;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 78%;
	height: 70%;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
input[type=text] {
	padding: 3px;
}
input#n, #si_contact_name1 {
	background: url(images/name.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
	background-color:#FFFFFF;
}
input#e, #si_contact_email1 {
	background: url(images/email.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
		background-color:#FFFFFF;
	
}input#t, #si_contact_ex_field1_1 {
	background: url(images/tel.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
		background-color:#FFFFFF;
	padding: 4px 10px 4px 28px;
}
input#d {
	background: url(images/date.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
		background-color:#FFFFFF;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#ti {
	background: url(images/time.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
		background-color:#FFFFFF;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#l {
	background: url(images/loc.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
		background-color:#FFFFFF;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#s, #si_contact_subject1 {
	background: url(images/sub.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
		background-color:#FFFFFF;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
.readmore  {
	display:block;
	width:535px;
	height:35px;
	background:url('images/grad-button-bg.jpg') top center;
	line-height:35px;
	padding-left:7px;
	margin-top:20px;
	color:#FFF;
	text-align:center;
}
a.readmore:hover {
	background-position:0 -35px;
}

a.link {
	display:block;
	width:610px;
	height:29px;
	background:url('images/grad-button-bg.jpg') top center;
	line-height:28px;
	padding-left:7px;
	margin-top:20px;
	color:white;
}
a.link:hover {
	background-position:0 -29px;
		color:white;
}
a.link:visited, a.link:active {
	text-decoration: none;
	color:white;
}
#greybox{
	background-color:#f0f0f0;
	padding:30px;
		margin-bottom:20px;
}
#bluebox{
	background-color:#0884c2;
	padding:30px;
	margin-bottom:20px;
}

.home-body {
background-color:#99ec68;
}

.slider-form  {
margin-top: 5px!important;
display:block;
background-color:#0071b3!important;
background-size: contain;
border: 3px solid #0071b3;
border-radius: 5px;
padding:5px;
margin-right:auto;
color:white;
height: auto;
line-height:11px;
}

.container-fluid2 {
padding-right: 0px!important;
padding-left: 0px!important;
margin-right: auto!important;
margin-left: auto!important;
}

.headerblack {
width: 100%;
background-color:#000000;
}
.contact-bar {
background-color:#0071b2;
color:white;
padding-top:5px;
padding-bottom:5px;

}

.footer-hpb {
background-color:black;
color:white; 

}

.footer-title h2 p {
font-family:Calibri;
color:white!important; 
}

.middle-footer-box {
background-color:#99ec68;  
margin-top:-10px;
padding:10px; 
display:block;
color:black;
text-align:center;  
 }
  
 .page-title-new {
 font-family: 'Ropa Sans', sans-serif; 
 color:black;
 font-size:1.5em!important;  
 padding-left:20px;  
 }
 
 .header-text h2,.header-text h3,.header-text h4,.header-text p {
 font-family: 'Ropa Sans', sans-serif; 
 padding-top:10px;
 }
 
 #fancybox-wrap {
    display: block;
    width: 207px;
    height: auto;
    top: 30%!important;
    left: 30%; 
}
 }
 
  

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


 
 

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

