/*   
Theme Name: Union Square Two
Theme URI: 
Description: For Union Square PA.
Author: Kel
Author URI: http://badcat.com/
Template: thematic
Version: 1.0
Tags: Thematic
.

.
*/

/* 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: #e9ebd6;
}

#header {
	background: #8a4639 url(bg.png) repeat-x;
}


#main {
	background: url(bg-main.png) repeat-x;
}


#branding {
padding: 30px 0px 20px;	
}

a:link, a:active, a:hover, a:visited  {
	color: #8a4639;
}

#blog-title a{
	color: #e9ebd6;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#blog-description {
	color: white;
}

.menu a{
	background-color: #c3aa98;
}

li.current_page_item a{
	border-bottom: 1px solid #e9ebd6;
	background-color: #e9ebd6;
}
