/*   
Theme Name: Simple TD
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');

/* Start of hack job 
--------------------------------------------------------------------------------------------------*/

#header {
    background:none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    width:965px;    
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}
#branding {
    padding:0px 0 0px 0;
}

#blog-title {
    font-size:30px;
    line-height:72px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    letter-spacing: .09em;
    padding:0px 0px 0 0px;
    border-bottom:none;
        background:none;
        height: 95px;
        clear: both;
        display: inline;
}

#blog-title a {
    color: #0094FF;
    text-decoration:none;
}

#blog-title a:hover{

color: #00A2F3;
background: none!important;
}
#blog-description {
   font-style:italic;
    padding:0px 0px 0px 20px;
    color:#fff;
    display: inline;
   font-size: 14px;
   letter-spacing: .04em;
}

#access {
  /*  font-size:11px;
    background:none;
    margin-top:-42px;
    padding: 0px;
    width:670px;
    font-family: Arial, sans-serif;
        border-top: none;*/
        display: none;
}


/* Body
--------------------------------------------------------------------------------------------------*/

body {
background: #eeeeee;
}

#main {
padding-top: 30px;
background: white;
width: 965px;
}

#content {
width: 645px;  /* Widens the post content */
overflow:hidden;
}

#nav-below {
color: #333333;
}

#nav-below a {
color: #333333;
}

#nav-below a:visited {
color: #333333;
}

#nav-below a:hover {
color: #00A2F3;
}

/* Side bars
-----------------------------------------------------------------------------*/

#primary {
border: none;
font-family: Helvetica Neue, Arial, sans-serif;
color: #333333;
}

#primary a, a:visited{
color: #00A2F3;
text-decoration: none;
}

#primary a:hover {
color: #00A2F3;
text-decoration: underline;
}

#primary h3 {
color: white;
background: black;
font-weight: bold;
font-style: normal;
border-bottom: thin solid black;
padding-left: 5px;
}

#primary h6 {
font-size: 24px;
color: #333333;
font-weight: bold;
font-style: normal;
padding-bottom: 5px;
}

#secondary {
font-family: Helvetica Neue, Arial, sans-serif;
color: #333333;
font-size: 11px;
font-weight: bold;
}

#secondary a, a:visited {
color: black;
text-decoration: none;
}

#secondary a:hover {
color: #00A2F3;
text-decoration: none;
}

#secondary h3 {
color: white;
background: black;
font-weight: bold;
font-style: normal;
border-bottom: thin solid black;
padding-left: 5px;
}

li.picture-item {
float: left;
margin: 2px;
border: 3px solid #00A2F3;
}

/* Post Entries
--------------------------------------------------------------------------------------------------*/

.entry-title {
font-size: 36px;
font-weight: bold;
color: #333333;
padding-top: 00px;
line-height: 33px;
}

.entry-title a {
color: #333333;
}

.entry-title a:hover {
color: #00A2F3;
}

.entry-meta {
font-family: Helvetica, Arial, sans-serif;
font-style: normal;
border-bottom: thin solid #cccccc;
}

.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta  .meta-sep-entry-date {
display:none;
}

.entry-meta a, a:visited {
color: #333333;
}

.entry-meta a:visited {
color: #333333;
}
.entry-meta a:hover {
color: #00A2F3;
}

.entry-content {
color: #333333;
}

.entry-content a {
color: #00A2F3;
text-decoration: none;
}

.entry-content a:visited {
color: #00A2F3;
text-decoration: none;
}

.entry-content a:hover {
color: #00A2F3;
text-decoration: underline;
}

.entry-utility {
font-family: Helvetica, Arial, sans-serif;
font-style: normal;
border-top: thin solid #cccccc;
}

.entry-utility a {
color: #333333;
}

.entry-utility a:visited {
color: #333333;
}

.entry-utility a:hover {
color: #00A2F3;
}
