/*
Theme Name: Aktiviteten v2
Theme URI: http://www.aktiviteten.no
Description: Theme for aktiviteten.no
Version: 1.0
Author: Mikael Berg
Author URI: http://mikbe.com
Tags: slic

*/


* {
	margin: 0;
	padding: 0;
}
html {
	background: url("images/htmlbg.png") top repeat-x #dcedc6;
	min-height: 100%;
}
body {
	background: url("images/bodybg.png") center repeat-y;
	width: 1090px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #5e5f5d;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
}
h2, h3, h4, h5, h6 {
	color: #6e9e2e;
}
#wrap {
	background: url("images/wraptopbg.png") top center no-repeat;
}
#site {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 252px;
	margin-bottom: 6px;
	background: right top no-repeat;
}
#header.illustration1 { background-image: url("images/headerillustration1.jpg"); }
h1 {
	display: none;
}
#menu {
	height: 77px;
	margin-bottom: 7px;
}
#content {
	font-size: 1em;
	line-height: 1.57em;
}
#leftcontent {
	width: 498px;
	margin: 51px 70px 51px 70px;
	float: left;
}
#pagecontent {
	margin: 51px auto;
	width: 678px;
}
#rightcontent {
	width: 256px;
	margin: 51px 66px 51px 0;
	float: left;
}
#rightcontent ul {
	list-style-type: none;
}
#rightcontent ul ul {
	list-style-type: circle;
	list-style-position: inside;
}
#rightcontent > ul > li {
	margin-bottom: 5em;
}
li {
	margin-left: 2.5em;
}
li li {
	list-style-type: none;
}
.post {
	margin-bottom: 5em;
}
.entrytime {
	display: inline;
	font-size: .8em;
	float: left;
	margin-right: 5px;
}
#footer {
	clear: both;
	width: 972px;
	height: 168px;
	background: url("images/footer.png") center bottom no-repeat;
	text-indent: -9999px;
	margin-left: -6px;
}
h2 {
	font-weight: 100;
	margin-bottom: 1em;
	font-size: 1.72em;
}
h2 a {
	border-bottom: 0;
	font-weight: 100;
}
a {
	color: #6e9e2e;
	text-decoration: none;
	border-bottom: 1px solid #6e9e2e;
}
p {
	margin-bottom: 2em;
	clear: both;
}


.alignright {	float: right; }
.alignleft {	float: left; }

/*Menu*/
#menu {
	list-style-type: none;
	margin-left: 55px;
}
#menu li {
	display: block;
	float: left;
	width: 150px;
	margin-left: 0;
}
#menu li a {
	display: block;
	height: 77px;
	border: 0;
	background: url("images/menu_hover.png") 0 80px no-repeat;
	text-indent: -9999px;
}
#menu li#menu-1, #menu li#menu-1 a { width: 111px; }
#menu li#menu-2, #menu li#menu-2 a { width: 149px; }
#menu li#menu-3, #menu li#menu-3 a { width: 156px; }
#menu li#menu-4, #menu li#menu-4 a { width: 91px; }
#menu li#menu-5, #menu li#menu-5 a { width: 140px; }
#menu li#menu-6, #menu li#menu-6 a { width: 80px; }
#menu li#menu-7, #menu li#menu-7 a { width: 131px; }
#menu li#menu-1 a:hover, #menu li#menu-1.active { background-position: 0 0; }
#menu li#menu-2 a:hover, #menu li#menu-2.active { background-position: -111px 0; }
#menu li#menu-3 a:hover, #menu li#menu-3.active { background-position: -260px 0; }
#menu li#menu-4 a:hover, #menu li#menu-4.active { background-position: -416px 0; }
#menu li#menu-5 a:hover, #menu li#menu-5.active { background-position: -507px 0; }
#menu li#menu-6 a:hover, #menu li#menu-6.active { background-position: -647px 0; }
#menu li#menu-7 a:hover, #menu li#menu-7.active { background-position: -727px 0; }


/* Forms */
label {
	font-weight: 600;
}
legend {
	font-weight: 100 !important;
	margin-bottom: 1em;
	font-size: 1.72em;
}
fieldset {
	border: 0;
}
#contactform {
	padding-top: 100px;
}


p.wp-caption-text {
	font-size: .8em;
	line-height: 1.4em;	
	color: #5e5f5d;
	padding: 0 10px;
	text-align: center;
}
.wp-caption {
	margin: 0 20px 10px 20px;
}
.wp-caption a {
	border: 0;
	text-decoration: none;
}
.wp-caption a img {
	border: none;
}

.subpages {
	margin: 33px 0;
	list-style-position: inside;
}
.subpages li {
	margin: 3px 0;
}