/*
Theme Name: A.M.L. Theme
Theme URI: http://martinlof.se/
Description: Based on the default WordPress theme wich is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Tobias Jewson
Author URI: http://martinlof.se/
Tags: two columns

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	text-align: left;
}

#page {
	width: 810px;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 75px;
	background-color: #fff;
}

#logo {
	position: fixed;
	top: 75px;
	z-index: 2;
}

/*-------------------------------*/

#sidebar {
	position: fixed;
	top: 290px;
}

.logo {
	font-size: 0.7em;
	line-height: 1.7em;
	position: relative;
	width: 100%;
	text-align: center;
}

#navigation {
	position: relative;
	width: 200px;
}

#centerednavigation {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}

#centerednavigation ul {
	position: relative;
	left: 50%;
	float: left;
}

#centerednavigation ul li {
	position: relative;
	right: 50%;
	float: left;
	margin: 0 6px;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.6em;
	alist-style-type: disc;
	alist-style-position: inside;
}

#portfolio {
	position: relative;
	top: 4px;
	float: left;
	width: 100%;
	height: 220px;
	overflow: auto;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0 6px;
}

#sidebar .divider_heavy {
	awidth: 100%;
	height: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	aborder-top: 1px solid #000;
	border-top: 1px dotted #999;
	font-size: 0;
	display: block;
}

/*-------------------------------*/

#content {
	position: relative;
	top: 75px;
	float: right;
	width: 600px;
	margin-left: 10px;
}

.headline h1 {
	font-size: 1.5em;	
}

.shrink_wrap {
	width: auto;
	display: inline-block;
	margin-bottom: 8px;
}

.divider_light {
	height: 0px;
	margin: 2px 0 2px 0;
	border-top: 1px dotted #999;
	font-size: 0;
	display: block;
}

.divider_heavy {
	width: 100%;
	height: 0px;
	margin-top: 14px;
	margin-bottom: 8px;
	border-top: 1px solid #000;
	font-size: 0;
}
.spacer {
	height: 0px;	
	margin: 10px 0;
}

.headline .divider_heavy {
	width: 100%;
	height: 0px;
	margin-top: 0;
	border-top: 1px solid #000;
	font-size: 0;
}

a, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #f90;
}

.current_page_item a, .current_page_item a:visited {
	astext-decoration: line-through;
	color: #000;
}

.current_page_item a:hover {
	astext-decoration: line-through;
	color: #f90;
}

.current_project_item a, .current_project_item a:visited {
	astext-decoration: line-through;
	color: #000;
}

.current_project_item a:hover {
	astext-decoration: line-through;
	color: #f90;
}
/*-------------------------------*/
h2 {
	font-size: 1.05em;
}

.datestamp {
	font-size: 0.7em;
}

.post {
	margin-top: 16px;	
}

/*-------------------------------*/

.singleentry {
		
}

.entry {
	font-size: 0.7em;
	line-height: 1.4em;
}

.entry strong {
	font-weight: bold;	
}

.entry em {
	font-style: italic;	
}

.entry h1 {
	font-size: 1.75em;
	line-height: 1.4em;
}

.entry h2 {
	font-size: 1.55em;
	line-height: 1.4em;
}

.entry h3 {
	font-size: 1.45em;
	line-height: 1.4em;
}

.entry h4 {
	font-size: 1.23em;
	line-height: 1.6em;
}

.entry h5 {
	font-size: 1em;
	line-height: 1.6em;
}

.entry h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
}

.entry p {
	margin-bottom: 8px;
	display: block;
	float: left;
	clear: both;
}

.entry p .alignleft {
	position: relative;
	top: 0;
	float: left
	margin-bottom: 8px;
	margin-right: 8px;
	display: block;
}

.entry p .alignright {
	position: relative;
	top: 0;
	float: right
	margin-bottom: 8px;
	margin-left: 8px;
	display: block;
}

.entry ul li{
	list-style-type: disc;
	list-style-position: inside;
}

.entry ol li{
	list-style-type: disc;
	list-style-position: inside;
}

.entry .more-link, .entry .more-link:visited {
	color: #157bac;
}

.entry .more-link:hover {
	color: #f90;
}

.entry img {
	margin-bottom: 8px;	
}

.entry a, .entry a:visited {
	color: #157bac;	
}

.entry a:hover {
	color: #f90;
}

.clear {
	clear: both;	
}

/*-------------------------------*/

.alignleft {
	position: relative;
	top: 3px;
	float: left;	
	font-size: 0.9em;
	clear: both;
	display: block;
}

.aligncenter {
	position: relative;
	top: 3px;
	float: center;	
	font-size: 0.9em;
	clear: both;
	display: block;
}

.alignright {
	position: relative;
	top: 3px;
	float: right;
	font-size: 0.9em;
	clear: both;
	display: block;
}

.alignnone {
	position: relative;
	top: 3px;
	float: left;
	font-size: 0.9em;
	clear: both;
	display: block;
}

.alignleftlink {
	position: relative;
	top: 3px;
	float: left;	
	font-size: 0.7em;
	display: block;
	margin-bottom: 20px;
}

.alignrightlink {
	position: relative;
	top: 3px;
	float: right;
	font-size: 0.7em;
	display: block;
	margin-bottom: 20px;
}

/*------------------------------*/
/* Hack f�r att flytta adress ned�t*/
#post-72 {
	position: relative;
	top: 132px;
}

/* Hack f�r att flytta about ned�t*/
#post-11 {
	position: relative;
	top: 105px;
}