/*
THEME NAME: HDR images
AUTHOR: <a href="http://www.jbinc.co.uk/">JBinc</a>
*/

/* --------------------------------------------- RESET CSS */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
	th, td { text-align: left; font-weight: normal; }

p { margin: 0 0 1.2em; }

h1, h2, h3, h4, h5 { margin: 5px 0 10px 0; padding: 0; line-height: normal; font-weight: 400; }
	h1 { font-size: 2.5em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.3em; }
	h4 { font-size: 1.1em; }

blockquote { background: transparent url(images/quotes.png) no-repeat 10px 10px; font-size: 1.2em; font-style: italic; font-weight: 400; margin: 0; padding: 10px 10px 10px 70px; }
	blockquote p {
		background: url(images/quotes-p.png) no-repeat top right; padding: 0 55px 0 0;}


hr { border: none 0; border-bottom: 1px solid #000; height: 1px; margin: 10px 0; clear: both; }

.large { font-size: 1.2em; }
.small { font-size: 0.8em; }

.phone { background: url(images/icons/telephone.png) no-repeat 0 50%!important; }
.email { background: url(images/icons/email.png) no-repeat 0 50%!important; }
.map { background: url(images/icons/map.png) no-repeat 0 3px!important; }
.admin { background: url(images/icons/lock.png) no-repeat 0 50%!important; padding: 3px 0 3px 27px; }
.none { list-style: none; }

a.jbinc-link { clear: both; float: right; display: block; width: 220px; height: 16px; background: url(images/jbinc-link.png) no-repeat; position: relative; top: 3px; }
		a.jbinc-link span { display: none; }

strong { font-weight: 800; }
object { margin: 0 10px; }

/* cforms II - linklove removal */
.linklove { display: none; }

/* jquery innerfade - styling */
ul.fade { list-style: none; padding: 0; margin: 0; }
	ul.fade li { }

/* Page image borders */
img { background: #fff; }

img.alignnone { border: 1px solid #000; padding: 4px; }

img.alignleft { float: left; border: 1px solid #000; margin: 0 25px 3px 0; padding: 4px; }
	div.alignleft { float: left; margin: 0 25px 3px 0; }
		div.alignleft img { border: 1px solid #000; padding: 4px; }

img.alignright { float: right; border: 1px solid #000; margin: 0 0 3px 25px; padding: 4px; }
	div.alignright { margin: 0 0 3px 25px; float: right; }
		div.alignright img { border: 1px solid #000; padding: 4px; }

img.aligncenter { margin-left: auto; margin-right: auto; border: 1px solid #000; padding: 4px; }

p.wp-caption-text { font-size: 0.8em; font-style: italic; margin: 0; padding: 0;	text-align: center; }

.clear { clear: both; }

/* --------------------------------------------------------------------------------------- END RESET */

body {
	line-height: 1.7em;
	background: #fff url(images/bg-body.gif) no-repeat top center;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px 10px 10px;
}

a {
	color: #0072bc;
	text-decoration: underline;
}
	a:hover {
		color: #006;
	}

h1, h3, h5 {
	color: #000;
}
h2, h4 {
	color: #006;
}

ul {
	margin: 10px;
	padding: 0;
}
	ul li {
		padding: 0 0 10px 0;
		margin: 0 0 0 15px;
	}

#wrapper {
	width: 965px;
	margin: 30px auto 0;
	padding: 0;
}

#header {
	margin: 0 auto;
	padding: 0px 0 0 0px;
}

ul#contact-details {
	display: block;
	float: right;
	width: 300px;
	margin: 0;
	padding: 10px 20px 0px;
	font-weight: 400;
	border: 5px solid #336;
	background: url(images/bg-content.png) repeat-x 0 65%;
}
	ul#contact-details li {
		list-style: none;
		padding: 0 0 0 27px;
		margin: 0 0 10px;
	}
		ul#contact-details li a {
		}
			ul#contact-details li a:hover {
			}

#blog-title {
	font-size: 3em;
}
	#blog-title a {
		display: block;
		background: url(images/blog-title.png) no-repeat;
		height: 100px;
		width: 600px;
		color: #666;
		text-decoration: none;
	}
		#blog-title a span {
			display: none;
		}

