/*
Design by Raimo Haukilahti
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #e27f42 url(images/img01.gif) repeat-x left bottom;
	border: 1px solid #e27f42;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
/*  	background: #DCEBFC; */
		background: #fbf3e8; 
}

/* Post */

.post {
	padding: 0px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post .date {
	float: left;
	width: 90px;
	padding-left: 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol{
	margin-bottom: 1.5em;
	line-height: 180%;
}




/* Header */

#header {
	width: 760px;
	height: 120px;
	margin: 0 auto;
}

#olsort {
	height: 210px;
/*	margin: 0 auto; */
	margin-bottom: 1.5em;
/* 	margin-left: 5 px;
	margin-right: 5 px; */
	line-height: 180%;
	padding: 0px 20px 0 20px;
}


#logo h1 {
	padding: 130px 0 0 20px;
	font-size: 2em;
}

#logo h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Splash */

#splash {
	float: right;
	width: 520px;
	height: 200px;
}


#centerlogo {
	float: right;
	width: 709px;
	height: 71px;
}



/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

/* Content >  */

#sidebar {
	float: left;
	width: 140px;
}

#main {
	float: left;
	width: 400px;
}

#rightglass {
	float: right;
	width: 175px;
}



#main a {
}


/* t > Sidebar */


#sidebar a {
}
/* Content > Sidebar > Menu */

#menu {
	padding: 0px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #EEEEEE;   /* linje mellan varje menyrad */
	text-decoration: none;
	font-weight: bold;
	color: #666666; 
}

/* Defines the backgroun colour around the link */
#menu a:hover {
	background: #fbf7ed; 
/*	background: #111111; */
	color: #000000;
}

#menu .active a {
	background: #D1F0A6;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content > Sidebar > Updates */

#updates {
	margin-top: 1.4em;
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: url(images/img04.gif) repeat-x ; /* Footer background */
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #86D613;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}