/*
Theme Name: Little Green
Description: Little Green Books Blog theme for Simon & Schuster
Version: 1.0
Author: Jason Chin


*/


/**
 * DEFAULT STYLES
 */

body {
   padding: 0;
   margin: 0;
   font-family: Verdana, Ariel, Helvetica, sans-serif;
   font-size: 12px;
   background-color: #FFF;
   color: #000;
   line-height: 1.4em;
}

p {
   margin: 0 0 .8em 0;
   padding: 0;
   line-height: 1.4em;
}


h1, h2, h3, h4, h5, h6 {
   margin: 0 0 .4em 0;
   padding: 0;
   line-height: 1em;
}

ul {
   margin: 0 0 .4em 1.5em;
   padding: 0;
}

ul li {
   padding: 0;
   margin: 0;
}

ol {
   margin: 0 0 .4em 0;
   padding: 0;
}

ol li {
    padding: 0;
    margin: 0 0 0 1.5em;
}

td {
   padding: 0;
   vertical-align: top;
}

a {
   color: #000;
   text-decoration: underline;
}

img {
   border: 0;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */

/* LITTLE GREEN BOOK STYLES */

/* COLORS
Light Green: #82B12A
Dark Green: #07782F
Magenta: #ed2629 
*/


body {
  text-align: center;
  font-family: Verdana, Verdana, Geneva, sans-serif;
  line-height:1.5em;
  margin:0;
  padding:0;
}

img {
  position: relative;
  border:0;
}

a {
  text-decoration: none;
  border:0;
}

a:hover{
  color:#ed2629;	
}

.contained {
  width: 850px;
  margin: 0 auto;
}


#layout_header {
  height: 284px;
  background-image: url(images/sky.jpg);
  background-repeat: repeat-x;
  background-position: top center;
}

#header {
  background-image: url(images/header_bg.jpg);
  height: 340px;
  position: relative;
}

#header_inner {
background-image:url(images/header_bg.jpg);
height:285px;
position:relative;
}

#header #header_swf {
  background-image: url(images/dummy_swf.jpg);
  width: 813px; 
  height: 271px; 
  margin: 0 auto;
}
#header #header_swf h1{
  position:absolute;
  top:-10000px;
  left:-10000px;
}

#logo {
  width: 359px;
  height: 185px;
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  margin: 0 auto;
}

#logo a {
  display: block;
  text-indent: -1000em;
  height: 185px;
  width: 359px;
}

#mailing_list_sun {
  position: absolute;
  top: 0;
  right: 0;
}

#layout_menu {
  padding-top: 31px;
}

#layout_menu_home {

}
#menu {
}

#menu_main table{
  margin:0 auto;
}

#menu_main .item {
  height: 37px;
}

#menu_main .item a {
    display: block;
}

#menu_main .item img {
  display: block;
}
#menu_sub {
  background-color: #f7f7d9;
  height: 31px;
  color: #4c301e;
  font-size: 14px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#menu_sub table {
  margin: auto;
}

#menu_sub td {
  height: 30px;
  vertical-align: middle;
  white-space: nowrap;
}

#menu_sub a {
  text-decoration: none;
  display: inline;
  color: #4c301e;
}

#menu_sub .subselected {
  color:#ed2629;
}

#menu_sub a:hover {
  color:#ed2629;
}

#menu_sub .divider {
  color: #d6e447;
}

#top_shadow {
  height: 12px;
  background-image: url(images/top_shadow_bg.jpg);
  background-position: top center;
}

#top_content_shadow {
  width: 858px;
  margin: 0 auto;
}

#top_content_shadow img {
  display: block;
}

#layout_content {
  background-image: url(images/brown_paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  color:#3b3b3b;
}

#content {
  background-image: url(images/green_paper.jpg);
  background-repeat: repeat;
  border-left: 4px solid #587041;
  border-right: 4px solid #587041;
}





