/*
Theme Name: HBIYE
Theme URI: http://wordpress.org/
Description: A tailor made theme created for 'How Big Is Your Eco' by <a href="http://www.springinalaska.com.au">Spring in Alaska</a>.
Version: 1.0
Author: Spring In Alaska
Author URI: http://www.springinalaska.com.au/
Tags: White, custom header, fixed width, two columns, widgets

	This theme was designed and built by Spring in Alaska,
	http://www.springinalaska.com.au/

*/

@import 'categories.css';

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(images/body-bg2.jpg) center top scroll no-repeat;
	color: #000;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: transparent url(images/header-bg2.jpg) scroll no-repeat 10px 0;
	height: 866px;
	margin: 0 0 0 0;
	}

#headerimg 	{
	margin: 7px 9px 0;
	width: 100%;
	}

#content {
	font-size: 1.1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.1em;
	}

.narrowcolumn .entry p{
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: normal;
}
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	margin: 0 0 0 -12px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	/*border-left: 1px solid #ddd;*/
}

#footer {
	/*background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;*/
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.1em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: gray;
	}

#headerimg h1, #headerimg .description {
	text-indent: -9999px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ca2f2d;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Arial, Helvetica, sans-serif;
	}
#sidebar .SideBarTitle{
	margin:25px 0 10px 8px;
}
#sidebar div.sidebarfooter {
	height: 27px;
	width: 331px;
	background:url(images/side-footer.gif) bottom center no-repeat;
}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ca2f2d;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1100px;

	}

#header {
	/*background-color: #73a0c5;*/
	margin: 0 0 0 1px;
	padding: 0;
	/*height: 200px;*/
	width: 1098px;
	}

#headerimg {
	margin: 0;
	height: 200px;

	}
/* Noa Feb 2010
make sure height is corret so that the side bar will not go over the footer*/
.narrowcolumn {
	float: left;
	padding: 0 0 20px 89px;
	margin: -618px 0 0;
	width: 546px;
	min-height:1292px;  
	height:auto !important;  
	height:1292px; 
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: -613px 0 0 89px;
	width: 635px;
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	
	}
.postBottom {
	margin: 20px 0 0 -12px;
	background:url(images/post-bottom.jpg) no-repeat bottom left;
	}
.more p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: normal;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 10px auto 0 auto;
	width: 1022px;
	clear: both;
	background: white url(images/footerright.jpg) no-repeat top right;
	color: #7f7f7f;
	}
#footer a{
	color: #7f7f7f;
}
	
#footer div.inefooer{
	padding: 60px 0 0 0;
	width: 906px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}
.innerFooterBorde{
	border-top: 1px solid black;
	padding: 15px 0 30px 0;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
	
.pageTitle {
	margin: 39px 0 20px 0;
	height: 36px;
	width: 546px;
	border-bottom: 1px solid black;
}

.pageTitle span {
	font-size: 2em;
	font-weight: bolder;
	text-transform: uppercase;
	line-height:40px;
}

h2.pagetitle {
	margin-top: 30px;
	/*text-align: center;*/
}

#sidebar h2 {
	margin: 5px 0 0 8px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 8px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	/*margin: 5px 0 0 10px;*/
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
/*HBIYE search form*/

.f-left {
	float: left;
}
.search-form {
	height: 38px;
	padding: 15px 0 0 17px;
	width:291px;
	background:white url(images/search-bg.jpg) no-repeat top left;
	margin: 15px 0 0 0;
}
.search-form label {
	background:transparent url(images/side-search.gif) no-repeat scroll 0 0;
	float:left;
	height:26px;

	text-indent:-9999px;
	width:83px;
}
.search-form .search-text{
	background-color: #000;
	color: #fff;
	border: 0;
	width: 155px;
	height: 21px;
	line-height: 21px;
	float:left;
}
.search-form input.search-submit {
	/*float:right;*/
	margin: 0 0 0 5px;
}

/*end HBIYE saerch form*/


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid black;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid black;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	font-size: 12px;
	float: right;
	border: none;
	background-color: #ffbe31;
	text-transform:uppercase;
	font-weight:bold;
	height: 25px;
	}
/* 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 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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin: -613px 0 0 685px;
	width: 331px;
	background-color: transparent;
	position: absolute;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*menu*/
.menu {
	margin: 13px 0 0 88px;
	width: 175px;
}

ul.menu {
	list-style:none;
	padding:0;
	margin: 0;
}
ul.menu li {
	float:left;
	padding:0 2px 2px 0;
}

ul.menu li.hover ,
ul.menu li:hover  {position:relative;}
ul.menu li a {
	height:16px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
ul.menu li a.ecot-m {
	width:73px;
	background:url(images/ecot-m.gif) no-repeat;
}
ul.menu li a.directory-m {
	width:89px;
	background:url(images/directory-m.gif) no-repeat;
}
ul.menu li a.ecof-m {
	width:98px;
	background:url(images/ecof-m.gif) no-repeat;
}
ul.menu li a.about-m {
	width:56px;
	background:url(images/about-m.gif) no-repeat;
}
ul.menu li a.contact-m {
	width:73px;
	background:url(images/contact-m.gif) no-repeat;
}

ul.menu li a:hover,
ul.menu li.active a,
ul.menu li:hover a ,
ul.menu li.hover a {background-position:0 -16px;}

/**/
.headerbottom {
	float:right;
	clear: both;
	margin: 0 57px 0 0;
	height: 38px;
	width: 460px;
	background: transparent url(images/header-bottom.gif) bottom right no-repeat;
}

/*Tabbed side bar*/

/* Tabbed Widgets
========================================== */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

	
}
.tabberlive {
 	margin-top:1em;
	width: 308px;

}
#sidebar div.tabdbackground {
	height: 27px;
	width: 240px;
	background: transparent url(images/tabs-bg.gif) no-repeat bottom left;
	margin: 0 0 -30px 8px;	
	padding: 0;
	text-indent: -9999px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
   margin: 0;
   padding: 3px 0;
   border-bottom: 1px solid #000;
   height: 19px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 margin: 0;
 height: 27px;
}

