/*   
Theme Name: CharterDev
Theme URI: http://wordpresswerx.com
Description: Charter Development Systems Theme.
Author: Arnold Orosa
Author URI: http://wordpresswerx.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#branding {
	background:url(images/logo.jpg) no-repeat left top;
}
#blog-title {
	text-indent: -9999em;
}
.menu {
	font-size:18px;
}
.sf-menu li {
	background:#3796d6;
}
.sf-menu ul a {
	background:#3796d6;
}
.sf-menu a, .sf-menu a:visited {
	color:#fff;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color:#CCC;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:#646464;
}
.sf-menu ul a:hover {
	color:#fff;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:38px;
}
#access {
	height:37px;
}
#content {
	width:640px;
}
.main-aside {
	width:250px;
}
.entry-title {
	color:#0b64a6;
}
a:visited {
	color:#000;
}
