/*
Theme Name: Blåklinten
Description: Designmall utvecklad av Andreas Karlsson, Indiebytes
Version: 1.0
Author: Andreas Karlsson
Author URI: http://www.indiebyt.es/
*/
@import url('css/reset.css');
@import url('css/master.css');
@import url('css/typo.css');


/* Begin Typography & Colors */
body {
	background: #cecece;
	margin: 0px 12px;
	padding: 0px;
	font-size: 72.5%;
	}
	
#wrap {
	background: #ffffff; /* Add gradient here */
	margin: 24px auto 48px;
	min-height: 500px;
	padding: 12px;
	width: 936px;
	}
#gradient { background: #fff url(images/gradient.jpg) repeat-x top left;}
#header {
	background: #ffffff;
	margin: 0px;
	height: 200px;
	position: relative;
	}
#header h1 { position: relative; top: -24px; left: -19px; line-height: 1; margin: 0px; padding: 0px; z-index: 9;}
#header .description { display: none; }

#navigation {
	margin-top: 3px;
	padding-bottom: 1px;
	border-bottom: 6px solid #cecece;
	}
#subnav,
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#subnav { margin-top: 1px; }
#subnav li,
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#subnav li a,
#navigation ul li a {
	float: left;
	display: block;
	width: 132px;
	line-height: 1.4em;
	padding: 6px 12px 6px 12px;
	margin: 0;
	text-decoration: none;
	color: #7b828c;
	border: none;
	background: #333366 url('images/nav0.jpg') no-repeat bottom left;
	}
#subnav li a {
	display: block;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;	
}
#navigation ul li a  {
	display: block;
	font-size: 1.1em;
	line-height: 2.5em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
#navigation li a:hover {
	background: url('images/nav1.jpg') repeat-x bottom left;
	}
#navigation li a.active {
	color: #7b828c;
	background: url(../img/bitstream/tab-on-noise.gif) repeat-x bottom left;
	}
#navigation ul li a:hover strong {	
	color: #fff;
	}
#navigation ul li a.active strong {
	color: #fff;
	}
#navigation li.current_page_ancestor a, 
#navigation li.current_page_parent a,
#navigation li.current_page_item a,
#subnav li.current_page_item a { background: url('images/nav1.jpg') repeat-x bottom left; }


#content { margin-top: 1px; padding: 2em 0em 2em; }

.column {
	float: left;
	padding: 0px 12px 0px;
	min-height: 200px;
	}
.floatright { float: right !important; padding: 0px 12px 0px; }
.one-third {width: 288px;}
.two-thirds { width: 580px; /*width: 600px;*/}

.posts {list-style: none; margin-left: 0px;}
.post {margin-bottom: 2em;}
li.post { border-bottom: 1px solid #ccc;}


table {text-align: left;}
th { padding-right: 1em;}

#b1, #b2 { height: 200px; width: 936px; display: block; position: absolute; top: 0px; z-index: 1;}
#b1 { z-index: 1; }
#b2 { z-index: 1; }

.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right; }
.navigation .alignleft,
.navigation .alignright { width: 48%; display: block; }

#footer { text-align: center; }