#blog-description { display: none; }

.nav {
	background: #336 url(images/bg-nav.gif) repeat-x;
	color: #fff;
	border-bottom: 1px solid #000;
}	
	.nav ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}
		.nav ul li {
			background: none;
			display: inline;
			padding: 0 15px;
			margin: 0;
			text-align: center;
			font-size: 0.9em;
		}
			.nav ul li a {
				padding: 0px;
				margin: 0px;
				font-size: 1.3em;
				line-height: 2em;
				text-decoration: none;
				color: #ddd;			
			}
				.nav ul li a:hover {
					color: #fff;
				}

.menu {
	margin: 0 0 10px;
	padding: 0;
}
	.menu ul {
		margin: 0;
		padding: 0px 0 3px 0px;
		height: 16px;
	}
		.menu ul li {
			background: none;
			float: left;
			margin: 0 10px 0 0;
			padding: 0;
			list-style: none;
		}
			.menu ul li a {
				padding: 0 10px 0 0;
				display: block;
				border-right: 1px solid #555;
				text-decoration: none;
			}

.current_page_item a {
}

#container {
	overflow: hidden;
	margin: 0;
}

#content {
	background: transparent url(images/bg-content.png) repeat-x 0 0;
	padding: 15px;
}

.post {
	padding: 0;
}
	#post-9 .post-content /*animations */ {
		width: 890px;
		margin: 0 auto;
	}

.post-title {
}
	.post-title a {
	}

.post-content {
}

.post-content ul li {
}

.post-meta {
	color: #666;
	font-size: 0.8em;
	padding: 0 0 10px;
	margin: 0;
}

#sidebar {
	float: left;
	width: 200px;
}
	.sidepanel {
		margin-bottom: 30px;
	}
		.sidepanel h3 {
			padding: 0 0 5px 0;
			font-weight: bold;
		}
		.sidepanel ul li {
		}
			.sidepanel ul li a {
			}
				.sidepanel ul li a:hover  {
				}
		.sidepanel p {
			margin-top: 8px;
			line-height: 1.3;
		}

#footer {
	clear: both;
	padding: 10px 0 0 0px;
	margin: 10px 0 0;
	font-size: 0.7em;
	border-top: 1px solid #ccc;
}

div#wpcf7-f1-w1-o1 form { width: 200px; font-size: 0.8em;}

div#wpcf7-f2-p22-o1 form { width: 500px; margin: 10px; font-style: italic;}

/* Contact Form 7 CSS */
form.wpcf7-form { 
	margin:10px auto 0 auto;
	width: 650px;
}
	.wpcf7-form label {
		clear: both;
		display: block;
		float: left;
		text-align:right;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
	}

.wpcf7-form input,
.wpcf7-form textarea{ 
	padding:3px;
	background-color: #fff; 
	border: 1px solid #9cacc9; 
	vertical-align:top;
	float: right;
	margin: 2px 5px 10px 0;
	width: 270px;
}

.wpcf7-form textarea {
	font-family: arial;
	overflow:auto;
}

.wpcf7-form input.send {
	width: 150px;
	clear: both;
	background: #09c;
	border: 0;
	color: #fff;
	cursor: pointer;
}
	.wpcf7-form input.send:hover {
		background: #069;
	}

div.wpcf7-response-output {
	padding: 5px 10px;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	background: green;
	color: #fff;
}

div.wpcf7-validation-errors {
	background: #600;
	color: #fff;
}

.wpcf7-validates-as-required {
	background-image: url(images/icons/star.png);
	background-repeat: no-repeat;
	background-position: 99% 3px;
}
	p.wpcf7-validates-as-required {
		background: url(images/icons/star.png) no-repeat;
		padding: 0 0 0 22px;
		font-size: 0.8em;
		color: #999;
	}