/************************************************ Typografi ************************************************/
body {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #fff;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a, a:link, a:hover, a:visited, a:active {
	color: #523e14;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#hero {
	background-image: url(images/frame.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left 566px;
	color: #523e14;
	font-size: 0.85em;
	line-height: 1.3em;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 3px 0 6px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 3px 0 6px 0;
}
.puff h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #523e14;
	font-weight: normal;
	margin: 13px 0 22px 0;
}
.kalender h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #c6b27d;
	font-weight: normal;
	margin: 13px 0 9px 0;
	font-style: normal;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}
.item .bild {
	display: block;
	width: 236px;
	float: left;
	margin: 0 30px 15px 0;
}
.item .text {
	display: block;
	width: 315px;
	float: left;
	position: relative;
	margin: 0 0 15px 0;
}
.item .datum {
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: italic;
}
.divider {
	display: block;
	width: 100%;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.kalender .divider {
	height: 1px;
	background-image: url(images/divider_kal.png);
	background-repeat: repeat-x;
	background-position: top left;
	clear:both;
}
.kalenderEventBox {
	position: relative;
	top: 19px;
	left: -9px;
	font-size: 0.9em;
	line-height: 1.8em;
	width: 200px;
}
.kalenderEvent {
	background-color: #150e0a;
	width: 100%;
	height: 22px;
	padding: 0;
	margin: 0;
}
.kalenderEventAlt {
	background-color: #24130c;
	width: 100%;
	height: 22px;
	padding: 0;
	margin: 0;
}
.kalenderEventBox a, .kalenderEventBox a:link, .kalenderEventBox a:hover, .kalenderEventBox a:visited, a:active {
	color: #c4b487;
	font-style: normal;
	font-weight: normal;
}
.kalenderEventBox .datum {
	color: #ffc000;
	display: block;
	width: 40px;
	float: left;
	padding: 0 0 0 10px;
}
.kalenderEventBox .titel {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.ingress {
	font-size: 1.3em;
	line-height: 18px;
}
.knapp_blank {
	display: none;
}
.knapp_facebook {
	display: block;
	width: 126px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/knapp_facebook.jpg);
	background-repeat: no-repeat;
	margin: 12px 0 0 0;
}
.knapp_mejla {
	display: block;
	width: 126px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/knapp_mejla.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
}
.knapp_sms {
	display: block;
	width: 128px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/knapp_sms.jpg);
	background-repeat: no-repeat;
	margin: 24px 0 0 0;
}
.knapp_lasmer {
	display: block;
	width: 94px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/knapp_las_mer.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
}
.knapp_utskrift {
	display: block;
	width: 133px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/knapp_utskrift.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: right;
}
/************************************************ Allmänt ************************************************/
#logo {
	background-image: url(images/blank.gif);
	width: 300px; /* Bredd på logotypen */
	height: 135px; /* Höjd på logotypen */
}
/************ Galleri *********/
ul.thumbs li a, ul.thumbs li a:link, ul.thumbs li a:visited {
	border: 1px solid #000;
	height: auto;
}
ul.thumbs li a:hover, ul.thumbs li a:active {
	border: 1px solid #d92b18;
}
.thumbscontainer p {
	font-size: 80%;
	line-height: 18px;
	color: #000;
	padding-top: 2px;
}