/*   
Theme Name: A Thematic Child Theme
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');

body {
font-family: "Courier New", Courier, Verdana, Arial;
font-size: 13px;
background: #5b5852;
color: #9b9899;
}

.entry-title {
font-family: courier;
}

a {
color: #9b9899;
}

/*
#blog-title a {
background:url('../../uploads/2010/01/daseins.gif') no-repeat top center;
display:block;
text-indent:-9000px;
width: 400px;
height: 182px;
}
*/

#header {
display:none;
}

#blog-description {
text-indent:-9000px;
}

#branding {
padding: 44px 0;
}

#siteid {
/*background:url('../../uploads/2010/02/das-eins-grau.gif') no-repeat left bottom;*/
/*padding:140px 0 0 100px;*/
height:60px;
margin-bottom:10px
}

.sf-menu li {
background:transparent;
}

.sf-menu a, .sf-menu a:visited, .aside, .aside a {
color: #9b9899;
text-decoration:none;
}

.aside .current_page_item a {
color:#FFF;
}

.aside a:hover {
color:#000;
}

.sf-menu a {
border: none;
}

#primary {
border:none;
position:relative;
left:-20px;
}

div.menu {
display:none;
}

#access, #footer {
border:none;
}

#siteinfo {
display:none;
}

div.entry-meta, div.entry-utility {
display:none;
}

.aside ul ul {
width:280px;
list-style:none;
margin:0;
}

.main-aside ul {
padding:0;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a {
font-weight:normal;
font-size: 1em;
text-align:right;
color:#FFF;
}

h1.entry-title span:before {
content:"/ ";
}

#container {
float:right;
}

#content {
padding-top:282px;
width:600px;
}

li.page_item a span {
float:right;
}

#content p {
text-align:justify;
}

div.ngg-galleryoverview {
position:relative;
left:18px;
}