#content .arrowLink {
  background-image:url(images/arrow.gif);
  background-repeat:no-repeat;
  background-position: 0px -2px;
  color: #07782f;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  text-decoration: none;
  font-weight:bold;
  padding:0 0 0 40px;
  display:block;
}



#content #featured_content {
  background-image: url(images/paper_largest.jpg);
  width: 834px;
  height: 452px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.text {
  text-align: left;
  font-size: 16px;
}

#content #featured_content .text {
  margin-left: 522px;
  margin-right: 25px;  
  padding-top: 12px;
  color: #474747;
}





#featured_content #read_more {
  text-align: right;
  font-size: 13px;
}

#featured_content #read_more a {
  font-weight: bold;
  color: #07782F;
}

#featured_content #read_more a:hover {
  color:#ed2629;
}

#featured_content #buttons {
  position: absolute;
  top: 409px;
  right: 15px;
}

#content #bottom {
  padding-top: 15px;
  padding-left: 8px;
  margin-bottom:20px;
}

#content #bottom td {
  padding-right: 7px;
}

#content #games_paper {
  background-image: url(images/little_green_games.gif);
  width: 571px;
  height: 390px;
  position: relative;
  text-align: left;
}

#content #games_paper .text {
  padding-left: 55px;
  padding-top: 150px;
  width: 210px;
  color: #3b3b3b;
}

#content .link_on_grass {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 16px;
  font-weight:bold;
  position: absolute;
  top: 355px;
  right: 35px;
}

#content .link_on_grass a {
  display:block;
  padding:0 0 0 22px;
  color: #fff;  
}  
#content .link_on_grass a:hover {
  background-image:url(images/arrow_on_grass.gif);
  background-repeat:no-repeat;
  padding:0 0 0 22px;
}

/* Featured Books - Home Page */
#content #paper_with_grass {
  background-image: url(images/paper_with_grass.jpg);
  width: 571px;
  height: 393px;
  font-size: 14px;
  position: relative;
}

#content #paper_with_grass table {
  margin-top: 40px;
  margin-left: 20px;
}

#content #paper_with_grass td {
  width: 187px;
}

#content #paper_with_grass td img {
  border:1px solid #bbb;
}

#content #paper_with_grass .book_title {
  font-weight: bold;
}

#content #paper_with_grass .author {
  color: #3b3b3b;
}

#content .left {
  float: left;
}

#content .right {
  float: right;
}

.content_area img.left {
  margin: 0 10px 5px 0;
  border:1px solid #bbb;
}

.content_area img.right {
  margin: 0 0 10px 5px;
  border:1px solid #bbb;
}

#content .comic {
  color: #3b92bc;
  font-size: 26px;
  font-family: Comic Sans MS;
  padding: 10px;
}

#content #content_cols {
}

#content #left_col {
  font-size: 14px;
}

#content #left_col #title, #content #left_col #recent_posts_title {
  text-align: center;
  position: relative;
}

#content #left_col #title h2,  #content #left_col #recent_posts_title h2{
  text-indent:-10000px;
}


#content #right_col {
  padding-left: 7px;
}

#content .large_paper {
  width: 568px;
  padding-left: 10px;
}






/* SIDEBAR */
#content .small_paper {
  width: 256px;
  background-image: url(images/small_paper_bg.gif);
  background-repeat: repeat-y;
}

#content .small_paper a{
  font-weight:bold;
}

#content .small_paper .glossaryWord{
  color: #3b92bc;
  font-size: 26px;
  font-family: Comic Sans MS;
  padding: 10px;  
}

#content .small_paper .content_area {
  background-image: url(images/small_paper_bg.gif);
  background-repeat: repeat-y;
  padding: 0 10px;
}

#content .small_paper .one .top_graphic {  
  background-image: url(images/top_small_1.gif);
  background-repeat: no-repeat;
  height: 30px;
}

#content .small_paper .one .bottom_graphic {  
  background-image: url(images/bottom_small_1.jpg);
  background-repeat: no-repeat;
  height: 30px;
}

