/*
Css-mallen hackad av Olaf Svenningsen 2008-2009.
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #009900;
}

a:hover {
	background: #FFFF33;
	color: #0033FF;
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: right;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo {
	float: left;
}

#logo a {
	text-decoration: none;
	color: none;
	background: none;
}

#logo a:hover {
	text-decoration: none;
	color: none;
	background: none;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 100px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 26px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #006600;
}

#menu a:hover, #menu .current_page_item a {
	color: #000000;
	background: #26BADF url(images/img04.gif) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #fff url(images/img05.gif) no-repeat;
	color: #000000;
}

.post a {
	color: #009900;
}

.post a:hover {
	background: #FFFF33;
	color: #0033FF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #000000;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
	background: url(images/img09.gif) repeat-y;
}

.post .entry {
	padding: 20px 30px 10px 30px;
	background: url(images/img09.gif) repeat-y;
}

.post .links {
	margin: 0;
	padding: 0 30px 35px 30px;
	background: url(images/img06.gif) no-repeat left bottom;
	border-top: none;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

.post .links a:hover {
	background: #FFFF33;
	color: #0033FF;
}

.post .changedate {
   	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* Zebra table */

table{
	border: 0px solid #FFFFFF;
	}
	tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
	background-color: #FFFFFF;
	}
	thead td{
		color: #fff;
		background-color: #666;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	tbody td{
			border-left: 1px solid #cccccc;
	}
	tbody tr.even td{
		background: #eee;
	}
	tbody tr.selected td{
		background: #FFFFCC;
		color: #ffffff;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td{
		color: #000;
		background-color: #FFFFCC;
		border-left: 2px solid #33CC33;
	}
	
	/* Opera fix for zebra table */
	head:first-child+body tr.ruled td{
		background-color: #FFFFCC; 
	}

/* Sidebars */

.sidebar {
	float: left;
	width: 160px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #666666;
}

.sidebar li li a {
	text-decoration: none;
	color: #000000;
}

.sidebar li li a:hover {
	background: #FFFF33;
	color: #FFFFFF;
}

.sidebar li h2 {
	text-decoration: none;
	padding-top: 20px;
	color: #003300;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #fff;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #003300;
}

#footer a {
	color: #00CC00;
|

