@import "syntaxhighlighter/css/SyntaxHighlighter.css";

/*
Theme Name: drop-ie6.dk
Theme URI: http://drop-ie6.dk
Description: Tema til drop-ie6.dk.
Version: 1.0
Author: Søren Hugger Møller
Author URI: http://spiri.dk
*/

/* Global reset */
/* Originally found in the Starkers naked WordPress theme: http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/ */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, f, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/********************************************************************/

html{
overflow-y: scroll;
}

body{
background: white url(images/body-bg.png) repeat-x 0 155px;
font-family: Helvetica, "MS Sans Serif", Arial, Verdana, sans-serif;
font-size: 62.5%;
}

#wrapper{
width: 760px;
background: white;
margin: 0 auto;
height: 500px;
}

	#header{
	height: 110px;
	padding: 45px 0 0 12px;
	background: white;
	}
	
		#header h1{
		background: url(images/headertext.png) no-repeat;
		height: 100%;
		width: 537px;
		text-indent: -9999px;
		}
		
	#menu-bar{
	height: 40px;
	background: #b23600;
	font-size: 1.4em;
	}
	
		#menu-bar ul{
		margin: 0;
		}
		
		#menu-bar li{
		display: inline;
		line-height: 40px;
		margin-left: 40px; 
		font-size: 1.0em;
		}	
		
		#menu-bar a{
		color: white;
		text-decoration: none;
		display: inline-block;
		height: 40px;
		}
		
		#menu-bar a:hover {
		color: black;
		}			
		
		#menu-bar li.current_page_item a, #menu-bar li.current_page_parent a{
		font-weight: bold;
		}
		
	#content-wrapper{	
	padding: 20px 5px 5px 5px;
	}
	
	#footer{
	padding: 5px;
	font-size: 1.1em;
	border-top: 1px solid #efefef;
	}
	
	.post{
	margin-bottom: 20px;
	}
						
h2{
font-size: 3.0em;
margin-bottom: 20px;
}

h2.post-title{
margin-bottom: 0;
}

h3{
font-size: 2.0em;
margin-bottom: 10px;
}

.intro{
font-weight: normal;
}

p{
font-size: 1.3em;
line-height: 150%;
margin-bottom: 10px;
}

p.postmetadata{
background: #efefef;
padding: 3px;
}

small.post-date{
font-size: 1.2em;
margin: 5px 0 10px 0;
display: block;
}

span.subscribe-to-comments{
font-size: 1.3em;
display: block;
margin-bottom: 10px;
}

a{
color: #b23600;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a:visited{
color: #666666;
}

ul, ol{
margin: 0 0 10px 20px;
}
			
ul li{
font-size: 1.3em;
list-style: disc;
}

ol li{
font-size: 1.3em;
list-style: decimal;
}

ol.commentlist{
margin: 0;
} 

.commentlist li{
margin-bottom: 15px;
border: 1px solid #efefef;
padding: 5px;
list-style: none;
font-size: 1.0em;
}

.comment-author{
font-size: 1.3em;
}

.commentlist ul.children{
margin-left: 15px;
}

.alignleft{
float: left;
margin: 3px 3px 3px 0;
}

.alignright{
float: right;
margin: 3px 3px 3px 0;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.avatar{
float: right;
}

.navigation{
font-size: 1.3em;
margin-bottom: 50px;
}

blockquote{
margin: 0 0 10px 20px;
}

	blockquote p{
	margin: 0;
	}
	
textarea{
font-family: Helvetica, "MS Sans Serif", Arial, Verdana, sans-serif;
font-size: 1.0em;
}