/*   
Theme Name: Something Something (A Thematic Child Theme)
Theme URI: 
Description: a theme based on Thematic
Author: Raena Jackson Armitage
Author URI: http://heyraena.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 basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



body {
  background: #1a242a url(images/grains.jpg);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 86%;
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:link {
  color: #08d;
  border-bottom: 1px solid #4df;
}

a:visited {
  color: #579;
  border-bottom: 1px solid #9ad;
}

a:hover {
  color: #f90;
  border-bottom: 1px solid #fa8;
  
}

a:active, a:focus {
  color: #0c7;
}


h1 {
  font-size: 2.1em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}
dl {
  margin: 0 0 2em 0;
  padding: 0;
}
dd {
  margin-bottom: 0.4em;
}

/* layout */

#wrapper {
  width: 960px;
  margin: 0 auto;
}


div#branding {
}

div#branding div#blog-title a {
  display: block;
  float: left;
  background: transparent url(images/cass-tilt.png) top left no-repeat;
  margin-top: 20px;
  margin-left: 40px;
  height: 192px;
  width: 520px;
  text-indent: -11119px;
  border: none;
}

#blog-description {
  position: absolute;
  top: -10000px;
  left: -10000px;
}

#access {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  font-size: 90%;
  background: #07141c;
}

div.skip-link {
  position: absolute;
  top: -10000px;
  left: -10000px;
}

#access ul#nav {
  width: 880px;
  margin: 0 auto;
  padding: 0;
}

#access ul#nav li {
  display: inline;
  list-style-type: none;
  margin-right: 1em;
}

#access ul#nav li a {
  border-bottom: none;
}

#access ul#nav li a:visited {
    color: #08d;
}

div.menu ul {
  width: 880px;
  margin: 0 auto;
  padding: 0;
}

div.menu ul li {
  display: inline;
  list-style-type: none;
  margin-right: 1em;
}

div.menu ul li a {
  border-bottom: none;
}

div.menu ul li a:visited {
    color: #08d;
}

div#subscriber {
  float: right;
  width: 200px;
  margin-top: 40px;
  padding: 15px 80px 15px 0px;
  background: transparent url(images/blue-rss.png) top right no-repeat;
}

div#subscriber h2 {
  font-weight: bold;
  font-size: 1em;
}

div#subscriber ul {
  margin: 0;
  padding: 0;
}

div#subscriber ul li {
  list-style-type: none;
}

div#subscriber a {
  border: none;
}


#footer {
  clear: both;
  text-align: center;
  padding: 60px;
}

/* defining the middle bits */

#content {
  background: #fff;
  color: #333;
  width: 660px;
  float: left;
  min-height: 72em;
}

#primary, #secondary {
  background: #c30;
  color: #fff;
  width: 300px;
  float: right;
}



/* many things need to be this way: */

div.post, div.page, div#comments, .author #author-info, div.archive-meta, div.navigation {
  padding: 1em 40px;
}

h1.page-title {
  padding: 0.4em 40px;
}

div.post, div.page, div#comments, .author #author-info {
  margin: 0 0 2em 0;
}


/* post shiznissle */

.entry-title, .author .page-title, h1.page-title {
  line-height: 1.3;
  color: #c40;
}

.entry-title {
  font-weight: bold;
}

.entry-title span {
  font-weight: normal;
  color: #888;
}


.tracklist {
color: rgb(201, 54, 0);
}

/* matters of links */

.entry-title a:link {
  color: #c40;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.entry-title a:visited {
  color: #c63;
  border-bottom: 1px solid white;
}

.entry-title span a:link,
.entry-title span a:visited {
  color: #888 !important;
}

.entry-title a:hover {
  border-bottom: 1px solid #f90;
}

/* navs */

div#nav-above {
  position: absolute;
  top: -10000px;
  left:-99999px;
}

div.navigation .nav-previous,
div.navigation .nav-next {
  width: 40%;
}

div.navigation a {
  display: block;
  border-bottom: none;
}

div.navigation .nav-previous a:before {
  content: "previous: ";
}

div.navigation .nav-next {
  text-align: right;
  float: right;
}

div.navigation .nav-next a:before {
content: "next: ";
}


/* author pages */

ul#authors li {
  list-style-type: none;
  clear: both;
  margin-bottom: 2em;
}


#author-info img,
ul#authors li img {
  float: right;
  margin: 0 0 30px 30px;
}


/* sidebars */

#primary a:link,
#secondary a:link {
  color: #ff0;
  border-bottom: 1px solid #fa0;
}


#primary a:visited,
#secondary a:visited {
  color: #ff8;
  border-bottom: 1px solid #f94;
}


#primary .xoxo,
#secondary .xoxo {
  margin: 1em 40px;
  padding: 0;
}

#primary .xoxo li,
#secondary .xoxo li {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
}

#primary .xoxo li li,
#secondary .xoxo li li {
  margin: 0;
}

#primary h3, #secondary h3 {
  line-height: 1.3;
  color: #410;
  }
  
  .blogroll {
    margin: 0;
    padding: 0;
  }
  
  .blogroll li {
    margin: 0;
    padding: 0;
  }
  
  p#facebook {
    padding: 1em 0;
    margin: 0 auto;
    width: 70%;
  }
  
  p#facebook img {
    border-width: 0px;
  }
  
  
  /* comments */
  
  span.unapproved {
    color: #300; 
    background: #ffd;
    display: block;
  }
  
  div#comments-list h3, div#respond h3 {
    
    color: #888;
  }
  
  div#comments-list ol {
    margin: 0;
    padding: 0;
  }
  div#comments-list ol li {
    clear: both;
    margin: 0 0 2em 0;
    list-style-type: none;
  }
  
  div#comments-list ol li div.comment-author {
    float: left;
    width: 80px;
    text-align: center !important;
    margin: 0 1em 1em 0;
  }
  
   div#comments-list ol li div.comment-author img {
     display: block;
   }
  
  div#comments-list div.comment-meta {
    font-size: smaller;
  }
  
  #form-allowed-tags {
    font-size: 80%;
    color: #444;
  }
  
  
  /* IE 6 surprises */
  
  div#ie6 {
    clear: both;
    background: #ffa;
    border-top: 1px solid #d00;
    border-bottom: 1px solid #d00;
    color: #100;
    padding: 10px 40px;
  }
  
  
  body.ie6 div#branding div#blog-title a {
    background-image: none;
    display: inline;
    float: none;
    font-size: 2.7em;
    text-indent: 0;
    color: #fff;
  }
  
  body.ie6 div#subscriber {
    background-image: none;
  }
  
  body.ie6 #access {
    position: relative;
    width: 100%;
    padding: 6px 0;
    font-size: 90%;
    background: #07141c;
  }
  
  body.ie6 div#subscriber {
    position: static;
    width: 880px;
    float: none;
    margin: 0;
    padding: 0.8em 40px;
    background: #000;
  }
  
  body.ie6 div#subscriber * {
    display: inline; margin-right: 1em;
  }