/*
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: 0 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, body#kontakt #main_menu ul li.kontakt a, body#default #main_menu ul li.blogg a {
    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;
    float: left;
    width: auto;
}

h2.title a {
    color: #89b4c0;
    text-decoration: none;
}

.meta {
    float: right;
    font-size: 10px;
    color: #8f8f8f;
    margin: 5px 0 0;
    padding: 0 0 5px 0;
}


.entry_meta {
    font-size: 10px;
    color: #8f8f8f;
    padding: 5px 0 0 0;
}

.entry_meta a{
    font-size: 10px;
    color: #8f8f8f;
    text-decoration: none;
}

.entry_meta a:hover, a:active {
    text-decoration: underline;
}

.entry p {
    color: #565656;
    padding: 0 0 15px;
    text-align: justify;
    line-height: 165%;
}

.post_nav {
    
}

.search-404 {
    
}

.nav-previous {
    display: inline;
    float: left;
}

.nav-next {
    display: inline;
    float: right;
}

/* ---- 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;
}

/* ---- CALENDAR ---- */

#calendar_wrap {
	width: 100%;
	margin: 0 0 10px 0;
}

#calendar_wrap table {
	margin: 5px auto;
	width: 95%
}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	font-size: 1.1em;
	text-transform: capitalize;
	color: #ccc;
} 

#calendar_wrap td {
	color: #646464;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	font-size: 1.1em;
}

#wp-calendar caption {
	color: #fff;
	margin: 5px 0 10px 0;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	background: #89b4c0;
}

#calendar_wrap tfoot td {
	padding: 15px 0 15px 0;
}

#calendar_wrap td a:link {
	color: #646464;
	text-decoration: underline;
}

#calendar_wrap td a:visited {
	color: #646464;
	text-decoration: underline;
}

#calendar_wrap td a:hover {
	color: #646464;
	text-decoration: underline;
}

#wp-calendar #today {
	background: #89b4c0;
	color: #fff;
}

#wp-calendar #today a:link {
	color: #fff;
	text-decoration: underline;
}

#wp-calendar #today a:visited {
	color: #fff;
	text-decoration: underline;
}

#wp-calendar #today a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ---- COMMENTS ---- */

h3#comments {
	font-size: 10px;
	font-weight: bold;
}

ul.commentlist li {
	margin: 10px;
	padding: 10px;
}

ul.commentlist li p{
	text-align: justify;
	line-height: 140%;
	padding: 5px 0;
}

h2.author a {
	display: inline;
}

h2.author a { 
	color: #90949a;
	text-decoration: none;
	text-transform: uppercase;
}

.commentmetadata {
	color: #8f8f8f;
}

.avatar {
	float: right;
}

.comment_field {
	margin: 0 0 15px 0;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 20px 0;
}
.comment_nav {
	
}

.nav_prev {
	
}

.nav_next {
	
}

ul.pinglist {
	
}

h3#pings {
	
}

.alt {
	background: #ededed;
}

h2#comments {

}

ol.commentlist li {
	
}


#respond {
	
}

#cancel_comment_reply {
	
}
/* ---- 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;
}
