/*
Theme Name: SuperA
Theme URI: http://www.super-a.nl
Description: Designed & Coded by Erik Gelderblom
Version: 1.0
Author: Erik Gelderblom
Author URI: http://www.erikgelderblom.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(img/bg.gif) no-repeat top right;
}

#header {
	border-top: 10px solid #FFF10D;
	width: 100%;
	height: 33px;
	padding: 24px 0 35px 0;
}

#header ul li {
	float: left;
	margin: 0 20px;
	list-style: none;
	font-family: Monaco, "courier new", monospace;
	font-size: 12px;
	line-height: 33px;
	height: 33px;
}

#header ul li.logo {
	display: block;
	width: 100px;
	height: 33px;
	margin: 0 50px 0 0;
	background: url(img/superalogo.gif) no-repeat top left;
}

#header .logo a {
	display: block;
	width: 100px;
	height: 33px;
}

#header .logo a:hover {
	border: 0;
}

#header ul li.active a {
	border-bottom: 1px solid #FFF10D;
}

#header li.logo a span {
	display: none;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#content {
	width: 460px;
	margin: 0 10px 20px 170px;
	float: left;
	position: relative;
}

.post {
	margin-bottom: 4em;
}

.post hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #ccc;
	margin: -.3em auto 0 auto;
}

#sidebar {
	width: 170px;
	margin: 0 0 0 10px;
	float: left;
}

.category-work #sidebar, #sidebar.work{
	position:absolute;
	top:38px;
	width:170px;
	left: -170px;
	margin-left: 0;
}

.category-work #content, #content.work {
	width: 690px;
	margin-right: 0;
	padding-left: 10px;
}

ul {
	margin-bottom: 1em;
}

ul li {
	line-height: 150%;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-image: url(img/arrow_r.gif);
	padding: 0;
	margin-left: 1.5em;
}

li.readmore {
	margin-top: 1em;
}

p.permalink {
	text-align: right;
	margin-top: -1em;
}
p.permalink a {
	background: url(img/arrow_r.gif) no-repeat center left;
	padding-left: 10px;
}

p.return {
	background: url(img/arrow_l.gif) no-repeat center right;
	padding-right: 10px;
	position: absolute;
	left: -170px;
	top: 38px;
}

.blog #content h1 {float: left; border-bottom: 1px solid #000; width: 100%;}
#content h2 {position: absolute; left: -170px;}
#content h3 {float: right; margin-top: -2.8em;}

#content.calendar h1 {border: 0; margin-bottom: 5px;}
#content.calendar h3 {font-size: 12px; color:#666; margin: 0; float: none; margin-bottom: 5px;}


h1 {font-size: 16px; font-family: Monaco, "courier new", monospace; font-weight: normal;line-height: 150%; margin-bottom: 10px}
h2 {font-size: 18px; font-family: Monaco, "courier new", monospace; font-weight: normal;line-height: 150%; margin-bottom: 5px;}
h3 {font-size: 10px; font-family: arial, sans-serif; font-weight: normal;line-height: 150%; margin-bottom: 1em;}
p {font-family: arial; font-size: 12px; margin-bottom: 1em; line-height: 150%;}
a { text-decoration: none; color: #000;}
a:hover, a.active {border-bottom: 1px solid #FFF10D;}
