/*
Theme Name: tanketorsken
Description: Theme for my blog tanketorsken.dk
Author: Anders Hørsted
Author URI: http://www.alphabits.dk/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





body#tanketorsken {
	font-family: georgia, serif;
	font-size: 93.75%;
	line-height: 1.35;
	margin-left: 2px;
}

a {
	color: black;
}

#topbar, #content_wrapper {
	width: 56.5em;
	position: relative;
}



#content_wrapper {
	margin-top: -0.3em;
	padding-top: 6em;
}

h1 {
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 0.9;
}

h1 span {
	color: #aaa;
}

#topbar h3 {
	display: none;
}

#topbar ul.submenu {
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position: absolute;
	right: 0; top: 0;
	font-size: 0.8em;
	padding-top: 1.6em;
}

#topbar ul.submenu li {
	float: left;
	margin-left: 0.4em;
}

#sidebar {
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	width: 16.5em;
	padding-top: 0.6em;
	float: left;
}

#sidebar h3 {
	font-size: 1.4em;
	line-height: 1.1;
	margin-bottom: 0.4em;
}

#sidebar ul {
	margin-bottom: 0.9em;
}

#content {
	width: 39.9em;
	float: right;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}


#content .post {
	margin-bottom: 2em;
}

#content h2 {
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0.4em;
}

#content h2 span {
	font-size: 0.6em;
	display: block;
}

#content ul {
	list-style-type: disc;
	padding-left: 2em;
	margin: 0.6em 0;
}

pre {
	font-family: "Courier New", courier, "monaco", monospace;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0.8em 0;
	padding: 0.3em;
}

body#tanketorsken blockquote p {
	margin: 0.6em 0;
	padding: 0 2em;
	font-style: italic;
}
