/* 

NOTES:
 GLOBAL FONT SIZE SET TO 12px
 GLOBAL LINE HEIGHT SET TO 18px


COLORS
  HEX COLOR       DESCRIPTION
  ---------       -----------
  #333						GREY
  #666						LIGHTER GREYxs
  #690						LIGHT GREEN
  #360						DARKER GREEN
   
----------------------------------*/


/*---------------------------------
GENERAL LAYOUT
 ----------------------------------*/

/* 
*	when using the iepngfix.htc hack, the png image file will dictate the transparency %
* 	and the png must be saved as png 24 
*	the sizingMethod should be 'scale' or 'crop' and you 
*	set it in the dofix function in the iepngfix.htc file in 2 places
*	path to blank.gif set in the iepngfix.htc file
*	width and height must be set in img tag

*/


.support_icon, .thmb img { 
	behavior: url(../css/resources/iepngfix.htc);  
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	background-image: url(/images/layout/sky_bg.jpg);
	background-repeat: repeat-x;
	color: #262626; 
	font-size: 13px;
	line-height: 20px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

html, body {
	height: 100%;
}

fieldset {
	border: 0px;
}

#profile #first_name, #profile #last_name, #profile #zipcode, #profile #email  {
	width: 260px;
} 

.footnote {
	color: #999;
}

a {
	color: rgb(0,76,158);
	font-size: 13px;
	font-weight: bold;
}

a:link {
	color: rgb(0,76,158);
	text-decoration: underline;
}

a:visited {
	color: rgb(0,76,158);
	text-decoration: underline;
}

a:active {
	color: rgb(0,76,158);
	text-decoration: underline;
}

a:hover, a.active {
	color: rgb(125,125,125);
	text-decoration: underline;

}

.clear {
	border: 0px solid gray;
	clear: both;
	height: 0px;
	width: 100%;

}

.nav_clear {
	border: 0px solid gray;
	clear: both;
	height: none;

} 
 
#left_col {
  border: 0px solid red;
  width: 47%;
  float: left;
}

#right_col {
  border: 0px solid blue;
  float: right;
  width: 47%;

}

#one_col {
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;  

}

#wrapper {
	min-height:100%;
	border: 0px solid fuchsia;
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
	background-image: url(../images/layout/shadow_x.png);
	background-repeat: repeat-y;
}

#main-content{
	clear: both;
	overflow:auto;
	padding-bottom: 95px;
} 
#main-content.static {
	float: none;
	clear: both;
}

#sf_content_wrapper {
  	margin: 0px auto 0px auto;
  	background-color: #FFFFFF;
	border: 0px solid maroon;
	padding: 16px 16px 32px 16px;
	width: 928px;
}

#session {
	text-align:right;
	font-size: 12px;
	font-weight: bold;
}

#section_title {
  border: 0px solid red;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;  
  display: block;
}

h2 {
  border: 0px solid red;
  font-weight: normal;
  font-size: 22px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  line-height: 22px; 

}


h3 {
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;

}

h4 {
  border: 0px solid red;
  font-size: 12px;
  padding: 5px 0px 15px 0px;
  margin: 0px 0px 0px 0px; 
}

.subheader {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding: 0px 0px 10px 0px;
}


.faq_sep {
  border-top: dashed 1px black;
  width: 700px;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;  
}


#sf_comment_list li {
	border-bottom: none;
}

#sf_comment_form fieldset {
	margin-bottom: 10px;
}
 
div.content-inner.static > p > a, div.content-inner.static > form > fieldset > p > a {
  color:#690;
  text-decoration: underline;
}

ol{
	list-style-type: decimal;
	padding-left: 20px;
}

ol ol{
	list-style-type: lower-alpha;
	margin-bottom: 1em;
	
}

ol ol li {
	margin-bottom: .5em;
}

ol ol ol{
	list-style-type: lower-roman;
	font-size: 1em;
	margin-top: 1em;
	
}

.footnote{
	font-size: 11px;
}

/* begin older styles */

.pager{
	padding-bottom: 3px;
}
  
.pager span{
	margin-left: 70px;
}

.right{
	text-align: right;
	padding:0 35px 3px 0;
}

