/*
Theme Name: Theobus
Theme URI: http://www.theobus.se
Description: Private theme made for theobus.se
Version: 1.0
Author: Emma Lindberg
Author URI: http://www.emmli.com
*/

@import "css/reset.css";

/* ---- BASICS ---- */

body {
    background: #fff url('img/bg.jpg') top left repeat-x;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
    color: #565656;
}

.clear {
    clear: both;
}

a:link {
    color: #90949a;
    text-decoration: none;
}

a:visited {
    color: #90949a;
    text-decoration: none;
}

a:hover, a:active {
    color: #90949a;
    text-decoration: underline;
}

img {
    display: block;
    margin: 10px auto;
}


/* ---- WRAP, CONTENT ---- */

#header {
    background: url(img/top.jpg) top center no-repeat;
    margin: 0 auto;
    height: 270px;
    width: 960px;
}

#content {
    margin: 0 auto;
    width: 720px;
    background: #fff;
    border: 1px solid #90949a;
}

/* ---- MAIN MENU ---- */

#main_menu {
    width: 100%;
    height: 25px;
    background-color: #89b4c0;
}

#main_menu ul {
    margin: 0 0 0 15px;
}

#main_menu ul li {
    margin: 0 20px 0 0;
    display: inline;
    text-align: left;
    height: 25px;
    line-height: 25px;
}

#main_menu ul li a {
    text-transform: uppercase;
    color: #bde7f3;
    text-decoration: none;
    font-size: 10px;
}

#main_menu ul li a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

#main_menu ul li a.active {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

/* ---- POSTS ---- */

.post_wrap {
    margin: 20px 0 50px 20px;
    width: 450px;
    float: left;
}

.post {
    margin: 0 0 50px 0;
    width: 450px;
}

.entry {
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}

h2.title {
    font-size: 14px;
    text-decoration: none;
    color: #89b4c0;
    margin: 0 0 0 0;
    font-weight: bold;
    width: auto;
}



.entry p {
    color: #565656;
    padding: 0 0 15px;
    text-align: justify;
    line-height: 165%;
}


/* ---- SIDEBAR ---- */

.sidebar_wrap {
    margin: 20px 20px 0 0;
    padding: 0 0px 10px 10px;
    width: 140px;
    float: right;
    border-left: 1px solid #ccc;
}

.sidebar_block ul {
	padding: 0 0 15px 10px;
}

.sidebar_block ul li {
	text-align: left;
}

.sidebar_block ul li a {
	color: #8f8f8f;
	line-height: 165%;
	text-decoration: none;
}

h3.widgettitle {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	color: #89b4c0;
	margin: 0 0;
        font-weight: bold;
}

/* ---- FOOTER ---- */

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}

#footer p {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}

#footer p a {
	color: #564b47;
	text-decoration: none;
}

/* ---- TABELLER ---- */

table#stamtavla_engla { color: #333; font: 9px Verdana; margin: 15px auto; border-collapse: collapse; width: 500px }

table#stamtavla_engla td { border: 1px solid #ccc; padding: 5px; }

table#stamtavla_engla .regnr { color: blue; display: block; }

table#stamtavla_engla .titel { color: #000; font-size: 8px; text-transform: uppercase; font-weight: bold; display: block; }


table#stamtavla_theo { color: #333; font: 9px Verdana; margin: 15px auto; border-collapse: collapse; }

table#stamtavla_theo td { border: 1px solid #ccc; padding: 5px; }

table#stamtavla_theo .regnr { color: blue; display: block; }

table#stamtavla_theo .titel { color: #000; font-size: 8px; text-transform: uppercase; font-weight: bold; display: block; }


table#fakta { color: #333; font: 12px Verdana; margin: 15px auto; border-collapse: collapse; text-align: left; }

table#fakta td { border: 0px solid #ccc; padding: 5px; }

table#fakta .rubrik { color: #333; display: block; font-weight: bold; text-align: left;   }



table#lbs { color: #333; font: 10px Verdana; margin: 0 auto; border-collapse: collapse;}

table#lbs td { border: 0px solid #ccc; padding: 5px; }

.fotobox { width: 450px; border: 1px solid #ccc; padding: 5px; text-align: left; margin-bottom: 10px; }
pre {font-family: Verdana; text-align: left; padding: 5px; }
.lankbox { border: 0px solid #ccc; padding: 5px; text-align: left; }
.manadsrubrik { text-align:left; font-weight: bold }


/* ---- LÄNKAR ---- */

a img {
    display: inline;
    float: left;
    margin: 5px 5px 5px 0;
}

h4 {
    font-size: 12px;
    text-align: left;
    color: #89b4c0;
    margin: 15px 0 10px;
    font-weight: bold;
}

p.links {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 150%;
}
