/*   
Theme Name: Biggys Music Shop
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Marcus Schaefer
Author URI: http://themeshaper.com/
Template: thematic
Version: 0.1
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');

@font-face { font-family:Biggy; src:url(fonts/WC_RoughTrad.otf); }



body{
	background-color: #333;
	background: url(img/bodybg.jpg);
	color: #555;
}

#header{
	//background: url(img/caro.gif)top right repeat-y;
	background-color: #333;
	background: url(img/bghead.gif);
	height:  287px;
}

#branding{
	//background: url(img/caro.gif)top right repeat-y;
	background: url(img/header-img.gif);
	text-indent: -9999px;
	width: 760px;
}

#header h1, #header #blog-title a{
	color:  #FFF;
}

#header #blog-title a{
	font-family:Biggy;
	font-size: 48px;
}

h1, h2, .entry-title{
	font-family:Biggy, Helvetica, Aria, sans-serif;
	font-size: 28px;
	line-height: 40px;
}

h2.entry-title a{
	color: #c00000;
}

.page #content {
width:950px;
}

.page #container {
width:960px;
}

table{
	border-style: none;
}
.gigs-calendar{
	width:  940px;
}

#main table.gigs {
border:0;
border-collapse:collapse;
font-size:0.9em;
text-align:left;
width:100%;
}

#content{
	width: 600px;
}

tr {
border-bottom:1px solid #FFFFFF;
}

#primary{
	border:  0;
}

#primary h3, #secondary h3, #primary h3 a, #secondary h3 a{
	font-family:Biggy, Helvetica, Aria, sans-serif;
	color: #c00000;
	text-transform: lowercase;
	font-style: normal;
	font-size: 18px;
	
}

#access {
border-bottom:0;
}

.sf-menu li, .sf-menu li.sfHover, .sf-menu li a:hover, .sf-menu a, .sf-menu a, .sf-menu a:visited{
background:#c00000 none repeat scroll 0 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
color: #fff;
font-size: 14px; 
}

.sf-menu {
border-right:0;
float:left;
color: #fff;
}

.sf-menu a {
border-bottom:0;
border-left:0;
border-top:0;
padding:9px 13px;
text-decoration:none;
color: #fff;
}


.posthead{
	width: 600px;
	height: 30px;
	display:  block;
	background: url(img/posttop.gif);
}

.postmiddle{
	padding:  16px 50px;
	margin: 0;
	background-image: url(img/postmiddle.gif);
	height:  100%;
}

.postfoot{
	width: 600px;
	height: 40px;
	display:  block;
	background: url(img/postbottom.gif);
	margin-top:-22px
}

.page .postfoot{
	background: url(img/pagebottom.gif);
}

.page .postmiddle{
	background: url(img/pagemiddle.gif);
	height:  100%;
}

.entry-utility{
	margin-top: 8px;
}

.sidebar-header{
	background: url(img/sidepatterntop.gif);
	float:right;
	position:relative;
	width:300px;
	height: 16px;
	text-indent: -9999px;
}

.side-widgets{
	background-image: url(img/sidepatternmiddle.gif);
	float:right;
	width:300px;
}

.sidebar-footer{
	background: url(img/sidepatternbottom.gif);
	float:right;
	position:relative;
	width:300px;
	height: 16px;
	text-indent: -9999px;
}

.aside{
	width: 290px;
	color:  #555;
}

.aside a{
	color:  #000000;
}

a{
	color: #000;
}

#main table.gigs {
width:92%;
}

#footer {
border-top:0px solid #CCCCCC;
margin-top:22px;
}
