/*   
Theme Name: Plow 
Theme URI: 
Description: American Roots Music
Author: Chris Clarke
Author URI: http://lanexa.net/
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:#000;
	background-image:url(../../../../images/cd.background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

/* LAYOUT */
body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:640px;
    margin:0 auto;
}

.menu {
    width:640px;
    margin:0 auto;
}
#main {
    width:700px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:420px;
    float:left;
}
#content {
    margin:0 0 0 20px;
    width:420px;
    overflow:hidden;
}
.main-aside {
    width:240px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:640px;
    margin:0 auto;
}
/* LAYOUT */

#access	{
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #000;
	height: 22px;
	font-size: 13px;
	z-index: 50;
}

#branding	{
	padding-top: 88px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
}

#main	{
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 22px;
	padding-left: 20px;
}

/* turn off post author info */
.entry-meta {
display:none;
}

/* turn off footer post info */
.entry-utility	{
display: none;
}

.entry-title	{
display:none;
}

.main-aside ul {
padding-top: 20px;
}

.wp-caption p.wp-caption-text	{
text-align:left;
}

#footer	{
border-top-width: 0px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background-color: none; 
border-bottom-color: #cccccc;
border:0px;
}

.sf-menu ul li a {background-color:none;}


.sf-menu a {
border-left-width-value: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
padding-bottom: 3px;
padding-top:3px;
font-family:sans-serif;
background:transparent; 
}

input, textarea {
font-size:11px;
line-height:12px;
}

.sf-menu li 
	{
	background-color:transparent;
	font-weight:bold;
	font-size:14px;
	border:0px;
	}
.sf-menu
	{
	border:0px;
	}