html, body, #wrap {
   min-height: 100%; /*Viewport height*/
   width: 100%;
   height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body, html>body #wrap {
   height: auto; /*Hides IE hack from IE with child selector*/
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #364026;
/*	background-image: url(graphics/texture1.jpg);
	background-color: #d4e5b8;*/
	background-image: url(graphics/texture3.png);
	background-color: #bdcaa9;
	background-repeat: repeat;
}
table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	/* [disabled]border-collapse:collapse; */
}
iframe {
	border: 0px;
}
#wrap {
   position: absolute;
   top: 0;
   left: 0;
}
#main {
	margin-bottom: 36px; /*Footer space*/
	height: auto;
}
#foot {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #687356;
	visibility: visible;
}
#footer {
	height: 36px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
#icopy {
	height: 36px;
	width: 100%;
	border: 0;
	scrolling: no;
	frameborder: 0px;
	marginwidth: 0px;
	position: relative;
}
#copy {
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #687356;
	width: 100%;
}
#news a, 
#links a, 
#blogs a, 
#reviews a,
#album .head a,
#album .norm a,
#side a,
#promo .norm a,
#tracks .listen a,
#tracks .listenhere a,
#tracks .merch a,
#thumbs .norm a,
.maintable a,
.smalltable a,
#album .medialink a,
#album .youhead a,
#album .norm .listenhere strong,
#tracks .listenhere strong,
#image .mor a {
	color: #343;
	text-decoration: none;
	border-bottom: 1px dotted #343;
	padding-bottom: 0px;
}
a:hover {
	color: #676;
}
.light {
	font-size: 12px;
	color: #CCC;
}
.pagename {
	font-size: 21px;
	font-weight: bold;
	color: #647647;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
	/* new */
	margin-right: 50px;
	padding-right: 16px;
	padding-bottom: 6px;
	border-right: 1px solid #a6b293;
	margin-left: 12px;
}
.pagename a {
	color: #647647;
	text-decoration: none;
	border-bottom: 1px dotted #647647;
}
#header {
	/*	background-image: url(graphics/bg2shad2.jpg);*/
	background-image: url(graphics/bg2shad5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 158px;
	background-color: #181f0d;
}

#menuBox {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	top: 105px;
	height: 16px;
	position: relative;
}
.menuSub {
	height: 24px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	padding-bottom: 6px;
}
/*#menuMusic:hover,*/
.menuSub:hover {
	height: auto; 
}
#menuMusic {
	left: 114px;
/*	height: 24px; /* TMP for cache legacy 
	overflow: hidden; /* ... 
	position: absolute; /* ... 
	z-index: 2; /* ... */
}
#menuReview {
	left: 228px;
}
#menuPhoto {
	left: 456px;
}
#menuBox .menu {
	width: 113px;
	background-color: #c7d6ad;
	filter:alpha(opacity=72); /* for IE */
	opacity:0.72; /* CSS3 standard */
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4c654c;
	border-top: 1px solid #EEFFEE;
	border-left: 1px none #DDEEDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	padding-top: 0px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: 0px;
	float: left;
}
#menuBox .menu:hover {
	background-color: #dfeace;
	filter:alpha(opacity=90); /* for IE */
	opacity:0.9; /* CSS3 standard */
}
#menuBox .menu a {
	color: #343;
	text-decoration: none;
	border: none;
	display: block;
}
#menuBox .menu a:hover {
	color: #343;
}
#menuBox .drop {
	clear: left;
	padding-top: 24px;
}
#menuBox .drop div {
	font-size: 12px;
	color: #FFF;
	background-color: #677362;
	filter:alpha(opacity=85);
	opacity:0.85;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menuBox .drop div:hover {
	background-color: #465041;
}
#menuBox .drop div a {
	color: #f0f5f0;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 12px;
	font-weight: bold;
}
#header #logo {
	top: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#wide {
	width: 80%;
	max-width:1024px;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 960px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	margin-top: 0px;
}
#content .col1 {
	width: 15%;
	vertical-align: top;
	padding-left: 0px;
	/* new */
	text-align: right;
	padding-top: 9px;
}
#content .col2 {
	width: 70%;
	vertical-align: top;
	padding-top: 8px;
	font-size: 12px;
	line-height: 20px;
}
#content .col3 {
	width: 15%;
	vertical-align: top;
	text-align: center;
	padding-top: 8px;
}
#content .bigger {
	font-size: 14px;
	line-height: 22px;
}
#content .col2 img {
	margin-left: 1px;
}
#feature {
	margin-right: auto;
	margin-left: auto;
}
#feature td {
	text-align: center;
}

.maintable,
.smalltable {
	width: 100%;
	margin-bottom: 18px;
	border-left: 1px solid #c7d1c7;
	border-right: 1px solid #9da49c;
	border-bottom: 1px solid #363;
	margin-right: auto;
	margin-left: auto;
}
.maintable,
.smalltable,
#ilive,
#mail2 {
	background-color: #cdd7cd;
}
.maintable td,
.smalltable td {
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 6px;
}
.maintable,
#adbox {
	border-top: 2px solid #577;
}
.smalltable {
	border-top: 9px solid #aab2a9;
}

#album {
	width: 100%;
	margin-bottom: 8px;
}
#album td {
	vertical-align: top;
	padding-bottom: 6px;
}
#album img {
	border-top: 1px solid #8b9a72;
	border-right: 1px solid #808a6e;
	border-bottom: 1px solid #808a6e;
	border-left: 1px solid #8b9a72;
}
#album .image {
	box-shadow:2px 3px 6px #879987;
}
#album .norm {
	padding-left: 18px;
	font-size: 12px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-top: 3px;
	line-height: 18px;
}
#album .norm img {
	padding-left: 1px;
	border: none;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 6px;
}
#album .norm p {
	margin-bottom: 9px;
}
#album .norm .head{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: -4px;
}
#album .norm .intro{
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 20px;
}
#album .listenhere strong:hover,
#tracks .listenhere strong:hover {
	color: #676;
	cursor: pointer;
}
#album .butt {
	text-align: center;
	white-space: nowrap;
	padding-top: 12px;
	padding-bottom: 9px;
	padding-right: 0px;
	padding-left: 0px;
}
#album .butt img{
	border: none;
	padding-left: 1px;
	padding-right: 2px;
	margin-left: 0px;
}
#album .medialink {
	padding-top: 6px;
	padding-left: 2px;
}
#album .medialink a {
	padding-bottom: 1px;
	font-weight: bold;
}
#content .maintable .head
  {
	padding: 0px;
}
#album .subhead{
	background-color: #9da49c;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #838982;
	color: #222;
	font-style: normal;
}
#album .youhead {
	/*border-top: 2px solid #aab2a9;*/
	padding-top: 9px;
	padding-left: 1px;
	white-space: nowrap;
}
#album .youtube {
	margin-left: 2px;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	margin-bottom: 6px;
	margin-top: 6px;
}
#quotebox, #quotebox2 {
	margin-top: 0px;
	border-top-width: 1px;
	margin-bottom: 27px;
	border-right-style: none;
}
#quotebox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#quotebox td {
	white-space: normal;
	padding-right: 18px;
	padding-left: 1.5em;
	text-indent: -0.5em;
	line-height: 17px;
/*	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
#quotebox p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#quotebox .tiny {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0.5em;
	white-space: nowrap;
}
#quotebox .tiny,
#quotebox .tiny a {
	color: #5f6752;
/*	font-style: italic;*/
}
#quotebox2 {
	margin-top: -3px;
	margin-bottom: 24px;
}
#quotebox2 td {
	background-color: #dceadc;
	text-align: center;
	line-height: normal;
	padding-right: 12px;
	padding-left: 12px;
}
#quotebox2 p {
	margin-bottom: 0px;
}

#side  {
	font-size: 14px;
	margin-right: 50px;
	padding-right: 16px;
	padding-top: 15px;
	padding-bottom:6px;
	border-right: 1px solid #a6b293;
}
#side a {
	color: #647647;
}
#side p {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: right;
}
#tracks td {
	padding-top: 4px;
	padding-bottom: 2px;
	border-top: 3px solid #bdcaa9;
	vertical-align: top;
	line-height: 15px;
	padding-right: 9px;
	padding-left: 6px;
}
#tracks .head {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 9px;
	color: #404c2d;
	border-top-style: none;
}
#tracks .trackno {
	padding-right: 3px;
	text-align: right;
	padding-left: 8px;
	width: 16px;
}
#tracks .image {
	border: 1px solid #97a77c;
	margin-top: 2px;
	margin-bottom: 4px;
}
#tracks .songname {
	font-weight: bold;
	color: #404c2d;
	white-space: nowrap;
	padding-right: 18px;
	font-style: normal;
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 0px;
}
#tracks .songcredit {
	margin-top: 0px;
	padding-left: 3px;
	font-size: 11px;
	margin-bottom: 6px;
}
#tracks .lineup {
	font-style: italic;
	padding-right: 9px;
	margin-top: 6px;
}
#tracks .lineup,
#tracks .listen,
#tracks .listenhere,
#tracks .norm,
#tracks .merch {
	padding-left: 3px;
	font-size: 11px;
}
#tracks .listenhere {
	margin-top:-2px;
	padding-bottom: 0px;
}
#tracks .listenhere strong {
	color: #495733;
}
#tracks .norm {
	font-weight: bold;
	color: #475947;
}
#tracks .norm a {
	color: #475947;
	border-bottom: 1px dotted #475947;
	text-decoration: none;
}
#tracks .listen img {
	vertical-align: middle;
	border: none;
	margin-right: 2px;
}
#tracks .merch {
	margin-top:-5px;
	margin-bottom: 9px;
}

audio {
	opacity:0.5;
}
.audiobox {
	display:none;
	padding-left:3px;
	padding-bottom: 6px;
}

