/* -- 1. GENERAL (body etc) & HOME page -- */
/* -- 2. NAVIGATION -- */
/* -- 3. PARAGRAPHS & LISTS -- */
/* -- 4. HEADINGS -- */
/* -- 5. IMAGES -- */
/* -- 6. GALLERIES & REVIEWS index pages -- */
/* -- 7. LINKS -- */
/* -- 8. BLOCKQUOTES -- */
/* -- 9. REVIEWS pages -- */
/* -- 10. SIDEBAR -- */
/* -- 11. VIDEO page & home page SLIDESHOW -- */
/* -- 12. BIOGRAPHIES page -- */
/* -- 13. DISCOGRAPHY table -- */
/* -- 14. SHOP page -- */
/* -- 15. MP3 page -- */
/* -- 16. GALLERY pages -- */
/* -- 17. CONTACT page -- */
/* -- 18. FOOTER -- */
/* -- 19. SITEMAP -- */

/* -- 1. GENERAL (body etc) & HOME page -- */
/* Removes browsers' default margins and padding from all elements */
* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #AED673;
	width: 972px;
	margin: 0 auto 0 auto;
}

#wrapper {
	background-color: #E0F1C9;
	box-shadow: 0px 2px 15px #000;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 15px #000;
}

@font-face {
	font-family: 'DejaWebBold';
	src: url('type/dejaweb-bold.eot');
	src: local('DejaWeb'), local('DejaWeb-Bold'), 
	url('type/dejaweb-bold.woff') format('woff'), 
	url('type/dejaweb-bold.ttf') format('truetype'), 
	url('type/dejaweb-bold.svg#webfont') format('svg');
}

#header {
	margin-bottom: 0px;
}

div#header img#rss {
	position: relative;
	top: -4.2em;
	left: 96%;
}

#content {
	float: left;
	width: 764px;
	margin: 20px 0 15px 16px;
	font-size: 1.5em; /* All main content font sizes relative to this */
}

#calloutBox {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	margin-top: 2px; /* Slideshow has 2px of top background */
	margin-right: 10px;
	padding: 4px;
	float: right;
	width: 240px;
	background-color: #AED673;
	text-align: center;
	border: 2px solid #008000;
}

#calloutBox img {
	margin-bottom: 5px;
	border: 2px solid #008000;
}

#calloutBox img#bandcamp {
	border: none;
}

#calloutBox a {
	font-size: 1em;
	color: #D51C24;
}

.roundedCorners { /* Referenced by Curvy Corners JS files for IE */
	border-radius: 15px;
	/* Do rounding (native in Safari, Firefox, Chrome, Opera10+, Konqueror and iCab) */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	-icab-border-radius: 15px;
}

.roundedCorners1 { /* Referenced by Curvy Corners JS files for IE */
	border-radius: 15px;
	/* Do rounding (native in Safari, Firefox, Chrome, Opera10+, Konqueror and iCab) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	-icab-border-radius: 6px;
}

.clear {
	clear: both;
}

.newsDate {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	color: #6C8830;
	font-weight: bold;
	margin: 20px 0 -6px 0;
}

.date {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	margin-top: 15px;
	margin-bottom: -3px;
}

/* -- 2. NAVIGATION -- */
/* Absolute positioning required for IE display issue - pushing content down when hover */
.menu {
	width: 972px; 
	position: absolute; 
	left: auto; 
	top: 155px;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif; 
	font-size: 1.3em; 
	z-index: 1; /* Changed from 99 */
}
	
#navlist, #navlist * {
	padding: 0; 
	margin: 0;
}
	
.menu a {
	text-decoration: none;
}
	
/* Head links */
#navlist li.menusection {
	list-style: none; 
	width: 108px; 
	float: left; 
	background-color: #615E57; 
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
	
#navlist li.menusection a { 
	display: block; 
	padding: 8px 2px 8px 2px; 
	color: #FFF; 
}
	
#navlist li.menusection a:hover, #navlist li.menusection a:focus { 
	background-color: #6CCE65; 
	color: #000;
}

.menu a:hover, .menu ul ul a:hover {
	color: #FFF; 
	background-color: #6CCE65;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #FFF; 
	background-color: #6CCE65;
}

