/*   
Theme Name: Verdandi
Theme URI: 
Description: A chilt theme for Thematic.
Author: Ove Kaufeldt
Author URI: 
Template: thematic
Version: 1.3
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: 0px;
padding-bottom: 0px;
}

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

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

/* ----- Plattfärger ----- 
*/
#primary a{
color: #000000;
}

#secondary a{
color:#000000;
}

#primary {
	width:250px;
	float:left;
	margin-right:0;
	margin-top:5px;
	padding:10px;
	color: #000000;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:solid;
	border-color:#1919B3;
	border-width:2px;
}
#secondary {
	width:250px;
	float:left;
	color: #000000;
}

/* -------------------------- */

body {
	background-image: url(images/bakgrund.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center left;
}

.aside {
	background:url(images/trans50blue.png) repeat;
}

#index-top {
	background:url(images/trans50blue.png) repeat;
	/*background:rgba(122, 164, 246, 0.5);*/
}

/*
.post{
	background:url(images/trans50blue.png) repeat;
	margin-top:5px;
	padding:10px;
}
*/

#content{
	background:url(images/trans50blue.png) repeat;
	margin-top:5px;
	padding:10px;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:solid;
	border-color:#1919B3;
	border-width:2px;
}

/* Inlägg */

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

/* Primary */

#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;
}
