/*
-----------------------------------------------
Site:			Lionheart Performance, Stockholm, Sweden
Author:   	A&O Media Design, Henrik Eklund, Kalmar, Sweden
Version:  	2007.09
----------------------------------------------- */

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
								{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 				{ font-size:100%; font-weight:normal; clear:both; }
p								{ padding-bottom:1em; }
input, select, textarea			{ font:100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
hr, legend						{ display:none; }
a:link, a:visited				{ color:#000; text-decoration:none; font-weight: bold; }
a:hover							{ color:#6798dc; text-decoration: none;}
table 							{ border-collapse:collapse; border-spacing:0; }
fieldset,img 					{ border:0; }
caption,th 						{ text-align:left; font-weight:bold; }
ul 								{ list-style:none; }
img								{ border:0; }
label							{ cursor:pointer; }

html {
	font: normal 0.75em/1.7em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #555;
	background:#fff;
}
body {
	width:980px;
	background:#fff url(graphics/branding.jpg) no-repeat 50% top;
	position:relative;
}
#branding h1, #branding h1 a {
	text-indent:-9999px;
	display:block;
	height:139px;
	width:980px;
	background:#000 url(graphics/branding.png) no-repeat left top;
}

/* Basic margins */

#content h2, #content h3, #content p {
	margin-left: 36px;
}
#subcontent h2, #subcontent h3, #subcontent p {
	margin:0 14px;
}

/* Content */

#content {
	clear:both;
	width:534px;
	min-height:380px;
	height:auto !important;
	height:380px;
	float: left;
	margin-top: 32px;
}
#content h2, #content h3, #subcontent h3 {
	font: normal 1.2em/1.7em "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #ff7c0f;	
	margin-bottom:0.25em;
	text-transform: uppercase;
}
#content h3 {
	font-size:1.5em;
}
#content h2 {
	margin-top: 21px;
}
#content p {
	clear:both;
	padding-right:20px;
}
#content p.ingress {
	font: 1.33em/1.5em Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
#content table {
	width:auto;
	margin-left: 36px;
	margin-bottom: 2em;
}
#content table td {
	border-top:1px solid #eee;
	padding:2px 1em 2px 0;
	vertical-align: top;
}
#content table th {
	padding:2px 1em 2px 0;
}
#content table td.left {
	text-align:left;
}
#content table th.right {
	text-align:right;
}
#content tr:hover {
	background-color:#eee;
}
#content img.galleri {
	margin:0 15px 15px 0;
	padding:3px;
	border:1px solid #eee;
	float:left;
}
#content ul.default li {
	background:url(graphics/li_icon.gif) no-repeat left 2px;
	padding:0 0 3px 1.1em;
	margin-left:36px;
}
#content div.galleri {
	margin:0 0 15px 36px;
	float:left;
	text-align: center;
	font-size: 0.9em;
	display: inline;
}
#content div.galleri img {
	padding:3px;
	border:1px solid #eee;
}

/* Subcontent */

#subcontent {
	float: left;
	width:226px;
	background: #fff url(graphics/bg_subcontent.jpg) no-repeat left top;
	margin-top: 32px;
	font-size: 0.9em;
}
#subcontent .ingress {
	font: italic 1.17em/1.5em Georgia, "Times New Roman", Times, serif;
}
#subcontent h3.first {
	margin-top: 21px;
}
#subrickard {
	background: #fff url(graphics/bg_rickard3.jpg) left top no-repeat;
	position: absolute;
	right: 0;
	top:139px;
	width: 220px;
	height: 496px;
}
#subcontent ul {
	padding:0 14px 1em 14px;
}

#subcontent ul li {
	background: transparent url(graphics/dot.gif) no-repeat left 7px;
	padding:0 0 0.5em 10px;
}

/* Footer */

#footer {
	text-align:center;
	background:url(graphics/footer.png) left top no-repeat;
	margin-top:2em;
	padding-top:2em;
	font-size:0.9em;
}

/* Formulär */

label, input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
input.submit {
	width:55px;
	margin:1em 0 0 290px;
	display:inline;
	font-size:90%;
}
br {
	clear: left;
}

/* Meny */

ul#nav {
	width:760px;
	height:38px;
	background:transparent url(graphics/bg_menu.png) repeat-x left top;
	clear:both;
	position: absolute;
	left: 0;
	top:139px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
}
ul#nav li {
	display:block;
	float:left;
}
ul#nav li a {
	border:0;
	display:block;
	padding: 7px 0 3px 20px;
}
ul#nav li a.first {
	padding-left: 36px;
}
body.m-1 a#m-1, body.m-2 a#m-2, body.m-3 a#m-3, body.m-4 a#m-4, body.m-5 a#m-5 {	
	color:#6798dc;
}
