/*
Theme Name: Peasegood Theme
Theme URI: -
Description: Peasegood wordpress website
Author: Soap Media
Author URI: http://www.soapmedia.co.uk/
*/

body {
	background-color:#eeeeee;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

hr {
    margin:  0em 0;
    padding: 0;
	}
	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ol, dl, address {
    margin:  1em 0;
    padding: 0;
	}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {

	text-decoration: underline;
	color: #999999;
}

h2 {
	color:#08739b;
}

#wrapper {
	margin: 0 auto;
	width:988px;
	background-image: url(image/background_tile.gif);
	background-repeat: repeat-y;
	margin-bottom:20px;
}

#wrapper_end {
	width:988px;
}

#header {
	width:980px;
	margin-left:4px;
	margin-right:4px;
	height:217px;
	padding-bottom:13px;
}

/*LEFT MENU COL*/

#left_col {
	padding-left:14px;
	width:190px;
	float:left;
}

/*MENU*/

#menu_wrapper {
	width:180px;
	height:146px;
	margin-bottom:4px;
	padding-left:10px;
	padding-top:10px;
	background-image: url(image/menu_background.jpg);
	background-repeat: no-repeat;
}

#menu_wrapper ul {
	padding: 0;
	margin:0;
}

#menu_wrapper li {
	list-style:none;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

li a {
	color: #FFFFFF;
	text-decoration: none;
}

li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#contact_wrapper {
	width:190px;
	height:195px;
	margin-bottom:4px;
	background-image: url(image/contact_background.gif);
	background-repeat: no-repeat;
}

#contact_header {
	width:180px;
	height:30px;
	padding-left:10px;
	background-image: url(image/left_col_box_header.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

#categories_wrapper {
	width:190px;
	height:195px;
	margin-bottom:4px;
	background-image: url(image/contact_background.gif);
	background-repeat: no-repeat;
}

#categories_header {
	width:180px;
	height:30px;
	padding-left:10px;
	background-image: url(image/left_col_box_header.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

#categories_text {
	padding-left:10px;
}

#categories_text li {
	list-style-type: none;
}

#categories_text li a {
	list-style-type: none;
	color: #666666;
	text-decoration: none;
}

#categories_text li a:hover {
	list-style-type: none;
	color: #666666;
	text-decoration: underline;
}

#newsletter {
	width:190px;
	height:112px;
	background-image: url(image/newsletter_background.gif);
	background-repeat: no-repeat;
	margin-bottom:4px;
}

#newsletter_header {
	width:180px;
	height:30px;
	padding-left:10px;
	background-image: url(image/left_col_box_header.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
}

#newsletter_form {
	width:180px;
	padding-left:10px;
}

.textbox {
	border: 1px solid #CCCCCC;
	width:160px;
	color: #979797;
}

.textbox_multi {
	border: 1px solid #CCCCCC;
	width:240px;
	color: #979797;
}

.button {
	border: 1px solid #CCCCCC;
	color: #494949;
	background-color: #e0e0e0;
}

/*CONTENT COL*/

#centre_col {
	width:650px;
	float:left;
	margin-left:20px;
}

#search_wrapper {
	width:650px;
	height:40px;
	text-align: right;
	line-height: 40px;
}

#welcome_wrapper {
	width:650px;
	height:355px;
	margin-bottom:35px;
}

#about_wrapper {
	width:650px;
	height:226px;
	margin-bottom:35px;
}

/*BLOG*/

#blog_wrapper {
	width:650px;
}

#blog_category {
	color:#08739b;
}

#blog_category a {
	color:#08739b;
	text-decoration: underline;
}

#blog_category a:hover {
	color:#08739b;
	text-decoration: none;
}

#blog_post {
	width:650px;
	padding-bottom:15px;
	padding-top:15px;
	
}

#blog_title {
	font-size: 20px;
	color: #08739b;
	width:650px;
	padding-bottom:8px;
}

#blog_author {
	color: #999999;
	width:650px;
	padding-bottom:13px;
}

#blog_text {
	width:650px;
}

#blog_text ul {
	list-style-type: disc;
}

#blog_text li {
	color:#666666;
	font-size:11px;
}

#blog_nav {
	width:650px;
	padding-bottom:15px;
	padding-top:15px;
	color: #CCCCCC;
}

#blog_nav a {
	color: #08739b;
	font-weight: bold;
	text-decoration: none;
}

#blog_nav a:hover {
	color: #08739b;
	font-weight: bold;
	text-decoration: underline;
}

#footer_left {
	width:325px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	color: #999999;
}

#footer_right {
	width:325px;
	padding-top:15px;
	padding-bottom:15px;
	float:right;
	text-align: right;
	color: #999999;
}

#footer_right a {
	color: #8dc63f;
	text-decoration: none;
}

#footer_right a:hover {
	color: #8dc63f;
	text-decoration: underline;
}

.freshfield {
	color: #8dc63f;
}