/*
Theme Name: Biome Lifestyle
Theme URI: http://www.biomelifestyle.com/
Description: A WordPress theme specially made for Biome Lifestyle.
Version: 1.0
Author: Incuna
Author URI: http://www.incuna.com/
Tags: custom header, custom layout, fixed width, two columns
*/


body {
    font-size: 62.5%; 
    font-family: Helvetica, Arial, sans-serif;
    background: #FFF;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    }
    
input {
	font-size: 14px;
	color: #666;
	padding: 5px;
	border: 1px solid #ccc;
    }

a, a:link, a:active, a:visited {
    color: #147;
    text-decoration: none;
    }

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

#page {
	text-align: left;
	width: 964px;
	margin: 0 auto;
	}

#header {
	background: #A6BC09;
    height: 124px;
    margin-bottom: 30px;
	}

#headerimg 	{
    position: relative;
	margin: 0 auto;
	width: 964px;
	height: 124px;
	}

#content {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.2em;
    }

.entry {
    margin: 10px 0 0 0;
}

.entry p {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #474747;
    }

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

.narrowcolumn .postmetadata {
    text-align: left;
    }

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

.even, .alt {

    border-left: 1px solid #ddd;
}


small {
    font-size: 1.2em;
    line-height: 1.3em;
    }
    
#headerimg .description {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2em;
    text-align: left;
    width: 528px;
    position: absolute;
    top: 37px;
    left: 400px;
    }

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

.commentlist li, #commentform input, #commentform textarea {
    }
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    margin: 0 7px 0 0;
    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 {
    }

.commentmetadata {
    font-weight: normal;
    }
    
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;
    }

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

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

#wp-calendar caption {
    text-align: center;
    }

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



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 658px;
	}

.post {
	margin: 0 0 40px;
	clear: both;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 1.2em;
    font-weight: bold;
	}
	
.narrowcolumn .postmetadata a {
    font-weight: normal;
	}

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


div#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #A5BB08;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em; /* sorts out bottom page problem ?! */
}

div#footer div#footerinfo {
	width: 964px;
	margin: 0 auto;
	padding: 1.8em 0 2.4em 0;
	text-align: left;
}

div#footerinfo div.copyright {
	float: left;
}

div#footerinfo div.links {
	float: right;
}

div#footerinfo div.links a {
	color: #fff;
	text-decoration: none;
}

div#footerinfo div.links a:hover {
	color: #fff;
	text-decoration: underline;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 247px;
	height: 61px;
	background: url(images/logo.gif) no-repeat 0 0;
	position: absolute;
	top: 30px;
	left: 0;
	}

h2, h2.pagetitle {
	margin: 0;
	font-size: 2.3em;
	font-weight: normal;
	text-align: left;
	color: #5F463F;
	}

h2 a, h2 a:link, h2 a:active, h2 a:visited {
    color: #4C3630;
    text-decoration: none;
    }

h2 a:hover {
    color: #4C3630;
    text-decoration: underline;
    }

#sidebar h2 {
    font-size: 1.2em;
    }

h3 {
    font-size: 1.3em;
    }

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

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

#sidebar h2 {
    font-size: 1.8em;
	margin: 5px 0 0;
	padding: 0;
	color: #666666;
	}

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%;
	/*border: 2px solid #ddd;*/
	}

/*	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 7px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 7px 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;
	}
	
.postmetadata.alt {
    font-size: 0.7em;
    font-weight: normal;
    margin: 15px 0 0 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	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;
	}

#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;
	font-size: 1.3em;
	}
	
#sidebar ul li {
    padding: 0 0 10px 0;
}
/* End Entry Lists */



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

#searchform #s {
	width: 328px;
	height: 18px;
	padding: 4px;
	}
	
#sidebar #searchform #s {
	width: 128px;
	}

#searchform #searchsubmit {
    border: none;
    margin: -2px 0 0 5px;
	width: 63px;
	height: 28px;
	background: url(images/search.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	
	/* ie */
	line-height: 0;
}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond {
    float: left;
    background-color: #edf3f8;
    padding: 10px;
    border: 1px solid #aaa;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
    border: none;
	width: 100px;
	height: 31px;
	background: url(images/submit.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	
	/* ie */
	line-height: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 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 45px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentspopup {
    float: right;
    text-align: right;
    }
    
.commentspopup a {
    float: left;
    text-decoration: none;
    color: #5F463F;
    }

.commentspopup .number {
    float: left;
    width: 28px;
    height: 37px;
    padding: 8px 7px 0 0;
    background: url(images/speech.gif) no-repeat 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }

.commentspopup .text {
    float: left;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    }


/* End Comments */



/* Begin Sidebar */
#sidebar
{
    float: left;
	padding: 0;
	margin: 0 0 0 80px;
	width: 226px;
	}

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






/* Begin Sidebar Extras */

#rss {
    background: url('images/rss.gif') no-repeat 0 0;    
    height: 28px;
}

#rss h2 {
    padding: 2px 0 0 25px;
    font-size: 16px;
}

#aboutus {
    font-size: 1.2em;
    padding: 0 0 10px 0;
    color: #737373;
}

/* End Sidebar Extras */






/* 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 {
	border-color: #ccc;
	background-color: #ccc;
	color: #ccc;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* 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 */

