/*
Theme Name: Saras land
Theme URI: http://sarasland.com/
Description: Custom designed theme
Version: 0.9.1
Author: Daniel Steiner & Sara Tranberg
Author URI: http://sarasland.com/
Tags: fixed width, two columns, widgets
*/

/* - BASIC STUFF - */
* {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	padding:50px 10px 10px 10px;
	background-color:#d8d9e6;
	/*background-image:*/
	font:0.8em/1.4em Tahoma, sans-serif;
	color:#4e4d4d; 
}
p {
	margin-bottom:10px;
}
a {
	text-decoration:none;
	color:#000000;
}
a img {
	border:none;
}
.additional-meta {
	font-size:0.7em;
	margin-bottom:5px;
}
blockquote {
	font-style:oblique;
}

/* -- LISTS -- */
ul {
	margin:0;
	padding:0;
}
ul li {
	margin-left:5px;
	padding:0;
}
li {
	list-style-type:none;
}
.disc {
	list-style-type:disc;
}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style:decimal; list-style-position:inside;}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {
	margin-bottom:10px;
	font-family:"Courier New", monospaced;
	color:#4e4d4d;
}
h2.entry-title {
	font-size:1.6em;
	line-height:1em;
	border-bottom:#4e4d4d 1px dotted;
}
h2.entry-title a {
	color:#4e4d4d;
}
h2#comments{
	font-size:140%;
}
/* headings inside posts */
.entry-content h3 { font-size:1.6em; line-height:1em; }
.entry-content h4 { font-size:1.4em; line-height:1em; }
.entry-content h5 { font-size:1.2em; line-height:1em; }
.entry-content h6 { font-size:1.0em; line-height:1em; }

/* page structure */
#page {
	width:850px;
	margin:0 auto;
	background:#fff;
}
#header { /* 850x400 */
	width:850px;
	height:400px;
	padding:0;
}
#content {
	width:830px;
	padding:0 10px;
	overflow:auto;
}
#footer {
	clear:both;
	width:830px;
	padding:10px;
	text-align:center;
	overflow:auto;
}

/* -- POSTS -- */
.posts-wrap { /* id instead of class */
	float:right;
	clear:none;
	background:#ffffff;
	width:600px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
}
.post { margin-bottom:30px; }
/*#post-single {margin:0 0 20px;}*/

/* -- SIDEBARS --*/
.sidebar-wrap { /* id instead of class */
	float:left;
	clear:none;
	background:#ffffff;
	width:180px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
}
/*.sidebar {width:99%; clear:none;}*/
.widget { margin-bottom:10px; }

/* -- 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;}
div.reply {}
textarea#comment {overflow:auto;}

/* -- NAVIGATION --*/
div.navigation {width:100%; height:auto; float:left; clear:both; padding:10px 0px;}
.navigation-index {}
.nav-next {float:right; clear:none; width:48%; text-align:right;}
.nav-prev {float:left; clear:none; width:48%; text-align:left;}

/* -- ALIGNMENTS (wp stuff) --*/
img.alignright {float:right; clear:none; margin:0 0 1em 1em;}
img.alignleft {float:left; clear:none; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin:1em auto; text-align:center;}
img.alignnone {margin:0 0.5em 0 0;}
