/*
Theme Name: Stavsjöventilerna
Theme URI: http://www.stavsjoventilerna.se
Version: 1.0
Author: Andreas Karlsson
Author URI: http://indiebyt.es
*/
@import url('css/reset.css');
@import url('css/typo.css');
@import url('css/master.css');
body { background: #eee/* url(http://localhost/baslinjeraster.php?c=33cc00&l=18)*/;}

#wrap {
	background: #fff;
	margin: 3em auto;
	padding: 0.5em 0em;
	width: 960px;
	}

#header {
	padding: 0px 12px;
	margin: 3em 0em 0em 0em;
	}

.content { padding: 0px 12px; }

#footer { padding: 0px 12px; text-align: center; }


.column {
	float: left;	
	padding: 0px 12px;
	}

.one-half {
	float: left;
	width: 444px;	
	}
.one-third {
	float: left;
	width: 288px;	
	}

.hidden { visibility: hidden;}
.no-display { display: none;}

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html .group,
* html #nav ul li a {
	height: 1%;
	}
*:first-child+html .group {
	min-height: 1px;
	}