/*-----------------------------------------------
		Common
-----------------------------------------------*/

body {
	background-color: #EAE9AB;
	color: #000000;
	font-family: georgia, sans-serif;
	font-size: 12.5px;
}

a:link, a:active, a:visited {
	color: #618E32; text-decoration: underline
}

a:hover {
	color: #C0B080; text-decoration: underline
}
input {
	font-family: georgia, sans-serif;
	font-size: 12.5px;
}

/*-----------------------------------------------
		Layout
-----------------------------------------------*/

#accessibility {
	display: none;
}

#container {
	width: 750px;
	margin: auto;
	padding: 0px;
}

#banner {
	position: absolute;
	top: 0px;
	width: 750px;
	z-index: 0;
}

#navigation {
	position: absolute;
	top: 230px;
}

#emailsignup {
	position: absolute;
	top: 30px;
	z-index: 1;
	width: 553px;
	margin-left: 190px;
	text-align: right;
	padding: 5px;
	height: 25px;
}

#content {
	position: absolute;
	top: 270px;
	margin-left: 190px;
	border: 2px solid #407018;
	background-color: #FFFFFF;
	color: #333333;
	width: 560px;
	padding-bottom: 10px;
}

#footer {
	display: none;
}

/*-----------------------------------------------
		Banner
-----------------------------------------------*/

div.photo {
	position: absolute;
	top: 30px;
	left: 190px;
	/*background: url(/shared/riga/banner-guitar.jpg) no-repeat;*/
	background: url(/images/hugerigahardwiredsubstitutes.jpg) no-repeat;
	width: 560px;
	height: 225px;
	border: 2px solid #407018;
}

div.band {
	position: absolute;
	top: 30px;	
	background: url(/images/e-02-170x190-01.jpg) no-repeat;
	width: 170px;
	height: 190px;
	border: 2px solid #407018;
}

div.photo span {
	display: none;
}

div.band span {
	position: absolute;
	top: -25px;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 20px;
	font-weight: bold;	white-space: nowrap;
}


/*-----------------------------------------------
		Navigation
-----------------------------------------------*/

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	font-family: georgia, sans-serif;
}
#navigation li {
	margin: 0px;
	padding-bottom: 3px;
	list-style-type: none;	font-family: georgia, sans-serif;
}

#navigation  a {
	display: block;
	width: 150px;
	padding: 2px 2px 2px 10px;
	border-left: 10px solid #407018;
	border-bottom: 2px solid #407018;
	border-right: 2px solid #407018;
	border-top: 2px solid #407018;
	background: #ABC461;
	text-decoration: none;
	font-family: georgia, sans-serif;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #000000; font-family: georgia, sans-serif;;
}

#navigation a:hover {
	border-left: 10px solid #407018;
	border-bottom: 2px solid #407018;
	background: #618E32;
	color: #ffffff;
	font-family: georgia, sans-serif;
}

/*-----------------------------------------------
		EmailSignUp
-----------------------------------------------*/

#emailsignup input {
	margin-left: 5px;
	font-weight: normal;
}

#emailsignup { 
	color: #FFFFFF;
}

/*-----------------------------------------------
		Content
-----------------------------------------------*/

#content h1 {
	background: url(/shared/riga/header-green.jpg) no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	width: 560px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 545px;
	height: 40px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 30px;
	font-family: georgia, sans-serif;
	color: #F0E0C0;
}

#content h1 span {
	font-size: 15px;
}
#content h2 {
	margin-left: 50px;
	border-bottom: 1px solid #504030;
	font-size: 15px;
}

div.notes {
	margin: 0px;
	padding: 7px;
	padding-left: 75px;
	line-height: 17.5px;
}

#content p {
	margin: 0px;
	padding: 7px;
	padding-left: 75px;
	line-height: 17.5px;
}

/*-----------------------------------------------
		Music
-----------------------------------------------*/

.music h3 {
	margin-left: 50px;
	border-bottom: 1px solid #407018;
	font-size: 15px;
}

div.details {
	margin-left: 75px;
}

/*-----------------------------------------------
		Contact
-----------------------------------------------*/

div.entry span.name, li {
	margin-left: 75px;
}
/*-----------------------------------------------
		Press
-----------------------------------------------*/

div.caption {
	margin-left: 75px;
}

div.entry blockquote {
	margin-left: 90px;
}

/*-----------------------------------------------
		Calendar
-----------------------------------------------*/

div.entry h3 {
	margin-left: 60px;
	border-bottom: 0px solid #407018;
	font-size: 12.5px;
}

/*-----------------------------------------------
		Photos
-----------------------------------------------*/

.photos dt {
	margin-left: 50px;
	border-bottom: 1px solid #407018;
}

.photos dd {
	margin-left: 75px;
}

.photos img {
	padding-top: 10px;
	padding-bottom: 20px;
}

/*-----------------------------------------------
		Store
-----------------------------------------------*/

div.products img {
	border: 0px;
	padding-left: 30px;
}

/*-----------------------------------------------
		Guestbook
-----------------------------------------------*/

#postForm {
	text-align: left;
	margin: 0 55px 0px 40px;
	width: 400px;
}
#postForm form {
	padding: 25px 20px;
}
#postForm input, #postForm textarea {
	display: block;
	width: 360px;
	margin-bottom: 10px;
}
#postForm input[type="text"] {
	height: 15px;
}
#postForm textarea {
	height: 100px;
}
#postForm input[type="submit"] {
	width: 200px;
	margin: 0 auto;
}
/*-----------------------------------------------
		Links
-----------------------------------------------*/

.links dt, a, h2, h3 {
	border: 0px;
}

.links h3 {
	margin-left: 50px;
	font-size: 12.5px;
}

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }

