/* Style add-ons for the "Green Life" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */
#pages li {

	display: inline;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #060;
	}



#pages ul {
	margin: 0;
	padding: 0;
	}



#pages a {
	color: #006;
	text-decortation: none;
	}



#pages a:hover {
	color: #DD6900;
	text-decortation: none;
	}	



#pages {

	margin: 0;
	padding: 8px 0;
	text-align: right;
	background: #e9edd2;
	}


/* General styles */
body {
	
	background: #fff;
}

a {
	color: #197b30;
	text-decoration: none;
}

a:hover {
	color: #f26522;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #197b30;
}

.topLogo h1 a, .topLogo h2 a {
	color: #197b30;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #39b54a;
}

.topLogo .blogDescription {
	color: #f26522;
}

.topMenu {
	position: -30;
}


.topMenu ul li {
	border-top: 2px solid #c8eec1;
	font: bold 10px Tahoma, Arial, Verdana, sans-serif;

}

.topMenu ul li.current_page_item {
	border-top: 2px solid #39b54a;
}

.topMenu ul li a {
	color: #197b30;
	padding-top: 10px;
	text-decoration: bold;
	background: #c8eec1;
	padding: 3px;
}

.topMenu ul li a:hover {
	background: green;
	color: #f26522;
	padding: 3px;
}

.searchSubmit {background: #c8eec1;}

.s {
	border: 1px solid #fdc88e;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #f26522;
	border-bottom: 1px solid #fdc88e;
}

#lsidebar li.rssFeed {
	background: url(img/greenlife/bg-rss.gif) no-repeat;
}

#lsidebar .leftPic{
	padding-top: 276px;
	background: url(img/greenlife/pic-sidebar.jpg) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #c4df9b;
}

.rssEmail {
	border: 1px solid #fdc88e;
}

.rssForm small {
	background: #f0f7ef;
}

.rssSubmit {
	color: #197b30;
}

#wp-calendar caption {
	color: #197b30;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #f26522;
}

#wp-calendar a:hover {
	color: #197b30;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.postTitle h1, .postTitle h2 {
	color: #f26522;
	border-bottom: 1px solid #f49ac1;
}

.postTitle h1 a, .postTitle h2 a {
	color: #f26522;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #197b30;
}

.postContent h1 {
	color: #f26522;
}

.postContent h2 {
	color: #f26522;
}

.postContent h3 {
	color: #f26522;
}

.postContent h4 {
	color: #777;
}

.postContent blockquote {
	background: #f0f7ef url(img/greenlife/bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #197b30;
}

.postMeta a:hover {
	color: #f26522;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #f26522;
	border-bottom: 1px solid #fdc88e;
}

.commentAuthor a {
	color: #197b30;
}

.commentAuthor a:hover {
	color: #f26522;
}

#author, #email, #url {
	border: 1px solid #fdc88e;
}

#comment {
	border: 1px solid #fdc88e;
}

#submit {
	background: url(img/greenlife/bg-addcomment.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	
}

