@charset "utf-8";
/* CSS Document */

/* Colors

light green : 78a47c
Mid green : 3c613f
background green : 0d230f
Dark green : 041106
*/

body {
	background:#0d230f url('../images/tb_green.jpg') no-repeat center top;
}

#content {
	background:url('../images/bb_green.jpg') no-repeat center bottom;
}


/* ----- typography ----- */

h3 {
	color:#3c613f;
}

h4 {
	color:#3c613f;
}

label {
	color:#78a47c;
}
a:link {
	color:#78a47c;
}

a:visited {
	color:#78a47c;
}

a:hover {
	color:#fff;
}

a:active {
	color:#78a47c;
}

.post-header a:link {
	color:#fff;
}

.post-header a:visited {
	color:#fff;
}

.post-header a:hover {
	color:#0d230f;
}

.post-header a:active {
	color:#fff;
}

.post-header h2 {
	color:#78a47c;
}

.post-header h2 a:link {
	color:#78a47c;
}

.post-header h2 a:visited {
	color:#78a47c;
}

.post-header h2 a:hover {
	color:#fff;
}

.post-header h2 a:active {
	color:#78a47c;
}

#prevbtn a:link {
	color:#78a47c;
}

#prevbtn a:visited {
	color:#78a47c;
}

#prevbtn a:hover {
	color:#0d230f;
}

#prevbtn a:active {
	color:#78a47c;
}

#nextbtn a:link {
	color:#78a47c;
}

#nextbtn a:visited {
	color:#78a47c;
}

#nextbtn a:hover {
	color:#0d230f;
}

#nextbtn a:active {
	color:#78a47c;
}

/* ----- sidebar ----- */

#sidebar h2 {
	border-bottom:1px solid #3c613f;
	
}

/* ----- Footer ----- */

#footer-info h2 {

	border-bottom:1px solid #3c613f;

}

/* ----- heading borders -----*/

.heading {
	
	border-bottom:1px solid #3c613f;
	
}

.post-header {
	
	border-bottom:1px solid #3c613f;
	
}

/* ----- Comment link ----- */

.comment-link {
	
	background:#3c613f;
	
}

/* ----- post nav ----- */

.post-nav {
	
	border-top:1px solid #3c613f;
	border-bottom:1px solid #3c613f;
	
}

/* ----- Comment header ----- */

.comment-header {
	
	border-bottom:1px solid #3c613f;
	
}

/* ----- Main navigation ----- */
#main-nav {
	border-bottom:1px solid #3c613f;
	
}

/* ----- Footer -----*/

#footer-copy {
	border-top:1px solid #3c613f;
	
}

/* ----- Search ----- */

#searchform {
	
	background:#041106;
	border:1px solid #3c613f;
	
}



/* ----- forms ----- */

input[type="text"] {
	background:#041106;
	border:1px solid #3c613f;
}

textarea {
	background:#041106;
	border:1px solid #3c613f;
	
}

input[type="submit"] {
	background:#3c613f;
	color:#fff;
}

/* ----- Sidebar -----*/
/*
#rss a {
	background:url('../images/rss_icon_green.jpg') no-repeat left bottom;
	
}

#comment-rss a {
	background:url('../images/comments_rss_icon_green.jpg') no-repeat left bottom;
	
}

#email-sub a {
	background:url('../images/email_button_green.jpg') no-repeat left bottom;
		
}*/