/*
Theme Name: Mick Ogendahl
Theme URI: http://wordpress.org/
Description: Mick Ogendahl
Version: 1.0
Author: Eskil Busck Andersen
Author URI: http://www.nosuchcompany.dk
Tags:

*/

/* Reset */

* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

a {
	color: #c30;
	text-decoration: none;
	}

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

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 15px 0;
	}

td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	}

/* Site build */

body {
	font-family: "Courier New", Courier, monospace;
	background: #000;
	}

#sitewrap {
	margin: 0 auto;
	width: 960px;
	}

#sitecontainer {
	float: left;
	width: 960px;
	text-align: left;
	padding: 0 0 30px 0;
	}

#header {
	width: 960px;
	}

#logo {
	float: left;
	display: inline;
	width: 290px;
	height: 91px;
	margin: 49px 0 10px 0;
	}

#contentwrapper {
	float: left;
	width: 960px;
	}

#content {
	float: left;
	width: 556px;
	}
	
.navigation {
	float: left;
	width: 536px;
	margin: 10px 0 10px 0;
	}

#sidebar {
	float: right;
	width: 394px;
	}

/* Menu items */


#extramenu {
	float: right;
	display: inline;
	margin: 50px 0 0 0;
	width: 500px;
	text-align: right;
	}

#menu {
	float: right;
	display: inline;
	margin: 39px 0 0 0;
	width: 500px;
	text-align: right;
	}

#menu a {
	margin: 0 0 0 0;
	}

/* Posts */

.postwrapper {
	float: left;
	background: #fff;
	padding: 10px 20px 12px 20px;
	margin: 0 0 10px 0;
	}
	
.postcontainer {
	float: left;
	width: 516px;
	overflow: hidden;
	}

.postcontainer h2 {
	float: left;
	display: block;
	width: 536px;
	font-size: 18px;
	color: #000;
	padding: 5px 0px 10px 0px;
	text-decoration: none;
	}

/* Page */

.pagewrapper {
	float: left;
	background: #fff;
	padding: 10px 20px 12px 20px;
	margin: 0 0 10px 0;
	}
	
.pagecontainer {
	float: left;
	width: 516px;
	overflow: hidden;
	}

.pagecontainer h2 {
	float: left;
	display: block;
	width: 536px;
	font-size: 18px;
	color: #000;
	padding: 5px 0px 10px 0px;
	text-decoration: none;
	}

.entry {
	float: left;
	display: block;
	}

.entry img {
	margin: 0 0 15px 0;
	}
	
#date p {
	margin: 0;
	}

/* Twitter, sidebar and Player pop-up link styling */

#sidebar li {
	list-style: none;
	width: 374px;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	}

#sidebar img {
	margin: 0 0 10px 0;
	}

#sidebar p {
	margin: 0;
	}

#sidebar h2 {
	float: left;
	display: block;
	width: 354px;
	background: #c30;
	font-size: 14px;
	margin: 0 0 1px 0;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	}

/* Subnavigation */

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.previousarrow {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	background: #fff;
	}

.nextarrow {
	float: right;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	background: #fff;
	}