/*
Theme Name: Habitat
Description: A child theme of the 2010 default theme for WordPress.
Version: 1
Template: twentyten
*/

@import url('../twentyten/style.css');

body, input, textarea, .page-title span, .pingback a.url {
font-family: Arial, Georgia, "Bitstream Charter", serif;
}

#wrapper {
background: white;
margin-top: 0px;
padding: 0 20px;
}

#header {padding: 10px 0 0 0;}

#header #access{
margin-top: 5px;
background: #005588 url(images/nav.png) repeat-x;
height: 38px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 10px;
        margin-top: 5px;
	width: 940px;
}

#access a {
	color: #FFF;
        padding: 0 15px;
        margin: 0 5px 0 0;
	display: block;
	line-height: 33px;
	text-decoration: none;
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
 border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
border-top-right-radius: 7px;
}

#access ul ul {
	top: 33px;
}


#access li:hover > a,
#access ul ul :hover > a {
	background: #72a0e6;
	color: #fff;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #4591c8;
	background: #FFF;
}

#access ul ul a {
	background: #72a0e6;
       -moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
 border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}

#access ul ul li a:hover {
	color: #CCC;
}

#site-title, #site-description {
display: none;
line-height: 0px;
margin: 0px;
}

#branding img {
border-top: 0px solid black;
border-bottom: 0px solid black;
margin: 5px 0 10px 0;
}

#homeBanner img {margin: 20px 0 0 0;}

#donate {float: right; margin: 35px 10px 0 0;}
#donate a {
	background: #4cbe45; 
	padding: 11px 22px;
	color: #FFF;
	font-size: 21px;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#donate a:hover {background: #57d752;}

/* Change default link colors */
a:link{
color:#005588;
}
a:visited{
color:#005588;
}
a:hover{
color:#666;
}
a:active{
color:#005588;
}

#content .entry-title {
font-size: 25px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
}

.entry-title a:link, .entry-title a:visited {
color: #005588;
text-decoration: none;
}

.entry-title a:hover{
color: black;
text-decoration: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #005588;
font-weight: bold;
line-height: 1.5em;
margin: 0 0 20px 0;
}


#site-info {
width:360px;
margin: 0 auto;
text-align: center;
float: none;
}

#site-info p {
font-weight: normal;
color: #888;
font-size: 11px;
margin-bottom: 0px;
}

#site-info a {
font-weight: bold;
color: #888;
}


#content .entry-title {color: #005588;}

#content, #content input, #content textarea {
color: #333;
font-size: 14px;
line-height: 20px;
}

#main .widget-area ul ul { margin: 0px; }

.widget-area ul ul {
	list-style: none;
	margin-left: 0em;
}

.widget-area ul ul li {
	margin: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 3px 0;
}

.hentry {
margin: 0 0 48px 0;
border-right: 1px solid #ccc;
padding-right: 15px;
}

#primary, #secondary {
float: right;
overflow: hidden;
width: 240px;
}

#colophon {
border-top: 1px solid #ccc;
margin-top: -4px;
overflow: hidden;
padding: 18px 0;
}

#footer {
margin-bottom: 0px;
}