/* 
Theme Name: Bristol Local Food
Description: The WordPress theme designed and built for BLF.
Version: 1.1
Author: Jake McMurchie
Author URI: http://www.jakemcmurchie.net/

*/



/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 11px */
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #ccc;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #ccc;
	text-align: left;
	}

#header {
	background-color: #fff;
	}

#content {
	font-size: 1.2em
	}

a, a:link {
	color: #096;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #096;
	text-decoration: none;
	font-weight: normal;
	}
a:hover {
	color: #0c0;
	text-decoration: underline;
	}

.narrowcolumn .entry, .widecolumn .entry, .narrowcolumn .homeentry, .widecolumn .homeentry, p {
	line-height: 1.4em;
	margin: 0;
	}
.entry {
	border-bottom: 1px solid #a9dccb;
	}
.narrowcolumn li {
	margin-bottom: 10px;
	line-height: 1.4em;
	}
p {
	margin-bottom: 1em;
	}

h1, h2, h3 {
	font-family: "Arial Black", sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
	}

h2 {
	font-size: 1.6em;
	margin: 0.2em 0 0.5em 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	}

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited {
	color: #096;
	font-weight: normal;
	}

h2, h2 a, h2 a:link, h2 a:visited, h3, h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #096;
	font-weight: normal;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #0c0;
	font-weight: normal;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: none;
	}
	
#header {
	padding: 0 0 0 1px;
	margin: 0;
	height: 127px;
	width: 760px;
	background-color: #73a0c5;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px 0 0;
	width: 490px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 1em 0 2em 0;
	padding: 0.1em 0 0 1em;
	text-align: left;
	clear: both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images
p img {
	padding: 0;
	max-width: 100%;
	}
 */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	border-left: 4px solid white;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar
{
	padding: 0;
	margin: 0;
	margin-left: 545px;
	width: 200px;
	font: 1em Helvetica, Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background-color: #096;
	color: #fff;
	}

#sidebar h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 0 10px;
	font-weight: bold;
	}

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px 0;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	}
#sidebar li, #sidebar form {
	margin: 0 1em 0.5em 1em;
	}
#sidebar li a, #sidebar li a:link, #sidebar li a:visited, #sidebar li a:hover {
	font-weight: normal;
	text-decoration: none;
	}
/* End Sidebar */


/* contact form styles */
.contactform textarea {
	width: 40em;
	}
.contactform input {
	width: 34em;
	}
.contactform input#contactsubmit {
	width: 12em;
	}
/* end contact form styles */



/* Begin Various Tags & Classes */
.breadcrumb {
	margin: 10px 0 0 0;
	font: 0.8em Helvetica, Arial, Sans-Serif;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.address {
	font-style: italic;
	padding: 0;
	margin-top: 0;
	margin-bottom: 4px;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
	border: 1px solid #999;
	padding: 1em;
	}

.indent {
	margin-left: 2em;
	}

.credits, .credits a, .credits a:link, .credits a:visited, .credits a:hover {
	font-size: 0.7em;
	color: #ccc;
	}

a.submitentry {
	display: block;
	margin: 0 4px 0 0;
	padding: 0.2em 0.2em;
	font-weight: bold;
	font-size: 1.1em;
	background: #096;
	color: white;
	border: 1px solid #096;
	}

body { background: #999 url("images/foefood_body_bg.jpg") repeat-x top left; }
#page { background: url("images/foefoodpagebg.jpg") repeat-y top left; border: none; }
#header { background: transparent url("images/foefoodheader.jpg") no-repeat top left; border: none; }	
#sidebar { background: url("images/foefood_sidebar.gif") repeat-y top left; border: none; }
#footer { background: url("images/foefoodfooter.jpg") no-repeat bottom left; border: none; }
.post { background: url("images/foefood_article_bg.jpg") no-repeat top left;}

#header, #header a, #header span { height: 127px; width: 760px; display: block;}
#header {position: relative;}
#header span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("images/foefoodheader.jpg") no-repeat top left; border: none;
	}

.credits {display: none;}
/* End Various Tags & Classes*/