/*
Theme Name: Deju Playground
Theme URI: http://playground.deju.nu/
Description: The custom theme for the Deju playground site. Based on the wordpress default theme
Version: 1.0
Author: Jens Wegar
Author URI: http://playground.deju.nu/
Tags: blue, custom header, fixed width, two columns, widgets

*/

body{
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #ffffff;
	font-family: Verdana, Arial; 
	text-align: center;
}

/********************
Header styles
*********************/
#header {
	margin: 0;
	/*width: 800px;
	height: 180px;*/
}

#headerimg h1{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 150px;
	overflow: hidden;
	position: relative;
}

#headerimg h1 span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 150px;
	background: url('images/header.jpg') no-repeat top left;
}

#headernavi {
	background: #ffffff;
}

#headernavi a{
	color: #ff6600;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	font-size: 1.5em;
}

#headernavi a:hover {
	color: #303030;
	/*background: transparent url(images/headerbtnbg.jpg) repeat-x;*/
}


/**************
Page blocks
**************/

#page {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	background: #FFFFFF;
}

.narrowcolumn {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 600px;
}

.navigation a {
	color: #606060;
	text-decoration: none;
}
.navigation a:hover {
	color: #303030;
	text-decoration: underline;
}



/********************
Sidebar styles
*********************/
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 610px;
	width: 190px;
	text-align: right;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	margin-right: 10px;
}

#sidebar ul li ul li{
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	width: 160px;
	margin-bottom: 2px;
	margin-right: 25px;
	}



#sidebar h2 {
	color: #303030;
	font-size: 1.4em;
	margin-right: 10px;
}

#sidebar a {
	color: #606060;
	text-decoration: none;
}

#sidebar a:hover {
	color: #303030;
	text-decoration: underline;
}

/********************
Footer styles
*********************/

#footer {
	padding: 2px 5px;
	background: #ffffff;
	color: #303030;
	font-size: 1em;
	width: 800px;
	clear: both;
}

#footer a {
	color: #303030;
}

/*******************
Main text styles
********************/

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	color: #303030;
}


h2 a {
	color: #303030;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
}

h3 a {
	color: #303030;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}

.post {
	margin-bottom: 5em;
	color: #303030;
	font-size: 1.2em;
}

.post small {
	color: #808080;
}

.entry {
	line-height: 1.6em;
}

.entry a {
	color: #606060;
	text-decoration: underline;
}
.entry a:hover {
	color: #303030;
	text-decoration: underline;
}

.entry blockquote {
	font-style: italic;
}


.postmetadata {
	font-size: 0.8em;
	color: #808080;
}

.postmetadata a {
	color: #606060;
	text-decoration: none;
}

.postmetadata a:hover  {
	color: #303030;
	text-decoration: underline;
}