/*
Theme Name: Ecologistics Theme
Theme URI: http://ecologistics.co.uk
Description: Ecologistics Theme
Version: 1.0
Author: Toby Pitman
Author URI: http://ecologistics.co.uk
Tags: Ecologistics
*/

/* Global reset-RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}
div, ul, li { position:relative }

/* Utility */

strong { font-weight:bold }
em { font-style:italic }
a img { border:none }

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; padding-right:10px; }
.alignright { float:right; padding-left:10px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
a {outline: none;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout */

body {
	text-align: center;
	background: #f7f7f7 url(style/images/body-BG.png) top left repeat-x;
}

#page-wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
}

#content-wrap {
	background: url(style/images/content.jpg) top left repeat-y;
	overflow: auto;
	border-bottom: 1px solid #bcbcbc;
}

#content-left {
	width: 640px;
	background: url(style/images/content-shadow.png) top left no-repeat;
}

/* Top Strip */

#topbar {
	height: 52px;
}

ul#social {
	float: right;
	margin-top: 11px;
	height: 32px;
}

ul#social li {
	display: inline;
	height: 32px;
}

ul#social li a {
	display: block;
	height: 48px;
	width: 48px;
	float: left;
	text-indent: -9999px;
}

ul#social li a#RSS {
	background: url(style/images/Feed_32x32.png) top left no-repeat;
}

#searchwrap {
	bottom:-39px;
	position:absolute;
	right:20px;
	text-align:right;
	width:400px;
	z-index:100;
}

#searchform {
	padding: 0px 0 0 10px;	
}

#searchform input#s {
	padding: 8px;
	width: 200px
}

#searchform input#searchsubmit {
	padding: 7px;
	background:#2A6912 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}


/* Header */

#header {
	height:164px;
	background: url(style/images/header.png) top left no-repeat;
}

#header h1 {
	margin: 0px;
}

#details {
	width: 300px;
	position: absolute;
	top: 25px;
	right: 10px;
	text-align: center;
}

#header #details p {
	display: block;
	color: #000;
	margin-bottom: 0.1em;
	font-size: 1.4em;
	font-weight: bold;
}

#details a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.4em;
}

#details h3 {
	color: #fff;
}

#details p#tel {
	padding-top: 35px;
	font-size: 2.2em;
}

/* Menu */

.menu {
	height: 53px;
	margin-left: 10px;
	border-left: 1px solid #d2d2d2;
}

.menu ul li {
	display: inline; /* Prevents "stepdown" */
	
	
}

.menu ul li a {
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-weight: normal;
	float: left;
	color: #000;
	font-size: 1.8em;
	text-decoration: none;
	padding: 0 20px 0 20px;
	/* border-left: 1px solid #fff; */
	border-right: 1px solid #d2d2d2;
	font-family: Futura, Century Gothic, San Serif;
	background: url(style/images/menu-sprite.jpg) top left repeat-x;
}

.menu ul li a:hover {
	background: url(style/images/menu-sprite.jpg) center left repeat-x;
}

.menu ul li.current_page_item a,
.menu ul li.current_page_parent a {
	background: url(style/images/menu-sprite.jpg) bottom left repeat-x;
	color: #2a6912;
}


/* Sidebar */

#sidebar {
	background: url(style/images/sidebarShadow.jpg) top left no-repeat;
	width: 320px;
	float: right;
	padding-top: 12px;
}

#sidebar ul {
	margin: 0 10px 0 10px;
}

#sidebar ul li ul {
	margin: 0px;
	border-top: none;
}


.widget {
	padding: 0;
}

.recent_with_excerpt li {
	padding: 0 10px;
}

#sidebar .blogroll li {
	padding: 0 10px;
	margin: 0 0 5px 0 ;
}


/* Image Fader */

ul#imagefade {
	margin: 0px 0 10px 0;
}

.post ul#imagefade li {
	list-style: none;
	background: none;
	padding-left: 0px;
	}

/* Page */

#strapline {
	padding: 10px 0px 0px 0px;
}

.post {
	padding: 0 20px 20px 10px;
}

.post ul,
.post ol {
	margin: 0 0 15px 20px;
	font-size: 1.1em;
	line-height: 1.8em;
}

.post ul li,
.post ol li {
	list-style: disc;
	list-style-position: outside;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;
}

.post #strapline p{
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	
}

body.page-template-contactform-php .post p {
margin-top: 20px;

}

body.page-template-contactdetails-php .post img {
	margin-bottom: 20px;
}

body.page-template-privacy-php .post img {
	margin-bottom: 20px;
}

/* Blog */

body.blog #content-left,
body.single #content-left,
body.search #content-left,
body.archive #content-left
 {
	width: 640px;
	background: url(style/images/content-shadow.png) top left no-repeat;
	padding-top: 20px;
}

body.blog .post,
body.single .post,
body.search .post,
body.archive .post,
body.search .page{
	padding: 20px 20px 20px 20px;
	margin: 0px 20px 20px 10px; 
	background: #fff;
	border-bottom: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
}

