/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

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

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #a99190 url(containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(headerBg.gif);
}

#header {
width: 740px;
margin: 0 auto;
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #FFCC00;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
background: #FFCC00;
}

ul#navigation li.stay {
background: #6699FF;
}

/************* Content *************/
#content {
width: 740px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: ".";
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
background: #a99190;
color: #fff;
}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 98px;
background: url(hd1.jpg) no-repeat;
border: 1px solid #44434c;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 200px;
color: #44434c;
}

#siteDescription[id] {
display: table-cell;
vertical-align: bottom;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #9b6e89;
}

#content h3 {
margin: 11px 0;
border-bottom: 1px solid #9b6e89;
}

#content h4 {
font-size: 17px;
margin: 0px 5px;
position: relative;
right: -10%;

}


#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(arrow.gif);
}

/************* Main *************/

#main {
margin: 0 20px;
width: 430px;
float: right;
}

.post {
text-align: left;
}

/************* Secondary *************/

#secondary {
width: 220px;
margin-left: 20px;
float: left;
background-color: #DDDDDD;
padding: 5px;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 740px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td
{
	padding: 4px 0;
    text-align: center;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;

}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #FF9933;
	font-weight: bold;
}

#today_m {
	background: #3399CC;
	font-weight: bold;
}


#today_s {
	background: #8B8B8B;
	font-weight: bold;
}
#helg {
	background: #ff0000;
	font-weight: bold;
    color: #ff0000;
}
#extra {
	background: #B8B8B8;
	font-weight: bold;
    color: #ff0000;
}