/*  
Theme Name: Struts-en
Theme URI: http://www.jepson.no
Description: Struts-en wordpress theme
Version: 1.0
Author: Magnus Jepson
Author URI: http://www.jepson.no
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/*=== Setup ===*/

body{
	background: #FBF7EE url(images/bg.jpg) no-repeat top center;
	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	color: #232323;		
}
a{
	color: #aeb979;
}
a:hover{
	text-decoration: underline;
}

/*=== Layout ===*/

#main{
	background:url(images/bg-main-trans.png) no-repeat top center;
	min-height:700px;
	padding:40px 0 20px 0;
}
#main-top{
	position:relative;
	margin-top:30px;
	height:77px;
}
#animal{
	position:absolute;
	height:174px;
	width:127px;
	top:0px;
	left:120px;
}
#logo {
	position:absolute;
	background:url(images/logo-trans.png) no-repeat top center;
	height:78px;
	width:307px;
	top:0px;
	left:230px;
}
#logo a{
	height:78px;
	width:307px;
	display:block;
}

#main-bottom{
	background:url(images/main-bottom-trans.png) no-repeat top center;
	height:30px;
	margin-bottom:15px;
}

#left-nav{
	background:#eff3d5;
	margin:0 0 0 30px;
	color:#222;
	width:148px;
	padding:0 15px;
}
#left-nav ul{
	padding:0 0 10px 10px;
}
#left-nav-top{
	margin:20px 0 0 30px;
	background:url(images/menu-top.png) no-repeat top left;
	height:15px;
}
#left-nav-bot{
	margin:0 0 0 30px;
	background:url(images/menu-bot.png) no-repeat top left;
	height:15px;
	margin-bottom:15px;
}
#contact{
	margin:0 0 0 35px;
}


#right-col{
	padding:20px 40px 0 20px;
}

/*=== Typography ===*/

#footer {
	border-top:5px solid #EFEBE0;
	margin:20px 40px 20px 40px;
	padding:15px 0;
}
#footer, #footer a{
	font-size:11px;
	color:#c3bfb4;
}	

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#232323;
	padding:0px 0 10px;
}
#sidebar h3 {
	font-size:18px;
	color:#3a72ae;	
	padding:0px 0 10px;
}
p{
	color:#555555;
	line-height:18px;	
	padding-bottom:15px;
}
#left-nav a {
	font-size:12px;
	line-height:20px;
	color:#222222;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#232323;
}
h2 {
	font-size:19px;
	padding:5px 0 10px;
}
h3{
	font-size:17px;
	padding:5px 0 5px;
}
h4{
	font-size:14px;
	padding:5px 0 5px;
	font-weight:bold;
}
h5{
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px;
}
h6{
	font-size:10px;
	font-weight:bold;
	padding:5px 0 5px;
}

/*=== Menu ===*/

#menu {	
	background:url(images/bg-menu.jpg) no-repeat top left;
	height:33px; 
	margin:0px 0 20px 265px;
	padding:0px;
}	
#nav, #nav ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	margin:0px 0 0 155px;
	padding:3px;
		
}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav a {
	color:#3a72ae;
	font-size:19px;
	font-weight:bold;
	display: block;
	letter-spacing:-1px;
	text-decoration:none;
}
#nav li {
	float: left;
	padding: 0 25px;
	line-height:25px;
}
#nav li:hover {
}
#nav a:hover {
	color:#333;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	display:block;
	border:0;
	margin:0;
	padding:0; 
	z-index:999;
}
#nav li ul li {
	margin:0;
	padding:5px 0 0px 0 ;
	background:#EFF3D5;
	width: 150px;

}
#nav li ul li a {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 0 5px;	
	letter-spacing: 0;
}
#nav li ul li:hover, #nav li ul li a:hover {
	text-decoration:none;

}
#nav li:hover ul {
	left: auto;
}

#nav li ul ul {
	margin: -25px 0 0 161px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/*=== Misc. ===*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
textarea { width: 400px; }

/*=== Post ===*/

.postmeta { color:#ABABAB; }
p.postmeta { padding-bottom:5px; }

.post { }

.post blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.post blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.post img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
.post ul, .post ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.post ul li ul, .post ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.post ul li {
	list-style:outside disc;
	margin-left:25px;
	padding:3px 0px;
	}
.post ul li ul li {
	list-style:disc inside !important;
	}
.post ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.post ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
.post a { 
	color: #6F8417;
}

/* Comments */
ol.commentlist li {
	padding:15px 15px 5px 15px;
}
.commentlist .alt { 
	padding:15px 15px 5px 15px;
	background:#EFEBE0;
}