body.blog .post p.dateInfo,
body.single .post p.dateInfo {
	font-size: 1em;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 0.5em;
}


body.blog .post p.metaInfo,
body.single .post p.metaInfo {
	background:#E5E5E5;
	font-size:1em;
	padding:1em;
}


/* Footer */

#footer-info {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #fff;
}


/* Typography */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, San Serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:bold; 
	font-family: Helvetica, Arial, San Serif;
	margin-bottom: 0.5em;
	color: #2a6912;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
	font-style: italic;
	color: #000;
}

h5 {
	font-size: 1.4em;
	font-style: italic;
	color: #000;
}


body p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

a:link {
	color:#2a6912;
}     
a:visited {
	color:#2a6912;
	text-decoration: none;
}
a:hover {
	color:#579a2c;
}
a:active {
	color:#579a2c
} 

#header h1 a {
	width:610px;
	height: 150px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

#header p {
	display: none;
}

#footer-info p {
	font-size: 1em;
}

/* Sidebar Typo */

#sidebar h2 {
	color: #000;
}

.widgetul li.widget {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #bcbcbc;
}

li.recent_with_excerpt, li.group, li.widget_categories, li.widget_archive, li.widget_sp_image {
	border-top: 1px solid #fff;
}



.recent_with_excerpt h2 {
	background: url(style/images/news.png) center right no-repeat;
	margin-right:10px;
}

#sidebar .group h2 {
	background: url(style/images/support.png) center right no-repeat;
	margin-right:10px;
	padding-top: 10px;
}

#sidebar li.recent_with_excerpt ul li a {
	color: #2a6912;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.recent_with_excerpt p {
	font-size: 1em;
}

.recent_with_excerpt blockquote {
	margin-top: 0.6em;
}

#sidebar h2, #sidebar h3 {
	padding: 0 0 0 10px;
	font-size: 2.2em;
	margin-bottom: 0.3em;
	margin-top:10px;
}

#sidebar ul.blogroll {
	margin-bottom: 20px;
}

#sidebar .blogroll li a {
	color: #2a6912;
	font-size: 1.2em;
	line-height: 16px;
	font-weight: bold;
	background: url(style/images/info_16.png) bottom left no-repeat;
	padding: 0 0 2px 20px;
	
}

#sidebar li.widget ul li a {
	color:#2A6912;
	font-size:1.2em;
	font-weight:bold;
	line-height:16px;
	padding:0 0 2px 0px;
}

li.widget_sp_image a {
	padding: 0px;
}

#sidebar .widgetul li.widget_categories ul li.cat-item a,
#sidebar .widgetul li.widget_archive ul li a {
	padding-left: 10px;
}

/* Page Typo */

#strapline p {
	font-size:1.6em;
	font-weight:bold;
	text-align:justify;
}

.post blockquote {
	background: #e5e5e5 url(style/images/block-BG.jpg) left top no-repeat;
	margin: 10px 0px;
	padding: 20px 20px 20px 20px;	
	font-style: italic;
	overflow: auto;
	border: 1px solid #2a6912;
}

.post blockquote p {
	margin: 0;
	font-size: 1.2em;
}

.post blockquote img {
	float: right;
	padding-left: 20px;
}

.post address {
	padding: 0 20px 20px 20px;
	font-size: 1em;
	background: #e5e5e5;
}

/* Blog Typo */

body.search h2,
body.archive h2 {
	padding-left: 30px;
}

.nextPrev {
	margin: 10px;
	overflow: auto;
	
}

.nextLink {
	float: left;
}

.prevLink {
	float: right;
	margin-right: 10px;
}

.nextLink a, .prevLink a {
	padding: 10px;
	background: #e5e5e5;
	display: block;

}


/* Quick Quote */

#quickquote {
	margin-left: 10px;
}

#quickquote p {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
}


#quickquote h2 {
	background: url(style/images/quoteh2.png) top left no-repeat;
	width: 300px;
	height: 66px;
	text-indent: -9999px;
	margin:0;
}

#quickquote #show {
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
}

#quotemid {
	background: url(style/images/quotemid.png) top left repeat-y;
	text-align: center;
}

#quickquote select {
	display: block;
	/* margin: 0px 0px 10px 20px; */
	margin: 0px auto 10px auto;
}

#quotebottom {
	background: url(style/images/quoteBot.png) top left no-repeat;
	width: 300px;
	height: 28px;
	
}

#quickquote #total p {
	font-size: 1.4em;
	font-weight: bold;
	margin-left:-7px;
	padding:10px;
}

#quickquote input:focus { 
    outline: none; 
}


/* Forms */


label {
width: 13em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
}

input {
color: #333;
background: #FFF;
border: 1px solid #CCC;
padding:3px;
}

.submit input {
color: #FFF;
background: #189e28;
margin-top: 1em;
padding:3px;
width: 10em;
}
.submit{
text-align: center;
}

fieldset {
border: 1px solid #f7f7f7;
width: 600px;
padding-left: 1em;
margin-top: 12px;

}

legend {
color: #189e28;
border: 0;
font-weight: bold;
padding: 10px 0px
} 
