/*
Theme Name: PCJ Promo
Theme URI: http://pacificcoastjazz.com/promo
Description: Custom Theme for Pacific Coast Jazz Artist Promo site
Author: Doug Reese
Author URI: http://prodevhost.com/
Template: thematic
Version: 0.1
*/


/* 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: #333;
    color: #EEDDD5;
/*    color: #999;*/
    font-family: Verdana,Sans-serif;
    font-size:85%;
}

div#header {
    background-color:#333;
    height:350px;
}

div#branding {
    padding-top:0;
    padding-bottom:0;
    background-color:#000;
    border-left:2px solid #91191B;
    border-right:2px solid #91191B;
}

div#blog_title {
}

img#header_image {
    display: block;
    margin-left:auto;
    margin-right:auto;    
}

div#access {
    display:none;
}

div#main {
    width:900px;
    background-color:#000;
    border-left:2px solid #91191B;
    border-right:2px solid #91191B;
    border-bottom:2px solid #91191B;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
}

div#primary {
    border:0;
    width:250px;
}

div#footer {
    margin-top:0;
    border-top:0;
}

div#siteinfo {
    text-align:center;
}

div#comments {
    background-color:#000;
}

div#respond {
    background-color:#000;
}

h1 {
    color: #fff;
}

a, a:link, a:visited {
    color:rgb(193, 119, 46);
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color:#990000;
    text-decoration: underline;
}

.aside .current_page_item a {
    color: #990000;
    text-decoration: none;;
}
.aside .current_page_item .page_item a {
/*    color: rgb(193, 119, 46);;*/
    color: #52C170;
    
    text-decoration: none;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color:#990000;
    text-decoration: underline;
}
.aside {
    color:#666;
}
.aside a {
/*    color: rgb(193, 119, 46);*/
    color: #52C170;
    text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #990000;;
    text-decoration: underline;
}

.aside h3 {
    color:#990000;
    font-weight: bold;
}

table {
    border: 0;
}

tr {
    border: 0;
}

th, td {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

table#artistgrid {
    border:0;
}

table#artistgrid tr {
    border:0;
}

table#artistgrid tr td a.artistlink, table#artistgrid tr td a {
    color:rgb(193, 119, 46);
    text-decoration:none;
    font-weight: bold;
}

table#artistgrid tr td a.artistlink:hover, table#artistgrid tr td a:hover {
    color:#990000;
    text-decoration: underline;
}

table#artistgrid tr td span.album {
    font-style: italic;
    color:#ccc;
/*    color:#990000;*/
}

table#artistgrid tr td span.description {
    font-size: 80%;
    color: #999;
}

p.message {
    color:#990000;
}

#comments-list li.bypostauthor {
    background: #000;
}
