/*   
Theme Name: ATOMICSHED
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: John Cooper
Author URI: http://atomicshed.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');
@import url('../thematic/library/styles/18px.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 {
	  
	text-shadow: 0px 1px 1px white;
	font-weight: normal;
	color: #2e2a27; 
	font-family: "Trebuchet MS", sans-serif;}
h1 , h2 , h3 , h4  , h5  , h6  , p {
	color: #271c15;
	letter-spacing: -1px;
} 
h1 {font-style: normal; font-weight: normal; text-transform: uppercase; font-size: 60px; }
h2 {font-style: normal; font-weight: normal; text-transform: uppercase; font-size: 50px; }
h3 {font-style: normal; font-weight: normal; letter-spacing: 0px; text-transform: uppercase; font-size: 40px; }
h4 {letter-spacing: 0px; text-transform: uppercase; font-size: 30px; }
h5 { font-weight: bold; text-transform: uppercase; font-size: 25px; letter-spacing: 0px; }
h6 { font-weight: bold; text-transform: uppercase; font-size: 20px; letter-spacing: 0px; }
p  { letter-spacing: 0px; }
strong {color: #4b2913; font-weight: bold;}
em { color: #4b2913;}

#header { }
#branding {  padding:40px 0 30px 0;}
#blog-title {   }
#blog-description {   }
#blog-title a {text-shadow: 0.5px 1px 2px white;}
#blog-description {color:white; text-shadow: 0.5px 1px 2px #363636 ;}
div #top_menu {background-color: #1b1b1b; padding: 2px 0 3px 0; margin: 0 auto 0 auto}
 
 
#primary , #secondary , #tweets {
    border:1px solid #fff;
    padding:18px 0 0 0;
    margin-bottom:22px;
} 
#primary , #secondary , .aside {
	background-color: #eff2f8;    

} 
#secondary ul li 	{  list-style-type: none;}

img {border-color: #e6e6e6; border-width: 1px; border-style: dashed; padding: 0px; margin: 0px;}
 
.page_item   {  list-style-type: none;}

 div.aktt_tweets ul li {padding-top: 9px; padding-bottom: 9px; border-bottom-color: #c7c0bd; border-bottom-width: 1px; border-bottom-style: dotted;}

.comments-link {background-color:#eee; }
.comments-link a {color:black; font-weight: bold;padding-left:2px; padding-right:2px;}


