/* ----- DO NOT MOVE ----- */

body {
	background: #fbf7de url(images/background.gif) repeat-y center;
	/*background: #dcf2d2 url(images/background-test.gif) repeat-y center;*/
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------- */

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}
h2 a:Link, h2 a {text-decoration: none;}

p {margin: 10px 0px;}
a, a:link, a:visited {text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
a.readMore {
	padding-right: 10px;
	background: url(images/readMore-arrow.png) no-repeat right 4px;
}

/****** Dev added missing classes 9/4/2009 **********/
/*----------------------------
					Star rater
----------------------------*/

.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(images/star_small.jpg);
	line-height: 10px;
	height: 10px;
}

/*****  end dev 9/4/2009 ****/

/********** producers 9/4/2009 *******/
div.content-twitter{
      line-height: normal;
	  width: 240px;
}
div.content-twitter a {
      font-size: 11px;   
}
.twitter-title-color {
  color: #1fbfe7;
  position: relative;
  top: -1px;
}
.widget.twitter h4 {
    text-indent: -1000em;
	background: url(images/twitter-title.gif) no-repeat 0px 25px;
	width: 96px;
	height: 22px;	
	margin-top: 0px;
	margin-left: 20px;
	color: #1fbfe7;  
	padding-top: 25px;
}

.flicker-box {

/*margin-left: 20px;*/

margin-left: 0px; /* added 9/16/09 */

}

.Flickr {
	padding-bottom: 10px;
	padding-top: 15px;
	width: 280px;
	padding-right: auto;
	padding-left: auto;
}

.Flickr h3 { background: url(images/FlickrH3.gif) no-repeat left top; padding-left: 20px; margin: 0px; }
.Flickr ul { padding: 30px 0px 10px; margin: 0px;}
.Flickr li {
                list-style-type: none;
                display: inline;
                padding: 0px;
                margin: 0px 6px 0px 0px;
}
.Flickr li a img {
                width: 45px;
                height: 45px;
                border-width: 0px;
                margin-bottom: 10px;
}



.facebook {
	margin-bottom: 10px;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
}
.facebook ul { padding: 30px 0px 10px; margin: 0px;}
.facebook li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}
.facebook li a img {
	width: 37px;
	height: 37px;
	border-width: 0px;
	margin-bottom: 10px;
}


/**** producers 9/2/2009 *****/
.menu-color {
    background-color: #fdfefb;
}

.menu-item {
	 background-color: #fdfefb;
	 font-size: 16px;
}
.menu-item a {
	 /*color: #fc7d0c !important;*/
	 font-size: 16px !important;
}


li.current_menu_item a, li.current_menu_item a:Link, li.current_menu_item a:visited, li.current_menu_item a:hover {
	/*color: #fabf0a !important;*/
	font-size: 16px;
}

.menu-text {
	font-size: 16px;
}

.search-box-text{
    font-size: 14px;
	font-style: italic;
}


#header h1 {
	left: 260px;
	top: 65px;
	position: absolute;
	width: 587px;
	font: normal 36px "Times New Roman", Times, serif;
	margin: 0px;
	text-indent: -1000em;
	background: url(images/flower-blog-logo.png) no-repeat;
	height: 76px;
}

.container {
	width: 980px;
	margin: 0px auto;
}


.content {
float:left;
margin-left: 5px;
width: 645px;
}


#sidepanel {
float: right;
width: 308px;
margin-right: 10px;
}
.sidebar-a 
{
width: 308px;
float: right;
margin-right: 10px;
}
#widget-box {
    width: 301;
    text-align:left;
}
div.widget{
	width: 301;
    text-align:left;
}
div.widget a.edit, div.widget a.move{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 5px;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

.widget h4{
	/*color: #fc7d0c;*/
	font-family:"Times New Roman", Times, serif;	
	font-size: 22px;
	margin-left: 10px;
	padding-top: 10px;
}
.widget-box-top {
   background: url(images/widget-box-top-bg.png) center;
	width: 301px;
	height: 6px;
}
.widget-box-body {
    background: url(images/widget-box-body-bg.png) repeat-y center;
    width: 301px;
}
.widget-box-bottom {
    background: url(images/widget-box-bottom-bg.png) center;
	width: 301px;;
	height: 6px;
}
.widget-content {
    padding-right: 20px;
	 padding-left: 20px;
	 padding-bottom: 25px; 
}
#widget-click-box {
    padding-top: 12px;
    margin-top: 20px;
    background: url(images/widget-click-box-bg.png) center;
	width: 225px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	margin-left: 8px;               
}
#widget-click-box a {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

.widget-click-box {
    padding-top: 12px;
    margin-top: 20px;
    background: url(images/widget-click-box-bg.png) center;
	width: 225px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	margin-left: 8px;               
}
.widget-click-box a {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

.widget.categorylist h4 {
  /*color: #fc7d0c;*/
    margin-left: 10px;
	padding-left: 140px;
	padding-top: 50px;
    background: url(images/categories-flower-bg.png) center;
    width: 110px;
	height: 51px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}
.widget.categorylist .widget-content A{
	font-size: 14px;
	/*color: #fc7d0c;*/
	text-decoration: none;
	
}

.widget-content span a {
    font-size: 11px;
}
.widget A {
	font-size: 14px;
	/*color: #fc7d0c;*/
	text-decoration: none;
}

.widget-content p a {

   /*color: #fabf0a;*/

}

/* added by hiroko */
.widget.categorylist ul {
	margin:0px;
	padding:0px;
}

.widget.categorylist li {
    margin: 5px 5px; 
	 list-style: none;
}
.widget.tfthreethings h4 {
    margin-left: 10px;
	padding-left: 135px;
	padding-top: 40px;
    background: url(images/3things-flower-bg.png) no-repeat center;
    width: 145px;
	height: 79px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}

.widget-threethings-content{
background: url(images/3things-picture-bg.png) center;
height: 122px;
width: 122px;
}

.widget-threethings-content img{
 margin: 6px 6px;
}

.widget-threethings-style p {
  maring-bottom: 10px;
  margin-top: 10px;
  margin-left: 5px;
}

.widget-threethings-style a {
  font-size: 12px;
}
.margins {
    margin-left: 7px;
	margin-top: 5px;
    margin-bottom: 5px;
}
#featured-comment {
margin-top: 10px;
height: 224px;
width: 308px;
background: url(images/featured-comment-bg.png) center;
text-align:left;
}

.featuredcomment .widget-content {
	padding: 0px 0px 0px 0px;
}
.featuredcomment .widget-box-top {
	background: none !important;	
}
.featuredcomment .widget-box-body {
	background: none !important;	
}
.featuredcomment .widget-box-bottom {
	background: none !important;	
}

.tfrewards .widget-content{
	padding: 0px 0px 0px 0px;
}
.tfrewards .widget-box-top {
	background: none !important;	
}
.tfrewards .widget-box-body {
	background: none !important;	
}
.tfrewards .widget-box-bottom {
	background: none !important;	
}

.facebookfans .widget-content {
	padding-left: 0px;	
}
/*.facebookfans .widget-box-top {
	background: none !important;	
}
.facebookfans .widget-box-body {
	background: none !important;	
}
.facebookfans .widget-box-bottom {
	background: none !important;	
}*/

.facebookfans .widget-content {
                padding-left: 2px;           
}

.facebookfans .widget-content .widget-click-box{
                margin-left: 36px !important;
}


.color555555{
color: #555555;
}
#fc-date{
margin-left: 30px;
padding-top: 35px;
margin-right: 25px;
}
#fc-author{
margin-left: 30px;
margin-right: 25px;
margin-top: 10px;
font: 14px "Times New Roman", Times, serif;
font-style: italic;
}
#fc-comment{
margin-left: 30px;
margin-right: 25px;
margin-top: 10px;
font: 17px "Times New Roman", Times, serif;
}
#fc-comment span {
margin: 0px 0px; 
padding: 0px 0px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fc-comment a {
text-decoration:none;
}
#header {
	position: relative;
	height: 205px;
	width: 980px;
}
#topBar {
	background: url(images/topBar.png) center;
	height: 51px;
	width: 980px;
	text-align: right;
	position: absolute;
}
#topBar img {
	margin-right: 17px;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 4px;
}
#headerFlower {
	position: absolute;
	left: 20px;
	top: 10px;
}
#subtitle {
	position: absolute;
	left: 260px;
	top: 140px;
	font: italic 14px "Times New Roman", Times, serif;
	width: 285px;
	margin: 0px;
}
#menu {
    margin-left: 10px;
	height: 45px;
	width: 965px;
}
/*
#menu li {
	display: inline;
	font-size: 16px;
	list-style: none;
	padding: 19px 20px 10px;
	line-height: 16px;
	background: #fefefb;
	margin: 0px;
	float: left;
	border-top: 1px solid #c8c8c6;
	border-bottom: 1px solid #c8c8c6;
}
#menu li.active {
	background: transparent;
	border-left: 1px solid #c8c8c6;
	border-right: 1px solid #c8c8c6;
	border-bottom: none;
}
*/

.left{
    float:left; clear:right;
}

#mspacer{
    width:8px; 
    height:44px; 
    border-bottom: 1px solid #c6c7c5;  
}

#mhome {
   width:44px; 
   height:44px; 
   border-top: 1px solid #c6c7c5; 
   border-left: 1px solid #c6c7c5;
}

#mhome img {
   margin-top: 12px; 
   margin-left: 10px;
}

#marea {
   width:965px; /*change by producer */
   height:43px; 
   border: 1px solid #c6c7c5; 
}




#mlist {
   width:665px; 
   height:43px; 
}

#mlist ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#mlist li
{
float: left;
margin: 15px 20px;
} 

#mlist a {
text-decoration: none;
/*color: #fc7d0c;*/
} 
#mlist a:active {
	/*color: #fabf0a;*/
}
#mlist a:hover{
	text-decoration: underline;
}

.search-box-text{
    font-size: 14px;
	font-style: italic;
}
/**/
#msearch {
    width:299px; 
    height:43px; 
    background: url(images/bg_search_box.gif);
}
#msearch #searchfield {
    float: left;
    padding: 0;
    margin: 13px 0 4px 8px;
    border: 0;
    width: 240px;
    background: none;
}

#msearch #searchbutton {
    float: right;
	 padding: 0px; 	 
	 width: 46px;
	 height: 40px;
	 margin: 3px 3px 0px 0px; 
	 top: 0px; 
	 background: none; 
	 cursor:hand;
	 border: 0px;
	
}

.left .searchbt {border:0px; padding: 0px; margin: -23px 0px 0px 203px; top: 0px; background: none; cursor:hand;}


.special-offers-margins {
    /*margin-left: 7px; */   /* edited 09/16 */
    margin-top: 7px;
    margin-bottom: 10px;

}

#special-offers {
    width:301px; 
    height:41px; 
	 
    background: url(images/special-offers-bg.png);
}
#special-offers #txtRewards {
    float: left;
    padding: 0;
    margin: 13px 0 4px 8px;
    border: 0;
    width: 240px;
    background: none;
	 cursor: hand;
}
#special-offers #btnTfRewards {
    float: right;
	margin: 3px 2px 0px 0px;
	margin: -30px 0px 0px 8px; top: 0px; 
}

#featuredArticle {
	background: url(images/photo-border.png) no-repeat;
	height: 348px;
	width: 645px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
}
#featuredArticle img {
	margin: 18px 19px 0px;
}
.page-headline	{
color:#999999; 
font: "Times New Roman", Times, serif; 
font-size:29px;
margin-bottom: 9px;
color: #5c8410;
line-height: 100px;
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
}

#featuredArticle .caption {
	background: url(images/photo-callout.png) no-repeat;
	height: 63px;
	width: 611px;
	position: absolute;
	left: 17px;
	bottom: 16px;
	color: #5c8410;
}
#featuredArticle .caption h2 {
	font: normal 26px/36px "Times New Roman", Times, serif;
	margin: 3px 0px 0px 15px;
}
#featuredArticle .caption p {
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	line-height: 12px;
	float: left;
	background: url(images/photo-arrow.png) no-repeat right 3px;
	padding-right: 13px;
}


.blogImage {
	float: left;
	margin: 5px 25px 50px 0px;
}
.item {
	position: relative;
	width: 645px;
}
.tags {
	font-size: 12px;
}
.author {
	font-size: 12px;
	margin-top: 0px;
}
.author A:Link, .author A, .author A:Hover, .author A:Visited, .author A:Active {
	color: #444 !important;
	cursor: text !important;
	text-decoration: none !important;
	font-size: 11px;
}

.comments {
	margin: 5px 25px 0px 0px;
	line-height: 21px;
	float: right;
}
.dateTag {
	margin-top: 5px;
	margin-bottom: 25px;
}
.comments img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: bottom;
}
.comments span {
	font: bold 16px "Times New Roman", Times, serif;
}
.comment .avatar {
	float: left;
	margin: 5px 5px 5px 5px;
}




.comment .content {
	min-height: 85px;
	margin: 5px 0 0 5px;
}
.commentForm {
	padding: 5px;
	width: 80%;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 345px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.commentOptions{	
float: right;
width: 250px;
}
 
.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

.shareLinks {
	margin: 15px 0px;
}
.shareLinks img {
	margin-right: 15px;
}

#meta-categories a {
	/*color: #80ad2a;*/
	/*THIS NEEDS TO HAVE THE 'a' TAG CLASS SET TO 'primary-color'*/
}
#footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 90px 0px 50px;
}
#footer ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
#footer li {
	display: inline;
	font-size: 12px;
	border-left: 1px solid #80ad2a;
	padding-right: 2px;
	list-style: none;
	padding-left: 5px;
}
#footer li.first {border-left: none;}
#footer div {
	background: url(images/dotlineFooter.png) no-repeat center top;
	height: 38px;
}
#footer div img {
	margin: 3px 8px 1px;
}
.colHeader h2 {
	line-height: 100px;
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
}
.breadcrumb a {
	color: #666;
}


#pageNum {
	padding-top: 100px;
	padding-left: 185px;
	font-size: 12px;
}

.searchpage ul.paging {

 list-style-type: none;
 display: inline;
 margin-top:-100px; 
 margin-right: 40px;
}

.searchpage ul.paging li {
 display: inline; 
}

.searchpage ul.paging li a {
 padding: 5px 8px 5px 0px;
 /*color: #fabf0a;*/
 
}

.searchpage ul.paging li.active a {
 /*color: #fc7d0c;*/
 font-weight: bold;
}
.colHeader {
	padding-top: 55px;
}
#CategoryHeader{
	margin-top: -50px;
}
#blogroll a{
	/*color: #fabf0a;*/
}
.breadcrumb {
	font-size: 12px;
	color: #666;
}
.blogImageFull {
	background: url(../images/blog-image-bg.png) no-repeat;
	padding: 18px;
	float: left;
	margin: 0px 25px 15px 0px;
}
.itemFull h2 {
	font-size: 20px;
	font-weight: normal;
}
.commentAuthor a {
	color: #444;
}
.ymal img {
	background: url(images/ymal-bg.png);
	padding: 6px;
	margin-bottom: 5px;
}
.ratingcontainer {
	margin-top: 30px;
	margin-bottom: 50px;
}
.ymal {
	width: 120px;
	text-align: center;
	float: left;
	margin: 20px 10px 30px;
}

.ymalTitle {
	font-size: 20px !important;
	font-weight: normal;
}

.itemFull .dateTag {
	line-height: 60px;
	margin: 0px;
}
.itemFull .breadcrumb {
}
.itemFull {
	padding-top: 55px;
}
.itemFull .breadcrumb {
	margin-bottom: 40px;
}
.itemFull .comments a img {
	margin-right: 25px;
}
#commentForm {
	margin-top: 30px;
}
#commentForm div input {
	margin-top: 3px;
	margin-bottom: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	width: 240px;
}
#commentForm div textarea {
	margin-top: 3px;
	margin-bottom: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	width: 415px;
}
#commentForm a {
	color: #444;
	margin-left: 25px;
	position: relative;
	top: -5px;
}
#btnSaveAjax{
	width:134px;
	height: 23px;
}
.termsPrivacy {
	padding-top: 55px;
	padding-right: 65px;
}
.termsPrivacy h3 {
	font-size: 11px;
	font-weight: bold;
}
.termsPrivacy h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 40px;
}

