/*
Theme Name: Tjoller
Theme URI: http://www.tjoller.se
Description: 2 column, left sidebar, simple, clean and light theme based on the nude Starkers theme by Elliot Jay Stocks http://elliotjaystocks.com.
Version: 1.0
Author: Emma Lindberg
Author URI: http://www.tjoller.se
Tags: simple, clean, light, 2 column, left sidebar, widgets
*/

@import "css/reset.css";
@import "css/comments.css";


/********** BASICS **********/

body {
    background-color: #f5f5f5;
    color: #6c6c6c;
    font: 12px Arial, Verdana, sans-serif;
}

a {
    color: #bfee2f;
    text-decoration: none;
}

object, img {
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.none {
    display: none;
}


/********** HEADERS **********/

h2, h2 a {
    color: #bfee2f;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

h3, h3 a {
    color: #bfee2f;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

h3.archive, h3.archive a {
    color: #bfee2f;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-decoration: none; 
}


/********** LAYOUT **********/

#wrap {
    margin: 0 auto;
    width: 862px;
}

#header {
    background: url(img/header.jpg) top center no-repeat;
    height: 201px;
}

#content {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    margin-left: 110px;
    width: 640px;
}

#sidebar {
    float: right;
    margin-left: 10px;
    width: 100px;
}

#footer {
    background-color:#fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    clear: both;
    padding: 100px 0;
    margin-left: 110px;
    width: 640px;
}


/********** MENU **********/

#menu ul li a {
    color: #ccc;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
    color: #bfee2f;
}


/********** POSTS **********/

.post {
    margin: 0 auto;
    width: 600px;
}

.post p {
    line-height: 165%;
    margin: 10px 0;
    text-align: justify;
}

p.date, p.date a {
    color: #ccc;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

p.meta {
    background: #f5f5f5;
    border: 1px solid #ccc;
    line-height: 3em;
    margin-bottom: 50px;
    text-align: center;
}

p.meta a {
    color: #848282;
}

.old_nav {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.new_nav {
    float: right;
    font-size: 25px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.old_nav a, .new_nav a {
    color: #ccc;
}

p.posts_nav {
    background: #f5f5f5;
    border: 1px solid #ccc;
    line-height: 3em;
    margin-bottom: 30px;
    height: 35px;
    text-align: center;
}

.prev_nav {
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
}


.next_nav {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.prev_nav a, .next_nav a {
    color: #848282;
}

.post .align_left {
    text-align: left;
}



.post .align_right {
    display: block;
    text-align: right;
}



.post .align_center {
    text-align: center;
}



.post .bold_text {
    font-weight: bold;
}



.post .italic_text {
    font-style: italic;
}

.post ul {
    font-size: 1em;
    margin: 0 50px;
}

.post ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.post ol {
    margin: 1em;
    margin: 0 50px;
}

.post ol li {
    list-style-type: decimal;
    list-style-position: inside
}

pre {
    background: #f5f5f5;
    border: 1px solid #ccc;
    height: 100px;
    margin: 20px auto;
    overflow: auto;
    padding: 10px;
    width: 500px;
}

blockquote, blockquote p{
    margin: 0 50px;
}

/********** PAGES **********/

a img {
    border: 0;
    display: inline;
}

table.info_wrap {
    margin-top: 20px;
    width: 100%;
}

table.info_wrap td img {
    display: inline;
    float: left;
}

table.info_wrap td a img {
    border: 10px solid #fff;
    display: inline;
    float: left;
    margin-right: 15px;
}

table.info_wrap2 {
    margin-top: 20px;
    width: 100%;
}

table.info_wrap2 td img {
    display: inline;
    float: right;
}

table.info_wrap2 td a img {
    border: 10px solid #fff;
    display: inline;
    float: left;
    margin-left: 15px;
}

table.info2 {
    border: 1px solid #ccc;
    font-size: 1em;
    float: right;
    width: 100%;
}

table.info2 tr.color {
    background-color: #f5f5f5;
}

table.info2 tr td {
    padding: 5px;
}

table.info {
    border: 1px solid #ccc;
    font-size: 1em;
    float: right;
    width: 100%;
}

table.info tr.color {
    background-color: #f5f5f5;
}

table.info tr td {
    padding: 5px;
}

/********** FOOTER **********/

#footer p {
    text-align: center;
}

.footer_search {
    margin: 30px auto;
}

.top_link {
    font-size: 25px;
    font-weight: bold;
}