#content .small_paper .two .top_graphic {  
  background-image: url(images/top_small_2.jpg);
  background-repeat: no-repeat;
  height: 30px;
}

#content .small_paper .two .bottom_graphic {  
  background-image: url(images/bottom_small_2.jpg);
  background-repeat: no-repeat;
  height: 23px;
}

#content .small_paper .three .top_graphic {  
  background-image: url(images/top_small_3.jpg);
  background-repeat: no-repeat;
  height: 23px;
}

#content .small_paper .three .bottom_graphic {  
  background-image: url(images/bottom_small_3.jpg);
  background-repeat: no-repeat;
  height: 23px;
}

#content #ad_space {
  width: 824px;
  height: 137px;
  color: #fff;
  margin: 0 auto;
}

#bottom_shadow {
  height: 12px;
  background-image: url(images/bottom_shadow_bg.jpg);
  background-position: top center;
}

#bottom_content_shadow {
  width: 858px;
  margin: 0 auto;
}

#bottom_content_shadow img {
  display: block;
}

#layout_footer {
  height: 205px;
  background-image: url(images/footer_bg.jpg);
  background-position: top center;
}

#footer {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#footer p {
  line-height: 1.5em;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration:underline;
}

#footer table {
  padding-top: 5px;
  margin: 0 auto 10px auto;
}

#footer td {
  vertical-align: middle;
  padding: 0 13px;
}

#footer #divider {
  padding-bottom: 10px;
}



/* PAGES 
------------------------------------------------------------------------ */


/* Glossary */
.content_area .glossary dl {
}

.content_area .glossary dl dt {
  font-weight:bold;
  float:left;
  width:150px;
  color:#07782F;
  border-top:1px solid #ddd;
  padding-top:20px;
}

.content_area .glossary dl dd {
  margin: 0 0 25px 150px;
  padding:20px 0 0 10px;
  border-top:1px solid #ddd;
}

/* Big Green Help */
.content_area .bgh strong{
	color: #07782F;
	}
.content_area .bgh h3{
	text-align:center;
	border-top:1px solid #82B12A;
	margin:30px 20px 20px 20px;
	padding-top:20px;
	}

#content .content_area .bgh h4{
	font-size:22px;
	line-height:1.2em;
}
.content_area .bgh .bookContainer{
	clear:both;
	margin:20px;
	border-top:1px solid #82B12A;
	padding-top:20px;
}
.content_area .bgh .bookContainer .read_more {
  display:block;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

.content_area .bgh .bookContainer .read_more:hover {
  font-weight: bold;
  color: #82b12a;
}
.content_area .bgh dl {
}

.content_area .bgh dl dt {
  font-weight:bold;
  float:left;
  color:#07782F;
}

.content_area .bgh dl dd {
	margin:0;
	padding:0 0 20px 0;
	text-indent:5px;
}

.content_area .bgh .visitSite {
	text-align:center;
	margin:20px;
}


/* Blog Specific Styles */
/*--------------------------------------------------------*/

/* Colors
text: #3b3b3b
brown text: #4c301e
tan text: #95876b
light tan lines: #E7DECF;
light green rollover text: #82b12a
dark green text: #07782f
edit post background yellow: #ffde6a
Magenta: #ed2629 

*/



/* -- Blog Home -- */

#content .large_paper .top_graphic .ask_the_expert_title{
	background-image: url(images/title-asktheexpert.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	height:66px;
	}
#content .large_paper .top_graphic .about_the_blog_title{
	background-image: url(images/title-about.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	height:66px;
	}
#content .large_paper .top_graphic .blog_monster{
	position:absolute;
	top:20px;
	right:20px;
	}
#content .large_paper .top_graphic .monster_spacer{
	float:right;
	width:137px;
	height:100px
	}
.recent_posts .post{
	margin:0;
	padding:0;
	}		
