/* Style add-ons for the "Green Life" color scheme
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff url(img/greenlife/background.png) repeat-x;
}

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 ul li {
	border-top: 5px solid #c8eec1;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #39b54a;
}

.topMenu ul li a {
	color: #197b30;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #f26522;
}

.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 li.rssFeed2 {
	background: url(img/greenlife/bg-bt.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;
}

.rssFeed2 a {
	padding-left: 21px;
    margin-top: 2px;
	color: #fff;
}

.rssFeed2 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;
}

.postContent legend {
	color: #f26522;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}

.postContent h5 {
	color: #197b30;
	font-size: 12px;
	margin: 1px 5px 1px 5px;
}

.postContent p {
	color: #333;
	font-size: 13px;
	margin: 5px 5px 5px 5px;
}

.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 {
	border-top: 1px solid #ddd;
}
