/*
Theme Name: Bratteberg
Theme URI: http://osynlig.se/
Description: 
Version: 1.0
Author: Osynlig
Author URI: http://osynlig.se/
Tags: 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	border: none;
}

.left , .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.clear {
	clear: both;
}

/**************************************************/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	margin: 55px 0 0 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #9d1a19;
}

h1 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 7px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
}

#logotype {
	position: absolute;
	top: 0;
	margin-left: -155px;
}

#container {
	width: 705px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#header ul {
	float: right;
	display: block;
	margin-bottom: 10px;
}

#header ul li {
	display: inline;
	margin-left: 26px;
	font-size: 12px;
	line-height: 12px;
}

#header ul li a {
	padding-left: 11px;
	background: url('images/link_active.gif') no-repeat -10px 0;
}

#header ul li a:hover, #header ul li.active a {
	 background-position: left 4px;
	 color: #000;
}

#header ul li.small a {
	font-size: 10px;
	background: none;
	margin-left: 27px;
	padding-left: 0;
}

#header ul li.small a:hover, #header ul li.small.active a {
	color: #9d1a19;
}

#header #campaign-spot {
	height: 180px;
	margin-bottom: 15px;
}

#content #left-col {
	padding-top: 32px;
	width: 175px;
}

#content #left-col li {
	list-style: none;
}

#content #left-col  .posts .post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

#content #left-col  .posts .post.last {
	margin-bottom: 5px;
}

#content #left-col  .posts .post h3 small {
	font-size: 11px;
	font-weight: normal;
}

#content #left-col  .posts .post .entry .read-more {
	display: block;
	font-weight: bold;
}

#content #left-col p.archive {
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}

#content #left-col ul li.active {
	font-weight: bold;
}

#content #body {
	width: 400px;
	min-height: 420px;
	padding: 25px 0 0 70px;
	background: url('images/body_bg.gif') no-repeat;
}

* html #content #body { height: 420px; }

#content #body .entry {
	padding-right: 30px;
}

#content #body .posts {
	margin-bottom: 27px;
}

#footer {
	font-size: 10px;
	color: #444;
}

.navigation {
	margin-bottom: 18px;
}

.entry .read-more {
	display: block;
	font-weight: bold;
}

.entry p {
	margin-bottom: 18px;
}

.entry ul {
	margin-bottom: 18px;
}

.entry ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.entry img.alignleft {
	margin-right: 10px;
}

.entry img.alignright {
	margin-left: 10px;
}