

@import "reset.css";

body {
	background: url(images/delicious-bg.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
	background-color: #5a001b;

}

p {
	color: #666;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 950px;

	margin: 0 auto;
}

#header {

	width: 880px;
	
	margin: 0 auto;
}

#header h1{
display: none;
}

#logo {

	font-size: 250%;
	margin-top: 20px;
	margin-left: -60px;
	font-weight: bold;
		float: left;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}



#menu ul li a {
	color: #666666;
}

#container {
	width: 850px;

	margin: 40px auto;
	background-color: #fff;
	padding:  0px 30px;
	float: left;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 600px;
	margin-top: -20px;
	position: relative;
	
}
#form {
	margin-top: 50px;
	margin-left: 20px;
	font-weight: bold;

}


#form p{
		color: #710037;
}

#form input {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	height: 25px;
}

#form input.submit {
	background-color:#650038;
	border: 0;

	color: #fff;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-style: oblique;
		color: #650038;
		font-size: 22px;
		margin-bottom: 20px;

}

.post-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: oblique;
	color: #650038;
	font-size: 22px;
	margin-bottom: 20px;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	border-left: 1px dotted #333;
	padding-left: 20px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	font-style: oblique;
	border-bottom: 1px dotted #333;
	padding: 0 0 5px 0;
	color: #dc6509;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.sidepanel ul li {

	padding: 5px 0;
	line-height: 30px;
	font-family:Georgia,Serif,"Times New Roman";
	font-weight: bold;
	font-style: oblique;
	color: #650038;
	font-size: 15px;
	list-style-type: none;
	padding-left: 20px;
		
	
}

.sidepanel ul li a{
	
	color: #650038;
	padding-left: 0px;
	
	
}



.sidepanel ul li.current_page_item {
	width: 235px;
	height: 37px;
	
	
	list-style-type: none;
	display: block;
	
	}



.sidepanel ul li.current_page_item a{
		color: #fff;
		display: inline;
		margin-bottom: 10px;
		background: url(images/menu-bg.jpg) no-repeat;
		height:37px;
		padding-left: 20px;
		padding-top: 5px;
		width: 230px;
		display: block;
		margin-left: -20px;
	}
	
	
	.sidepanel ul li a:hover{
			color: #f3631f;
			text-decoration: none;
		}
		
		

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;

}

#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
	color: #ccc;
	
}

#footer a{
	font-size: 11px;
	color: #fff;

}

#footer-links {
	list-style: none;	
}

#footer-links li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
		padding-bottom: 20px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}


#glutenbox {
	background: url(images/gluten-free-bg.gif) no-repeat;
	float: right;
	width: 403px;
	height: 123px;
	margin-right: 30px;
	margin-top: 20px;


}

#glutenbox p {
	font-family:Georgia,Serif,"Times New Roman";
	font-size: 22px;
	line-height: 30px;
	color: #dc6509;
	font-style: oblique;
	text-align: right;
	padding: 15px 30px;
	
}

.white {
	
	color: #fff;	
}

#address {

	float: right;
	margin-right: 15px;

}

#address p {

text-align: right;
margin-top: 10px;
padding-right: 20px;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 23px;
color: #dc6509;

}

.number {
	color:#5a152e;
	font-size: 21px;
}

#sidebar input {
	margin-left: 45px;
	height: 20px;
		-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.submit {
	background-color:#650038;
	border: 0;

	color: #fff;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	
}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: oblique;
	color: #650038;
	font-size: 22px;
	margin-bottom: 20px;
}

#homeimages  {
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	color: #dc6509;
	font-size: 18px;
	font-weight: bold;
}

#content ul {
list-style-image:url('images/tick.jpg');
}

#badges img{
	float: left;
	margin-bottom: 20px;

}

#clear{
		clear: both;
}

.visit {
	background-color: #dc6509;
		float: right;
	display: inline;
	padding: 5px;
	margin-bottom: 20px;

}

.visit a{
		color: #fff;
			margin-top: 20px;
		
}

#buns {
	position: relative;
	margin-top: 0;
	float: right;
	margin-bottom: 50px;
	
}

#buns img {
		width: 200px;
		height: 311px;
	
}
#list {
	float: left;
	clear: none;
	margin-right: 10px;
	font-weight: bold;
}
.ambient {
	width: 100%;
	line-height: 150%;
	
}

.ambient tr td{
	padding: 5px;
	
}

.ambient tr td.dark {
	background-color:#b2d9e7;
	border: 1px solid #fff
	
}

.ambient tr td.darkred {
	background-color:#f7c7a3;
	border: 1px solid #fff
	
}

.ambient tr td.lightred {
	background-color:#fdefe4;
	border: 1px solid #fff
	
}

.ambient tr th {
	font-weight: bold;
	background-color: #009cd8;
	color: #fff;
	padding: 5px;
		border: 1px solid #fff;
}

.ambient tr th.red{
	
	background-color: #e16509;
	border: 1px solid #fff;
	
}

/* shop css */

h4 {
	color: #fff;
	font-family:Georgia,Serif,"Times New Roman";
	font-weight: bold;
	font-style: oblique;
	font-size: 14px;
	background-color: #e97d09;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	margin-bottom: 20px;
	margin-left: -20px;
}

#shopcontent {
	position: relative;
	width: 430px;
		float: right;
		margin-left: 10px;
		margin-top: -5px;
	
}
#leftmenu {
	width: 140px;
	float: left;
		border-right: 1px dotted #666;
		padding-right: 10px;

}

.itemname {
	font-weight: bold;
	color: #710037;
	
}

.product {
	width: 440px;
	background-color: #e7e7e7;
	height: 250px;
		-moz-border-radius: 10px; -webkit-border-radius: 10px;
		margin-top: 10px;
}

.product table img {
	border: 5px solid #fff;
}

.product table{
	width: 100%;

padding: 10px;
height: 250px;
}

#leftmenu li a{
	
	margin-left: -30px;
	line-height: 150%;
	color: #710037;
	font-weight: bold;

}

#leftmenu li a:hover {
	
text-decoration: none;
	color: #e97d09;

}
img.paypal {
	margin-left: -15px;
	margin-top: 15px;
	width: 150px;
}

#leftmenu li {
	list-style: none;
}

#readmore {
	background-color: #dc6509;
	padding: 5px;
	color: #fff;
}

/* end shop css */
.post img {
	max-width: 600px;
}