/* Style add-ons for the "Green Life" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff url(backgrou.htm) repeat-x;
}

a {
	color: #10994b;
	text-decoration: none;
}

a:hover {
	color: #10994b;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #10994b;
}

.topLogo h1 a, .topLogo h2 a {
	color: #10994b;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #39b54a;
}

.topLogo .blogDescription {
	color: #10994b;
}

.topMenu ul li {
	border-top: 5px solid #c8eec1;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #39b54a;
}

.topMenu ul li a {
	color: #10994b;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #10994b;
}

.s {
	border: 1px solid #10994b;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color:#10994b;
}

#lsidebar a, #rsidebar a {
	color:#fff;
	padding-left:10px;
}
#lsidebar a:hover, #rsidebar a:hover {
	color:#993300;
}

#lsidebar li, #rsidebar li {
	background-color:#10994b;
}
#lsidebar li:hover, #rsidebar li:hover {
	background-color:#A7D8BB;
	
}

#lsidebar li.rssFeed {
	background: url(bg-rss00.gif) no-repeat;
}

#lsidebar .leftPic{
	padding-top: 276px;
	background: url(pic-sidf.jpg) no-repeat;
}

.rssFeed a {
	color: #fff;
	padding-left:40px;
}

.rssFeed a:hover {
	color: #c4df9b;
}

.rssEmail {
	border: 1px solid #fdc88e;
}

.rssForm small {
	background: #f0f7ef;
}

.rssSubmit {
	color: #10994b;
}
#wp-calendar{
	background: #FFFFFF;
}
#wp-calendar caption {
	color: #fff;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #10994b;
}

#wp-calendar a:hover {
	color: #10994b;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.postTitle h1, .postTitle h2 {
	background:#10994b;
	color: #fff;
	border-bottom: 1px solid #f49ac1;
}

.postTitle h1 a, .postTitle h2 a {
	color: #fff;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #fff;
}

.postContent h1 {
	color: #10994b;
}

.postContent h2 {
	color: #10994b;
}

.postContent h3 {
	color: #10994b;
}

.postContent h4 {
	color: #777;
}

.postContent blockquote {
	background: #f0f7ef url(bg-block.gif) no-repeat;
}

.postMeta a {
	color: #10994b;
}

.postMeta a:hover {
	color: #10994b;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #10994b;
	border-bottom: 1px solid #fdc88e;
}

.commentAuthor a {
	color: #10994b;
}

.commentAuthor a:hover {
	color: #10994b;
}

#author, #email, #url {
	border: 1px solid #fdc88e;
}

#comment {
	border: 1px solid #fdc88e;
}

#submit {
	background: url(bg-addco.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
}