/* @override 
	http://www.endsystems.co.uk/wp-content/themes/endsystems/style.css
*/
/* ----------------------------------------------------- 
	Theme Name: Endsystems
	Them URI: http://www.cultivatecreative.co.uk
	Version: 1.0
	Media: Screen
	Author: Cultivate Creative
	Edit Date: 24/02/2009
----------------------------------------------------- */

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a { outline: none; }

/* -------------------------------- [ General Elements ] */

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #F2F2f2;
	color: #4C5B52;
}

p {
	font-size: 1.0833em; /* 13px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

h1 {
	font-size: 1.8333em; /* 22px */
	line-height: 1.3636em; /* 30px */
	margin-bottom: 0.8182em;
	color: #0D224B;
	font-weight: normal;
}

h2 {
	font-size: 1.8333em; /* 22px */
	line-height: 1.3636em; /* 30px */
	margin-bottom: 0.8182em;
	color: #0D224B;
	font-weight: normal;
}

h3 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.4em; /* 18px */
	margin-bottom: 0;
}

h4 {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-bottom: 1em;
}

h5 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-bottom: 1.125em;
}

.small {
	font-size: 0.8333em; /* 10px */
}

ul {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 20px;
}

ul li {
	font-size: 1.0833em; /* 12px */
  	line-height: 1.5em; /* 18px */
}

a {
	text-decoration: none;
	color: #4C5B52;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------- [ General Classes ] */
.left {
	float: left;
}

.right {
	float: right;
}

img {
	margin-bottom: 20px;
}

p img {
	margin-bottom: 30px;
}

.col {
	width: 214px;
	margin-right: 20px;
}

.last {
	width: 214px;
	margin: 0;
}

a.pdf{
	display: block;
	padding: 5px 0 5px 20px;
	background: url(assets/pdficon.png) no-repeat 0;
}
/* ----------------------------------------- [ Wrapper ] */
#wrapper {
	width: 916px;
	margin: 0 auto;
	padding: 0 20px;
	/*background: url(assets/grid.png);*/
	background-color: #fff;
}

/* ------------------------------------------ [ Header ] */
#header {
	border-top: 6px solid #E5E5E5;
	float: left;
	width: 916px;
	padding-bottom: 30px;
}

#header h2 {
	float: left;
}

#header h2 a {
	float: left;
	margin: 16px 19px 0 0 ;
	display: block;
	width: 97px;
	height: 40px;
	background: url(assets/logo.png) no-repeat;
	text-indent: -9999px;
}

/* ---------------------------------------- [ Main Nav ] */

#nav {
	margin-top: 16px;
	padding: 0;
}

#nav li {
	display: block;
	list-style: none;
	width: 117px;
	float: left;
	font-size: 1em;
}

#nav li.page-item-13 {
	width: 97px;
}

#nav li a {
	display: block;
	font-weight: normal;

	border-top: 1px solid #E5E5E5;
	padding: 5px 0 0 0;
}

#nav li.current_page_item a,
#nav li.current_page_ancestor a {
	border-top-color: #0f244f;
}

#nav li a:hover {
	border-top-color: #0f244f;
	text-decoration: none;
}

/* ----------------------------------------- [ Sub Nav ] */
#sub-nav {
	width: 234px;
	padding: 0;
}

#sub-nav li {
	padding: 5px 0;
	border-bottom: 1px dotted #4C5B52;
	list-style: none;
	font-size: 1em;
}

#sub-nav li a {
	font-weight: normal;
	display: block;
}

#sub-nav li a:hover {
	color: #0f244f;
	text-decoration: none;
}

/* ------------------------------------------ [ Content ] */

#content {
	float: left;
	width: 916px;
	padding-bottom: 20px;
}

.page-content {
	width: 686px;
	position: relative;
}

.page-content h2 {
	position: absolute;
	top: 320px;
}

.page-content p {
	width: 565px;
}

.intro {
	width: 799px;
	margin-bottom: 30px;
}

.title {
	width: 234px;
}

.body {
	width: 585px;
}

#sidebar {
	width: 215px;
	background-color: #E1E0E0;
}

#sidebar h4 {
	font-size: 1em;
}

.request-quote {
	border-top: 3px solid #b1b1b1;
	padding: 10px;
	margin-bottom: 10px;
}

.request-quote a {
	display: block;
}

.request-quote a img {
	margin: 0 0 4px 0;
	border: 1px solid;
}

.request-quote p {
	margin-bottom: 0;
	font-size: 1em;
}

.brochure {
	border-top: 3px solid #b1b1b1;
	padding: 10px;
}

.brochure a {
	display: block;
}

.brochure a img {
	margin: 0 0 4px 0;
	border: 1px solid;
}

.brochure p {
	margin-bottom: 0;
	font-size: 1em;
}

#links {
	width: 215px;
	padding: 0;
	margin: 20px 0 0;
}

#links h2 {
	font-size: 1.4em;
	margin-bottom: 0;
}

#links li {
	list-style: none;
	list-style-position: outside;
}

#links li ul {
	padding: 0;
}