.right span{
	margin-left: 2px;
}

.bottom{
	margin-top: 10px;
}

.bottom span{
	margin-left: 110px;
}


.list{
	margin-bottom: 1em;
  padding: 0px 0px 0px 10px;	

}


ul.ps-expndr ul.list li, ul.list li{
	list-style-type: disc;
	margin-left: 12px;
	border: none;
	overflow: visible;
	padding-left: 0;
}

a.button{
	color: #FFF !important;
	height:18px;
	line-height: 18px;
	padding: 2px 5px;
	background: transparent url(../images/button-bg.gif) top left repeat-x;
}

#paid-beta {
	position: absolute;
	top:0;
	left:680px;
	display: block;
	margin-top: -8px;
	z-index: 1000;
	width: 84px;
	height: 84px;
	background:transparent url(../images/beta.png) top left no-repeat;
}

#paid-beta span{
	display: none;
}

p{
	 margin-bottom: 1em;
}

.hidden{
	display: none !important;
}

.species, .genus{
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

 .picWind {
	position: relative;
	overflow: hidden;
 }

.notifier {
	font-weight: bold;
	color: rgb(255,0,0);
	text-transform: uppercase;
}

 
/*---------------------------------
 =05 HOME PAGE STYLES
 ----------------------------------*/
#actions{
 	margin-top: 10px;
 	overflow: hidden;
}
  
#actions p{
 	margin-top:95px;
 	padding:0 36px 0 18px;
	font-size:1.0909em;
}
 
#actions p a{
 	color:#360;
}
 
#actions li{
 	float:left;
 	width: 277px;
 	height:145px;
}
 
#actions .buy-now{
 	background:transparent url(../images/buy-now.jpg) bottom center no-repeat;
	margin-right: 8px;
	cursor: pointer;
}

#actions .research{
 	background:transparent url(../images/research.jpg) bottom center no-repeat;
	margin-right: 8px;
	cursor: pointer;
}
 
#actions .want-more{
 	background:transparent url(../images/want-more.jpg) bottom center no-repeat; 
 	cursor: pointer; 	 
}
 

#video{
	height:263px;
	left:360px;
	position:absolute;
	top:23px;
	width:300px;
}
   
 /*---------------------------------
 =10 LIBRARY
 ----------------------------------*/

.plant table {
	font-size:1.0909em;
	border-collapse: collapse;
	border: 1px solid #333;
}

.plant td {
	padding: 10px;
}
 

#library .content-box{
	float:left;
 	width:545px;
 	margin-right:9px;
 	margin-bottom: 20px;
 	background-color: #CCC;
}
 
#library .content-box-top {
	width: 545px;
 	background-image: url(../images/library-content-bg-top.png);
 	background-color: rgb(204,204,204);
}

 
#library .content-box-bottom{
	background-image: url(../images/library-content-bg-bottom.png); 
}
 
#library .content-inner{
 	background:#FFF url(../images/content-box-inner-bottom-library.gif) bottom left no-repeat;
 	width:491px;
 	font-size: 1.0909em;
}
 
#library .content-inner img{
 	float:left;
 	margin:0 10px 10px 0
}
 
#library .content-inner .plant-photos img{
 	margin-right: 0px;
}
  
#library .content-box-bottom{
 	width: 545px;
}
 
#main-content-inner{
 	float:left;
 	width: 545px;
 	overflow: hidden;
}
 
#sub-content{
 	float:right;
 	width:285px;
}

*html #sub-content {
	border: 0px solid green;
 	float:right;
 	width:260px;
 	margin: 0px 0px 0px -10px;
}


#sub-content .content-box, #sub-content .content-box-bottom {
	
}

.narrow{
 	background: transparent url(../images/feature-box-top-grey-narrow.gif) top left no-repeat;
 	width:224px;
 	padding: 10px 0 0 0;
}
 
.narrow .items li{
 	padding-left: 0;
}
 
.narrow .items li.last, .shopnow .items li.last{
 	margin-bottom: 0;
 	border-bottom: none;
}
 