.post .meta_recent_posts{
	border-top:1px solid #E7DECF;
	padding:3px 0;
	margin:3px 0 10px 0;
	font-size:12px;
	}		
.post .meta_recent_posts a{
	color:#95876b;
	}
.post .meta_recent_posts a:hover{
	color:#82b12a;
	}	
#home_sidebar .widgettitle{
	height:56px;
	text-indent:-10000px;
	margin:0px 0 10px 0;
	background-repeat:no-repeat;
	}
#home_sidebar .ask_the_expert, #home_sidebar .about_the_blog{
	text-align:left;
	padding:0 5px;
	} 
#home_sidebar .ask_the_expert .widgettitle{
	background-image:url(images/title-ask.gif);
	}
#home_sidebar .about_the_blog .widgettitle{
	background-image:url(images/title-about.gif);
	}

	
/* -- Layout -- */

.clear{clear:both;}

#content .large_paper .top_graphic{
	background-image: url(images/top_large.gif);
	background-repeat: no-repeat;
    text-align: left;
    padding: 20px 20px 0.8em 20px;
    position:relative;
    }
#content .large_paper .content_area{
	background-image: url(images/large_paper_bg.gif);
	background-repeat: repeat-y;
	background-position:0 20px;
	}
#content .large_paper .bottom_graphic {  
    background-image: url(images/bottom_large.gif);
    background-repeat: no-repeat;
    height: 15px;
	}	
