/*
Theme Name: Bed Guru Blog
Theme URI: http://www.bedguru.co.uk/blog/
Description: A theme by <a href="http://www.pixelvector.co.uk"> Pixel Vector</a>.
Version: 1.0
Author: Richard Blyth, Pixel Vector
Author URI: http://www.pixelvector.co.uk

*/

body {
	background: #b5ae95 url(images/bg-bedguru.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 15px 0px 0px 0px;
	}
	
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
a:hover {
	color: #424218;
	background: #fff;
	border-bottom: 1px dotted #424218;
	}
p {
	margin: 0 0 10px 0;
	line-height: 1.8em;
	}
	
h1 {
	font-size: 18px;
	color: #424218;
	margin: 0;
	}
h1 a{
	color: #424218;
	text-decoration: none;
	}
h1 a:hover{
	text-decoration: underline;
	}
h2 {
	padding: 0;
	margin: 0;
	}	
h2 a {
	color: #424218;
	text-decoration: none;
	border-bottom: 0;
	}
h2 a:hover {
	background: #fff;
	}

h3 {
	font-size: 15px;
	color: #333;
	margin: 0 0 10px 0;
	}
	
	
form {
	margin:0px;
	padding:0px;
}

/* Page Container */
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #fff;
	}

/* Header */
#header {
	position: relative;
	border-bottom: 15px solid #424218;
	margin-bottom: 5px;
	}
	
#logo {
	float: left;
	width: 258px;
	}
	
#headright {
	float: right;
	padding: 17px 15px 0 0;
	width: 264px;
	}	
	
/* Left Content Container */
#content {
	float: left;
	padding: 20px 50px 10px 20px;
	width: 710px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 640px;
	} 
	/* Opera Fix */ 
	html>body #container { 
	width: 640px;
	}

/* Blog Post */
.post {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #e5e5e5;
	}
.post p {
	margin: 10px 0 0 0;
	color: #333;
	}
.post-date {
	font-size: 13px;
	color: #888;
	}
.post-date a {
	color: #888;
	border-bottom: 1px dotted #888;
	}
.post-stats-bottom {
	background: #9A8F57;
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #888;
	color: #fff;
	}
.post-stats-bottom a {
	color: #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
	}
	
	
/* View Full Entry */
.entry {
	clear: both;
	padding-top: 10px;
}

/* Post Category */
.post-cat {
}

/* Comment Counter */
.post-comments {
	float: right;
	text-align: center;
	font-size: 17px;
	color: #424218;
	background: url(images/bg-comment-count.png) no-repeat;
	width: 49px;
	padding: 3px 0 0 0;
	height: 32px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	height: 29px;
	} 
	/* Opera Fix */ 
	html>body .post-comments { 
	height: 29px;
	}
.post-comments a {
	border: 0;
	}
	
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #fff;
}

/* Prev/Next Buttons */
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;
}

/* Right - Sidebar */
#sidebar {
	float: left;
	border-left: 1px solid #555;
	padding: 10px 20px 0 0;
	width: 250px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 229px;
	} 
	/* Opera Fix */ 
	html>body #sidebar { 
	width: 229px;
	}
	
#right-col-about {
	padding: 15px 10px;
	border-bottom: 1px solid #555;
	}
#right-col-about p {
	margin: 0;
	}
#right-col-about a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 0;
	}
#right-col-about h2 {
	font-size: 18px;
	color: #424218;
	margin: 0 0 10px 0;
	}

/* Sidebar Categories */
#right-col-cats {
	padding: 15px 10px;
	border-bottom: 1px solid #555;
	}
#right-col-cats h3 {
	font-size: 18px;
	color: #424218;
	margin: 0 0 10px 0;
	}
#right-col-cats ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#right-col-cats li { 
	padding: 0 0 2px 0;
	}
	
/* Sidebar Links */
#right-col-links {
	padding: 15px 10px;
	border-bottom: 1px solid #555;
	}
#right-col-links h4 {
	font-size: 18px;
	color: #424218;
	margin: 0 0 10px 0;
	}
#right-col-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#right-col-links li { 
	padding: 0 0 2px 0;
	}
	
	
/* Sidebar Archive */
#right-col-archive {
	padding: 15px 10px;
	border-bottom: 1px solid #555;
	margin: 0 0 15px 0;
	}
#right-col-archive h5 {
	font-size: 18px;
	color: #424218;
	margin: 0 0 10px 0;
	}
#right-col-archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#right-col-archive li { 
	padding: 0 0 2px 0;
	}

	
/* Search Form */	
#searchform {
	padding: 15px 10px;
	border-bottom: 1px solid #555;
	vertical-align: middle;
	}
#searchform #s {
	vertical-align: middle;
	background: url(images/bg-search-input.jpg) no-repeat;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0;
	border: 1px solid #555;
	width: 165px;
	height: 23px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 163px;
	height: 21px;
	} 
	/* Opera Fix */ 
	html>body #searchform #s { 
	width: 163px;
	height: 21px;
	}
#searchform #searchsubmit {
	vertical-align: middle;
	margin: 0;
	}
#searchform label {
	display: none;
	}


/* Footer */
#footer {
	font-size: 10px;
	clear: both;
	text-align: right;
	padding: 50px 20px 10px 20px;
	}

/* Comments */
#comments {
	font-size: 18px;
	color: #424218;
	margin: 0;
	}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	}
.commentlist li{
	padding: 5px 10px;
	position: relative;
	margin: 0 0 10px 0;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
	}
.commentlist .alt {
	background: #EBEAE5;
	}

/* Comment Author Name/Link */		
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #333;
	}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}
	
/* Comment Form */
#respond {
	border-top: 1px dotted #fff;
	padding: 15px 0;
	margin: 15px 0;
	}
#respond h3 {
	font-size: 18px;
	color: #424218;
	margin: 0;
	}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#999;
	border: 1px solid #777;
	padding: 3px;
	margin-top: 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#999;
	border: 1px solid #777;
	padding: 2px;
	margin-top: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	width: 144px;
	height: 29px;
}




.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}


/* Add This */
#addthis {
	padding: 30px 0;
	}
#addthis h4 {
	margin: 0 0 10px 0;
	}
#addthis a {
	border-bottom: 0;
	}


/* Hacks */


/* Clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix { height: 1%;}
