/*   
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');


/* LASSES TILFØJELSER */

/* Tilpas bredden så det svarer til den manglende højre kolonne */

#container {
	width: 960px;
}
#content {
	width: 620px;
}

/* Fjern den sekundære widget */

#secondary {
display:none; 
}

/* Typografiske justeringer */
 
a:link {
color:#2F4F4F;
text-decoration:none
}
a:visited {
color:#2F4F4F;
text-decoration:none
}
a:active, a:hover {
color:#000000;
text-decoration:underline
}
#branding {
padding:44px 0 44px;
}
#blog-title {
font-family:Verdana,Arial,sans-serif;
font-size:84px;
font-weight:bold;
line-height:90px;
}
#blog-title a {
color:#000000;
text-decoration:none;
}
#blog-title a:active, #blog-title a:hover {
color:#DC143C;
}
#blog-description {
color:#666666;
font-size:15px;
font-style:italic;
}

/* Fjern side-overskrifter */

body.slug-bogen .entry-title {
display:none;
}

body.slug-forfatteren .entry-title {
display:none;
}

body.slug-traileren .entry-title {
display:none;
}

body.slug-rettelserne .entry-title {
display:none;
}

body.slug-laeserne .entry-title {
display:none;
}

/* TEST AF PRIMARY ASIDE */

#primary {
position: absolute;
border: none;
}

