/* --------------------------------------------- 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; width: 100%; }
	th, td { font-weight: normal; vertical-align: top; padding: 5px 10px; }
	thead tr th, thead tr td { font-size: 1.2em; }
	th { text-align: left; border-bottom: 1px solid #fff; font-size: 1.3em; }

p { margin: 0 0 1.2em; }

h1, h2, h3, h4, h5 { text-transform: uppercase; margin: 5px 0 10px 0; padding: 0; line-height: normal; font-weight: 500; font-style: italic; }
	h1 { font-size: 2.4em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.1em; }

blockquote { padding: 15px; font-style: italic;	font-size: 1.2em; background: #fff;}
	blockquote p { margin: 0; }
	blockquote cite { text-align: right; font-style: italic; font-weight: bold; display: block; margin: 10px 0 0; padding: 0; }

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

.large { font-size: 1.2em; }
small, .small { font-size: 0.7em; }
.sep { margin: 0 5px; }

.phone { background: url(images/icons/telephone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.mobile { background: url(images/icons/phone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.fax { background: url(images/icons/printer.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.email { background: url(images/icons/email.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.map { background: url(images/icons/map.png) no-repeat 0 3px!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.google-maps { background: url(images/icons/pin-red.png) no-repeat 0 3px!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.none { background: none!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }

a.jbinc-link { background: url(images/icons/jbinc.png) no-repeat 0 50%; padding: 3px 0 3px 18px; }

a { font-weight: 800; text-decoration: none; }
a:hover { text-decoration: underline; }

.button { background: #222; padding: 5px 10px; color: #fff; text-decoration: none; font-weight: bold; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #222;
}
	a.button:hover { color: #fff; text-decoration: none; }

strong { font-weight: 800; color: #fff; }
em { font-style: italic; }

ul { margin: 10px; }
ul li { margin: 0 0 5px 10px; list-style-type: square; }

.clear { clear: both; }

/* Page image borders */
.alignnone, .alignleft, .aligncenter, .alignright, div.alignnone img,  div.alignleft img, div.alignright img, div.aligncenter img dt.gallery-icon a img, .gallery img { border: 1px solid #fff;}
	div.alignnone, div.alignleft, div.alignright, div.aligncenter {	border: 0!important;}
 
.alignleft { margin: 0 10px 10px 0; float: left;}
.aligncenter { margin-left: auto; margin-right: auto; display: block;}
.alignright { margin: 0 0 10px 10px;float: right;}
.alignnone { margin: 0 0 10px; }

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

.gallery { margin: auto; }
.gallery-item { float: left; margin: 4px; text-align: center; }
.gallery-caption { margin-left: 0; }

/* --------------------------------------------------------------------------------------- END RESET */
html, body { height: 100%; padding: 0; margin: 0; }

body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	line-height: 1.3em;
	background: #003 url(images/bg-body.jpg) repeat-x;
	color: #ddd;
}

a, h1, h2, h3, h4, h5 { color: #fff; }

a { text-decoration: none; }
	a:hover { text-decoration: underline; }

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background: #336;
	min-height: 100%;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
}
	* html #wrapper { height: 100%; } /* ie6 */

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

ul#contact-details {
	display: block;
	float: right;
	width: 300px;
	margin: 10px 20px 0 0;
	padding: 5px 10px;
	font-size: 0.8em;
	border: 1px solid #fff;
	background: #373787;
}
	ul#contact-details li { margin: 5px 0; }

#blog-title {
}
	#blog-title a {
		display: block;
		float: left;
		width: 400px;
		background: transparent url('images/title.gif') no-repeat;
		height: 160px;
		position: relative;
		top: 20px;
		left: 30px;
	}
		#blog-title a span {display: none;}

#blog-description {
	clear: both;
	text-align: center;
	padding: 5px 0 0;
}

.menu {
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #fff;
	border-width: 1px 0;
}
	.menu ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
		.menu ul li {
			background: none;
			display: inline;
			margin: 0 5px;
			padding: 0;
		}
			.menu ul li a {
				padding: 4px 15px;
				text-decoration: none;
			}
				.menu ul li a:hover, .menu ul li.current_page_item a {
					text-decoration: none;
				}

#container {
	overflow: hidden;
	margin: 0 10px;
	clear: both;
	text-align: justify;
}

#content {
	width: 660px;
	float: left;
}

#sidebar {
	width: 250px;
	float: right;
	padding: 10px;
	background: #373787;
	border: 1px solid #fff;
}

#footer {
	clear: both;
	padding: 10px;
	font-size: 0.8em;
	text-align: right;
	border-top: 1px solid #fff;
	margin-top: 10px;
}
