/*
Theme Name: Sara Wasserman - Solid Ground
Theme URI: http://yourdomain.com/
Description: Custom Theme for Sara Wasserman - www.sarawasserman.com
Author: Doug Reese
Author URI: http://prodevhost.com/
Template: thematic
Version: 1.0
*/
/* 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');


#header {
    background-color:#e2e0e3;
}

#branding {
    background: url("../sarawasserman/images/albumcover-header.jpg") no-repeat top right;
    padding:70px 0pt 50px;
}

#blog-title {
    text-transform: uppercase;
    font-family:"Arial Narrow", Arial,sans-serif;
    font-weight:normal;
    font-size:58px;
    line-height:60px;
	letter-spacing:-2px;
}

.blogtitle0 {
    color:#999393;
}

.blogtitle1 {
    color:#736b69;
}

.entry-title {
    font-family:Georgia,serif;
   	color:#4F3636;
   	font-variant:small-caps; 
/*      text-transform: none; */
   	font-weight: 100; 
   	margin-bottom: 0;    
    font-size:26px;
/*    font-weight:bold;*/
    line-height:26px;
    padding:0pt 0pt 7px;
}

.entry-title a {
   	color:#4F3636;    
}

a:link {
    color:#666666;
}
a:visited {
    color:#666666;
}
a:active,
a:hover {
    color:#FF4B33;
}


.sf-menu li {
    background:#ECE2D9 none repeat scroll 0% 0%;
}

.sf-menu li.current_page_item {
    background:#FFFFFF none repeat scroll 0% 0%;
}

table {
    border:0;
    border-width:0;
    font-size:13px;
    line-height:18px;
    margin:0;
    text-align:left;
}

tr {
    border-bottom:0;
}

th, td {
    padding:1em 1.25em;
    vertical-align:middle;
}

p.audioplayer_container {
    margin-bottom: 0;
}

table.albumsamples {
    font-size:100%;
}

table.albumsamples tr {
    height:50px;
}

table.albumsamples td {
    vertical-align:top;
    padding:4px;
}

table.albumsamples td.tracknumber {
    text-align:right;
}