/*  
Theme Name: Bonsai Diaries
Description: Bonsai Diaries theme by Clas Wineus.
Version: 1.0
Author: Clas Wineus
Author URI: http://www.claswineus.com
*/

/*  div {
border:1px solid #000000;
}*/

:focus {
-moz-outline-style: none;
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

.basictab ul{
margin: 8px 0 0 0;
padding: 0;
list-style-type: none;
}

.basictab li{
display: inline;
margin: 0;
padding: 0;
font-size: 0.700em;
text-transform:uppercase;
color:#a6a6a6;
}

.basictab li a{
text-decoration: none;
margin: 0;
padding-right: 6px;
padding-left: 6px;
}

.basictab .first a{
padding-left: 0px;
}

.basictab li a.current{
color: #a6a6a6;
}

.basictab li a:hover, .basictab li a:active{
color: #68714b;
}

.tabcontainer{
clear:left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
border-top:2px solid #d4d4d4;
padding: 0px;
margin:0px;
color:#a6a6a6;
font-size:0.750em;
position:relative;
}

.catlist_nav{
position: absolute;
left: 0px;
top: 0px;
width:100%;
padding: 5px 0px 5px 0;
}

.tabcontent{
position: absolute;
left: 0px;
top: 0px;
width:100%;
display:none;
padding: 5px 0px 5px 0;
background-color:#ffffff;
}

.tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.tabcontent li{
display: inline;
margin: 0;
}

.tabcontent li a{
type:block;
text-decoration: none;
padding: 0px 10px 0px 0;
margin: 0px;
}





/*-----------------------------------------------------------------------------------------------
  Single Post Styles
-----------------------------------------------------------------------------------------------*/

#page {
width:100%;
margin:20px auto 40px auto;
border-width: 0px;
border-style: none;
border-spacing: 0px;
-moz-border-radius: 0px;
}

#page td{
border-width: 0px;
border-style: none;
padding:0px;
-moz-border-radius: 0px;
vertical-align: top;
}

#page .content {
width:65%;
}

/* Font sizes in main content*/

#page .content p, #page .content ul, #page .content ul {
font-size:0.9em;
line-height:1.6em;
}

#page .content strong {
font-size:0.88em;
color:#707070;
}

/* List items and other margin/padding */

#page .content p {
padding:0.8em 0 0.8em 0;
margin:0px;
}

#page .content img {
padding:10px;
margin:0px;
border:1px solid #dddddd;
background-color:#eeeeee;
}

#page .content ul, #page .content ul ul, #page .content ol, #page .content ol ol {
margin: -1em 0 0 0;
padding: 0 0 0 1em;
list-style-type: round;
}

#page .content li, #page .content ul li, #page .content ol li {
padding: 0 0 0.3em 0.3em;
margin: 0;
}

#page .space {
width:5%;
border-width: 0px 1px 0px 0px;
border-style: solid;
border-color:#dedede;
}

#page .title {
padding:0px;
margin:0px;
line-height:1.2em;
}

/* Right info column*/

#page .info {
width:30%;
min-width:200px;
padding-left:0px;
padding-bottom:40px;
vertical-align: top;
}

#page .info h2 {
padding:0px 0px 0px 16px;
margin:0px 0px 0px 0px;
line-height:2.7em;
font-size:0.9em;
border-bottom:1px solid #dedede;
}

#page .info p {
padding:0px 0px 0px 16px;
margin:0px;
color:#9f9f9f;
line-height:2.7em;
border-bottom:1px dashed #dddddd;
}

#page .info .the_info {
color:#7e7e7e;
}

#page .info .link_header {
margin-top:20px;
}

#page .link a, #page .link a:active {
padding-left: 14px;  /* space for the image */
background: url("/blog/images/arrow_green_pink.gif") 0px -1px no-repeat;
}

#page .link a:hover {
padding-left: 14px;  /* space for the image */
background-position: 0px -17px;
}


/*-----------------------------------------------------------------------------------------------
  Comment
-----------------------------------------------------------------------------------------------*/


