/*   
Theme Name: rpa
Theme URI: www.richmondparalegals.org
Description: Thematic Child Theme
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');

body {
 	background-color: #D9E6FF;
}

.aside a {
	color: #212426;
}

.sf-menu {
	border-right-color: #212426;
}

.sf-menu a {
	border-bottom-color: #212426;
	border-left-color: #212426;
	border-top-color: #212426;
}

.sf-menu a, .sf-menu a:visited {
	color: #212426;
}

.sf-menu a:visited {
	border-bottom-color: #212426;
}

.sf-menu ul {
	border-bottom-color: #212426;
	border-right-color: #212426;
}

.sf-menu li {
	background-color: #D9E6FF;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border-bottom-color: #212426;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color: #212426;
}

.entry-meta {
	color: #212426;
}

.entry-meta a {
	color: #212426;
}

.entry-utility {
	color: #212426;
}

.entry-utility a {
	color: #212426;
}

.navigation a {
	color: #212426;
}

#header {
	background: transparent url(header-bg.png) no-repeat scroll 50% 100%;
}

#branding {
	/* background: transparent url(header-logo.png) no-repeat scroll 50% 5%; */
	padding: 50px 0 190px 0;
	text-align: center;
}

#blog-description {
	color: #212426;
}

#access {
	border-bottom-color: #212426;
}

#footer {
	border-top-color: #212426;
}

#primary {
	color: #212426;
	border-color: #212426;
}

#secondary {
	color: #212426;
}

#siteinfo, #siteinfo a {
	color: #212426;
}