#tracks, 
#blogs,
#thumbs {
	border-top: 1px solid #9da49c;
	border-bottom: 1px solid #9da49c;
	margin-bottom: 18px;
	width: 100%;
}
#tracks td, 
#blogs td,
#mailbox,
#thumbs .arrbox {
	background-color: #cdd7cd;
}
#tracks td {
	background-color: #c5d1b4;
}
#blogs , #news, #reviews {
	width: 100%;
}
#blogs td, #news td, #mailbox {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	vertical-align: top;
}
#blogs p , #news p, #reviews p {
	margin-bottom: 9px;
}
#blogs .headline {
	font-size: 16px;
	font-weight: bold;
}
#blogs .subhead {
	line-height: 18px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
}
#blogs .dateline {
	font-style: italic;
	border-top: 1px solid #a6b293;
	padding-top: 3px;
	padding-left: 2px;
	margin-top: 12px;
}
#news, #mailbox {
	border: 1px solid #a6b293;
}
#news {
	margin-bottom: 18px;
	background-color: #dee5d1;
}
#reviews {
	margin-top: -6px;
}
#reviews td {
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 1em;
	text-indent: -1.1em;
	font-style: normal;
	text-align: justify;
	line-height: 18px;
}
#reviews .head {
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-indent: -0.3em;
	padding-top: 15px;
	padding-bottom: 12px;
	border-top: 1px solid #364026;
}
#reviews .head a {
	font-weight: normal;
	color: #404c2d;
}
#reviews .dateline {
	font-style: normal;
	font-weight: bold;
	margin-top: 6px;
	padding-left: 2em;
}
#reviews td strong,
#reviews .dateline,
#reviews .dateline a {
	color: #475947;
}
#reviews .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 9px;
	color: #6f7a5d;
	margin-left: 2px;
	font-style: normal;
	margin-right: 3px;
}
#reviews .songname {
	font-style: italic;
	color: #2a331c;
}
#links {
	width: 100%;
	margin-top: 9px;
}
#links td {
	padding-top: 0px;
	padding-bottom: 3px;
	vertical-align: top;
}

.button {
	width: auto;
	margin-bottom: 6px;
	background-color: #6a6ae5;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ECECEC;
	border-right: 1px solid #33C;
	border-bottom: 1px solid #33C;
	margin-right: 0px;
	box-shadow:1px 1px 4px #777;
	margin-left: 2px;
	line-height: normal;
}
.button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom-style: none;
	padding-top: 4px;
	padding-bottom: 3px;
}
.button a:hover {
	background-color: #77f;
	border-color: #44d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.smallButton {
	border-top: 2px solid #9595eb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 128px;
}
.smallButton a {
	padding-top: 3px;
	padding-bottom: 4px;
}

#playBox,
#playBox2 {
	background-color: #333;
	margin-top: 2px;
	filter:alpha(opacity=90);
	opacity:0.95;
	margin-right: 24px;
	margin-left: 24px;
	padding-bottom: 6px;
	margin-bottom: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius:63px;
	border-radius: 6px;
	padding-top: 6px;
	color: #ccc;
}

/* Legacy */

#navbar {
	width: 798px;
/*	box-shadow:0px 0px 8px #3F5B06;*/
}
#navbar .menu {
	width: 114px;
	background-color: #c7d6ad;
	filter:alpha(opacity=72); /* for IE */
	opacity:0.72; /* CSS3 standard */
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4c654c;
	border-top: 1px solid #EEFFEE;
	border-left: 1px none #DDEEDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	padding-top: 0px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#navbar .menu:hover {
	background-color: #dfeace;
  filter:alpha(opacity=90); /* for IE */	
  opacity:0.9; /* CSS3 standard */
}
#navbar .menu a {
	color: #343;
	text-decoration: none;
	border: none;
	display: block;
}
#navbar .menu a:hover {
	color: #343;
}
#navbar .toppad {
	height: 105px;
	vertical-align: top;
}
#navbar .toppad img {
	position: relative;
	left: 99px;
	top: 41px;
	border-style: none;
}

/* Mailbox styles */

#mailbox {
	margin-bottom: 18px;
	position: relative;
	margin-right: auto;
}
#mailbox p {
	margin-bottom: 0px;
	margin-left: 3px;
}
#mailform {
	position: absolute;
	right: 15px;
	top: 12px;
}
#mail2 {
	width: auto;
	margin-right: 6px;
	background-color: #d6e0c5;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#mail td,
#mail2 td {
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: middle;
	color: #414d2f;
}
#mail .tiny {
	font-size: 11px;
	line-height: 12px;
	padding-left: 3px;
	padding-top: 9px;
	padding-bottom: 12px;
	text-align: left;
}
#mail .field,
#mail2 .field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	margin-left: 12px;
}
#mail #Enter,
#mail2 #Enter {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-left: 12px;
}

/* End mailbox styles */

.normal_11 {
	font-weight: normal;
	font-size: 11px;
}
.nowrap {
	white-space: nowrap;
}
.red {
	color: #900;
}
.notbold {
	font-weight: normal;
}
.smallcaps {
	font-size: 0.8em;
	padding-bottom: 0px;
}
#tracks .listenhere img  {
	border-bottom-width: 0px;
	vertical-align: middle;
	margin-left: 2px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#copy {
	font-size: 14px;
}

}
