/*
Theme Name: mattis
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on */
@import url("layouts/sidebar_left2.css"); 

/* -- just some ugly styling to make it easier to get started, can safely be removed */
.sidebar, #entry-meta-single {}
#respond {}
li.depth-1 {}
.navigation {}
.post {margin-left:5px;}

/* - BASIC STUFF - */
body {background:#eaeaea;font:13px Arial, Verdana, Geneva, sans-serif;color:#111;margin:0 auto;padding:0 10px;}
a {text-decoration:none; color: #222;}
a:hover {text-decoration:underline;}
a img{ border:none; }
.additional-meta {display:none;font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */
#header li{
	float:left;
	display:block;
	margin-right:5px;
}
.menu {
	
	border-bottom:1px solid #999999;
	height:18px;
	/*margin-left:150px;*/
	padding-top:2px;
        color: #eaeaea;
}.menu a{
	color:#444444;
	font-size:13px;
	padding-right:10px;
}
.menu a:hover{
	color:#000;
}
.current_page_item{
	font-weight:bold;
	color:#000;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px 0;
	color:#333;
}
h1 {font-size: 2.15em; font-weight: bold;}
h2 {font-size: 1.6em; font-weight: bold; color: #666; margin-bottom:2px;}
h3 {font-size: 1.5em; font-weight: bold; }
.post h4 {clear:both; padding-top:10px;}
h4 {font-size: 1.1em; line-height: 2px; padding-top: 5px; }
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
a img{ border:#eaeaea 1px solid; }
a:hover img{ border:#9CF 1px solid; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.wp-caption-text{
	font-size:85%;
	margin:2px 12px 2px 2px;
	text-align:center;
        padding-bottom:5px;
}
.wp-caption{
        padding-right:5px;
}
/* End Images */

/*search field*/
#searchsubmit{
	
}
#s {
	background:#fff none repeat scroll 0 0;
border:1px solid #cacaca;
color:#222;
width:80px;
        height:12px;
        font-size:10px;
}
.searchfield-right{
	float:right;
	padding-right:5px;
}

/* HEADER */
#header a img{border:none;}

#page{
	margin-left:5px;
}
/* Footer */
#footer{
	text-align:center;
	color:#666;
	/*background:url(http://tildalovell.se/images/footer-bg.jpg) repeat-x;*/
}

/* Flaggor i headern!!!!!! */
.flags_right{ float:right; margin-right:-9px;}
.flags_right a {color:#336; }
#footer_language_list{
  margin-top: 1px;
}
/*
#footer_language_list ul{
  list-style: none;
  margin:0;
  padding:0;
}
#footer_language_list ul li img{
  margin-right:2px;
}
#footer_language_list ul li{
  display:inline;
  margin:0 2px 0 2px;
  padding:0;
}
*/


p.clearboth{ clear:both; padding-top:5px;}
.small_link{font-size:8px; color:#666; }
.mer_info{ clear:both; font-size:10px; padding-top:20px; }
.mer_info_kursiv{ clear:both; font-size:10px; font-style:italic; }

.posts-wrap a {color:#333366;}
.posts-wrap h2 a {color:#666; font-size:15px;}
.posts-wrap h2 a:hover {text-decoration:none;}

