/*
Theme Name: PatioHeaters
Theme URI: http://www.patioheaters.org.uk/
Description: Patioheaters.org.uk
Version: 1.0
Author: Keith Donegan
*/




/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	background: url(images/bg.jpg) repeat-x #fff;
	padding: 15px 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}
#wrapper {
	width: 981px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	background: #fff url(images/wrapper-fade.jpg) repeat-x;
	margin: 0 auto;
}
.fright { float: right; }
.fleft { float: left; }




/* --------------- ( Header ) --------------------------------------------- */
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 128px;
	width: 983px;
	margin: 0 auto;
	position: relative;
}
	#header h1 a {
		background: url(images/logo.jpg) no-repeat;
		width: 351px;
		height: 66px;
		display: block;
		float: left;
		text-indent: -9999px;
		margin: 33px 0px 0px 27px;
		display: inline;
	}
	#header p#tagline {
		float: left;
		position: absolute;
		left: 30px;
		bottom: 26px;
		color: #fff;
		font-size: 15px;
	}
	#header #search-bg {
		float: left;
		background: url(images/header-input-bg.jpg) no-repeat;
		width: 307px;
		height: 46px;
		margin: 46px 0px 0px 179px;
		display: inline;
	}
		#header #search-bg input {
			border: 1px solid #fff;
			margin: 11px 0px 0px 8px;
			padding: 3px;
			width: 287px;
			font-size: 14px;
		}
	#header input#button {
		float: right;
		margin: 46px 30px 0px 0px;
	}




/* --------------- ( Main Nav ) --------------------------------------------- */
#main-nav {
	height: 50px;
	background: url(images/main-nav-bg.jpg) repeat-x;
	width: 983px;
	margin: 0 auto;
}
	#main-nav ul {
		padding-left: 30px;
	}
    	#main-nav ul li {
			display: inline;
		}
			#main-nav ul li a {
				color: #fff;
				text-decoration: none;
				float: left;
				display: inline;
				font: bold 16px Arial, Helvetica, sans-serif;
				height: 50px;
				line-height: 47px;
				margin-right: 20px;
				padding-right: 20px;
				background: url(images/divider.gif) bottom right no-repeat;
			}
				#main-nav ul li.page-item-8 a {
					background: none;
				}
			



/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: left;
	margin: 27px 0px 0px 27px;
	display: inline;
	width: 600px;
}
	#content .post {
		
	}
		#content .post h2, #content .post h2 a {
			color: #882B23;
			font: 28px Arial, Helvetica, sans-serif;
			margin-bottom: 12px;
			text-decoration: none;
		}
		#content .post .meta {
			font-size: 11px;
			color: #7d7d7d;
			margin-bottom: 12px;
		}
			#content .post .meta p {
				margin: 0;
			}
			#content .post .meta a {
				color: #882B23;

				font-weight: bold;
			}
		#content .post p {
			margin-bottom: 12px;
		}
		#content .post .green-comments {
			background: url(images/green-bar.gif) no-repeat;
			height: 30px;
			line-height: 29px;
			font-size: 11px;
			color: #fff;
			padding-left: 16px;
			margin-bottom: 28px;
		}
			#content .post .green-comments a {
				color: #fff;
				font-weight: bold;
				
			}
			#content .post .green-comments p { margin: 0; display: inline; }
			#content .post .green-comments p.speech-bubble a {
				background: url(images/speech-bubble.gif) no-repeat left;
				padding-left: 22px;
				margin-right: 12px;
			}
			#content .post .green-comments p.like-this-article {
				background: url(images/green-divider.gif) no-repeat left;
				padding-left: 12px;
			}
			#content .post #related-posts {
				border-left: 10px solid #ccc;
				margin-bottom: 22px;
				font-size: 11px;
				padding: 10px;
			}
				#content .post #related-posts a {
					display: block;
				}
				#content .post #related-posts h2 {
					font-size: 18px;
				}
		#content #navigation {
			background: url(images/pagination.jpg) center no-repeat;
			margin-bottom: 27px;
			height: 30px;
			text-align: center;
			color: #fff;
		}
			#content #navigation a {
				font-weight: bold;
				color: #fff;
				line-height: 28px;
			}
		#content .main-ad {
			margin-bottom: 27px;
		}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	float: right;
	width: 300px;
	margin: 27px 27px 0px 0px;
	display: inline;
}
	#sidebar #large-ad {
		height: 250px;
		margin-bottom: 10px;
	}
	#sidebar h2 {
		background: url(images/sidebar-heading-bg.gif) no-repeat;
		height: 24px;
		color: #fff;
		font: bold 14px Arial, Helvetica, sans-serif;
		padding: 6px 0px 0px 6px;
	}
	#sidebar .box {
		margin-bottom: 10px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
		#sidebar #rss {
			margin: 27px 20px 10px 86px;
		}
		#sidebar p#feedburner {
			float: left;
			margin: 55px 0px 0px 0px;
		}
		#sidebar #emailsubscribe {
			clear: both;
			margin-bottom: 22px;
		}
		
		#sidebar ul#categories { 
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			margin-bottom: 27px;
			width: 298px;
		}
		#sidebar ul#categories li { display: inline; }
		#sidebar ul#categories li a {
			border-bottom: 1px solid #ccc;
			display: block;
			color: #000;
			text-decoration: none;
			padding: 3px 3px 3px 6px;
			font-size: 11px;
		}
			#sidebar ul#categories li a:hover {
				text-decoration: underline;
				font-size: 12px;
			}
		
		/* ------------------------- */
		.cfac_container_2 {
			width: 284px;
			margin-bottom: 10px;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding-top: 15px;
			padding-left: 12px;
			padding-right: 6px;
		}
		
		.cfac_code_left {
		float:left;
		margin-bottom:16px;
		margin-right:16px;
		width:125px;
		}
		.cfac_code_right {
		float:left;
		margin-bottom:16px;
		width:125px;
		}
		/* ------------------------- */




