/*   
Theme Name: whateveryoulike
Theme URI: http://www.spacecraft.dk
Description: Design for whateveryoulike.dk
Author: Theis Kofoed Hjorth
Author URI: http://www.ohfuck.dk
Version: 1.0

This theme belongs to Theis Kofoed Hjorth, he is the only one in the entire universe who may put his fingers in the code. If you are reading this, turn around 180 (if 4chan, 360) degrees and walk away.
*/

body, html {
	height:100%;
	width:100%;
	margin:0px 0px 0px 0px;
	background:eee;
}

/* DIVS */

#wrapper {
	margin:0px 0px 0px 0px;	
}

#header {
	height:160px;
	width:100%;
	margin-bottom:50px;
}

#logowrap {
	height:120px;
	width:100%;
	background:#000;
}

#logo {
	height:120px;
	width:960px;
	margin:0 auto 0 auto;
}

#menuwrap {
	height:40px;
	width:100%;
	background:#eee;
}

#menu {
	height:28px;
	width:960px;
	margin:0 auto 0 auto;
	padding-top:12px;
}

#contentwrap {
	width:100%;
	background:#fff;
}

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

#post {
	padding-bottom:50px;
}

#meta {
	text-align:right;
	width:100%;
	height:50px;
	padding:10px 20px 10px 10px;
	margin-top:20px;
	background:#f9f9f9;
}

#footer {
	width:100%;
	background:#eee;
	padding:20px 0 20px 0;
	clear:both;
}

#footercontent {
	width:960px;
	margin:0 auto 0 auto;
	text-align:right;
}

#content {
	width:700px;
}

#sidebar {
	width:200px;
	margin:0 0 200px 60px;
	float:right;
	text-align:right;
}

/* MENU */

#navmenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#navmenu li {
	display: inline;
}

#navmenu a {
	color:#000;
	margin-right:20px;
	font-weight:bold;
	text-decoration:none;
}

#categories {
	list-style-type: none; 
	list-style-image: none; 
}

/* TYPOGRAPHY */

h1 {
	font-family: helvetica, arial, verdana, geneva;
	font-size:30px;
	font-weight:bold;
}

h1 a {
	font-family: helvetica, arial, verdana, geneva;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

h2 {
	font-family: helvetica, arial, verdana, geneva;
	font-size:20px;
	font-weight:bold;
}

h3 {
	font-family: helvetica, arial, verdana, geneva;
	font-size:14px;
	font-weight:bold;
}

p {
	font-family: helvetica, arial, verdana, geneva;
	font-size:12px;
	line-height:150%;
}

p.meta {
	font-family: helvetica, arial, verdana, geneva;
	font-size:10px;
	line-height:16px;
	color:#999;
}

a {
	font-family: helvetica, arial, verdana, geneva;
	color:#9185bd;
	text-decoration:none;
}

a:hover {
	text-decoration:underlined;
}

/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	list-style-type:none;
	}
.commentlist li ul li {
	font-size: 1em;
	list-style-type:none;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}