.rss_link{
	background-image:url(images/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:18px;
	}
	

/* -- Navigation -- */

.top_navigation{
	width:528px;
	}
a.previous_post, .previous_post a{
	float:left;
	background-image:url(images/btn-prev_arrow_off.gif);
	background-repeat:no-repeat;	
	padding-left:25px;
	color:#95876b;
	display:block;
	width:200px;
	font-size:12px;
	}
a.previous_post:hover, .previous_post a:hover {
	float:left;
	background-image:url(images/btn-prev_arrow_on.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	color:#82b12a;
	}
a.next_post, .next_post a{
	float:right;
	text-align:right;
	background-image:url(images/btn-next_arrow_off.gif);
	background-repeat:no-repeat;	
	background-position:top right;
	padding-right:25px;
	color:#95876b;
	display:block;
	width:200px;
	font-size:12px;
	}
a.next_post:hover, .next_post a:hover{
	background-image:url(images/btn-next_arrow_on.gif);
	color:#82b12a;
	}



/* ---- Post ---- */

.post{
	clear:both;
	margin-top:20px;
	padding-bottom:20px;
	}
.search_listing .post{
	margin:10px 0 20px 0;
	}
.post .date{
	color:#95876b;
	font-size:12px;
	text-align:right;
	width:200px;
	float:right;
	}		
.post h3.post_title{
	color:#4c301e;
	font-size:24px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	line-height:normal;
	}
.post h4.post_title{
	color:#4c301e;
	font-size:18px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight:bold;
	line-height:normal;	
	margin:0;
	}	
.post .post_title a{
	color:#4c301e;
	text-decoration:none;
	}	
.post .post_title a:hover{
	color:#82b12a;
	}	
.post .meta_top{
	border-top:1px solid #E7DECF;
	border-bottom:1px solid #E7DECF;
	padding:3px 0;
	margin-bottom:10px;
	font-size:12px;
	}
.post .meta_top a{
	color:#95876b;
	text-decoration:underline;
	}
.post .meta_top a:hover{
	color:#82b12a;
	}
.search_listing .post .meta_top{
	margin-bottom:3px;
	}
.post .meta_bottom{
	padding:5px 0 0 0px;
	font-size:12px;
	margin:10px 0 0 0;	
	border-top:1px solid #E7DECF;
	}
.search_listing .post .meta_bottom{
	font-size:12px;
	border:none;
	padding:0;
	margin:0;
	}	
.post .meta_bottom a{
	color:#95876b;
	text-decoration: underline;
	}
.post .meta_bottom a:hover{
	color:#82b12a;
	}	
.post a.comments{
	float:right;
	background-image:url(images/btn-commentsbg_off.gif);
	background-repeat:no-repeat;
	background-position: right -3px;
	height:21px;
	color:#95876b;	
	display:block;
	text-align:right;
	text-decoration:none;
	width:150px;
	}
.post a.comments:hover{
	background-image:url(images/btn-commentsbg_on.gif);
	color:#82b12a;
	}
.post a.comments .comment_no{
	padding:0;
	text-align:center;
	color:#fff;
	display:block;
	width:26px;
	float:right;
	}	
.post .edit_post_link {
	float:right;
	width:75px;
	margin-top:-3px;
	margin-left:10px;
	border:1px solid #E7DECF;
	}
.post .edit_post_link a{
	display:block;
	padding: 2px;
	background-color:#ffde6a;
	color:#4c301e;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	text-decoration:none;
	}
.post .edit_post_link a:hover{
	background-color:#ecc12c;
	color:#fff;
	}
.post .entry a{
	color:#07782f;
	}	
.post .entry a:hover{
	color:#82b12a;
	}

/*--single--*/
.default_meta{
	border:1px solid #95876b;
	background-color:#E7DECF;
	padding:10px;
	font-size:11px;
	margin-bottom:25px;
	}

/*-- comments --*/
.comments_container{}
.comments_container a{
	color:#95876b;
	}
.comments_container a:hover{
	color:#82b12a;
	}
.comments_title{
	background-image:url(images/title-comments.gif);
	background-repeat:no-repeat;
	height:67px;
	text-indent:-10000px;
	}
.writeacomment_title{
	background-image:url(images/title-writeacomment.gif);
	background-repeat:no-repeat;
	height:67px;
	text-indent:-10000px;
	}	
a.comment_link {
	text-align:right;
	float:right;
	}
a.comment_link:hover{
	color:#82b12a;
	}
.commentlist{
	border-top:1px solid #E7DECF; 
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.commentlist li{
	padding:10px 0 15px 0;
	border-bottom:1px solid #E7DECF;
	}
.comment_author{
	width:150px;
	float:left;
	text-align:right;
	}
.comment_author h4{
	color: #4c301e;
	}
.comment_data{
	font-size:11px;
	}	
.comment_data a{
	color:#95876b;
	}
.comment_data a:hover{
	color:#82b12a;
	}	
.comment_text{
	width:350px;
	float:right;
	}
.writeacomment_link{
	text-align:right;
	font-size:12px;
	}

#commentform #comment{
	width:100%;
	}


#sidebar ul{
	margin:0 5px;
	padding:0;
	text-align:left;
	list-style:none;
	}

#sidebar li.widget{
	padding-bottom:20px;
	}
#sidebar li.widget ul{
	border-bottom: 1px solid #e7decf;
	}
#sidebar li.widget ul li{
	border-top:1px solid #e7decf;
	padding:4px 0;
	}
#sidebar li.widget ul li a{
	}

	
#sidebar .widgettitle{
	height:56px;
	text-indent:-10000px;
	margin:0px 0 10px 0;
	background-repeat:no-repeat;
	}
#sidebar a:hover{
	color:#82B12A;
	}

/* Search */
.search_content{
	position:relative;
	background-image:url('images/small_paper_bg.gif');
	background-repeat:repeat-y;
	padding:0;
	margin:0px;
	width:256px;
	}
.search_content table{
	width:240px;
	margin:0 auto;
	}
	
.search_content .search_title{
	position:absolute;
	top:-10000px;
	left:-10000px;
	}
.search_content .search_field{
	width:170px;
	height:20px;
	margin: 5px 10px 0 0;
	font-size:16px;
	}
.search_content #searchsubmit{
	background-image:url(images/search_button_off.gif);
	background-repeat:no-repeat;
	border:none;
	color:#fff;
	font-weight:bold;
	display:block;
	width:40px;
	height:29px;
	margin-top:5px;
	}
