/*
Theme Name: Wotton Farm Shop
Theme URI: http://www.wottonfarmshop.co.uk/
Description: Converted default theme
Version: 1.1
Author: Paul Benbow
Author URI: http://wightfield.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* Common */
* {
	padding:0;
	margin:0;
}
body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	margin: 20px;
	padding: 0;
	background-color: #FFFFFF;
	/* background:#CACACA url(img/bg_body.png) no-repeat scroll center top; */
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(img/header.gif);
	background-repeat:no-repeat;
	height:106px;
	width:770px;
	position:relative;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#logo_container {
	position:absolute;
	top:0;
	left:0;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
#center h1 {
	font-size: 1.8em;
	line-height:1.1em;
	margin: 0;
	color:#84587b;
	padding:14px 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#center h2 {
	font-size: 1.3em;
	margin: 0;
	padding:16px 0 8px 0;
	font-weight:normal;
	line-height:1.3em;
} 
#center h3 {
	font-size: 1.25em;
	margin: 0;
	padding:0 0 4px 0;
}
#center h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
#top_links {
	font-size: 0.7em;
    height: 44px;
    left: 588px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
}
#top_links a, #cart_link a {
	text-decoration:none;
	color:#5B7070;
}
#top_nav {
	margin:0; 
	padding:0;
	position:absolute;
	top:65px;
	left:160px;
}
#top_nav ul {
	font-size:0.8em;
	text-align:right;
	margin:0;
	padding:0;
}
#top_nav li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 8px 0 8px;
}
#top_nav li a {
	text-decoration:none;
	color:#5B7070;
	margin:0;
	padding:0;
}
.purple_head, .widgettitle {
	border:1px solid #84587b;
	border-bottom:1px solid #84587b;
	background-color:#84587b; 
	padding:1px;
	margin:0;
}
.widgettitle {
	color:#FFFFFF;
	font-size:0.75em;
	margin:12px 0 0 0;
	padding:0;
	text-align:center;
}
/*.purple_head_2 a{
	color:#FFFFFF;
}*/

.purple_head h3 {
	color:#fff;
	font-size:0.75em;
	margin:0;
	padding:0;
	text-align:center;
}
.widgettitle {
/*	display:none;*/
}
/*.shopping_cart {
	width:190px;
}
.wp_cart_checkout_button {
	margin:4px 0 0 20px;
}*/
.purple_content {
	border-bottom:1px solid #dee0ce;
	border-left:1px solid #dee0ce;
	border-right:1px solid #dee0ce;
	border-top:none;
	padding:7px 10px 7px 10px;
	margin:0 0 12px 0;
}
.purple_content p {
	font-size:0.8em;
	padding:0 0 5px 0;
	margin:0;
}
#cart_link {
	font-size:11px;
	padding:0;
	margin:0;
	text-align:right;
	position:absolute;
	top:0px;
	left:710px;
}
#footer ul {
	font-size:0.95em;
	margin:0;
	padding:2px 0 0;
}
#footer li {
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
#footer a:link {color: #84587b; text-decoration:none;}
#footer a:visited {color: #84587b;  text-decoration:none;}
#footer a:hover {color: #84587b;  text-decoration:underline;}
a img{
	border:none;
}
.current_page_item {
	font-weight:bold;	
}

/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
label {
	display:block;
	font-size:0.85em;
	margin:0;
	padding:2px 0 0;
}
#searchform {
	margin:0;
	padding:0;
	float:right;
}
#searchform input {
	margin:0;
	padding:0;
}
#searchform #s{
	width:110px;
}
/* End Images */

/* END - Common */

.screen-reader-text {
	display:none;
}



