/*
Theme Name: Deckchair
Theme URI: http://deckchair.co.uk/
Version: 1
Author: Simon Pollard
Author URI: http://deckchair.co.uk/

	Deckchair v1
	 http://deckchair.co.uk/

	This theme was designed and built by Simon Pollard

*/

/*
GENERAL
*/
body {
	background-image: url(images/blog_bg.gif);
}
#main_content {
	margin-top: 20px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
}
#content {
	padding-bottom: 20px;
}
h2 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dee4e6;
	background-color: #FFF;
}
h4 a {
	color:#EC008C;
}
h4 {
	margin-bottom: 20px;
}
h3.pagetitle {
	margin-bottom: 20px;
	width: 650px;
}
.entry ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.entry ol li {
    font-size:12px;
    line-height:18px;
    margin-bottom: 5px;
    color: #46565E;
}

/* 
POSTS 
*/
.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #506e7b;
	text-align: right;
	width: 35px;
	float: left;
	padding-right: 10px;
	width: 30px;
}
.date span {
	display: block;
	font-weight: bold;
	float: right;
}
.postDay {
	font-size: 18px;
	margin-bottom: -3px;
}
.postMonth {
	font-size: 11px;
	text-transform: uppercase;
}
.postYear {
	font-size: 10px;
}
.wp-post-image {
	margin-bottom: 20px;
}
.entry {
	width: 540px;
	margin-left: 40px;
	padding-left: 20px;
	border-left: 1px solid #dee4e6;
	margin-bottom: 40px;
}
.entry p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}
.entry p a.continue {
	background-image: url(images/continue_reading.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
h4 a:hover, .entry p a:hover {
	text-decoration: underline;
}
.comments_small {
	margin-top: 20px;
	background-color: #f7f7f7;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 540px;
}
.comments_small p {
	margin-bottom: 0px;
}

.comments_small a {
	color: #913f98;
}

/* Pagination */
.wp-pagenavi {
	font-size: 11px;
	margin-left: 40px;
	height: 50px;
}
.wp-pagenavi span {
	padding: 3px;
	height: 13px;
	color: #898989;
	border: 1px solid #898989;
	float: left;
	margin-right: 2px;
}
.wp-pagenavi span.current {
	text-align: center;
	width: 16px;
}
.wp-pagenavi a {
	padding: 3px;
	height: 13px;
	display: block;
	border: 1px solid #0072bc;
	color: #0072bc;
	width: 16px;
	text-align: center;
	float: left;
	margin-right: 2px;
}


/*
SIDEBAR
*/

#sidebar {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 269px;
	float: right;
	clear: right;
	padding-bottom: 20px;
	/*
	position: absolute;
	right: 0px;
	top: 100px;
	*/
}
#sidebar h5 {
	margin-bottom: 15px;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* search */
#searchform {
	position: relative;
	margin-bottom: 15px;
}
label.screen-reader-text {
	display: none;
}
.search {
	margin-bottom: 25px;
	position: relative;
	height: 31px;
	width: 249px;
	padding-left: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0dce1;
}
input#searchsubmit {
	background-image: url(images/search_but.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 31px;
	border: 0 solid #FFFFFF;
	position: absolute;
	right: 30px;
	top: 0px;
	cursor: pointer;
}
input#s {
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
	height: 18px;
	width: 165px;
	border: 1px solid #d4d4d4;
}

/* sidebar follow us */
#sidebar_follow {
	padding-left: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0dce1;
}
#sidebar_follow p {
	margin-bottom: 5px;
}
#sidebar_follow a {
	background-repeat: no-repeat;
	padding-top: 3px;
	height: 19px;
	padding-left: 27px;
	display: block;
	font-size: 12px;
}
#sidebar_follow #sidebar_twitter {
	background-image: url(images/twitter_ico_small.gif);
}
#sidebar_follow #sidebar_email {
	background-image: url(images/mail_ico_small.gif);
}
#sidebar_follow #sidebar_rss {
	background-image: url(images/rss_ico_small.gif);
}

/* sidebar recentt articles */
#recent_articles {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d0dce1;
}
#recent_articles p {
	font-size: 12px;
	margin-bottom: 5px;
}

/* sidebar categories */
#sidebar ul {
	margin-left: 20px;
	list-style-type: none;
}
#sidebar ul ul {
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 15px;
}
#sidebar ul ul li {
	margin-bottom: 5px;
}

/*
SINGLE POST PAGE
*/
textarea#comment {
	width: 550px;
}
p.postmetadata {
	margin-top: 20px;
	background-color: #f8f8f8;
	padding: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	line-height: 15px;
	
}
#respond {
	margin-top: 20px;
}
#respond h5 {
	margin-bottom: 10px;
}
.commentlist {
	list-style: none;
}
.commentlist li {
	margin-bottom: 10px;
}
h5#comments {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.even {	
	background-color: #f8f8f8;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.comment-author {
	font-size: 14px;
}
.comment-author img.avatar {
	float: right;
	margin-top: 5px;
}
.comment-meta {
	font-size: 10px;
	margin-bottom: 10px;
}
cite.fn {
	font-style: normal;
}
.comment {
	padding-left: 15px;
	padding-right: 15px;
}
.comment p {
	width: 460px;
}

.comment-body em {
	font-size: 11px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #EC008C;
}

/*
SEARCH
*/
#search_results {
	width: 600px;
}
#search_results h3 {
	margin-bottom: 20px;
}
#search_results h4 {
	margin-bottom: 10px;
	line-spacing: 20px;
}
#search_results p.postmetadata {
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
}