/* @override http://www.denstorasomnen.com/wp-content/themes/dss/style.css */

/*
Theme Name: DSS
Theme URI: http://denstorasomnen.com
Description: Den Stora S&ouml;mnen Theme
Version: 1.0
Author: Fakepilot
Author: http://www.fakepilot.com
Tags: Child theme, thematic
Template: thematic
*/

/* 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 */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
    border-top:0px solid black;
}

a:link, a:visited {
    color: #f00;
    text-decoration:none;
}   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* @group header */

#header {
	    background: black url(http://denstorasomnen.com/images/top.jpg) no-repeat scroll center top;
}

#blog-title {
    font-size:36px;
    line-height:0px;
    font-weight:bold;
    letter-spacing:-1px;
    padding: 130px 0 0;
    border-bottom:0px solid #242A30;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:5px 0 20px 0;
    color:#fff;
}



/* @end */

/* @group Menu */

#access {
    font-size:11px;
    background: #f00;
    border-top: 0px solid #f00;
    margin-top:-1px;
}
.skip-link {
    display:none;
}
#menu {
    padding:0px 0 0px 0;
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    margin:0 1px 0 0;
    padding:5px 10px;
    background: #000;
    color:#fff;
    text-decoration:none;
        border-top: 1px solid #f00;
}
#menu a:hover {
	    border-top: 1px solid #f00;
    background: #670000;
    color:#fff;
}
#menu .current_page_item a {
    background: #670000;
    color:#fff;
}
#menu a:focus {
	    border-top: 1px solid #f00;
    background: #000;
    color:#fff;
}



/* @end */
