/*
Theme Name: Book
Theme URI: http://nobless.se
Description: En bok är en bra grund för en blogg... Så ere!
Version: 1.0
Author: Mikael Grön
Author URI: http://nobless.se/
*/

/* START RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
/* Setting some of it back */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strong em {
	font-weight: bolder;
}

/* END RESET */
body {
	background: url(images/background.jpg);
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 160%;
}
#container {
	display: block;
	width: 1082px;
	background: url(images/background_left.jpg) left top repeat-y;
	padding: 100px 0;
}
#logo {
	width: 189px;
	height: 51px;
	background: url(images/logo.png) top right no-repeat;
	margin: 20px 0 100px;
	padding-left: 40px;
	text-indent: -1000px;
}
#top-menu {
	position: absolute;
	top: 140px;
	left: 300px;
}
#top-menu #bloggen, #top-menu #vikten, #top-menu #kontakten {
	height: 37px;
	float: left;
	margin-right: 40px;
	text-indent: -1000px;
}
#top-menu #bloggen {
	width: 129px;
	background: url(images/menu_bloggen.png) top left no-repeat;
}
#top-menu #vikten {
	width: 92px;
	background: url(images/menu_vikten.png) top left no-repeat;
}
#top-menu #kontakten {
	width: 151px;
	background: url(images/menu_kontakten.png) top left no-repeat;
}
#top {
	width: 1082px;
	height: 68px;
	background: url(images/book_top.jpg) left top no-repeat;
}
#middle {
	width: 1082px;
	background: url(images/book_tile.jpg) left top repeat-y;
	padding: 40px 0;
	overflow: hidden;
}
#bottom {
	width: 1082px;
	height: 68px;
	padding-top: 68px;
	background: url(images/book_bottom.jpg) left top no-repeat;
}
#left-spacer {
	width: 20px;
}
#left {
	width: 145px;
	font-size: 0.8em;
}
#main-spacer {
	width: 100px;
}
#main {
	width: 700px;
	color: #333;
}

/* START OF POST STYLING */


.post h2 {
	color: #292929;
	font-weight: lighter!important;
	font-size: 2.5em;
	font-style: italic;
	font-family: "Baskerville", "Times New Roman", Georgia, serif;
	text-shadow: #FFF 0 2px 1px;
}

.post h2 a:hover {
	text-shadow: inherit;
}
.post h2 a {
	color: #292929;
	text-decoration: none;
}
.post .post-date {
	float: left;
	font-size: 0.8em;
	margin: 5px 0;
	font-style: italic;
	color: #6A6A6A;
	text-indent: 20px;
}
.post hr.before-post {
	clear: both;
	border: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #CBCBCB;
}
.post hr.after-post {
	clear: both;
	border: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 30px;
}

.post p {
	margin: 10px 0;
/*	text-indent: 20px;*/
}

.post-content a, .post-date a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #E7E7E7;
	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: 1px solid #CCC;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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

.post p img {
	padding: 0;
	max-width: 100%;
	}

.post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.post img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.post img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.post .alignright {
	float: right;
	}

.post .alignleft {
	float: left;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.post blockquote {
	margin: 10px;
	background: url(images/blockquote_background.jpg);
	border: 1px solid #EAEAEA;
	color: #474747;
}

.post ol, .post ul {
	margin: 20px 0 20px 40px;
}
.post ol li, .post ul li {
	margin: 4px 0;
	list-style: decimal-leading-zero;
}
.post ul li {
	list-style: disc;
}
.post .more-link {
	display: block;
	text-align: right;
	border: none;
	font-style: italic;
}
.post .post-edit-link {
	float: right;
	color: #222;
	text-decoration: none;
	font-style: italic;
}

/* END OF POST STYLING */

/* START OF COMMENT STYLING*/

.commentlist {
	font-size: 0.8em;
}
.commentlist li {
	margin: 20px 0;
/*	font-size: 0.8em;*/
	padding: 15px;
	border: #CECECE;
	background: #E4E4E4;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	-webkit-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-khtml-border-radius-topright:10px;
	border-radius-top-right: 10px;
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
}
.commentlist li li {
	margin: 0 0 0 30px;
	padding: 0 15px;
}

.commentlist ol li {
	list-style: decimal-leading-zero;
}

.commentlist .comment-meta {
	font-size: 0.9em;
	font-style: italic;
}

#respond h3, h3 {
	color: #292929;
	font-weight: lighter!important;
	font-size: 1.5em;
	font-style: italic;
	font-family: "Baskerville", "Times New Roman", Georgia, serif;
	text-shadow: #FFF 0 2px 1px;
	margin: 20px 0 5px 0;
}

h3 {
	font-size: 1.8em;
}

.commentlist a, #commentform a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.comment-author {
	margin: 10px 0;
}

.comment-author img.avatar {
	vertical-align: top;
}

#commentform {
	font-size: 0.8em;
}

textarea#comment {
	width: 100%;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #888;
	background-color: #E5E5E5;
}

/* END OF COMMENT STYLING */

#page {
	position: relative;
	width: 740px;
	font-size: 1.2em;
	margin-top: 100px;
	margin-left: 260px;
	color: #666;
}

#page a {
	color: #000;
	text-decoration: none;
}

#page #previous {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	text-align: right;
}

#page #next {
	position: absolute;
	left: 450px;a
	top: 0;
	width: 250px;
}

#page #current {
	position: absolute;
	left: 250px;
	width: 200px;
	text-align: center;
	font-size: 2em;
	font-style: italic;
}

#bottom #copyright {
	padding-left: 10px;
	font-size: 0.7em;
}

#left {
	font-size: 0.8em;
	line-height: 1.2em;
}
#left a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}
#left h2 {
	padding: 10px 0;
	color: #292929;
	font-weight: lighter!important;
	font-size: 1.5em;
	font-style: italic;
	font-family: "Baskerville", "Times New Roman", Georgia, serif;
	text-shadow: #FFF 0 2px 1px;
}
#left li li {
	margin: 8px 0 8px 10px;
	list-style: decimal-leading-zero;
}