#linkcat-2 {
	margin-bottom: 30px;
}

ul.blogroll {
	margin: 0;
}

ul.blogroll li {
	padding: 8px 0;
	border-bottom: 1px dotted #4C5B52;
	font-size: 0.9em;
}

ul.blogroll li a {
	width: 215px;
	display: block;
	font-size: 1.1em;
}

/* ---------------------------------------- [ Home Page ] */
.slideshow {
	margin-bottom: 20px;
}

#post-3 {
	width: 682px;
}

#post-3 p {
	width: 565px;
}

#news-home {
	width: 682px;
	border-top: 3px solid #b1b1b1;
	padding-top: 10px;
}

#news-home h4 {
	font-size: 1em;
}

#news-home .post {

}

.post h3 {
	font-size: 1.3em;
}

/* ----------------------------------------- [ Services ] */

.body p img {
	margin: 0;
}

/* --------------------------------------------- [ News ] */
#news {
	width: 686px;
	float: left;
	margin-right: 10px;
}

.news-title {
	width: 686px;
	float: left;
}

#news .post {
	margin-bottom: 40px;
}

.post h2 a{
	font-weight: normal;
	color: #0D224B;
}

.post-meta {
	padding: 5px 0;
	border-top: 1px dotted #E1E0E0;
	border-bottom: 1px dotted #E1E0E0;
}

.post-meta p {
	margin: 0;
	font-size: 1em;
}

.archive,
.category {
	width: 195px;
	padding: 10px 10px 15px;
	margin-bottom: 20px;
	float: right;
	background-color: #E1E0E0;
	border-top: 3px solid #b1b1b1;
}

.archive ul,
.category ul {
	margin: 0;
}
/* ------------------------------------------ [ Careers ] */
#jobs {
	width: 682px;
	border-top: 3px solid #b1b1b1;
	padding-top: 10px;
	margin-top: 20px;
}

#jobs h3 {
	font-size: 1em;
}

.job-list {
	padding: 0;
	border-bottom: 1px dotted;
	margin-top: 10px;
}

.job-list li {
	list-style: none;
	list-style-position: inside;
	border-top: 1px dotted;
}

.job-list li a {
	display: block;
	padding: 10px 5px;
	font-size: 1.2em;
}

.job-list li a span{
	float: right;
	font-size: 0.8em;
}

.job-list li a:hover{
	text-decoration: none;
	background-color: #E1E0E0;
}

.no-jobs {
	padding: 0 0 30px 0;
	border: none !important;
	font-size: 1.2em;
	list-style-position: outside;
}

/* ------------------------------------------ [ Contact ] */
#post-13 h2 {
	position: static;
}

#post-13 {
	width: 916px;
}

.contact-form {
	float: left;
	width: 331px;
	margin-right: 20px;
}

form#directions_1 {
	margin-top: 10px;
}

form#directions_1 label {
	padding: 5px 0;
	float: left;
	margin-right: 5px;
}

#new_addr_1 {
	margin-bottom: 10px;
	padding: 4px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
	width: 160px !important;
}
form#directions_1 input {
	width: 100px !important;
}

.googledir {
	float: left;
	margin-top: 10px;
}

#post-13 .form-label {
	width: 200px;
	float: left;
	margin-bottom: 6px;
	padding-top: 6px;
	clear: both;
}

#post-13 .form-input input,
#post-13 .form-input textarea {
	width: 315px;
	float: left;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

#post-13 .form-input textarea {
	height: 95px;
}

#post-13 .form-submit {
	width: 140px;
	border: 0;
	clear: both;
	margin: 0;
}

#post-13 .wpcf7-not-valid-tip-no-ajax {
	float: left;
	padding-top: 5px;
}
#post-13 .wpcf7-response-output {
	margin: 0;
}

#gmap {
	width: 565px;
	height: 400px;
	background-color: #000;
	float: right;
	margin-top: 52px;
}

#map_1 {
	width: 565px;
	height: 400px;
	background-color: #000;
	float: right;
	margin-top: 52px;
}

/* -------------------------------------------- [ Quote ] */
#post-126 h2 {
	position: static;
}

.form-label {
	width: 80px;
	float: left;
	margin-right: 20px;
	padding-top: 6px;
	clear: both;
}

.form-input {
	float: left;
	margin-bottom: 15px;
}

.form-input input,
.form-input textarea {
	width: 450px;
	float: left;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

.wpcf7-radio {
	float: left;
	width: 450px;
}

.wpcf7-list-item {
	float: left;
	padding: 5px 0;
	width: 450px;
	margin: 0 !important;
}

.wpcf7-list-item label input {
	float: left;
	width: 15px;
	border: none !important;
}

.wpcf7-list-item label {
	display: block;
}


label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

.form-submit {
	width: 140px;
	border: 0;
	clear: both;
	margin-left: 99px;
}

/* ------------------------------------------- [ Footer ] */

#footer {
	width: 916px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0;
}

.address {
	font-size: 1em;
}

.footnotes p {
	margin: 9px 0 0 0;
}

.credit {
	text-align: right;
}