﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
	width: 900px;
	height: 150px;
	position: relative;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	/* border: 1px solid #818181; 
	background-image: url( 'images/logo_small.gif' );
	background-repeat: no-repeat; */
}

.header-logo
{
	margin-left:290px;
	margin-right:auto;
	height:150px;
	background-image: url('images/logo_small.gif' );
	background-repeat: no-repeat;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MENU CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:900px;
	height:auto;
	background-color: #36291f;
	border-top: solid 2px #765a44;
	border-bottom: solid 2px #765a44;
	position:relative;
	}
	
#menu ul
{
	float:left;
	margin:0;
	margin-top:5px;
	margin-left:120px;
	padding:0;
	list-style:none;
}

#menu li
{
	float:left;
}

#menu ul a
{
	display: block;
	padding: 0 1.8em;
	line-height: 2.1em;
	text-decoration: none;
	color: #c3a48c;
	font-size:2em;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}

#menu ul a:hover
{
	text-decoration: underline;
}

#menu ul .first a
{
	background: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:900px;
	height:auto;
	/* border:1px solid #818181; */
	position:relative;
	}

#content-main-two-column
{
	width: 410px;
	height: auto; /* 572px; */
	float: left;
	padding-left: 30px;
	margin-right:0px;
	/*background-image: url( 'images/bg.gif' );
	background-repeat: repeat-y; */
	background-color: #211810;
}

#content-main-two-column2
{
	width: 410px;
	height: auto;
	float: left;
	padding-left: 30px;
	margin-right:0px;
	/*background-image: url( 'images/bg.gif' );
	background-repeat: repeat-y; */
	background-color: #211810;
}

#content-side-two-column {
	float:left;
	width:460px;
	}
	
.events
{
	padding-left:25px;
	padding-bottom:10px;
	color: #ffffff;
}

#text
{
	margin-left:15px;
}

.textpanel
{
	background-color: #322318;
	width:350px;
	height:auto;	
	line-height:1.8em;
}

.textpanel2
{
	background-color: #c3a48c;
	width:250px;
	height:auto;	
	line-height:1.8em;
	color: #211810;
	font-weight:bold;
	padding: 10px 0 10px 0;
}

.textbox
{
	margin-left:10px;
	margin-right:40px;
}

.textbox2
{
	margin-left:15px;
	margin-right:40px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-shop-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:900px;
	height:auto;
	/* border:1px solid #818181; */
	position:relative;
	background-color: #211810;
	}
	
#content-shop-left-column
{
	width: 410px;
	height: 572px;
	float: left;
	padding-left: 30px;
	/*background-image: url( 'images/bg.gif' );
	background-repeat: repeat-y; 
	background-color: #211810;*/
}

#content-shop-right-column {
	float:right;
	width:436px;
	padding-bottom:20px;
	padding-left:20px;
}

#shop 
{
}

#shop ul
{
	list-style: none;
	text-align:center;
	padding-left:-20px;
}

#shop li
{	
	padding-bottom:15px;
}

#shop2
{
}

#shop2 ul
{
	list-style: none;
	text-align:center;
	padding-left:-20px;
}

#shop2 li
{	
	padding-bottom:10px;
}

#shop2 ul a:link
{
	color: #322318;
}

.shopimage
{
	height:100px;
	width:100px;
	border: solid 3px #000000;
	padding:10px;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#836853;
}

p {
	margin:10px 0;
		}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #c3a48c;
	height: 1px;
	border:0;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:2em;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
    margin-bottom: 0;
    margin-left:55px;
    color: #c3a48c;
    font-weight: bold;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
	color: #c3a48c;
}

h2.shop
{
	padding-left:40px;
	padding-bottom:10px;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


 a:link {
	text-decoration: none;
	color: #c3a48c;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
	color: #c3a48c;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* .menu-main
{
	margin-left:auto;
	margin-right:auto;
	width:580px;
	height:20px;
	padding:20px 0 1em 120px;
	position:relative;
	font-weight:bold;
	font-size:large;
} */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:900px;
	padding:0px;
	position:relative;
	color:#c3a48c;
	font-size:.8em;
}

#footer h1
{
	margin:0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

.contact
{
    width: 330px;
    height: 400px;
    border: 1px #FFFFFF solid;
    padding-left: 20px;
    background-image: url('../Images/contact-bg.gif');
    background-repeat: repeat-x;
}
.contact-text
{
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.contact-button
{
    border: 2px solid #211810;
    color: #322318;
    background-color: #c3a48c;
}

.line
{
    height: 1px;
    width: 900px;
    margin-left:auto;
    margin-right:auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c3a48c;
}
.songlist
{
    list-style-position: outside;
    list-style-image: url('images/cd_go.gif');
    line-height: 1.2em;
    padding-left:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-main-two-column-insert
{
	width: auto;
	height: auto;
	padding-left: 30px;
	margin-right:0px;
	/*background-image: url( 'images/bg.gif' );
	background-repeat: repeat-y; */
	background-color: #211810;
}

.validation
{
	font-size:1em;
	color: Red;
	padding-left:5px;
}

.newsletter
{
	padding-top:10px;
	font-weight: bold;
	font-size:1em;
}

input.textBox {height:100%;width:auto;vertical-align:top;}
