/* Author: Ben Watson @ Ace Is High New Media www.aceishigh.co.uk */

@import url(tab.css);

/* Reset Styles */
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,
small, strike, strong, 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;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.hide {
	position:relative;
	text-indent:-999em;
}
/* End Reset Styles */



#content a {
	color:#417630;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

img.profile {
	float:left;
	margin:0 15px 15px 0;
}

.profile {
	clear:left;
}

body {
	background:transparent url(images/body.jpg) no-repeat scroll center top;
	font-family:"Futura Medium","Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}

/* Core Layout Elements */
#header {
	height: 195px;
	background: #cccccc url(images/headerbg.jpg) top right no-repeat;
	width: 950px;
}

#contentwrapper {
	width: 920px;
	min-height:600px;
	padding: 15px;
	overflow: hidden;
	background:url(images/content.jpg) no-repeat;
	font-size:1.2em;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	padding:0 15px;
}

.narrowcolumn {
	float: right;
	width: 590px;
	padding:15px;
	margin:37px 0px 20px 0;
	display:inline;
	background:#fff;
}

.widecolumn {
	padding: 10px 15px;
	width: 870px;
	margin:57px auto 0;
	background:#fff;
}

#sidebar
{	
	float:left;
	padding: 20px 0px;
	width: 300px;
	min-height:300px;
	overflow:visible;
}

#footer {
	background:transparent url(images/content.jpg) no-repeat scroll center bottom;
	height:100%;
	overflow:hidden;
	padding:0 15px 20px;
	width:920px;
}
/* Header Styles */
#header img.logo {
	float:left;
}

#header img {
	float:right;
}

/* Menu Styles */

#menu ul {
float:right;
width:550px;
margin-top:-15px;
}

#menu li{
float:left;
list-style:none;
margin-left:20px;
}

#menu li a {
text-decoration:none;
}

#menu li.news {
	margin-left:0;
}

#menu li.news a {
	display:block;
	width:85px;
	height:37px;
	background:url(images/news.gif);
	text-indent:-999em;
}

#menu li.news a:hover {
background:url(images/news.gif) bottom;
}

#menu li.family a {
	display:block;
	width:103px;
	height:37px;
	background:url(images/family.gif);
	text-indent:-999em;
}

#menu li.family a:hover {
background:url(images/family.gif) bottom;
}

#menu li.about a {
	display:block;
	width:85px;
	height:37px;
	background:url(images/about.gif);
	text-indent:-999em;
}

#menu li.about a:hover {
background:url(images/about.gif) bottom;
}

#menu li.contact a {
	display:block;
	width:105px;
	height:37px;
	background:url(images/contact.gif);
	text-indent:-999em;
}

#menu li.contact a:hover {
background:url(images/contact.gif) bottom;
}

#menu li.tours a {
	display:block;
	width:85px;
	height:37px;
	background:url(images/tours.gif);
	text-indent:-999em;
}

#menu li.tours a:hover {
background:url(images/tours.gif) bottom;
}

#menu li#current a{
	background-position:bottom;
}

/* End Menu Styles */

.narrowcolumn ul {
	margin-bottom:20px;
}

/* Band Page */
.bands h1 {
	width:100%;
	text-align:center;
	display:block;
}

.bands ul.bandlist {
	overflow:hidden;
	padding:0;
}

.bands ul.bandlist li {
	float:left;
	margin:10px;
	height:100px;
	width:270px;
}

/* Sidebar Styles */


#sidebar ul li:last {
	border-bottom:none;
}

#sidebar ul li a {
	color:#333;
}

#sidebar ul li.page_item.current_page_item {
	background: #d1d1d1 url(images/submenuactive.png) repeat-x top right;
}

#sidebar ul li.page_item.current_page_item a {
	text-decoration:underline;
	font-weight:bold;
}

#sidebar h2 {
	font-size:1.6em;
	margin:0px 0 15px -15px;
	padding:5px 0;
}

#sidebar .ngg-galleryoverview {
	overflow:visible;
}

/* Footer Styles */
#footer span.logo {
	float:right;
}

#footer span.logo img {
	margin:0 0 -14px;
}

#footer p {
	clear:left
	}

#footer ul.menu img {
	margin:0 5px -5px 0px;
}

#footer a {
	color:#333;
}

.creditnote {
	margin:0 0 15px 30px;
	padding:0 0 15px 0;
}

.creditnote a {
	color:#666;
}	
/* End Footer */

/* Home Page */

p.hometop {
	font-weight:bold;
	text-align:justify;
}

p.hometop .homelogo {
	float:right;
	margin:0 0 0 10px;
}
ul.news img {
	float:left;
}

ul.news a {
	color:#417630;
}

dl.reviews {
	margin-bottom:15px;
}

dl.reviews dt {
	margin-bottom:0px;
}

dl.reviews dd {
	font-weight:bold;
	margin-bottom:15px;
}

ul.news li {
	border:5px solid #ccc;
	margin-bottom:15px;
	background:url(images/pageturn.png) no-repeat right bottom;
	padding:15px;
	overflow:hidden;
	height:100%;
}

ul.news li li {
	background:none;
	border:none;
	padding:0 0 5px;
}

ul.news li .comment-count {
	background:#e2e2e2;
	padding:10px;
	display:inline-block;
	border:1px solid #999;
	float:left;
	line-height:1.3em;
}

ul.news li .more-link {
	background:#999;
	padding:10px;
	display:inline-block;
	border:1px solid #999;
	float:left;
	margin-right:20px;
}

ul.news li a.more-link {
	color:#fff;
}

ul.news li h2 a {
	text-decoration:none;
	color:#333;
}

ul.news li h2 {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.narrowcolumn.singlepost h1 {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.narrowcolumn.news {
	margin-top:10px;	
}
.narrowcolumn.promo {
	margin-bottom:0px;
}

/* End Home Page */

/* Contact Page */
.narrowcolumn.contact h2{
	margin-bottom:0;	
}

#contentwrapper .narrowcolumn.contact p {
	margin-bottom:0;
}

#contentwrapper .narrowcolumn.contact p.email {
	margin-bottom:20px;
}
/* End Contact */

/* Comments */

small.date {
	margin-bottom:5px;
}

small.author {
}

textarea#comment {
	width:545px;
}

ul.news.postcomments {
	margin-top:20px;
}

ul.news.postcomments li ol.commentlist li{
	border-bottom:2px dashed #ccc;
	margin-bottom:15px;
}

/* Common Generic Styles (Generally, don't touch)*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	margin:0 0 15px;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.4em;
	padding-bottom:10px;
	}

h3 {
	font-size: 1.3em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.clear {
	clear: both;
}

/* Common Styles */
.breadcrumb {
	margin:-15px 0 30px 0;
}

.hide {
	position:absolute;
	left:-999em;
}

img.right {
	float:right;
}

a img {
	border:none;	
}

.hidden {
	display:none;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

#contentwrapper p {
	margin:0 0 15px;
	line-height:1.3em;
}

small {
	margin-bottom:15px;
	display:block;
}