.shopnow{
	background-image: url(../images/feature-box-top-grey.gif);
}
 
 .shopnow .feature-box-top{
 	border-left: 1px solid #B9B9B9;
 	border-right: 1px solid #B9B9B9;
 }
 
 .shopnow .feature-box-bottom{
 	background-image: url(../images/feature-box-bottom-grey.gif);
 }
 
 .shopnow .items li{
 	border-bottom: 1px solid #EEE;
 	margin-bottom:10px;
 	padding-bottom: 10px;
 }
 
 
 .sub .buy-now,
 #sub-content .buy-now{
 	margin-top: 10px;
 	background:transparent url(../images/buy-now-grey.jpg) bottom center no-repeat;
	width:296px;
	height: 91px;
 }
 
 .sub .buy-now{
 	background-image: url(../images/buy-now-small.jpg);
 	width: 224px;
 }

 #sub-content .buy-now p {
	margin-top: 25px;
 	padding:0 90px 0 18px;
	font-size:1.0909em;
 }
 
 .sub .buy-now p {
 	margin-top: 35px;
 	padding:0 20px 0 18px;
	font-size:1.0909em;
 }
 
 .sub .buy-now a,
 #sub-content .buy-now p a {
 	color:#360;
 }
  
 
 .feature-box h4 {
 	color:#690;
 	line-height: 1.5;
 }
 
 .shopnow h4,
 .shopnow p {
 	color:#333;
 }
 
 .buy {
 	display: block;
 	margin-top: 10px;
 	width: 49px;
 	height:29px;
 	background: transparent url(../images/buy.gif) top left no-repeat;
 	text-indent: -5000em;
 }
 
 .add {
 	display: block;
 	width: 125px;
 	height:24px;
 	background: transparent url(../images/add-to-plants.jpg) top left no-repeat;
 	text-indent: -5000em;
 	top:10px;
 }
 
 .monitor {
  display: block;
  width: 125px;
  height:24px;
  background: transparent url(../images/add-to-monitor.jpg) top left no-repeat;
  text-indent: -5000em;
  position: absolute;
  top:10px;
  right: 10px;
 }

 /*---------------------------------
 =11 COMMENTS
 ----------------------------------*/
#library .comments{
  clear: both;
  background-color: #FFF;
  padding-top: 10px;
}

#library .comments .content-box-top{
	width:499px;
  background: none;
	border-right: 3px solid #CCC;
	border-left: 3px solid #CCC;
	padding: 10px 20px;
}

#library .comments{
	background:#FFF url(../images/content-box-top-border.gif) top left no-repeat;
}

#library .comments .content-box-bottom{
	background:#FFF url(../images/content-box-bottom-border.gif) top left no-repeat;
}

.comments ul{
	border-top:3px solid #CCC;
	border-bottom:3px solid #CCC; 	
	padding-top: 10px;
	margin-bottom: 3px;
}

.comments .pager{
	position: relative;
}

.comments .pager span{
 position: absolute;
 right: 0;
}
 
#main-content .comments li, .comments li {
	overflow: hidden;
 clear:left;
 padding-bottom: 4px;
 margin-bottom: 4px;
 border-bottom: 1px solid #EEE;
 border-top:none;
}

.comments li .meta {
	padding-top: 3px;
	color:#CCC;
	font-size: .9167em;
}

.comments li.last {
	border-bottom: none;
} 

.comments img{
	float:left;
	border:4px solid #EEE;
	margin-right: 12px;
} 

.comments textarea{
	float: left;
	border:4px solid #EEE;
	width:400px;
	height:49px;
}

.comment li div{
	float: left;
}

#comment-form{
 	margin-top: 40px;
}
 
#comment-form h3{
 	margin-bottom: 10px;
}
 
.add_comment button, #comment-form button{
 	width:117px;
 	height:29px;
 	background: transparent url(../images/postcomment.gif) top right no-repeat;
 	border: none;
 	text-indent: -5000em;
 	float: right;
 	margin-top: 5px;
 	cursor: pointer;
 }
  
  /*---------------------------------
 =14 LIGHTBOX-CONTENT
 ----------------------------------*/
 .lightbox-content{
 	width: 396px;
 	padding:2px;
 }
 
.lightbox-content h2 {
 	color: rgb(119,181,65);
 	padding: 5px 0px 5px 10px;
	font-size: 20px;

}

