/*  
Theme Name: Brisbane Pipe Band
Theme URI: http://www.brisbanepipeband.com
Description: Theme for brisbanepipeband.com
Version: 1.0
Author: Tom Leadbetter
Author URI: http://www.tomleadbetter.co.uk

*/

/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 15px auto;
	padding: 0 0.5em;
	width: 60em;
	background: url(_images/body-bg.gif) top left repeat;
	font-family: Georgia1, Georgia, serif;
	font-size:100%;
	line-height:1.125em;
}

a
{
  outline: none;
}

ol, ul {
	list-style: none;
}


#header {
	float: left;
	width: 59em;
	min-width: 900px;
	background: #fff url(_images/header-bg.jpg) 100% -40px no-repeat;
	padding: 0.5em;
	border-top: 2px solid #114764;
	border-right: 2px solid #114764;
	border-left: 2px solid #114764;
}

#header h1 {
	margin: 0 0.3em 0.3em 0;
	font-size: 1.5em;
	line-height: 1.125em;
	font-weight: normal;
}

#header h1 a {
	color: #114764;
	text-decoration: none;
	padding: 0 0 3px 0;
}

#header h1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #114764;
}

#header h2 {
	font-size: 1em;
	margin: 0 1em 0 0;
	font-weight: normal;
	color: #000;
}


.header-float-left, #logo {
	float: left;
}

#logo h1 a:hover {
	border: none;
}

#middle {
	float: left;
	background: #fff;
	width: 60em;
	min-width: 900px;
	padding: 0 0 2em 0;
	border-left: 2px solid #114764;
	border-right: 2px solid #114764;
}

#left, #content {
	float: left;
	background: #fff;
}

#left {
	width: 13.7em;
	min-width: 200px;
	padding: 0 0 0 0.3em;
}


#nav li a {
	width: 16em;
	display: block;
	padding: 0.4em 0.3em 0.3em 0.3em;
	color: #114764;
	font-size: 0.8em;
	border-bottom: 1px solid #114764;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
	background: #114764;
}

#content {
	width: 44.5em;
	min-width: 600px;
	padding: 0 0.5em;
}

#content img {
	padding: 3px;
	border: 1px solid #114764;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

img.image-float-right {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.3em 0 0.3em 0.3em;
	margin: 0 0 0.5em 0;
	letter-spacing: -1px;
	border-left: 5px solid #C8D7DB;
	color: #114764;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.3em 0 0.3em 0.3em;
	margin: 0 0 0.5em 0;
	letter-spacing: -1px;
	color: #256DA9;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0.3em 0 0.3em 0.3em;
	margin: 0 0 0.5em 0;
	letter-spacing: -1px;
	color: #2B6261;
}

#content p, #content pre, #content code {
	font-size: 0.9em;
	padding: 0 0 0.8em 0.5em;
	color: #000;
}

#content a {
	color: #990000;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #990000;
}

#content a:hover {
	border-bottom: none;
}

#content ul {
	margin: .2em 1em 1em 1em;
}


#content ul li {
	padding: 0 0 0 15px;
	background: url(_images/bullet-blue.gif) 0 20% no-repeat;	
	font-size: .9em;
}

#footer {
	clear: both;
	width: 59em;
	min-width: 900px;
	background: #114764;
	padding: 0.5em;
	border-right: 2px solid #114764;
	border-bottom: 2px solid #114764;
	border-left: 2px solid #114764;
}

#footer p {
	margin: .5em 0;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #fff;
	font-style: normal;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}
	