/*   
Theme Name: Slurk
Theme URI: 
Description: A test chilt theme.
Author: Ove Kaufeldt
Author URI: 
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');

/*#blog-title a {
background:url(images/image.jpg) no-repeat top center;
display:block;
text-indent: 0px;
width: 540px;
height: 170px;
}
#blog-description {
color:#fff;
padding:0; 
*/

#branding {
padding-top: 5px;
padding-bottom: 0px;
}

/* Bildbredd 940 px */
#blog-title a {
background:url(images/top.png) no-repeat top right;
display:block;
text-indent: -9000px;
width: 940px;
height: 200px;
}

#blog-description {
color:#000;
padding:0; 
position:absolute;left:-9000px;
margin-top: 0;
margin-bottom: 0;
}

#wrapper {background: #F9E8C7;}

/* Primary */

#primary.aside {background: #F8E3B9;}

#primary a{
color: #000000;
	text-decoration: none;
}

#Primary a:link {
    color:#000000;
	text-decoration: none;
}
#Primary a:visited {
    color:#000000;
	text-decoration: none;
}
#primary a:hover {
	color: #0000ff;
	text-decoration: underline overline;
}
#primary a:active {
	color: #0000ff;
	text-decoration: none;
}


/* Secondary */

#secondary a{
color:#000000;
}





/* 
a:link {
    color:#000000;
}
a:visited {
    color:#000000;
}

*/

.entry-title a:active, .entry-title a:hover
{
color: #0000ff;
}