.search_content #searchsubmit:hover{
	background-image:url(images/search_button_on.gif);
	background-repeat:no-repeat;
	border:none;
	color:#fff;
	font-weight:bold;
	display:block;
	width:40px;
	height:29px;
	cursor:pointer;
	}



/* Page Titles */
.pagetitle_404{
	background-image:url(images/pgTitle-pagenotfound.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_welcome{
	background-image:url(images/pgTitle-welcome.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
.pagetitle_recentposts{
	background-image:url(images/pgTitle-recentposts.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
.pagetitle_greenheroes{
	background-image:url(images/pgTitle-greenheroes.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_residentexpertqanda{
	background-image:url(images/pgTitle-residentexpertqanda.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_ideasfromkids{
	background-image:url(images/pgTitle-ideasfromkids.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_monthlygreentips{
	background-image:url(images/pgTitle-monthlygreentips.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_exploreyourworld{
	background-image:url(images/pgTitle-exploreyourworld.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
.pagetitle_searchresults{
	background-image:url(images/pgTitle-searchresults.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
.pagetitle_expert{
	background-image:url(images/pgTitle-ask.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}
.pagetitle_submit{
	background-image:url(images/pgTitle-submit.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
.pagetitle_about{
	background-image:url(images/pgTitle-abouttheblog.gif);
	background-repeat:no-repeat;
	background-position: 0 center;
	height:55px;
	}	
	
/* Sidebar Category Menu */	
.category_list ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	}	
.category_list li{
	margin:0;
	padding:0;
	list-style:none;
	}
.category_list li a{
	background-repeat:no-repeat;
	display:block;
	height:44px;
	width:256px;
	text-indent:-10000px;
	}
.category_list li.cat-item-5 a{	
	background-image:url(images/btn-explore_off.gif);
	}
.category_list li.cat-item-5 a:hover{ 
	background-image:url(images/btn-explore_on.gif);
	}	
.category_list li.cat-item-3 a{ 
	background-image:url(images/btn-heroes_off.gif);
	}
.category_list li.cat-item-3 a:hover{ 
	background-image:url(images/btn-heroes_on.gif);
	}
.category_list li.cat-item-6 a{ 
	background-image:url(images/btn-ideas_off.gif);
	}
.category_list li.cat-item-6 a:hover{ 
	background-image:url(images/btn-ideas_on.gif);
	}
.category_list li.cat-item-7 a{ 
	background-image:url(images/btn-tips_off.gif);
	}
.category_list li.cat-item-7 a:hover{ 
	background-image:url(images/btn-tips_on.gif);
	}
.category_list li.cat-item-4 a{
	background-image:url(images/btn-expertqanda_off.gif);
	}
.category_list li.cat-item-4 a:hover{
	background-image:url(images/btn-expertqanda_on.gif);
	}


/* Ask the Expert Form 
-----------------------------------------------------------------------------*/
.linklove{
	display:none;
	}



/* Sidebar - Widgets 
-----------------------------------------------------------------------------*/



/*recent entries widget*/
	
#sidebar .widget ul li a{
	padding:2px 0 2px 25px;
	display:block;
	color:#4c301e;
	}
#sidebar .widget ul li a:hover{
	background-image:url(images/sidebar_arrow.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	padding:2px 0 2px 25px;
	color:#82B12A;
	}	
	
/* Titles */
#sidebar .widget_archive .widgettitle{
	background-image:url(images/title-archives.gif);
	}	
#sidebar .widget_recent_entries .widgettitle{
	background-image:url(images/title-recent.gif);
	}
#sidebar .widget_categories .widgettitle{
	background-image:url(images/title-categories.gif);
	}
#sidebar .widget_tag_cloud .widgettitle{
	background-image:url(images/title-tags.gif);
	}		

/* tag cloud */
#sidebar .widget_tag_cloud{
	text-align:center;
	}
#sidebar .widget_tag_cloud a{
	padding:2px 5px;
	}	