/*
Theme Name: Thor's theme
Theme URI: http://thor.abekat.net/
Description: Bleh.
Version: 0.1
Author: Thor Frølich
Author URI: http://thor.abekat.net/
Tags: fixed width, minimalist


*/

@import url(http://fonts.googleapis.com/css?family=Vollkorn:regular);

body {
	/* font-family: Georgia, Times, serif !important; */
	font-family: 'Vollkorn','Book Antiqua', Baskerville,'Baskerville Old Face', Georgia, Serif !important;
	font-size: 0.9em;
	width: 99.9%;
}

A:link {
	COLOR: #666666; text-decoration: none;
}
A:visited {
	COLOR: #666666; text-decoration: none;
}
A:active {
	COLOR: #666666; text-decoration: none;
}
A:hover {
	COLOR: #330000; text-decoration: none;
}

#header {
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 0em;
	padding-right: 2em;
/*	background: #EEEEEE;*/
	/* optional rounded corners for browsers that support it */
/*
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
*/
}

#header h1 {
/*font-family: 'Vollkorn','Book Antiqua', Baskerville,'Baskerville Old Face', Georgia, Serif  !important;*/
	font-size: 5.5em;
	font-style: normal;
	font-weight: bold !important;
	letter-spacing: -0.1em;
	text-align: left;
	margin-bottom: -0.2em;
}

#header .description {
	font-size: 1.4em;
	/*font-variant: small-caps;*/
	font-weight: bolder !important;
	letter-spacing: -1px;
	text-align: right;
}

.headline {
/*font-family: 'Vollkorn','Book Antiqua', Baskerville,'Baskerville Old Face', Georgia, Serif  !important;*/
	font-size: 2.1em;
	font-style: normal;
	font-weight: bold !important;
	letter-spacing: -2px;
}

.entry {
	text-align: justify;
}

.meta {
	font-size: 1em;
/*	font-variant: small-caps;*/
	font-weight: lighter !important;
	padding-left: 10%;
	letter-spacing: 0.1em;
}

.postmetadata {
	font-size: 0.9em;
	font-style: normal;
}

.alt {
	padding-top: 4em;
}

#sidebar {
	/* line-height: 1.2em; */
}

#footer ul, li {
	list-style-type: none !important;
margin: 0;
}

h2.widgettitle {
	font-size: 1.3em;
text-align: center;
padding-top: 0;
}

#footer {
	font-size: 0.8em;
	margin-top: 3em;
	padding-top: 1em;
	padding-bottom: 2em;
	background: #F7F7F7;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.navigation {
	padding-bottom: 2em;
}

/* Captions */
.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;
}
/* End captions */
