/*
Theme Name: Richard Blyth
Theme URI: http://www.richardblyth.com
Description: Default theme for Richard Blyth.com
Version: 1.0
Author: Richard Blyth
Author URI: http://www.richardblyth.com
Tags: Pink, Grey
*/

body {
	font: normal 12px Helvectia, Arial, sans-serif;
	background: #AFBEBF url(images/bg-tile.jpg) repeat-x;
	color: #666;
	margin: 0;
	padding: 0;
	}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
a:hover {
	color: #ED145B;
	background: #fff;
	border-bottom: 1px dotted #ED145B;
	}
p {
	margin: 0 0 10px 0;
	line-height: 1.8em;
	}
	
h1 {
	font-size: 18px;
	color: #ED145B;
	margin: 0;
	}
h1 a{
	color: #ED145B;
	text-decoration: none;
	}
h1 a:hover{
	text-decoration: underline;
	}
h2 {
	padding: 0;
	margin: 0;
	}	
h2 a {
	color: #ED145B;
	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;
	}

/* Header */
#header {
	position: relative;
	height: 138px;
	}
#headerimg {
	position: relative;
	}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
	}
#header a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
	}
#header a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: none;
	}

/* Left Content Container */
#content {
	float: left;
	padding: 25px 50px 0 0;
	width: 710px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 660px;
	} 
	/* Opera Fix */ 
	html>body #container { 
	width: 660px;
	}

/* 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 p img {
	padding: 5px;
	border: 1px solid #fff;
	background: #ccc;
	}
	
.post-date {
	font-size: 13px;
	color: #888;
	}
.post-date a {
	color: #888;
	border-bottom: 1px dotted #888;
	}
.post-stats-bottom {
	background: #9fadae;
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #8c9698;
	color: #fff;
	}
.post-stats-bottom a {
	color: #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
	}
.post-stats-bottom a:hover {
	color: #ED145B;
	border-bottom: 1px dotted #ED145B;
	}
	
	
/* 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: #ED145B;
	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: #59770e;
}

.previous-entries {
	float: left;
	color: #666;
}
.next-entries {
	float: right;
	color: #666;
}
.previous-entries a, .next-entries a {
	color: #666;
	}

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

/* Sidebar Categories */
#right-col-cats {
	padding: 15px 10px;
	border-bottom: 1px solid #A6B5B7;
	}
#right-col-cats h3 {
	font-size: 18px;
	color: #333;
	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 #A6B5B7;
	}
#right-col-links h4 {
	font-size: 18px;
	color: #333;
	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;
	}
	
#right-col-ads {	
	padding: 15px 10px;
	border-bottom: 1px solid #A6B5B7;
	}
	
	
/* Sidebar Archive */
#right-col-archive {
	padding: 15px 10px;
	border-bottom: 1px solid #A6B5B7;
	}
#right-col-archive h5 {
	font-size: 18px;
	color: #333;
	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 #A6B5B7;
	vertical-align: middle;
	}
#searchform #s {
	vertical-align: middle;
	background: url(images/bg-search-input.jpg) no-repeat;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #ED145B;
	margin: 0;
	border: 1px solid #A6B5B7;
	width: 185px;
	height: 23px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 183px;
	height: 21px;
	} 
	/* Opera Fix */ 
	html>body #searchform #s { 
	width: 183px;
	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 0 10px 0;
	}

/* Comments */
#comments {
	font-size: 18px;
	color: #ED145B;
	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: #e5e5e5;
	}

/* 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: #ED145B;
	margin: 0;
	}

#commentform {
	margin-top: 10px;	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #333;
}
#commentform input{
	vertical-align: middle;
	background: url(images/bg-search-input.jpg) no-repeat;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #ED145B;
	margin: 0;
	border: 1px solid #A6B5B7;
	width: 185px;
	height: 23px;
	/* IE6 Box Fix */
	voice-family: "\"}\"";
	voice-family: inherit; 
	width: 183px;
	height: 21px;
	} 
	/* Opera Fix */ 
	html>body #searchform #s { 
	width: 183px;
	height: 21px;
}
#commentform textarea{
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #ED145B;	
	width: 478px;
	height: 115px;
	background:#fff;
	border: 1px solid #A6B5B7;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #ED145B;
}
#commentform #submit{
	background: #ED145B;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #ED145B;
	width: 124px;
	height: 27px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}




.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;
	cursor: pointer;
	}
	
	
