/*
Theme Name: Libris Blogg
Theme URI: http://blogg.librisforlag.se
Description: Wordpress Theme for Libris Blogg
Version: 1.0
Author: Hjalmar Hägglund | Punc AB
Author URI: http://punc.se
Tags: libris, punc


*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 Verdana, arial, sans-serif;
	background: #634c2f url(images/bg_body.gif) repeat-y;
}

#container {
	background: #f6f2ec;
	width: 983px;
	margin: 0; padding: 0;
}

#head {
	height: 180px;
	background: url(images/bg_head.jpg) no-repeat left top;
	position: relative;
}

	#head h1 {
		margin: 0;
		padding: 0;
	}
	
	#head h1 a,
	#head h1 a:hover,
	#head h1 a:visited,
	#head h1 a:focus,
	#head h1 a:active {
		display: block;
		width: 420px;
		height: 120px;
		text-decoration: none;
		text-indent: -10000px;
		outline: none;
	}

	#topnavigation {
		height: 48px;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background: url(images/bg_topnav.gif) no-repeat;
	}
	
	#topnavigation ul {
		list-style: none;
		text-align: center;
		padding: 0;
		margin: 10px 0;
	}
	
	#topnavigation ul li {
		display: inline;
	}
	
	#topnavigation ul li {
		padding: 0 0 0 5px;
		margin: 0 0 0 3px;
		border-left: 1px solid #900;
	}
	
	#topnavigation ul li.first {
		border-left: none;
	}

#sidebarLeft {
	width: 210px;
	margin: 0 5px;
	float: left;
	background: url(images/bg_left.gif) repeat-y;
}

	#sidebarLeft .left-top {
		background: url(images/bg_left_top.gif) no-repeat;
		padding: 15px 15px 5px;
	}
	
	#sidebarLeft .left-bottom {
		background: url(images/bg_left_bottom.gif) no-repeat left bottom;
		padding: 15px;
	}

#content {
	margin: 0;
	width: 540px;
	float: left;
}
	#content .post {
		background: url(images/bg_main.gif) repeat-y;
		margin: 4px 0;
	}

	#content .post .post-title {
		background: url(images/bg_main_top.gif) no-repeat;
		padding: 15px 15px 5px;
		
	}
	
	#content .first-post .post-title {
		background: url(images/bg_main_first.gif) no-repeat;
	}
	
	#content .post .meta-before {
		padding: 0 15px;
		color: #555;
	}
	
	#content .post .post-content {
		padding: 0 15px;
	}
	
	#content .post .meta-after {
		background: url(images/bg_main_bottom.gif) no-repeat left bottom;
		padding: 15px;
		font-size: 10px;
		color: #555;
		text-align: right;
	}
	
	#content .post .meta-after .tags {
		float: left;
	}

#sidebarRight {
	width: 210px;
	margin: 0 5px;
	float: right;	
}

	#sidebarRight .right-bg {
		background: url(images/bg_right.gif) repeat-y;
		
	}

	#sidebarRight .right-search {
		background: url(images/bg_search_top.gif) no-repeat;
		padding: 20px 15px 0;
	}

	#sidebarRight .right-top {
		background: url(images/bg_right_top.gif) no-repeat;
		padding: 15px 15px 5px;
		margin: 10px 0 0;
	}
	
	#sidebarRight .right-bottom {
		background: url(images/bg_right_bottom.gif) no-repeat left bottom;
		padding: 7px;
	}

.sidebar ul {
	list-style: none;
	padding: 0 15px 12px;
}

.sidebar ul li ul {
	padding: 0 0 12px 10px;
}


#footer {
	background: #e7dfd5 url(images/bg_footer.gif) no-repeat;
	padding: 20px 20px 20px;
	text-align: center;
	color: #706f6f;
}

#footer a,
#footer a:hover {
	color: #706f6f;
}

#footer ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 15px 0;
}

#footer ul li {
	display: inline;
}

#footer ul li {
	padding: 0 0 0 5px;
	margin: 0 0 0 3px;
	border-left: 1px solid #900;
}

#footer ul li.first {
	border-left: none;
}

/* comments */

ol.commentlist {
	list-style: none;
	padding: 0 0 0 70px;
}

ol.commentlist li {
	width: 430px;
	margin: 0 0 1em 0;
	background: url(images/bg_comment.gif) repeat-y;
	position: relative;
}

ol.commentlist li.alt {
	background: url(images/bg_comment_alt.gif) repeat-y;
}

ol.commentlist li .comment-top {
	background: url(images/bg_comment_top.gif) no-repeat;
	padding: 20px 10px 10px 40px;
}

ol.commentlist li.alt .comment-top {
	background: url(images/bg_comment_top_alt.gif) no-repeat;
}

ol.commentlist li .comment-meta {
	font-size: 10px;
	text-align: right;
}

ol.commentlist li .comment-meta a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}


ol.commentlist li .comment-text {
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
	padding: 0 10px 10px 40px;
}
ol.commentlist li.alt .comment-text {
	background: url(images/bg_comment_bottom_alt.gif) no-repeat left bottom;
}

ol.commentlist li img.avatar {
	border: 1px solid #eee;
	background: #fff;
	padding: 4px;
	position: absolute;
	top: 0;
	left: -66px;
}

h3#comments {
	padding: 10px;
}


/* comments form */

#commentForm {
	background: url(images/bg_main_bottom.gif) no-repeat left bottom;
	padding: 0 15px 15px;
	
}
.comment-form {
	width: 540px;
	background: url(images/bg_main.gif) repeat-y;
}

.comment-form-top {
	background: url(images/bg_main_top.gif) no-repeat left top;
	padding: 15px;
	
}

#commentForm input {
	padding: 4px;
	border: 1px solid #ded5c7;
	background: #f6f2ec;
}

#commentForm textarea {
	padding: 4px;
	border: 1px solid #ded5c7;
	background: #f6f2ec;
	width: 500px;
}

#commentForm #submit {
	float: right;
}


/* search */

.search-field {
	float: left;
	width: 120px;
	padding: 4px;
	margin: 10px 0 0;
	border: 1px solid #ded5c7;
	background: #f6f2ec;
}

#searchsubmit {
	float: right;
	margin: 6px 4px 0;
	padding: 0;
}




h2,
h3,
h4,
h5 {
	margin: 0 0 0.3em 0;
	line-height: 1;
	color: #634c2f;
}

a,
a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

h2 a,
h2 a:visited,
h3 a,
h3 a:visited {
	color: #634c2f;
}

p {
	margin: 0 0 1em 0;
}

.msg {
	padding: 10px;
	background: #ffc;
	margin: 10px 0;
	border: 1px solid #dd0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.clr {
	clear: both;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

img {
	border: 0;
}

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;
}

