/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2010
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
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;
}

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: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #eb951c
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #51b11f;
	text-decoration: none;
	border-bottom: 1px solid #51b11f;
}

a:visited{
	color: #51b11f;
	text-decoration: none;
	border-bottom: 1px solid #51b11f;
}

a:hover{
	color: #e46f12;
	text-decoration: none;
	border-bottom: 1px solid #e46f12;
}

h1{
	font-size: 20px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h2{
	font-size: 20px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h3{
	font-size: 18px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h4{
	font-size: 16px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h5{
	font-size: 16px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h6{
	font-size: 16px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #51b11f;
	border-bottom: 1px dotted #51b11f;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #51b11f;
	border-bottom: 1px dotted #51b11f;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #e46f12;
	text-decoration: none;
	border-bottom: 1px solid #e46f12;
}

p, li{
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	padding: 0 0 5px 0;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#wrapper {
	margin: 30px auto;
	width: 960px;
	background: #230f07 url(../img/wood_texture.jpg) !important;
	background: #230f07;	
	text-align: left;
}

div#navigation {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: #230f07 url(../img/nav_bg.jpg);
}

div#masthead {
	width: 960px;
	height: 100px;
	background: #e46f12 url(../img/masthead_bg.jpg);
}

div#content{
	width: 585px;
	min-height: 400px;
	float: left;
	margin: 30px 0 0 30px;
	padding: 0 0 30px 0;
}

div#sidebar{
	width: 255px;
	min-height: 400px;
	float: right;
	margin: 0 30px 0 0;
	padding: 50px 0 0 0;
}
div.full_width {
	width: 900px;
	margin: 30px 0 0 30px;
}

div#welcome{
	background: #52290e;
	background: rgba(82,41,14,.5);
	min-height: 340px;
}
div#youtube {
	width: 560px;
	height: 340px;
	float: left;
}

div#who_we_are {
	width: 280px;
	float: right;
	padding: 10px 30px 30px 0;
}

div#hp_information {
	float: left;
	margin: 0;
	padding:0 0 20px 0;
	width: 585px;
	background: url(../img/drum_1.png) center 20px no-repeat;
}

div#hp_blog {
	float: left;
	width: 210px;
}

div#hp_about {
	float: right;
	width: 210px;
	text-align: right;
}

div#hp_quote{
	float: right;
	width: 350px;
	padding: 10px 0 0 0;
	clear:both;
}
div#more_info {
	float: right;
	width: 285px;
}

div#footer_wrapper {
	width: 960px;
	min-height: 190px;
	clear: both;
	border-top: 5px solid #4f7e1e;
	background: rgba(0,0,0,.5);
	background: #000;
	position: relative;
}

div#footer_drums{
	width: 283px;
	height: 298px;
	position: absolute;
	top: -120px;
	right: 20px;
}

div#footer{
	width: 650px;
	margin: 0 0 0 30px;
	padding: 20px 0;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */

div#masthead h1 a, div#masthead h1 a:visited{
	display: block;
	float: left;
	width: 609px;
	height: 54px;
	text-indent: -9999px;
	background: url(../img/masthead_logo.png) top left no-repeat;
	margin: 20px 0 0 20px;
	border-bottom: none;
}

div#masthead h1 a:hover{
	border-bottom: 2px dotted #52290e;
}

div#masthead h2{
	display: block;
	float: left;
	width: 170px;
	height: 61px;
	text-indent: -9999px;
	background: url(../img/masthead_strapline.png) top left no-repeat;
	margin: 12px 0 0 50px;
}

div#navigation ul{
	list-style: none;
}

div#navigation li{
	display: inline;
}
div#navigation li a, div#navigation li a:visited{
	font-size: 15px;
	line-height: 40px;
	padding: 0 6px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	border-bottom: none;
	color: #e46f12;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#navigation li a:hover{
	color: #51b11f;
}