/* Drop-downs */
#navlist li.menusection ul {
	list-style: none; 
	display: none;
}
#navlist li.menusection:hover ul {
	display: block; 
	padding-bottom: 0px;
}

#navlist li.menusection ul li a {
	padding: 4px; 
	height: auto; 
	border: 1px solid #000;
	border-bottom: none;
	color: #000; 
	text-align: center; 
	background-color: #AEE17C; 
	font-weight: normal; 
}

#navlist li.menusection ul li a:hover { 
	background-color: #6CCE65;
}

/* Highlight current section */
body#home #homenav, body#buy #buynav, body#av #avnav, body#rev #revnav, body#disc #discnav, body#gall #gallnav, 
body#bio #bionav, body#link #linknav, body#con #connav { 
	background-color: #AEE17C;
}

body#home #homenav a, body#buy #buynav a, body#av #avnav a, body#rev #revnav a, body#disc #discnav a, body#gall #gallnav a, 
body#bio #bionav a, body#link #linknav a, body#con #connav a {
	color: #000;
}
	
#skipLink {
	position: absolute;
	left: -5000px;
}

a#skipLink:active, a#skipLink:focus {
	left: 165px;
	top: 110px;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #6CCE65;
}

/* -- 3. PARAGRAPHS & LISTS -- */
ul li {
	list-style-type: none;
}

ul.bulletedList li, .gigMonth+ul li, ul.press li, div.shopitem ul li {
	list-style: inside;
	list-style-type: square;
}

ul li a {
	color: #D51C24;
}

ul.press {
	clear: both;
	padding: 10px 0 20px 0;
}

div.shopitem ul {
	margin: 10px 0;
	font-size: 1.5em;
}

p, .bulletedList, .gigMonth+ul, ul#sections, ul.press li {
	margin-bottom: 8px;
}

div.download ul#gatheringDls li {
	margin-bottom: 2px;
}

div.download ul li {
	margin-bottom: 15px;
}

/* -- 4. HEADINGS -- */

h1 {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 1.7em;
	letter-spacing: 0.05em;
	color: #6C8830;
	margin: 0px -5px 10px 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
}

body#rev h1 {
	margin-bottom: 10px;
}

h2, h2#callout, h3#shopcd, h6#shopmp3, h6#shopmisc, h6#shopdvd {
	font-size: 1.35em;
	color: #6C8830;
	background-color: #EDF6E1;
	letter-spacing: 0.1em;
	margin: 8px 0 8px 0;
	padding: 3px;
}

h4#shopcdSolo, h5#shopcdJade, h6#shopcdPaper {
	font-size: 1.2em;
	color: #7E2217;
	margin-top: 20px;
}

h2#callout, h2#order {
	color: #000;
	padding: 0px;
	width: auto;
}

h2#callout {
	background-color: #AED673;
}

h2#order {
	background-color: #E0F1C9;
}
	
h3#shopcd, h4#shopmp3, h5#shopmisc, h6#shopdvd, .newsDate {
	margin-top: 12px;
}

h3, h3.gigMonth, h6#payment {
	font-size: 1.15em;
	color: #000;
	letter-spacing: 0.1em;
	margin: 8px 0 8px 0;
}
	
/* -- 5. IMAGES -- */
img {
	border: none;
}

.photoLeft {
	float: left;
	width: auto;
	border: 1px solid #000;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 6px;
}

.photoRight {
	float: right;
	width: auto;
	border: 1px solid #000;
	margin-top: 6px;
	margin-left: 15px;
	margin-bottom: 6px;
}

.noBorder {
	border: none;
}

#sbrLogo {
	border: none;
}

/* -- 6. GALLERIES & REVIEWS index pages -- */
ul#gallIndex li, ul#revIndex li {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 45px;
}

ul#gallIndex li {
	width: 205px;
	height: 185px;
}

ul#revIndex li {
	width: 205px;
	height: 240px;
}

/* Triggers hasLayout for IE7 & below */
div.ie-block {
	display: inline-block;
}
div.ie-block {
	zoom: 1; 
	*display: inline;
}