.comment-head h2{
border-top:1px solid #dedede;
font-size: 1.5em;
margin: 30px 0px 4px 0px;
padding: 14px 0px 0px 0px;
}

.comment-head .details{
font-size: 0.750em;
}

#comments .formhead {
border-top:1px dashed #dddddd;
margin: 20px 0px 0px 0px;
padding: 14px 0px 0px 0px;
}

#comments .allowed_tags{
color:#ababab;
font-size: 0.750em;
margin: 5px 0px 10px 0px;
padding: 0px;
}

#comments p {
margin: 0px 0px 0.8em 0px;
padding: 0px 0px 0px 0px;
font-size:0.80em;
line-height:1.4em;
}


#comments .author{
font-weight:bold;
margin-bottom:0px;
padding-top:10px;
}

#comments .date{
font-size:0.7em;
margin-bottom:14px;
}

#commentform {
margin:25px 0px 0px 0px;
padding:0px;
width:100%;
overflow: hidden;
}

#commentform label {
font-size:0.750em;
width:80px;
margin:0px;
padding:0px;
float:left;
}

#commentform input.textfield, #commentform textarea {
margin:0px 0px 14px 0px;
width:40%;
height:18px;
padding:4px;
}

#commentform .req {
font-size:0.750em;
font-weight:bold;
color: #959595;
vertical-align:top;
}

#commentform .commentbox{
	font-size: 1.1em;
	line-height:1.4em;
	height: 170px;
	margin: 0px;
	padding: 4px;
	width: 80%;
}

#commentform .submit{
float:left;
margin:10px 0px 20px 80px;
}

/*-----------------------------------------------------------------------------------------------
  Archive
-----------------------------------------------------------------------------------------------*/

.archive .post{
float:left;
width:100%;
margin-bottom:14px;
}

.archive p{
font-size:0.85em;
}

.archive .post p{
font-size:0.8em;
}

.archive .a_details{
border-top:1px solid #dedede;
float:left;
margin:14px 0px 0px 0px;
padding:0px;
}

.archive .a_details .a_info{
float:left;
color:#a2a2a2;
font-size:0.75em;
line-height:1.9em;
}

.archive .a_details .read_more a {
font-size:0.6em;
float:right;
width:74px;
text-transform:uppercase;
line-height:1.9em;
margin:1px 0px 0px 0px;
padding:0px;
}

.archive .navigation {
float:left;
margin-top:10px;
font-size:0.75em;
font-weight:bold;
}

/* Archive page sub categories list & Page pages list*/

.info .subcats, .info .pcp-pagegroup {
list-style: none;
padding:0px;
margin:0px 0px 0px 0px;
}

.info .subcats li, .info .pcp-pagegroup li {
list-style: none;
padding:0px 0px 0px 16px;
margin:0px;
color:#9f9f9f;
font-size:0.8em;
line-height:2.7em;
border-bottom:1px dashed #dddddd;
}


/*-----------------------------------------------------------------------------------------------
  Added Styles
-----------------------------------------------------------------------------------------------*/

/*
.header_line {
height:2px;
color:#d4d4d4;
background-color:#d4d4d4;
margin:10px 0px 10px 0px;
height:2px;
border: 0px;
padding:0px;
line-height:0px;
width:900px;
}
*/

/*-----------------------------------------------------------------------------------------------
  Icons
-----------------------------------------------------------------------------------------------*/

/* Bonsais */

.icon_3 {
background-image: url(/blog/images/icon_tree.gif);
}

.icon_14 {
background-image: url(/blog/images/icon_tree.gif);
}

.icon_5 {
background-image: url(/blog/images/icon_tree.gif);
}

/* Pots */

.icon_4 {
background-image: url(/blog/images/icon_pot.gif);
}

.icon_45 {
background-image: url(/blog/images/icon_pot_oval.gif);
}

.icon_46 {
background-image: url(/blog/images/icon_pot_square.gif);
}

.icon_47 {
background-image: url(/blog/images/icon_pot_rectangular.gif);
}

.icon_48 {
background-image: url(/blog/images/icon_pot.gif);
}

