/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Custom template design for Wagside Inn
Author: Erich Sparks
Author URI: http://www.erichsparks.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-l-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: no-repeat url('images/background.jpg') #51600D top center; 
}

a:visited, a:link, a {
color:#000000;
}

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

/* Header */

#header {
	height: 100%;
	}
	
#branding  {
	padding:275px 0 44px;
	max-width:1050px;
	width:100%;
	}
	
#blog-title {
	display:none;
}

#access {
	border-bottom:0px;
}

.menu {
	max-width:1050px;
	width:100%;
}

.sf-menu li {
	background:none repeat scroll 0 0 #000000;
	opacity:0.7;
}

.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:none repeat scroll 0 0 #333333;
}

/* Main*/

#main {
	background-color: #FFFFFF;
	opacity:0.99;
	margin:0px auto;
	padding:10px 0px 22px;
	width:100%;
	max-width:1050px;
}

#container {
	max-width:1050px;
	width:100%;
}

#primary  {
border:none;
}

#content {
	width: 700px;
}

/* Content */

.entry-utility {
display:none;
}

#index-bottom {
	border:0 !important;
	margin: 0px !important;
	padding:20px 0 0 !important;
	color:#000000 !important;
	}
	
#content #index-bottom {
	border-top: 1px solid #CCCCCC !important;
	}	
	
#content #index-bottom ul {
	padding:0;
	margin:0;
	}

/*Comments*/
#comments-list .comment-author {
	padding:9px 0 0 0;
}

#comments-list .comment-meta {
	padding:0 0 9px 0;
}

/* Footer */

#footer {
	width:100%;
	max-width:1050px;
	margin:auto;
	background-color: #FFFFFF;
	opacity:0.99;
	}

#siteinfo, #siteinfo a  {
color:#000000;
}