/*
Theme Name: Björnö Slott
Theme URI: http://www.bjornoslott.se
Description: Version 1
Version: 1.0
Author: Alexander Radsby & Christoffer Radsby
Author URI: http://www.aeform.net
*/

/* 
-----------------------------------------------
This is the base style that holds the
basics styles together.

The CSS is written in the structure of the site,
everything in blocks from header to footer!

This structure is based off of Jeff Croft,
Nathan Borrorn, World Online's CSS Framework.
----------------------------------------------- */

@import url("css/reset.css");       /* Reset */
@import url("css/layout.css"); 	/* Layout */
@import url("css/typography.css");  /* Typography */


/* Global ----------------------- */

body {
	background: #687956 url(img/background.gif) top left repeat-x;
	height: 100%; 
}

html {
	height: 100%; 
}
/* Global ----------------------- */

#content ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 12px;
}

/* Useful classes ----------------------- */

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hide {
	display:none;
}

.mute {
	
}

