/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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');


body {background: url('http://www.crushwinehouse.com/images/crush-background.jpg') repeat scroll 0 0 #440000; font:12px Geneva; color:#653d1a;}
#main {
	background-color: transparent;
	width: 960px;
	background-image: url(/images/container-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#header { 
	background-image: url(/images/crush-header.jpg);
	background-position: top left;
	background-repeat: repeat;
	width:958px; 
	margin:0 auto;
	display: block;
	position: relative;
	clear: both;
	z-index: 2;
	overflow: visible;
}
#branding {
	height:160px; 
	padding:0;
	position: relative;
}
#container {width:710px;}
#content {width:700px;}
.main-aside {width:225px;}
#wide_container {width:920px; text-align: center;}
#wide_content {width:910px; text-align: center; margin-left: 25px;}

.menu {
	background-color: transparent; 
	width:960px;
	height: 24px;
	margin-top: 0px;
	border-top: 2px solid #CC9C4A;
	border-bottom: 2px solid #CC9C4A;
	background-image: url(/images/nav-bg.jpg);
	background-position: top left;
}

#blog-title {display:none;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {display:none;
    color:#666;
    font-size:13px;
    font-style:italic;
}

body.slug-calendar .main-aside {display:none;}
body.slug-calendar #container {width:750px;}
body.slug-calendar #content {width:700px;}
}

a:link {color: #653d1a;}

a:active, a:hover{color: #653d1a;}


.sf-menu {
	margin-top: 4px;
	float:right; 
	border-right:0px solid #ccc; 
	margin-right:30px;
	color: #653d1a;
}

.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	padding-left: 0.75em;
	text-decoration:none;
	font-size:14px;
	color: #653d1a;
}

.sf-menu ul a:hover {
    color: #653d1a;
}

.sf-menu li:hover, .sf-menu li.sfHover {
    background:     none;
	outline:		0;
    border-bottom-color:#ccc;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a:visited {
    background:     none;
	outline:		0;
	color:			#653d1a;
    border-bottom-color:#653d1a;
}


.sf-menu li {
	background:		none;
}

body.slug-calendar div.hfeed div#main { overflow: visible !important; }
body.slug-calendar td.calendar-month { color: #ffffff !important; }
body.slug-calendar td.calendar-prev a, body.slug-calendar td.calendar-next a { color: #ffffff !important; }