.lightbox-content_gift h2 {
 	color: rgb(119,181,65);
 	padding: 5px 0px 5px 10px;
	font-size: 20px;

}

.lightbox-content h2 img {
  border: 0px solid red;
  padding: 0px 10px 0px 0px;
 display: inline;
  vertical-align: middle;


}


.lightbox-content_gift h2 img {
  border: 0px solid red;
  padding: 0px 10px 0px 0px;
 display: inline;
  vertical-align: middle;


}

#gift{
  float: left;
  padding: 0px 30px 10px 0px;
  border: 0px solid red;
  
}
.lightbox-content h3 {
	margin-bottom: 5px;	
}

 .lightbox-content form{
 	padding: 10px;
 }
 
 .lightbox-content label{
	clear:both;
 	float:left;
 	font-weight: bold;
 	padding-bottom: 5px;
 }
 
 .lightbox-content input{
 	clear:both;
 	float:left;
 	margin-right: 10px;
 }
 
 .lightbox-content form p {
 	clear:both;
 	padding:.5em 0;
 }
 
 
 .lightbox-content button {
	background-color:#77B541;
	border:1px solid #999999;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:0.9em;
	padding:2px 4px;
	}
	 
 .lightbox-content .action-bar{
 	overflow: hidden;
 }
 
 .lightbox-content img{
 	border:3px solid #EEE;
 }

 .lightbox-content select {
	width: 270px;
 }
 
 #find_a_plant_btn {
 	cursor: pointer; 
 	border: 0;
 }
 
 #setModeCmp, #setModeErr, #ajax_working  {
 	clear: both;
 }
 
 
/*---------------------------------
=16 sfSimpleForum
----------------------------------*/

table#fora, table#threads, table#messages
{ 
  width: 700px;
}

table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th
{
  border: solid 1px #eedcd1;  
  padding: 4px;
}

.sfSimpleForum table#messages{
	border: none;
}


.sfSimpleForum h1 {
	border: 0px solid red;
	font-size: 22px;
	line-height: 22px;
	
	
}

table#fora td.category_header
{
  font-weight: bold;
  color: #911;  
}

table#fora td.forum_name a
{
  font-weight: bold;
  text-decoration: underline;
}

table#fora td.forum_name
{
  width: 45%;
  padding: 10px;
}

table#fora td.forum_threads, table#fora td.forum_posts
{
  text-align: center;
  width: 9%;
}

table#threads td.thread_name
{
  width: 50%;
  padding: 5px;
}

table#threads .thread_name a
{
  text-decoration: underline;
}

table#threads .thread_name a.new
{
  font-weight: bold;
}

table#threads td.thread_replies, table#threads td.thread_views
{
  text-align: center;
  width: 8%;
}

table#messages td.post_author
{
  width: 20%;
  vertical-align: top;
}

table#messages td .post_details
{
  border-bottom: solid 1px;
  margin-bottom: 5px;
}
table#messages td .post_content
{
  margin: 10px;
}

table#messages .spacer td
{
  border: none;
}

ul#forum_navigation, ul.forum_actions
{
  list-style: none;
  display: inline;
}

ul#forum_navigation li
{
  display: inline;
}

ul.forum_actions li
{
  display: inline;
  width: 100px;
  height: 25px;
}

ul.post_actions
{
  list-style: none;
  text-align: right;
}

ul.post_actions li
{
  display: inline;
  font-size: 0.9em;
}

ul.post_actions li::before
{
  color: lightgrey;
  content: ' - ';
}

ul.post_actions li:first-child::before
{
  content: '';
}

ul.post_actions li a:link, 
ul.post_actions li a:visited
{
  color: lightgrey;
  text-decoration: none!important;
}

ul.post_actions li a:hover
{
  text-decoration: underline!important;
}

/*PAGINATION class selector*/
div.pagination {
  width: 600px;
  text-align: right;
  margin-top: 10px;
}

.pagination ul {
  list-style:none;
  margin:0 0 0 0;
  padding: 10px 0 10px 0;
  display: inline;
  height:2em;
}