/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	background: url(images/footer-bg.jpg) no-repeat;
	height: 396px;
	margin: 0 auto;
	width: 956px;
	padding-left: 27px;
}
	#footer .column {
		width: 291px;
		float: left;
		margin: 30px 27px 30px 0px;
	}
		#footer .column h2, #footer .column-last h2 {
			font: 18px Arial, Helvetica, sans-serif;
			color: #fff;
			margin-bottom: 20px;
		}
	#footer .column-last {
		width: 291px;
		float: left;
		margin: 30px 0px 30px 0px;
	}
		#footer .column ul li, #footer .column-last ul li {
			display: inline;
		}
		#footer .column ul li a, #footer .column-last ul li a {
			color: #fff;
			background: #5F7432;
			display: block;
			margin-bottom: 2px;
			padding: 4px 4px 4px 7px;
			font-size: 11px;
			text-decoration: none;
		}
			#footer .column ul li a:hover, #footer .column-last ul li a:hover {
				background: #748D3F;
			}
		#footer p {
			margin-bottom: 12px;
			color:
		}
		#footer a {
			color: #fff;
		}




/* --------------- ( Comments ) --------------------------------------------- */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #fff;









	padding: 10px 0 0;
}
	.comments-template input {
		border: 1px solid #ccc;
		padding: 4px;
	}
	label {
		color: #666;
	}
	a {
		color: #882B23;
	}
	.alt {
		background: #F4F4F4 !important;
	}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 0px 0 20px 0;
	line-height: 18px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	font-size: 11px;
}

.comments-template h2, .comments-template h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #882B23;
	margin-bottom: 14px;
}

.commentmetadata{
	font-size: 12px;
	margin-bottom: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 4px;
}

div#addcomment {
	margin-bottom: 27px;
}


.collapsed .avatar  {
	display: none;
}



/* --------------- ( Comments Form ) --------------------------------------------- */
#mainlegend {
	display: none !important;
}
#url, #email, #reason, #spamq {
      margin-bottom: 12px;
}




/* --------------- ( Subscribe Page ) --------------------------------------------- */
#subscribe-page {
      
}
      #subscribe-page form {
            border: 1px solid #fff;
      }
            #subscribe-page form input#text {
                  border: 1px solid #C1C0B5;
                  padding: 4px;
                  width: 60%;
            } 
            #subscribe-page form p#small-text {
                  margin-top: 10px;
                  font-size: 11px;
            }










