/*  
Theme Name: Vintage Green
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A child theme for Mimbo
Version: 0.1
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Template: mimbo

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo/style.css");


/*HTML*/

body {
	background:#eef5e1; 
	}

a, a:visited {
	color:#7DA939;
	text-decoration:underline;
	}	
	
a:hover, a:active {
	color:#7DA939;
	font-weight:bold;
	}


/*Structure*/

#masthead {
        background: url('images/crowthorne_methodist_church.jpg') 100% 0% no-repeat #fff;
	border:none;
        height:90px;
	}

#wrapper {
	font-size:0.75em;
	padding:0 25px 60px 25px;
	border:1px solid #c0c0c0;
	}

/*Headers*/
h1 {
	font: bold 3.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	color:#7da939; 
	}

h3 {
	border-bottom:1px solid #7da939;
	border-top:5px solid #7da939;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}
#masthead ul {
        list-style:none;
        display:block;
        }
#masthead ul li.mh {
        list-style:none;
        display:block;
        }
li.mh1 {
	font: bold 3.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	color:#7da939;
	}
li.mh2 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
        color:#607b88;
	}
/*Content Styles*/

#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#7DA939 !important;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#333333 !important;
	text-decoration: underline;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat right;
	}	

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background:#EEF5E1;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #E4EFD5;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#E4EFD5;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#E4EFD5;
	padding-left:25px;
	color:#818D6F;
	}

h1 a, h1 a:visited {
	color:#7DA939;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#333333;
	text-decoration:underline;
	}	

#writer {
	background:#EEF5E1;
	border:none
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#EEF5E1;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}




/*Footer*/

#footer {
	color:#000000;
	}

#footer a, #footer a:visited {
	color:#7DA939;
	text-decoration:underline;
	}	

#footer a:hover, #footer a:active {
	color:#7DA939;
	text-decoration:underline;
	}
	
/* GK Extras */
/* Page without Sidebar */

#content2 {
	width:884px;
	float:left
	}

#sidebar2 {
	width: 1px;
	float:right
	}

#home #content2 a, #home #content2 a:visited {
	color:#424242;
	text-decoration: none;
	}

#home #content2 a:hover, #home #content2 a:active {
	color:#686868;
	text-decoration: underline;
	}
a.notices img {
        border:1px solid #7da939;
        }

li.nobullet {
        list-style:none;
        }
/* Contact Page */
div.contactus {
        float:left;
        width:100%;
        }
div.postal {
        float:left;
        width:40%;
        }
div.theaddress {
        padding-top:16px;
        }
div.emails {
        float:left;
        width:60%;
        }

/*Category Nav*/

#nav-cat {
	line-height: 1.0;
	position:relative;
	margin:0 auto;
	background:#7da939;
	padding:6px 0 6px 15px;
	border:none;
	}
	
#nav-cat li {
	float:left;
	list-style:none;
	padding:0 19px 0 19px !important; /* 0 25 0 13 */
	border-right:1px dotted #83a8b9;
	margin-right:1px; /* 25 */
	position:relative;
	}
	
#nav-cat a, #nav-cat a:visited {
	display:block;
	font:bold 1em Arial,Verdana;
	text-decoration: none;
	letter-spacing:0.07em;
	padding-bottom:3px;
	color:#FFF;
	}

#nav-cat a:hover, #nav-cat li.current-cat a, #nav-cat li.current-cat a:visited {
	text-decoration:none;
	color:#FFF;
	}	

#nav-cat a:active {
	color:#FFF;
 	}
/* Home Page Events & Notices */
div.fifty50 {
	width: 90%;
	text-align: center;
}
div.split2 div {
	float: left;
	width: 45%;
        padding-left:1em;
}
div.wide {
	clear: left;
	text-align: left;
}
div#archive {
        margin: 0 auto;
        padding: 2em 3em;
	background:#eef5e1;
        }
