/*  
Theme Name: Greyhares
Theme URI: http://www.greyhares.org/
Description: A child theme for Mimbo
Version: 0.1
Author: Alan West (ackn. Darren Hoyt)
Author URI: http:http://www.greyhares.org/
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*/
/* select, input, textarea {
	font: 1.1em "Calibri", "Lucida Sans", Arial, Verdana, Sans-Serif;
	}

body {
	font: 1.1em "Calibri", "Lucida Sans", Arial, Verdana, Sans-Serif; 
	}

/*Cat Nav*/

a, a:visited {
	color: #993300;
	}

a:hover, a:active {
	color:#CC0000;
	}

#nav-cat {
	background:#990000 !important;
	border:none !important
	}

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

#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
	}

#masthead {
	padding:4px 0;
	border-bottom:0px solid #FFF;
	border-top:4px;
	}
#masthead table {
	border-collapse:collapse;
	width:100%;
	margin:0px 0;
	border-top:0px solid;
	border-bottom:0px solid;
	}

#masthead td {
	padding:0px 0px;
	background:#FFF;
	border-bottom:0px solid #FFF;
	}
	
#lead {
	margin:22px 0;
	height:230px;
	background:#ededed;
	border-top:1px solid #dadada;
	border-left:1px solid #dadada;	
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}
	
#sidebar li, .headlines li {
	margin-left:30px;
	padding:2px 0;
	}
	
h3.gh {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
.textwidget {
	margin: 0px 0;
	line-height:100%;
	}	

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
        background: none;
        float:left; /* IE FIX */
        display: inline !important;
        list-style-type: none;
        margin: 2px;
        padding: 2px;
}
.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
