/*
Theme Name: This is my blog...wooden edition
Theme URI: http://thisismyblog.com/
Description: A custom Wordpress theme made by emergence.no
Version: 1
Author: Espen Sae-Tang Ottersen
Author URI: http://espen.ottersen.name/

*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

#container {
	position: absolute;
	clear: both;
	float: left;
	width: 100%;
	min-height: 100%;
}

#sidebar {
	background-image: url(/wp-content/themes/thisiswooden/img/bg_pattern.jpg);
	color: #fff;
	font-size: 0.8em;
	width: 310px;
	padding: 15px;
	padding-left: 30px;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

#blured-right {
	background-image: url(/wp-content/themes/thisiswooden/img/blur.png);
	z-index: 10;
	position: absolute;
	right: 340px;
	width: 15px;
	top: 0;
	bottom: 0;
}

#content {
	margin-right: 360px;
	margin-left: 20px;
}

/*******/

#navigation {
	padding-bottom: 50px;
}

.transparentBg {
	background-image: url(/wp-content/themes/thisiswooden/img/transbg/000.gif);
	padding: 12px;
	margin: 5px;
}

h1 {
	margin-bottom: 0em;
	margin-top: 0.6em;
	font-size: 1.6em;
}

h1 a {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

.postinfo {
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-left: 0.25em;
	color: #666;
}

#socialnetworks {
	text-align: center;
	padding-top: 15px;
}

#searchform {
	text-align: center;
	margin-bottom: 6px;
}

#logo {
	margin-left: 20px;
}

a {
	color: #999;
}

.alignright {
	float: right;
}

#archives {
	text-align:center;
	padding-bottom: 15px;
}

#archives a {
	text-decoration: none;
}

#tagcloud {
	line-height: 2em;
}

#tagcloud a {
	color: white;
	text-decoration: none;
}

#searchform {
	margin-top: 5px;
}

.twitter_div h2 {
	margin-top: -0.5em;
}

#twitter_update_list {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list li {
	margin: 10px;
}