/*
Theme Name: Mattsson
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* BEGIN STYLES */


html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

div#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}

div#header {
	
	height: 200px;
}

div#header-left {
	
	float: left;
	width: 580px;
	padding-left: 40px;
	padding-top: 40px;
}

div#header-right {
	float: left;
	width: 220px;
	padding-left: 60px;
	padding-top: 40px;
}

div#content {
	position: relative;
	float: left;
	width: 580px;
	padding-top: 30px;
	padding-left: 40px;
}

div#sidebar {
	
	float: left;
	width: 220px;
	padding-left: 60px;
	padding-top: 30px;
}

div#push-footer {
	height: 200px;
}

div#footer {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	margin-top: -140px;	
	padding: 0px 0px 20px 40px;
}

p, h1, h2, h3, h4, h5 {
	position: relative;
	top: -5px;
	margin-bottom: 20px;
}

#navbar li {
	position: relative;
	top: -2px;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 0px;
}

.text-image {
	position: relative;
	top: -2px;
	left: -1px;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

ul#navbar a {
	text-decoration: none;
	color: #000000;
}

ul#navbar a.selected {
	text-decoration: underline;
}


ul#navbar a:hover {
	text-decoration: underline;
}

p img.bild-hem {
	position: relative;
	top: -15px;
	left: -20px;
}

div#hem-text {
	position: absolute;
	top: 110px;
	width: 480px;
}

p img {
	position: relative;
	top: 5px;
}

ul#menubar li {
	display: inline;
	clear: left;
}

a.menu-link {
	float: left;
	position: relative;
	left: -1px;
	top: -2px;
	width: 140px;
	height: 15px;
}

a {
	color: #000000;
}

div#blogpost {
	width: 580px;
	float: left;
	clear: both;
	padding-top: 40px;
}

div#blogpost-number {
	width: 200px;
	float: left;
}

div#blogpost-content {
	width: 380px;
	float: left;
}