/*
Theme Name: Herzman
Theme URI: http://www.hertzmanfrukt.com
Description: Theme based on Elliot Jay Stocks Starkers theme (http://elliotjaystocks.com)
Version: 1.0
Author: Emma Lindberg
Author URI: http://www.emmli.com
*/

@import "css/reset.css";

/*************** Basics ***************/

body {
    background-color: #e0ecb7;
    color: #565656;
    font: 11px Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}

a:link {
    color: #90949a;
    text-decoration: none;
}

a:visited {
    color: #90949a;
    text-decoration: none;
}

a:hover, a:active {
    color: #419985;
    text-decoration: underline;
}


/*************** Layout ***************/

#wrap {
    margin: 0 auto;
    width: 800px;
}

#header {
    background: url(img/top.jpg) no-repeat;
    height: 300px;
}

#content {
    background: url(img/content.jpg) repeat-y;
}

#footer {
    background: url(img/footer.jpg) no-repeat;
    height: 23px;
}

/*************** Main menu ***************/

#main_menu {
    margin: 0 auto 30px;
    width: 650px;
}

#main_menu ul {
    margin: 0 0 0 0px;

}

#main_menu ul li {
    display: inline;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: left;
}

#main_menu ul li a {
    color: #90949a;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#main_menu ul li a:hover, a:active {
    color: #419985;
    text-decoration: none;
}

/*************** Content ***************/

.post {
    margin: 0 auto 30px;
    width: 680px;
}

.post_produkt {
    margin: 0 auto 30px;
    width: 760px;
}

.post p, .post_produkt p {
    line-height: 165%;
    padding: 0 0 15px;
    text-align: justify;
}

.post ul li {
    list-style: circle;
    margin: 10px 10px 0;
}

h2 a, h2 {
    color: #419985;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 450px; 
}

img.float_right {
    float: right;
    margin: 0 0 10px 20px;
}

.header_search {
    float: right;
    padding: 20px 0;
}

#footer_info {
    clear: both;
}

#footer_info p {
    color: #90949a;
    text-align: center;
}

table.sortable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: right;
    font-size: 10px;
}

table.sortable thead th, table.sortable tfoot td {
    background: #e2e2e2;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    vertical-align: top;
}

table.sortable thead th.align_left, table.sortable tbody tr td.align_left, table.sortable tfoot tr td.align_left {
    text-align: left;
    width: 14%;
}



table.sortable thead tr, table.sortable tbody tr {
   border-bottom: 1px solid #ccc;
}

table.sortable tr td, table.sortable tr.odd td, table.sortable thead th {
    padding: 5px 5px 5px 5px;
}