.icon_49 {
background-image: url(/blog/images/icon_pot_round.gif);
}

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

#top_container {
background-color:#ffffff;
width:100%;
padding-top:25px;
}

#top_container .left_pic {
float:left;
width:15%;
height:200px;
margin-top:-20px;
background:#ffffff url(/blog/images/left_flowers.gif) no-repeat top right;
}

#top_container .sec_container, #sidebar_container .sec_container  {
width:80%;
max-width:900px;
/* IE HACK */
width: expression(document.body.clientWidth < 1202? "80%" : document.body.clientWidth > 1202? "900px" : "auto");
}

.no_pic {
float:left;
width:15%;
}

#sidebar_container {
width:100%;
}

#footer_container {
background-color: #606060;
background-image:url(/blog/images/grass.gif);
background-repeat: repeat-x;
width:100%;
height:160px;
}

#footer_container .sec_container  {
float:left;
width:65%;
max-width:900px;
/* IE HACK */
width: expression(document.body.clientWidth < 1202? "65%" : document.body.clientWidth > 1202? "900px" : "auto");
}

#footer_container .left_pic {
float:left;
width:15%;
height:100%;
background-image:url(/blog/images/small_rock.gif);
background-position: top right;
background-repeat: no-repeat;
}

#footer_container .right_pic {
float:right;
width:15%;
height:100%;
background-image:url(/blog/images/large_rock.gif);
background-position: top left;
background-repeat: no-repeat;
}

#footer_container a:hover {
color:#dddddd;
}


/*-----------------------------------------------------------------------------------------------
  Header Styles
-----------------------------------------------------------------------------------------------*/
#header{
background-color:#ffffff;
border-spacing: 0px;
width:100%;
margin: 0px auto 15px auto;
border-width: 0px;
border-style: none;
}

#header td {
text-align:left;
vertical-align:bottom;
padding:0px 0px 3px 0px;
border-width: 0px;
-moz-border-radius: 0px;
}

#header .logo{
width:45%;
}

#header .logo_tree{
display:none;
width:15%;
}

#header .logo_tree img{
padding-bottom:2px;
}

#header .description{
display:none;
color:#989797;
font-size:12px;
width:15%;
}

#header .search_field{
text-align:right;
width:25%;
}


/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
#search{
	-moz-opacity: 0.4;
	float:right;
	margin-bottom:4px;
	width:100%;
}

#search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

#sform{
	padding:0px;
	margin:0px;
}


/*-----------------------------------------------------------------------------------------------
  Front Page Styles
-----------------------------------------------------------------------------------------------*/

.twocolumn {
width:100%;
margin:20px auto 20px auto;
padding: 0px;
border-spacing: 0px;
border-width: 0px;
border-style: none;
vertical-align: top;
}

.twocolumn td{
border-width: 0px;
border-style: none;
width:44%;
height:100%;
margin:0px;
padding:0px 0px 10px 0px;
-moz-border-radius: 0px;
vertical-align: top;
}

.twocolumn .space{
width:12%;
min-width:20px;
}

#column_content {
margin:0px;
padding: 0px;
width:100%;
height:100%;
border-spacing: 0px;
border-width: 0px;
border-style: none;
-moz-border-radius: 0px;
vertical-align: top;
}

#column_content td{
border-width: 0px;
border-style: none;
width:100%;
height:100%;
padding:0px;
-moz-border-radius: 0px;
vertical-align: top;
}

#column_content .text {
height:100%;
vertical-align: top;
line-height:1.5em;
font-size:1.0em;
padding-bottom:5px;
padding-right:10px;
color:#707070;
vertical-align: top;
}

#column_content .text strong {
font-size:0.96em;
color:#909090;
}


.twocolumn_title{
margin:0px 0px 14px 0px;
padding:0px;
}


.twocolumn img{
border:8px solid #eaeaea;
}

/*
.twocolumn a:hover img{
border:1px solid #cccccc;
}
*/

#column_content .details{
vertical-align: bottom;
width:100%;
border-top:1px solid #bbbbbb;
padding-top:2px;
}