/* Xmas Calendar */
a#tip1{ background: url('images/day1.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:167px; float:left;}
a#tip2{ background: url('images/day2.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:167px; float:left;}
a#tip3{ background: url('images/day3.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:167px; float:left;}
a#tip4{ background: url('images/day4.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:167px; float:left;}
a#tip5{ background: url('images/day5.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:167px; float:left;}
a#tip6{ background: url('images/day6.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:167px; float:left;}
a#tip7{ background: url('images/day7.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:157px; float:left;}
a#tip8{ background: url('images/day8.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:157px; float:left;}
a#tip9{ background: url('images/day9.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:157px; float:left;}
a#tip10{ background: url('images/day10.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:157px; float:left;}
a#tip11{ background: url('images/day11.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:157px; float:left;}
a#tip12{ background: url('images/day12.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:157px; float:left;}
a#tip13{ background: url('images/day13.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:153px; float:left;}
a#tip14{ background: url('images/day14.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:153px; float:left;}
a#tip15{ background: url('images/day15.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:153px; float:left;}
a#tip16{ background: url('images/day16.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:153px; float:left;}
a#tip17{ background: url('images/day17.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:153px; float:left;}
a#tip18{ background: url('images/day18.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:153px; float:left;}
a#tip19{ background: url('images/day19.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:160px; float:left;}
a#tip20{ background: url('images/day20.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:160px; float:left;}
a#tip21{ background: url('images/day21.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:160px; float:left;}
a#tip22{ background: url('images/day22.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:160px; float:left;}
a#tip23{ background: url('images/day23.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:160px; float:left;}
a#tip24{ background: url('images/day24.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:160px; float:left;}

#zoom_content{ font-size:1.6em;}

td.day1{background: url('images/day1-hover.jpg') no-repeat 9999px 9999px;}
td.day2{background: url('images/day2-hover.jpg') no-repeat 9999px 9999px;}
td.day3{background: url('images/day3-hover.jpg') no-repeat 9999px 9999px;}
td.day4{background: url('images/day4-hover.jpg') no-repeat 9999px 9999px;}
td.day5{background: url('images/day5-hover.jpg') no-repeat 9999px 9999px;}#
td.day6{background: url('images/day6-hover.jpg') no-repeat 9999px 9999px;}
td.day7{background: url('images/day7-hover.jpg') no-repeat 9999px 9999px;}
td.day8{background: url('images/day8-hover.jpg') no-repeat 9999px 9999px;}
td.day9{background: url('images/day9-hover.jpg') no-repeat 9999px 9999px;}
td.day10{background: url('images/day10-hover.jpg') no-repeat 9999px 9999px;}
td.day11{background: url('images/day11-hover.jpg') no-repeat 9999px 9999px;}
td.day12{background: url('images/day12-hover.jpg') no-repeat 9999px 9999px;}
td.day13{background: url('images/day13-hover.jpg') no-repeat 9999px 9999px;}
td.day14{background: url('images/day14-hover.jpg') no-repeat 9999px 9999px;}
td.day15{background: url('images/day15-hover.jpg') no-repeat 9999px 9999px;}
td.day16{background: url('images/day16-hover.jpg') no-repeat 9999px 9999px;}
td.day17{background: url('images/day17-hover.jpg') no-repeat 9999px 9999px;}
td.day18{background: url('images/day18-hover.jpg') no-repeat 9999px 9999px;}
td.day19{background: url('images/day19-hover.jpg') no-repeat 9999px 9999px;}
td.day20{background: url('images/day20-hover.jpg') no-repeat 9999px 9999px;}
td.day21{background: url('images/day21-hover.jpg') no-repeat 9999px 9999px;}
td.day22{background: url('images/day22-hover.jpg') no-repeat 9999px 9999px;}
td.day23{background: url('images/day23-hover.jpg') no-repeat 9999px 9999px;}
td.day24{background: url('images/day24-hover.jpg') no-repeat 9999px 9999px;}

a:hover#tip1{ background: url('images/day1-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:167px; float:left;}
a:hover#tip2{ background: url('images/day2-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:167px; float:left;}
a:hover#tip3{ background: url('images/day3-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:167px; float:left;}
a:hover#tip4{ background: url('images/day4-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:167px; float:left;}
a:hover#tip5{ background: url('images/day5-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:167px; float:left;}
a:hover#tip6{ background: url('images/day6-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:167px; float:left;}
a:hover#tip7{ background: url('images/day7-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:157px; float:left;}
a:hover#tip8{ background: url('images/day8-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:157px; float:left;}
a:hover#tip9{ background: url('images/day9-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:157px; float:left;}
a:hover#tip10{ background: url('images/day10-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:157px; float:left;}
a:hover#tip11{ background: url('images/day11-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:157px; float:left;}
a:hover#tip12{ background: url('images/day12-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:157px; float:left;}
a:hover#tip13{ background: url('images/day13-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:153px; float:left;}
a:hover#tip14{ background: url('images/day14-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:153px; float:left;}
a:hover#tip15{ background: url('images/day15-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:153px; float:left;}
a:hover#tip16{ background: url('images/day16-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:153px; float:left;}
a:hover#tip17{ background: url('images/day17-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:153px; float:left;}
a:hover#tip18{ background: url('images/day18-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:153px; float:left;}
a:hover#tip19{ background: url('images/day19-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:91px; padding-top:160px; float:left;}
a:hover#tip20{ background: url('images/day20-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:160px; float:left;}
a:hover#tip21{ background: url('images/day21-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:86px; padding-top:160px; float:left;}
a:hover#tip22{ background: url('images/day22-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:82px; padding-top:160px; float:left;}
a:hover#tip23{ background: url('images/day23-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:85px; padding-top:160px; float:left;}
a:hover#tip24{ background: url('images/day24-hover.jpg') no-repeat 0 0; height:0; display:block; overflow:hidden; width:100px; padding-top:160px; float:left;}



