/*
Theme Name: Jens Boberg
Theme URI: http://jensboberg.com/
Description: Theme of jensboberg.com
Version: 1.0
Author: Jens Boberg
Author URI: http://jensboberg.com/
Tags: 

	Jens Boberg 1.0

*/

/* Reset style */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, 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 {
	text-indent: 0;	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}:focus {	outline: 0;}body {	line-height: 1;	color: black;	background-color: white;
	font-family: verdana;
	font-size: 85%;}ol, ul {	list-style: none;}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: "" "";}
/* End reset */

/* Structure */

div#header {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -180px;
	text-align: center;
}

ul#menu {
	margin: 120px 0 0 0;
	text-align: center;
}

ul#menu li {
	display: inline;
	margin: 0 1em 0 1em;
}

div#page {
	margin: 2em 5em 2em 5em;
}

div#content {
	padding: 2em;
	overflow: hidden;
}

div.withsidebar {
	margin: 0;
}

div.withoutsidebar {
	margin: 0 auto 1em auto;
	width: 55%;
	text-align: justify;
	padding: 0 2em 2em 2em;
}

div.post, div.attachment {
	margin: 0 auto 1em auto;
	padding: 0 0 2em 0;
}

dd.gallery-caption {
	font-family: georgia, serif;
	font-size: 90%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.navigation {
	width: 60%;
	height: 1.5em;
	margin: 1em auto 1.5em auto;
}

div#outsidebar {
	float: right;
	width: 19em;
	margin: -1px -1px 0 0;
	border-width: 0.5em;
}

div#page_description {
	padding: 1em;
	margin: 0 0 1em 1em;
}

div#insidebar {
	clear: right;
	float: right;
	width: 20em;
}
div#insidebar div {
	padding: 0 1em 0 1em;
	margin: 1em 1em 0 2px;
}

div#footer {
	clear: both;
	padding: 1em;
}
div#footer p {
	display: inline;
	text-align: right;
}
div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/* Colour and style */

p, ul, ol {
	padding-bottom: 0.8em;
	line-height: 1.4em;
}

a {
	color: #444;
}
a:hover, a:active {
	color: #888;
}

ul#menu li a {
	font-size: 90%;
	text-decoration: none;
	padding: 0.5em;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h2 {
	font-family: georgia;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;
}

h1, h2.post-title {
	font-family: georgia;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	text-align: center;
}

h3, div#insidebar h2 {
	font-family: georgia;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.3em 0.3em 0.3em;
	border-bottom: 1px solid #777;
}

h4 {
	font-family: arial;
	font-size: 105%;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;
	font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 90%;
}

blockquote {
	line-height: 1.4em;
	text-indent: 2em;
	color: #777;
	padding: 0 1em 1em 1em;
	background: transparent url(images/quote-1.png) left top no-repeat;
}

div#page {
	border: 1px solid #aaa;
}

div#content li {
	margin-bottom: 0.7em;
}

div#outsidebar {
	border-style: solid;
	border-color: white white #ccc #aaa;
	background-color: white;
}

div#page_description {
	border: 1px solid #aaa;
	background-color: #eea;
}

div#insidebar div {
	border: 1px solid #aaa;
	background-color: #bcc;
}
div#insidebar div li {
	margin-bottom: 0.5em;
}

div#footer p {
	font-size: 80%;
	color: gray;
}

div.date {
	font-style: italic;
	text-align: center;
	margin: 1em;
	font-size: 90%;
}

div.first-page div.post {
	margin: 0 auto 0 auto;
	width: 60%;
}

div.entry p {
	text-align: justify;
	line-height: 1.5em;
	padding: 0 2em 1em 2em;
}

div.entry p.image {
	width: 100%;
	padding: 0 1em 1em 1em;
}

div.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}

div.entry ul {
	list-style-type: square;
	list-style-position: inside;
}

div.postmetadata p {
	margin-top: 3em;
	border-top: 1px dotted #aaa;
	font-size: 90%;
	text-align: right;
}

p.attachment, div.entry p.attachment {
	text-align: center;
}

/* 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 */

/* Comments */

textarea#comment {
	width: 98%;
}