/*   
Theme Name: TVARK Theme
Theme URI: 
Description: 
Author: Mårten Nettelbladt
Author URI: http://www.tvark.se/
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 {
    background:#fff;
	line-height: 1;
}

.sf-menu ul a:hover {
    color:#000;
}

body, input, textarea {
    font: 13px Arial,Helvetica,Verdana,sans-serif;
    line-height:16px;
    color:#000;
}


#branding {
    padding:88px 0 0px 0;
}

#blog-title a {
background:url(http://www.tvark.se/wordpress/wp-content/uploads/tva-logo.gif) no-repeat top left;
display:block;
text-indent:-9000px;
width: 249px;
height: 84px;
}

.entry-title {
    font-family:Calibri,Helvetica,Verdana,sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#000;
    line-height:0px;
    padding:22px 0px 5px 0px;
}

.entry-content {
    padding:8px 0 0 0;
}

.entry-content img,
.wp-caption {
    margin-bottom:10px;
}

.hentry {
    padding:0 0 0px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:22px 20px 0 20px;
}


.entry-title a {
    color:#000;
    text-decoration:none;
}

    
#main {
    clear:both;
    padding:44px 0 0px 0;
}

.hentry {
    padding-top:0px;
    padding-bottom:0px;
}
.page-link {
    padding-top:0px;
    margin-bottom:0px;
}



.aside ul ul {
    list-style:none;
    margin:0 0 22px 0px;
}


.aside h3 {
    font-size:12px;
    font-style:normal;
    line-height:18px;
}

a{
    color:#333;
    text-decoration:none
}

a:hover{
    color:#000;
    text-decoration:none
}

.aside ul ul li {
    padding:0px 0;

#footer {
    border-top:0px solid #ccc;
    margin-top:0px;