/*
Theme Name: Susanne Folin
Version: 1.0
Author: Rudstrom Design & Arvid Eriksson
Tags: simple, custom header, fixed width, two columns, widgets
*/



/* GENERAL TAGS ++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #000000;
	font-family:  'Helvetica', Arial, sans-serif;
	color: #000000;
	font-size: 0.95em;
	letter-spacing: 0.02em;
	line-height: 1.35em;
	}

img 	{
	border: none;
	}

a 	{
	text-decoration: underline;
	color: #000000;
	}

h1 {
	font-weight: lighter; 
	font-size: 1.90em;
	letter-spacing: 0.02em;
	line-height: 1.15em;
	margin-top: 0;
	}

em {
	color: #b50043;
	font-style:normal;
	}


small {
	font-size: 0.75em;
	letter-spacing: 0.03em;
	line-height: 12px;
	}

#page {
	width: 880px;
	background-color: #fffef3;
	margin: 30px auto;
	}

#header {
	background-color: #b50043;
	height: 145px;
	margin-bottom: 30px;
	}

#header img {
	float: right;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 40px;	
	}

#box{
	display: inline-block;
	}

#box .content {
	float: left;
	width: 480px;
	margin-left: 85px;
	padding-bottom: 30px;
	text-align: left;
	}
	
#box .sidebar {
	float: left;
	width: 180px;
	margin-left: 60px;
	text-align: right;
	}

#box .image {
	float: left;
	width: 180px;
	margin-left: 60px;
	text-align: left;
	border-top: 1px solid #000000;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	}

#box .image img {
	padding-bottom: 7px;
	}


.sidebar {
	list-style: none;
	}

.sidebar li {
	margin-bottom: 7px;
	}
	
.sidebar li a {
	text-decoration: none;
	}
	
.sidebar li a:hover {
	color: #b50043;
	text-decoration: none;
	font-weight: bold;
	}

.current_page_item a {
	color: #b50043;
	font-weight: bold;
	}
	
#footer {
	width: 480px;
	border-top: 1px solid #000000;
	margin-left: 85px;
	padding-top: 5px;
	padding-bottom: 50px;
	}
	
#footer a {
	text-decoration: none;
	color: #b50043;
	}
	
	