.pagination a:link,
.pagination a:visited{
  border: none;
  color: #911;
  font-weight: bold;
}

.pagination li {
  padding: 2px 5px 5px 5px;
  list-style: none;
  display: inline;
  border-top: 1px solid #CCC;
}

.pagination li.current {
  padding: 3px 5px 4px 5px;
  border: 1px solid #CCC;
  border-top: none;
  color:#999;
  font-weight:bold;
}

/***************************/

form#add_topic {
  width: 576px;
  background-color: #FDE;
  border: solid 1px #B77;
  padding: 10px;
}

form#add_topic label {
  display: block;
  margin-top: 5px;
}

form#add_topic input#topic_title {
  width: 400px;
  font-size: 1.2em;
}

form#add_topic textarea#topic_body {
  width: 400px;
  height: 200px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

form#add_topic input#topic_submit {
  display: block;
}

form#add_topic div.option {
  padding:5px 0;
}

form#add_topic div.option label {
	display:inline;
}

#my-plants-container {
	background: url(../images/container-my-plants.gif) no-repeat;
	float: left;
	height: 160px;
	margin: 0px 10px 10px 5px;
	width: 534px;
}

#my-plants-container p {
	margin: 125px 0 0 25px;
}

#my-readings-container {
	background: url(../images/container-my-readings.gif) no-repeat;
	float: left;
	height: 129px;
	margin: 5px 10px 10px 5px;
	width: 534px;
}

#my-readings-container p {
	float: right;
	margin: 80px 0 0;
	padding-right: 30px;
	width: 218px;
	line-height: 1.2em;
}

.my-readings-error {
  background-image: url(../images/ex_point.gif);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-color: #ffffcc;
  height: 85px;
  margin-left: 35px; 
  margin-right: 35px;
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  line-height: 1.3em;
}

.my-readings-error-nodata {
  text-height: 20px;
  line-height: 20px;
  font-size: 14px;
  line-height: 2em;
}

h1 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
  color: rgb(119,181,65);
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 10px;
}

.name_cap {
  text-transform: capitalize;
}

.sidebar_header {
  color: rgb(101,51,49);
  font-size: 16px;
  font-weight: bold;
}

.sidebar_item table td {
  vertical-align: middle;
  padding: 0px 10px 0px 0px;
  height: 38px;

}

.sidebar_video_wrapper {
  position: relative;
  top: 0px;
  left: -20px;
}


/*---------------------------------
 FAQ
 ----------------------------------*/

table.faq-table td {
  padding: 3px 8px;
  border: 1px solid #888;
}

table.faq-table th {
  padding: 3px 8px;
  border: 1px solid #888;
  background-color: #eee;
}

/*---------------------------------
 My Readings
 ----------------------------------*/
 

 
 .gauge {
 	border: 1px solid #999;
	width: 300px; 
	float: left;
	margin: 16px 3px 0px 3px;
 }
 
 .module_header_bar {
 	height:46px;
 	background-image: url(../images/my_easybloom/my_readings/module_head_bg.jpg);
 	background-repeat: repeat-x;
 	width: 100%;
 	margin: 0px 0px 16px 0px;
 }
 
 .module_header_bar_alert {
 	height:46px;
 	background-image: url(../images/my_easybloom/my_readings/module_head_bg_alert.jpg);
 	background-repeat: repeat-x;
 	width: 100%;
 	margin: 0px 0px 16px 0px;
 }
 
 .module_header_alert {
 	float:left;
 	font-size: 16px;
 	color: #333333;
 	padding: 14px 0px 0px 0px;
 }
 
 .module_header {
 	display: block;
 	float:left;
 	font-size: 24px;
 	color: #333333;
 	padding: 14px 0px 0px 16px;
 }
 
 .thumb_box {
 	float:left;
 	height:25px;
 	width:25px;
 	border: 0px solid black;
 	margin: 10px 0px 0px 16px;
 	
 }
 
 .module_description {
 	width: 268px;
 	margin: 0px auto 16px auto;
 }
 
 
/*---------------------------------
 My Plants
 ----------------------------------*/
 
.myplant_plantthumb {
	position: absolute;
	z-index: 1;
	top: 126px;
	right: 25px;
}