.lists ul {
                margin: 0px;
                padding: 0px;
                list-style: none;
}
.lists li {
                font-size: 15px;
                line-height: 30px;
}
.lists .year {
                font-size: 21px;
                clear: left;
                margin-top: -25px;
                padding-top: 25px;
}
.lists .year a {
                float: left;
                width: 75px;
                clear: left;
}
.lists .year ul {
                float: left;

}
/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	margin: 0px;
                padding: 0px;
                list-style: none;
}
ul#monthList li{
	font-size: 15px;
	line-height: 30px;
}

ul#monthList ul li{
	font-size: 15px;
                line-height: 30px;
					 list-style: none;
}

ul#monthList li.year{
  cursor: pointer;
  font-size: 21px;
                clear: left;
                margin-top: -25px;
                padding-top: 25px;
}

ul#monthList .year a {
                float: left;
                
                clear: left;
}
ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}


/* new 9/10/2009 */
.menu-color {
    background-color: #fdfefb;
}

.menu-text {
	font-size: 16px;
}

.search-box-text{
    font-size: 14px;
	font-style: italic;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu .home {
	padding-top: 15px;
	border-left: 1px solid #c8c8c6;
}
#menu li {
	display: inline;
	font-size: 16px;
	list-style: none;
	padding: 19px 20px 10px;
	line-height: 16px;
	background: #fefefb;
	margin: 0px;
	float: left;
	border-top: 1px solid #c8c8c6;
	border-bottom: 1px solid #c8c8c6;
}
#menu li.active {
	background: transparent;
	border-left: 1px solid #c8c8c6;
	border-right: 1px solid #c8c8c6;
	border-bottom: none;
}
#menu .search {
	padding: 1px 0px 1px 65px;
	border-right: 1px solid #c8c8c6;
}
.menuHome {
	height: 20px;
	background: url(images/home-icon.png) no-repeat 0px -20px;
	text-indent: -1000em;
	width: 22px;
	display: block;
}
.active .menuHome {
	background-position: 0px 0px;
}
/* remove new 
#msearch {
    width:299px; 
    height:43px; 
    background: url(images/bg_search_box.gif);
}
#msearch #s {
    float: left;
    padding: 0;
    margin: 13px 0 4px 8px;
    border: 0;
    width: 240px;
    background: none;
}
#msearch #go {
    float: right;
	margin: 3px 2px 0px 0px;
}
*/

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
   margin: 0px;
                padding: 0px;
                list-style: none;
}

#blogroll ul li a {
     font-size: 15px;
                line-height: 30px;
				/* color: #fabf0a;*/
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
	 /*color: #fabf0a;*/
}

/*.entry a {

 color: #fabf0a;

}*/

/*#searchonsearch a {

  color: #fabf0a;

}

.ymal a {
  
  color: #fabf0a;
 
}

.form-content a {
 
  color: #fabf0a;
 
}*/

/* primary color = #80ad2a - as of 9/16/09*/
/* seconary color = #4494c2 - as of 9/16/09 */

.primary-color, .menu-item a, .widget h4, .widget.categorylist h4, .widget.categorylist .widget-content A, .widget A, #mlist a, .searchpage ul.paging li.active a {
   /* color: #fc7d0c; */
   color: #80ad2a;
}

.secondary-color, .ymal a, .form-content a, #searchonsearch a, .entry a, li.current_menu_item a, li.current_menu_item a:Link, li.current_menu_item a:visited, li.current_menu_item a:hover, .widget-content p a, #mlist a:active, .searchpage ul.paging li a, #blogroll a, #blogroll ul li a, #blogroll ul li a img {
  /*  color: #fabf0a; */
  color: #4494c2;
}

/* for the color change excercice we will change 

#80ad2a to #fc7d0c to #a60304

#4494c2 to #fabf0a to #c15e00

*/