ul.tabbernav li a
{
 padding: 4px 0.7em;
 margin: 0 4px 0 0;
 /*border: 1px solid #778;*/
 border-bottom: none;
 background: #fff;
 text-decoration: none;
 text-transform:uppercase;
 font-weight:bold;
 font-size: 11px;
}


ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #ffbe31;
 /*border-color: #227;*/
}

ul.tabbernav li.tabberactive a
{
 background-color: #ffbe31;
}


.tabbernav ul li {
	margin: 0 0 0 0;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #ffbe31;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 /*border:1px solid #aaa;*/
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;

}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	font-size: 55px;
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*Slideshow links*/

.slideshow-container-horizontal{
	display: block; position:relative;
}
.next-link-div {
  background:transparent url(images/next-horizontal.png) no-repeat scroll 0 0;
  cursor:pointer;
  height:50px;
  position:absolute;
  right:13px;
  top:275px;
  width:47px;
  z-index: 9999;
}
.next-link-div:hover, .prev-link-div:hover {
	background-position:-46px 0;
	
}
.next-link-div:active, .prev-link-div:active {

	background-position:-94px 0;
}


.prev-link-div {
  background:transparent url(images/prev-horizontal.png) no-repeat scroll 0 0;
  cursor:pointer;
  height:50px;
  left:13px;
  position:absolute;
  top:275px;
  width:47px;
  z-index: 9999;
}

/*contact form*/
.entry input, .entry textarea {
	border: 1px solid black;
}
.entry input[type="button"],.entry input[type="submit"] {

	font-size: 12px;
	border: none;
	background-color: #ffbe31;
	text-transform:uppercase;
	font-weight:bold;
	height: 25px;
	}
/*wishlist button*/
.wpfp-div {
	height: 19px; 
	width: 140px; 
	float: left; 
	padding: 18px 0 15px 0; 
	background: url(images/wishlist.gif) no-repeat scroll 0 0;
	cursor: pointer;
	font-size: 10px;
	text-transform:lowercase;
}
.wpfp-div a {
	margin-left: 32px;
	color: black;
	text-decoration: none;
}
/**/
.ecoFactorStamp {
	width: 253px; float: right; text-align: right;
}

span.wpcf7-list-item {
	display: block;

}

/*fic IE issue with side bar text squeezing */

.advanced-random-posts li {
	width: 315px;
	position: 
}

/*subscribe form*/

#sliding-panel #phplist-integration{
	background: transparent url(images/subscrib_bg.gif) no-repeat top left;
	margin: 0 0 0 8px;
	padding: 0 0 0 221px;
	width: 237px;
}

#phplist-integration .widget-inside h3 {
	margin: 0;
	width: 220px;
	height: 36px;
	background-color: #eaeaea;
}
#phplist-integration .widget-inside .widget-title {
	text-indent: -9999px;
	margin: 0 0 8px 0;
	background: none;
	height: auto;
}
/*form elements*/

.widget-inside form{
	margin: -18px 0 0 0;
}
.phplist label{
	width: 1px;
	height: 1px;
	}
label.required {
	/*text-indent: 9999px;*/
	display: none;
}
div.required {
	font-weight: bold;
	color: red;
	margin:15px 0 -19px;
}
.phplist #email{
	/*width: 250px;*/
	height: auto;
	border: 1px solid white;
	width: 168px;
	margin: 9px 0 0 0;
	height: 17px;
}
.widget-inside #contactsubmit {
	background: url(images/spacer.gif) center top no-repeat;
	border: medium none;
	cursor: pointer;
	height: 21px;	
	width: 26px;
	margin: 0 0 0 4px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;

}

/*pagination*/

.wp-pagenavi a, .wp-pagenavi a:link {

  font-size: 12px;
  background-color: #ffbe31;
  font-weight:bold;
  height: 25px;
  margin:2px;
  padding:2px 4px;
  text-decoration: none;
  color: black;
}
.wp-pagenavi a:visited {
	background-color: #ffbe31;
	color:black;
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	background-color:#000000;
	color:#ffbe31;
}
.wp-pagenavi a:active {

  font-size: 12px;
  background-color: black;
  font-weight:bold;
  height: 25px;
  margin:2px;
  padding:2px 4px;
  text-decoration: none;
  color: #ffbe31;
}
.wp-pagenavi span.pages {
  font-size: 12px;
  background-color: #ffbe31;
  font-weight:bold;
  height: 25px;
  margin:2px;
  padding:2px 4px;
}
.wp-pagenavi span.current {
  font-size: 12px;
  background-color: black;
  font-weight:bold;
  height: 25px;
  margin:2px;
  padding:2px 4px;
  color: #ffbe31;
}
.wp-pagenavi span.extend {
  font-size: 12px;
  background-color: #ffbe31;
  font-weight:bold;
  height: 25px;
  margin:2px;
  padding:2px 4px;
}