ul#gallIndex li a, ul#revIndex li a {
	text-decoration: none;
	font-weight: bold;
	color: #D51C24;
}

/* -- 7. LINKS -- */
p a {
	color: #D51C24;
}

p a:visited, ul#gallIndex li a:visited,  ul#revIndex li a:visited, ul.press li a:visited {
	color: #F46138; /* #FD4F22; */
}

p a:hover, p a:focus, ul#gallIndex li a:hover, ul#gallIndex li a:focus, 
ul#revIndex li a:hover, ul#revIndex li a:focus, ul.press li a:hover, ul.press li a:focus {
	background-color: #AED673;
}

a img {
	border: none;
}

/* Eliminates dotted line around links when clicked */
a:active {
	outline: 0;
}

/* -- 8. BLOCKQUOTES -- */
blockquote {
	width: 550px;
	background: #EDF6E1 url(images/double-open-1.0.1.gif) no-repeat 12px 6px;
  	padding: 32px 12px 8px 12px;
  	margin: 0 0 10px 212px;
	text-indent: 45px;
	border: 2px solid #AED673;
}

blockquote p {
	font-style: italic;
	font-size: 1.1em;
	padding-right: 35px;
	background: transparent url(images/double-close-1.0.1.gif) no-repeat 520px bottom;
}

blockquote p+p {
	font-style: normal;
	font-size: 1em;
	color: #6C8830;
	text-align: right;
	background: none;
	margin-bottom: 0px;
}

/* -- 9. REVIEWS pages -- */

div#revTop {
	width: 790px;
	float: left;
}

#revCover {
	float: left;
	width: 198px;
	background-color: #EDF6E1;
	border: 1px solid #AED673;
}

#revCover img {
	border: 1px solid #000;
	margin: 8px 8px 4px 8px;
}

#revCover p {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

#revCover p span {
	font-weight: normal;
}

/* -- 10. SIDEBAR -- */
#sidebar {
	float: right;
	width: 131px;
	margin-top: 62px;
	margin-left: 25px;
	margin-right: 16px;
	margin-bottom: 15px;
}

#sidebar a img {
	margin-bottom: 10px;
}

/* -- 11. VIDEO page & home page SLIDESHOW -- */

/* Embedded videos*/
embed, object {
	margin-top: 2px;
	margin-bottom: 25px;
	float: left;
	width: 480px;
	height: 385px;
}

div.video {
	clear: both;
	margin-top: 20px;
}

div.video p {
	float: right;
	width: 260px;
}

p#headlines {
	margin-bottom: 20px;
}

embed.slideshow, object.slideshow {
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	width: 480px;
	height: 324px;	
}

/* -- 12. BIOGRAPHIES page -- */
div.index {
	float: left;
	width: 760px;
}

div.index p {
	margin-top: 10px;
	font-size: 1.15em;
}

/* -- 13. DISCOGRAPHY table -- */
table {
	margin-bottom: 30px;
}

thead {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
}

thead, tfoot {
	background-color: #B3D5DE;
}

td, th {
	padding: 5px 10px 5px 5px;
	text-align: left;
}

td {
	vertical-align: top;
	padding-top: 0px;
}

th {
	text-decoration: underline;
}

.discogTitle {
	font-weight: bold;
	border-bottom: none;
}

a.discogCover {
	text-decoration: none;
	color: #000;
}

.zebra {
	background-color: #EDF6E1;
}

/* -- 14. SHOP page -- */ /* See also 4.Headings */
.itemBox {
	float: left;
	width: 140px;
	margin-right: 12px;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.itemBox img {
	border: 1px solid black;
	margin-bottom: 5px;
}

.itemBox img:hover {
	border-color: #D51C24;
}

.itemBox p.title, .shopitem p.title, .shopitem p.artist {		
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
}

div.shopitem {
	width: 940px;
	height: auto;
	overflow: none;
	border: 3px solid #37740B;
	padding: 12px 12px 60px 12px;
}

.shopitem p {
	font-size: 1.5em;
}

.shopitem p.title, .shopitem p.artist {
	font-size: 1.7em;
}

.shopitem p.title {
	color: #37740B;
}

.shop-category {
	clear: both;
}

h4#shopcdSolo, h5#shopcdJade, h6#shopcdPaper {
	margin-bottom: 5px;
}

