/*
Theme Name: simonmilling.dk v.4.0
Theme URI: http://simonmilling.dk
Description: Theme made for simonmilling.dk! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 4.0
Author: Elliot Jay Stocks &amp; Simon Milling Mikkelsen
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url('style/images/sitename_bg.png');
	background-repeat: repeat-y;
}
a:link, a:visited, a:active {
	color: #2090ef;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #2090ef;
}
a:link, a:visited, a:active {
	color: #2090ef;
}
a:hover {
	text-decoration: underline;
	color: #2090ef;
}
div.clear {
	clear: both;
}
div#wrapper {
	width: 900px;
	min-height: 500px;
}
div#sitename {
	background-image: url('style/images/simonmilling_text.png');
	background-repeat: no-repeat;
	background-position: 0 80px;
	height: 580px;
	width: 80px;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
}
div#sitename h1 a {
	display: block;
	width: 80px;
	height: 500px;
	margin-top: 50px;
}
div#sitename h1 a span {
	display: none;
}
div#content{
	float: left;
	width: 800px;
	padding-left: 20px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.post {
	margin-bottom: 25px;
	border-bottom: 1px solid #DDDDDD;
}
div#content div.date, div#content div.categories, div#content div.comments {
	font-size: 12px;
	font-weight: bold;
	color: #BDBDBD;
	text-transform: lowercase;
}
div.meta {
	width: 800px;
}
div#content div.categories, div.post-nav div.prev {
	padding-bottom: 5px;
	float: left;
	display: block;
}
div#content div.comments, div.post-nav div.next {
	float: right;
	display: block;
	text-align: right;
}
div#content div.categories a, div#content div.comments a {
	color: #BDBDBD;
}
div#content h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 2px 2px 2px #AAAAAA;
}
div#content h3 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #2090ef;
}
div#content h2 a {
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
div#content h2 a:hover {
	border-bottom: 1px solid #2090ef;
}
div#content p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}
img.avatar {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.commentlabel {
	font-weight: bold;

}
.commentinput {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
	width: 788px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;

}
li.commentitem {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: left !important;
}
li.commentitem cite {
	font-size: 18px;
	color: #2090ef;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 70px;
}
li.commentitem cite span {
	text-transform: lowercase;
	font-weight: normal;
}
li.commentitem div.date {
	margin-bottom: 5px;
}
li.commentitem div.date a {
	color: #BDBDBD;
	text-decoration: none;
}
div.post-nav {
	font-size: 12px;
}
.more-link {
	font-weight: bold;
	font-size: 12px;
	display: block;
}
input#submit {
	width: 800px;
	padding: 10px;
	background-color: #2090ef;
	color: #FFFFFF;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	
}
#searchform input#s {
	border: 1px solid #CCCCCC;
	width: 600px;
	padding: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
#searchform #searchsubmit {
	width: 183px;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	background-color: #2090ef;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#paneltogglelink a {
	height: 30px;
	background-color: #2090ef;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#panel {
	background-color: #2090ef;
	color: #FFFFFF;
	display: none;
	border-top: 1px solid #FFFFFF;
}
#panel_inner {
	padding: 10px;
}
#panel ul {
	display: inline;
}
#panel ul li ul li {
	border-bottom: 1px dashed #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#panel a {
	color: #FFFFFF;
}
#panel .widget {
	display: inline;
	width: 250px;
	float: left;
	margin-right: 10px;
}
#panel h2.widgettitle {
	font-size: 18px;
	border-bottom: 1px solid #FFFFFF;
	text-shadow: none;
}
#panel h2.widgettitle a, #panel h2.widgettitle a:hover {
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
}
div#panelspacer {
	height: 50px;
}
#panel_ad {
	margin-top: 10px !important;
	text-align: center;
}