/*
Theme Name: Soft
Theme URI: http://tjoller.se
Description: Private theme for tjoller.se, based on the nude Starkers Theme, http://elliotjaystocks.com
Version: 1.0
Author: Emma Lindberg
Author URI: http://tjoller.se
*/


/********************************************************
 Imported stylesheets
 *******************************************************/

@import "css/reset.css";
@import "css/comments.css";


/********************************************************
 Basics
 *******************************************************/

body {
    background-color: #e4ecf6;
    color: #848282;
    font: 1em/1.7em Arial, 'Times New Roman', Helvetica, serif;
    
}

.clear {
    clear: both;
}

img, object {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}


a {
    background-color: inherit;
    color: #bbcfe7;
    text-decoration: none;
}

a:hover, a:active{
    background-color: inherit;
    color: #3568a4;
    text-decoration: underline;
}


/********************************************************
 Layout
 *******************************************************/

#wrap {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    max-width: 50em; /* 800 / 16 */
}

#header {
    background: url(img/header.jpg) top center no-repeat;
    height: 25em; /* 400 / 16 */
    margin: 1.25em 0; /* 20 / 16 */
}

#content {
    padding: 0 0.94em 1.25em; /* 15 / 16 */
}

#footer {
    color: #848282;
    width: 100%;
}

/********************************************************
 Menu
 *******************************************************/

#menucontainer {
    margin-top: 0.94em; /* 15 / 16 */
}

#menucontainer ul li {
    display: inline;
    float: left;
}


#menucontainer ul li a {
    font-size: 1em; /* 35 / 16 */
    font-weight: bold;
    margin-left: 0.88em; /* 9 / 16 */
    text-decoration: none;
}


#menucontainer ul li a:hover, a:active {

}



body#default ul li.blogg a,
body#info ul li.info a,
body#www ul li.www a{
    color: #3568a4;
}


/********************************************************
 Posts
 *******************************************************/

h2 {
    color: #bbcfe7;
    font-size: 1.75em; /* 22 / 16 */
    font-weight: bold;
    text-align: center;
}

h2 a:hover {
    text-decoration: none;
}


h3 {
    color: #bbcfe7;
    font-size: 0.88em; /* 15 / 16 */
    font-weight: bold;
    margin: 0.94em 0; /* 15 / 16 */
    text-align: center;
    text-transform: uppercase;
}

p.date { 
    font-size: 0.88em; /* 15 / 16 */
    margin: 0.56em 0 0 0; /* 9 / 16 */
    text-align: center;
}

p.archive_date {
    font-style: italic;
}

p.date a, p.meta a, p.archive_date a {
    color: #848282;
}

.entry {
    margin: 1.25em 0; /* 20 / 16 */
}

.entry p {
    font-size: 0.88em; /* 15 / 16 */
    margin: 0.63em 0; /* 10 / 16 */
    text-align: justify;
}

p.meta {
    background: url(img/top.png) repeat-x left bottom;
    color: inherit;
    font-size: 0.88em; /* 15 / 16 */
    min-height: 3.44em; /* 55 / 16 */
    margin-bottom: 3.13em; /* 50 / 16 */
    line-height: 3em;
    text-align: center;
}

.entry ul {
    margin: 0 3.13em; /* 50 / 16 */
}

.entry ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.entry ol {
    margin: 0 3.13em; /* 50 / 16 */
}

.entry ol li {
    list-style-type: decimal;
    list-style-position: inside
}

pre {
    background-color: #f1f0f0;
    color: #848282;
    margin: 0 3.13em; /* 50 / 16 */
    padding: 0.94em; /* 15 / 16 */
    overflow: auto;
}

blockquote {
    font-style: italic;
    margin: 0 3.13em; /* 50 / 16 */
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.prev_post {
    float: left;
    padding-left: 0.63em; /* 10 / 16*/
}

.next_post {
    float: right;
    padding-right: 0.63em; /* 10 / 16*/
}

.entry p.align_left {
    text-align: left;
}

.entry p.align_right {
    display: block;
    text-align: right;
}

.entry p.align_center {
    font-style: italic;
    text-align: center;
}

.entry p.bold_text {
    font-weight: bold;
}

.entry p.italic_text {
    font-style: italic;
}


/********************************************************
 Page related stuff
 *******************************************************/

.month {
    float: left;
}

.categories {
    float: right;
}

table.links {
    margin: 0 auto;
    width: 70%;
}

table.links td {
    width: 50%;
}


a img { 
    border:0;
    float: left;
    margin: 0 5px 10px;
}

/********************************************************
 Footer_info
 *******************************************************/

#footer_wrap {
    margin: 0 auto;
    max-width: 48.13em; /* 770 / 16 */
    padding: 4.38em 0; /* 70 / 16 */
    text-align: center;
}


form.searchform {
    margin: 0.94em 0; /* 15 / 16 */
}

input.searchsubmit {
    background-color: #bbcfe7;
    border: 1px solid #bbcfe7;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

input.searchsubmit:hover {
    background-color: #3568a4;
    border: 1px solid #3568a4;
    color: #fff;
}

input.s {
    border: 1px solid #c7c7c7;
}