div.moveUp {
	margin-top: -46px;
	float: left;
	width: auto;
}

form.ppbutton {
	display: inline;
	margin-right: 15px;
}

form.ppbutton input.button { 
	position: relative; 
	top: 15px;
} 

form.ppbutton input.checkoutButton { 
	position: relative; 
	top: 8px; 
	margin-left: 10px; 
}

span.pplabel {
	font-size: 1.6em;
	font-weight: bold;
	display: inline;
}

#payment {
	margin-top: 2em;
}

/* -- 15. MP3 page -- */
div.bcPlayerLeft {
	float: left;
}

div.bcPlayerRight {
	float: right;
}

div.bcPlayerLeft, div.bcPlayerRight {
	width: 380px;
	margin-top: 25px;
}

div.bcPlayerLeft iframe, div.bcPlayerRight iframe {
	width: 380px;
	position: relative;
	display: block;
}

div.bcPlayerLeft p, div.bcPlayerRight p {
	margin-top: 10px 0 20px 0;
	font-size: 1.1em;
}

div#gypsy1-mp3 iframe, div#gathering-mp3 iframe, div#fly-mp3 iframe {
	height: 520px;
}

div#paper-mp3 iframe {
	height: 660px;
}

div#hands-mp3 iframe {
	height: 300px;
}

/* -- 16. GALLERY pages -- */
.g1 {
	position: relative;
	margin-top: -5px;
}

.gallery_style {
	position: relative;
	left: 0px;
}
	
.gallery_style li {
	display: inline;
	vertical-align: top;
	border: 2px solid #AED673;;
}
	
.galleria_container {
	margin: 0 auto 75px 0;
	height: 450px;
}

.galleria_container img {
	border: 2px solid #AED673;;
}
	
.caption {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold;
}
	
.galleria li {
	display: inline;
	width: 81px;
	height: 54px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	background-color: white;
}
	
.galleria li img.thumb {
	padding: 0;
}
	
.top_nav, .bottom_nav {
	clear: left;
	font-size: 1.1em;
}
	
.top_nav {
	margin-bottom: 12px;
}

/* position relative to top of galleria_container */
.bottom_nav {
	position: absolute;
	top: 110%;
}

/* -- 17. CONTACT page -- */
#contactWrapper {
	width:760px;
	height: auto;
	background:#E0F1C9;
	margin-top: 20px;
}

fieldset { /* No fix found for IE7+ fieldset background color bleed bug */
	background-color: #EDF6E1;
}

legend {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin-left: 16px;
}

#contactWrapper div {
	clear: both;
	margin-left: 1.5em;
}

#contactWrapper label {
	display: block;
	float: none;
	font-size: 1.1em;
	width: auto;
	margin: 6px 0 2px 0;
}

input[type="text"], textarea {
	padding: 2px;
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
}

input[type="text"]:focus, textarea:focus {
	border: 2px solid #AED673;
}

input[type="submit"] {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 4px;
}

p#guide {
	color: #C1140E;
	padding: 2px 0 5px 0;
	margin-left: 1.5em;
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

span.reqdField {
	font-size: 1.1em;
}

span.reqdField, label.error {
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	color: #C1140E;
}

/* -- 18. FOOTER -- */
#footer {
	clear: both;
	padding: 6px 0 2px 20px;
	background-color: #EDF6E1;
}

#footer p {
	font-size: 1.2em;
}

#footer acronym {
	border-bottom-width: 0;
}

/* -- 19. SITEMAP -- */
ul#sitemap li {
	margin-bottom: 12px;
	font-family: DejaWebBold, Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

ul#sitemap li a {
	text-decoration: none;
}

ul#sitemap li a:visited {
	color: #F46138; /* - #FD4F22; - */
}

ul#sitemap li a:hover, ul#sitemap li a:focus {
	text-decoration: underline;
	background-color: #AED673;
}

ul#sitemap li ul {
	margin-top: 6px;
}

ul#sitemap li ul li {
	margin: 0 0 5px 25px;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
}