/*
THEME NAME: John Stratford
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; width: 100%; padding: 0; margin: 0; }
	th, td { font-weight: normal; vertical-align: top; padding: 0; }
	thead tr th, thead tr td { font-size: 1.4em; }
	th { text-align: left; }
	td { text-align: left; }

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: 1.8em; }
	h2 { font-size: 1.4em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1.1em; }

blockquote { padding: 10px 20px; font-weight: 111; font-style: italic;	font-size: 1.2em; background: #ddd;}
		blockquote.left {	float: left;width: 33%;	margin: 10px 20px 10px 0;}
		blockquote.right {	float: right;width: 33%;margin: 10px 0 10px 20px;}

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

.large { font-size: 1.1em; }
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; }
.admin { background: url(../images/icons/lock.png) no-repeat 0 50%!important; padding: 3px 0 3px 27px; }

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

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

ul { margin: 10px; }
ul li { margin-left: 10px; }
li { list-style-position: inside; }

/* Page image borders */
.alignnone, .alignleft, .aligncenter, .alignright, div.alignnone img,  div.alignleft img, div.alignright img, div.aligncenter img { border: 1px solid #000;}
 
.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;}

.noborder { border: 0; }

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

.clear { clear: both; }

/* --------------------------------------------------------------------------------------- END RESET */
html, body { height: 100%; padding: 0; margin: 0; }
body {
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background: #99FFD0 url(../images/bg-body.jpg) repeat-x;
	color: #222;
}

a {
	color: #069;
	text-decoration: none;
}
	a:hover {
		color: #036;
		text-decoration: underline;
	}

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

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: #E6FBFB;
	border: 1px solid #000;
	border-width: 0 1px;
	min-height: 100%;
}
	* html #wrapper { height: 100%; } /* ie6 */

#header {
	margin: 0 auto;
	padding: 10px; /* don't remove - needed for 100% height */
}

#blog-title {
}
	#blog-title a {
		background: url(../images/title.gif) no-repeat;
		display: block;
		width: 550px;
		height: 70px;
	}
		#blog-title a span {
			display: none;
		}

#blog-description {
	margin: 0;
	padding: 0;
	font-style: italic;
}

ul#contact-details {
	display: block;
	float: right;
	padding: 0 10px;
	width: 350px;
	margin: 0 0 10px;
	background: #fff;
	border: 1px solid #000;
}
	ul#contact-details li {
		margin: 10px 0;
	}
		ul#contact-details li a {
		}
			ul#contact-details li a:hover {
			}

.menu {
	clear: both;
	margin: 0;
	padding: 0px;
}
	.menu ul {
		margin: 0;
		padding: 0px 0 3px 0px;
		text-align: center;
	}
		.menu ul li {
			background: none;
			display: inline;
			margin: 0;
			padding: 0;
		}
			.menu ul li a {
				padding: 4px 10px;
				margin: 0 5px;
				text-decoration: none;
				background: #111;
				color: #fff;
			}
				.menu ul li a:hover, .menu ul li.current_page_item a {
					background: #999;
					text-decoration: none;
				}

#content {
	margin: 0;
	padding: 10px;
}

.feature {
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 0;
}

.music { }
.music li {
	font-size: 1em;
	margin: 0 0 5px;
	list-style: none;
}
	.music li a {
		background: url(../images/icons/sound.png) no-repeat 0 50%;
		padding: 0 0 0 21px;
		font-weight: bold;
	}
	.music li em {
		font-size: 0.9em;
	}

div.song-list {
	padding: 10px 0 0;
}
	div.song-list ul, div.song-list ol {
		float: left;
		width: 32%;
		margin: 0 10px 0 0;
	}
	div.song-list li {
		font-size: 0.8em;
		background: none;
		margin: 0 0 5px;
		padding: 0;
		list-style: none;
	}

#footer {
	clear: both;
	padding: 0 0 10px;
	font-size: 0.8em;
	text-align: center;
}