/*  
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:#cccccc;
	font-family: Verdana, Geneva, sans-serif;
	}
#content {
	width: 635px;
}

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


/*Structure*/

#masthead {
	border:none
	}

#wrapper {
	border:none
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:0px solid #e0ded9;
	border-bottom:0px solid #e0ded9;
	}
	
#table_text {
	line-height: 20px !important;
	font-size: 12px !important;
}

#table_text a {
	color: #FF6600 !important;
	text-decoration: none !important;
	font-size: 12px !important;
}

#table_text a:hover {
	color: #FF6600 !important;
	text-decoration: underline !important;
}

#table_text a:active {
	color: #333333 !important;
	text-decoration: none !important;
}



td {
	padding:0;
	background:#FFFFFF;
	border-bottom:0px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
/*Page Nav*/
#nav a, #nav a:visited {
	color:#000 !important;
	padding-right: 7px;
	padding-left: 10px;
	font-size: 0.85em;
	font-weight: 700;
	}

#nav a:hover {
	color:#FFF !important;
	}
	
#nav a:active {
	background:#454545 !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:#DADADA !important
	}



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

#nav-cat a, #nav-cat a:visited {
	color:#000 !important;
	font-weight: 600;
	}

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

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFF !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,
.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:#ff6600 !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:#ff6600;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#333333;
	text-decoration:underline;
	}	

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

	
/*Post Styles*/
/*element.style {
width:360px;
}*/
/*.wp-caption.alignright {
float:right;
margin:5px 0 10px 22px;
}
*/
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	text-align:center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*
.wp-caption img {
float:none;
margin:0;
padding:0;
}*/

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
/*.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}*/
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}


h2.posttitle {
margin:25px 0 0;
padding:0 0 3px;
}
.single p.postmetadata {
	font-size:0.9em;
	border:none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	}

.recent-excerpts {
border-bottom:1px solid #CCCCCC;
margin-bottom:20px;
padding-bottom:10px;
}

.archive-list li {
border-bottom:1px dotted #B1B1B1;
float:left;
height:103px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 18px;
width:635px;
}
/*Footer*/

#footer {
	color:#e1e1e1;
	background-color: #000;
	text-decoration: none;
	font-size: 10px;
	}

#footer a, #footer a:visited {
	color:#e1e1e1;
	text-decoration: none;
	font-size: 10px;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration: underline;
	font-size: 10px;
	}	
		
#lead{
	background-color: #000;
	background: #000;
	}
#lead-text {
	color: #FFF;
	width: 285px;
}
	
	
#more-posts {
	float: left;
	width: 635px;
}
#page {
	width: 1020px;
	background-attachment: scroll;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
}
#topNavigation {
	height: 241px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#headerImage {
	background-attachment: scroll;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 198px;
}

#headerImage a {
	color: #FFFFFF;
	text-decoration: none;
}

#headerImage a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
#lead:hover {
	background-color: #000;
}
#sidebar {
	width: 310px;
	padding-top: 22px;
}
.customMoretag {
	color: #F60;
}
#customMoretag a, a:visited a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}
#customMoretag a:hover {
	color: #999;
	text-decoration: underline;
}
.topMenu a, a:visited {
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	font-size: 0.86em;
}
.topMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.widgetbox {
	padding: 8px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.widgetbox_header {
	background-image: url(images/widgetbox_hdr.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 291px;
}
.widgetbox_header h2 {
	color:#FFFFFF;
	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	margin:0;
	vertical-align:middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.textwidget {
	line-height:100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.sponsorImage_left {
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.sponsorImage_right {
	margin: 0px;
	float: right;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.sponsorRow {
	padding-top: 10px;
}
p.wp-caption-text {
	margin:0;
	text-align:left;
	padding:5px 0;
	}	
	
.topMenu a, a:visited {
	color:#F0A003;
	font-size: 12px;
	font-weight:500;
	text-decoration:none;
}	

#media {
 font-size: 12px !important;
}

#media a {
	color: #FF6600 !important;
	text-decoration: none !important;
	font-size: 12px !important;
}

#media a:hover {
	color: #FF6600 !important;
	text-decoration: underline !important;
}

#media a:visited {
	color: #FF6600 !important;
	text-decoration: none !important;
}

#rss {
	float:right;
	width:550px;
	text-align: right;
	line-height: 18px;
	font-size: 10px;
	text-decoration: none;
	}
