/*  
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: mimbo3

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


@import url("../mimbo3/style.css");


/*HTML POST PAGES (Author links and post links)*/

body {
	background:#dfdfdf
	}

a, a:visited {
	color:#FF3333;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#666;
	text-decoration:underline;
	}


/*Structure*/

#masthead {
	border:none
	}

#wrapper {
        border-left: 2px solid gray;
	border-right: 2px solid gray;
        border-top: 2px solid gray;
        border-bottom: 2px solid gray;
	}


/*Page Nav*/
#nav a, #nav a:visited {
	color:#333 !important;
	}

#nav a:hover {
	color:#666 !important;
	}
	
#nav a:active {
	background:#333 !important;
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	color:#333 !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#333 !important
	}



/*Cat Nav*/
	
#nav-cat {
	background:#dfdfdf !important;
	border:none !important
	}

#nav-cat a, #nav-cat a:visited {
	color:#666 !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#333 !important;
	}
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#333 !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#333 !important
	}
	




/*Headers*/

h3 {
	border-bottom:1px solid #BBB;
	border-top:5px solid #BBB;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}
	
			

/*Content Styles*/

#sidebar a, #sidebar a:visited, #lead-text a, #lead-text a:visited, #featured-cats a, #featured-cats 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:#333 !important;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active, #lead-text a:hover, #lead-text a:active, #featured-cats a:hover, #feature-cats 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:#666 !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:#dfdfdf;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #dfdfdf;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#DADADA;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#DADADA;
	padding-left:25px;
	color:#818D6F;
	}

h1 a, h1 a:visited {
	color:#666;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#999;
	text-decoration:underline;
	}	

#writer {
	background:#dfdfdf;
	border:none
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#dfdfdf;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}




/*Footer*/

#footer {
	color:#333;
	}

#footer a, #footer a:visited {
	color:#333;
	}	

#footer a:hover, #footer a:active {
	color:#666;
	}	
		
	
	
	