#column_content .details .info {
float:left;
color:#a2a2a2;
font-size:0.689em;
line-height:1.8em;
}

#column_content .details .read_more a {
float:right;
width:74px;
text-transform:uppercase;
font-size:0.6em;
line-height:1.9em;
}

.read_more a, .read_more a:active {
background: url("/blog/images/arrow_green_pink.gif") 67px 0px no-repeat;
}

.read_more a:hover {
background-position: 67px -16px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

html, body {
font-size: 100%;
}

body{
margin:0px;
padding:0px;
background: #dbdbdb;
color: #606060;
font-family: sans-serif, Arial, Verdana;
font-size: 1em;
}

.color1 {
color:#ff6b98;
}

p {
font-size: 0.750em;
line-height: 1.7em;
}

a:link, a:visited {
color:#a2ad7c;
text-decoration:none;
}

a:hover {
color:#68714b;
}

h1{
font-size: 1.5em;
font-weight: 300;
margin:0px;
padding:0px;
}

h2{
font-size: 1.05em;
font-weight: 300;
}

h3{
font-size: 1.00em;
font-weight: 300;
}

input.textfield, textarea, input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	padding:2px 7px 2px 7px;
}


li, dd {
	margin-left: 5%;
}


img{
	border: 0px;
}

select option{
	padding: 0px 5px;
}


.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


.hide, .print-logo, .close-button{
	display: none;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

.left{
	float: left;
}

.right{
	float: right;
}


/*-----------------------------------------------------------------------------------------------
  Sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
width:100%;
padding: 0px;
margin:15px 0px 40px 0px;
border-spacing: 0px;
border-style: none;
-moz-border-radius: 0px;
}

#sidebar th {
padding: 0px;
margin:0px;
border-spacing: 0px;
border-style: none;
-moz-border-radius: 0px;
}

#sidebar td {
vertical-align:top;
padding: 0px;
margin:0px;
border-spacing: 0px;
border-style: none;
-moz-border-radius: 0px;
color:#5d5d5d;
}

#sidebar .about {
width:30%;
padding-right: 7%;
}

#sidebar .about h2{
margin-bottom:-6px;
}

#sidebar .recent {
width:30%;
padding-right: 7%;
}

#sidebar .dynamic {
width:26%;
}

#sidebar h2 {
font-size:0.750em;
font-weight:bold;
padding: 0px;
margin: 15px  0px  12px  0px;
}

#sidebar a:link, #sidebar a:visited {
color:#869160;
}

#sidebar a:hover {
color:#68714b;
}

#sidebar ul, #sidebar li, #sidebar ul li, #sidebar ul ul {
padding: 0px;
margin: 0px;
list-style-type: none;
list-style-position: inside;
}

#sidebar .recent h2 {
margin: 15px  0px  6px  0px;
}

#sidebar .recent ul li {
font-size:0.750em;
margin:0px;
padding:2px 0px 0px 22px;
border-bottom:1px dashed #c8c8c8;
background-position: left top;
background-repeat: no-repeat;
line-height:2.2em;
}

#sidebar .dynamic ul {
font-size:0.750em;
padding-bottom:10px;
margin-bottom:-5px;
border-bottom:1px dashed #c8c8c8;
}

#sidebar .dynamic h2 {
padding:0px;
margin: 15px  0px  8px  0px;
}

#sidebar .dynamic ul li {
list-style: none;
padding:0px;
padding:0px;
line-height:1.6em;
}

#sidebar .dynamic ul li a, #sidebar .dynamic ul li a:active {
padding-left: 13px;  /* space for the image */
background: url("/blog/images/arrow_green_pink.gif") 0px -1px no-repeat;
}

#sidebar .dynamic ul li a:hover {
padding-left: 13px;  /* space for the image */
background-position: 0px -17px;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
margin-left:auto;
margin-right:auto;
height:140px;
width:100%;
}


#footer p{
color:#adadad;
padding-top:80px;
font-size: 0.75em;
line-height:1.8em;
}



/*-----------------------------------------------------------------------------------------------
  Search Items
-----------------------------------------------------------------------------------------------*/


#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}