div#navigation li a.here{
	color: #fff;
}
div#who_we_are strong{
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5em;
}

div#who_we_are em{
	font-size: 12px;
	color: #e46f12;
}

div#hp_information h3, div#hp_information h5, div#more_info h5{
	font-size: 20px;
	color: #e46f12;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

div#hp_information p{
	font-size: 12px;
}

div#hp_blog h4{
	font-size: 18px;
	color: #51b11f;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
}

div.hp_important{
	border-left: 1px dotted #e46f12;
	margin: 0;
	padding: 0 0 0 5px;
}

div#footer ul{
	list-style: none;
	margin: 0;
}

div#footer ul li{
	display: inline;
	padding: 0 10px 0 0;
	font-size: 11px;
	letter-spacing: 1px;
}

div#footer ul a{
	border-bottom: none;
	text-transform: uppercase;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

div#footer ul a.here{
	color: #fff;
}
div#footer p{
	font-size: 12px;
}

div#footer p.footer_slogan{
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
	margin: 20px 0;
}

div#footer p.credit{
	color: #fff;
	font-size: 10px;
}

div#hp_quote p{
	font-size: 18px;
	text-align: center;
	color: #e46f12;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-style:italic;
	line-height: 1.4em;
}

div#more_info p{
	font-size: 12px;
}

div#more_info input.contact-single{
	width: 280px;
	height: 20px;
	font-size: 14px;
}

div#more_info strong{
	color: #e46f12;
}
div#more_info span.required{
	padding: 2px;
	font-size: 10px;
	color: #230f07;
	background: #e46f12;
	margin: 0 0 0 20px;
}

div#more_info button#send{
	float: right;
	width: 100px;
	height: 25px;
	color: #fff;
	background: #4f7e1e;
	border: 1px solid #51b11f;
}

div#more_info span.highlight{
	color: #f60000;
	background: none;
}
p.clear{
	display: block;
	clear: both;
	font-size: 10px;
	padding: 10px 0;
}

div.news_entry {
	padding: 5px;
	margin: 0 0 10px -5px;
}

div.news_entry_important {
	border: 1px solid #e46f12;
	padding: 5px;
}


div.news_entry p.date {
	font-size: 11px;
	color: #52290e;
}

div.news_entry p.permalink {
	font-size: 11px;
}

p.bot-content-links {
	font-size: 12px;
	border-top: 1px dotted #52290e;
	padding: 10px 0 0 0;
}

div#hp_blog p.date{
	font-size: 11px;
	color: #52290e;
}

div#hp_blog p.permalink{
	margin: 0 0 10px 0;
}
div#hp_blog p.permalink a:link, div#hp_blog p.permalink a:visited{
	font-size: 11px;
	color: #51b11f;
	border-bottom: none;
}

div#hp_blog p.permalink a:hover{
	font-size: 11px;
	color: #e46f12;
	border-bottom: none;
}
/* ----------------------------------------------- CONTACT STYLES --------------------------------------------*/

div#contactform input.contact-single{
	width: 500px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}

div#contactform textarea.contact-text{
	width: 500px;
	height: 100px;
	font-size: 16px;
	line-height: 20px;
}

div#contactform span.highlight{
	background: none;
	color: #f60000;
}

div#contactform strong{
	font-weight: bold;
	color: #fff;
}

div#contactform span.required{
	padding: 2px;
	font-size: 10px;
	color: #230f0f;
	background: #e46f12;
	margin: 0 0 0 20px;
}
div#contactform button#send{
	width: 150px;
	height: 30px;
	background: #4f7e1e;
	border: 1px solid #51b11f;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	margin: 0 0 0 350px;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
span.large_text{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

span.small_text{
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

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


img.image_left{
	float: left;
	max-width: 350px;
	margin: 0 20px 20px 0;
}

img.image_right{
	float: right;
	max-width: 350px;
	margin: 0 20px 20px 20px;
}

img.image_clear{
	clear: both;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}