@charset "utf-8";
/* CSS Document */

/*  
Theme Name: escenda
Description: n/a
Author: InterAd AB
Author URI: http://www.interad.se/
Version: 1.0
*/



* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color:#a4a4a4;
	background:url(images/bg.jpg) repeat-x;
	background-size: 100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	}

a {
	color:#555555;
	}

a:hover {
	color:#888888;
	}

a img {
	border:0;
	padding:0;
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#a4a4a4;
	margin-bottom:-280px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:516px;
	width:840px;
	clear:left;
	background:url(images/container_bg.png);
	padding:12px 10px;
	}
	
#header {
	height:78px;
	width:100%;
	}
	
#logo {
	width:340px;
	float:left;
	}

#logo a {
	outline:0;
	}

#menu_wrapper {
	width:480px;
	padding:17px 0 0 20px;
	float:left;
	}
		
#main {
	height:376px;
	width:100%px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:20px;	
	}

#main h2 {
	margin-bottom:8px;
	}
	
#main p {
	margin-bottom:8px;
	}

.single {
	width:552px;
	height:328px;
	padding:24px 144px;
	overflow-x: hidden;
	overflow-y:auto;
	}

.single h2 {
	display:inline;
	}

.date {
	float:right;
	font-size:9px;
	}

.single_header {
	margin-bottom: 10px;
	}
	
.single_header h2 {
	max-width:480px;
	}
		
.read_more {
	font-size:9px;
	margin-top:-10px;
	margin-bottom:12px;
	}
	
.text_page .read_more a {
	text-decoration:underline;
	}
	
.navigation {
	margin-top:16px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:center;
	}
	
.img_front {
	width:100%;
	height:232px;
	}
	
.img_page {
	width:340px;
	height:376px;
	overflow:hidden;
	float:left;	
	}
	
.img_page img {
	width:338px;
	height:376px;
	border-style:solid;
	border-color:#aaa;
	border-width:0px 1px;
	}
	
.text_front {
	width:750px;
	height:110px;
	padding:24px 80px 0 10px;
	}
	
.text_page {
	width:444px;
	height:336px;
	padding:40px 24px 0 32px;
	float:left;
	overflow-x: hidden;
	overflow-y:auto;
	}

.text_page a {
	text-decoration:none;
	}
	
.text_page p a {
	text-decoration:underline;
	}
	
#footer {
	height:60px;
	width:100%;
	font-size:10px;
	line-height: 14px;
	}
	
#contact {
	width:360px;
	height:50px;
	padding:10px 0 0 10px;
	float:left;
	}
		
/******************/
/* jCarousel Lite */
/******************/

.jCarousel {
	width:380px;
	height:50px;
	float:left;
	margin:0 16px 0 16px;;
	}

.jCarousel ul {
	list-style-type:none;
	}
	
.jCarousel li {
	width:380px;
	height:50px;
	}
	
.jCarousel li p {
	margin:0;
	}
	
.jCarousel li h2 a {
	text-decoration:none;
	}

.prev {
	margin-top:16px;
	float:left;
	display:block;
	background:url(images/prev_button2.png) bottom;
	width:16px;
	height:16px;
	border:0;
	outline:0;
	}
	
.prev:hover {
	background:url(images/prev_button2_mo.png) bottom;
	}
	
.next {
	margin-top:16px;
	float:left;
	display:block;
	background:url(images/next_button2.png) bottom;
	width:16px;
	height:16px;
	border:0;
	outline:0;
	}
	
.next:hover {
	background:url(images/next_button2_mo.png) bottom;
	}
	
#news {
	width:470px;
	height:50px;
	padding:10px 0 0 0;
	overflow:hidden;
	float:left;
	}
	
h3 {
	display: inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	}
	
h3 a {
	text-decoration:none;
}

/************************/
/* Lånat från wp css    */
/************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
/************************/

.center {
	display:inline;
	text-align:center;
	width:auto;
	}
