/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #944D12;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}
img {
	width: auto;
	max-width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
	width: auto;
	max-width: 100%;
}
input {
	width: auto;
	max-width: 100%;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.smaller {
	font-size: 92%;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* STRUCTURAL ELEMENTS*/

html { 
	margin: 0;
	padding: 0;
	font-size: 100%;
	 }
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, san-serif;
	background: url(../images/body-back.gif) right top;
	color: #F6F3CE;
	font-size: 14px;
	line-height: 20px;
}
div.fb-like {
    height: 20px;
}
#main-container {
	max-width:999px;
	width: 100%;
	margin: 0 auto;
	background: #000;
	position: relative;
}
nav#main-nav a, #featurehome1 a {
	text-decoration: none;
}
#content {
	float: right;
	width: 72.5%;
	margin-right: 1.5%;
}
#main-nav p {
	text-align: center;
	width: 75%;
}
#main-nav p.smaller {
	font-size: .85em;
	line-height: 1.5em;
}
#main-nav ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	font-size: 1.1em;
}
#main-nav ul li {
	margin: 0;
	padding: 5px 0;
}
/* PUSH MENU STYLES */
.cbp-spmenu {
	position: fixed;
}
.cbp-spmenu a {
	display: block;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 220px;
	height: 100%;
	top: 0;
	z-index: 1000;
	-ms-overflow-style: none;
	padding-left: 30px;
	background-color: rgba(0,0,0,0.30);
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer {
	max-width:999px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 10px 0;
	font-size: .71em;
	text-align: right;
	height: 33px;
	background-color: black;
	position: relative;
}
#footer p {
	margin: 0 30px;
}
/* common elements */
img {
	border: none;
}
h1 {
	font-family: bernard_mt_condensedregular, Impact, serif;
	font-size: 2.6em;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: #A68351;
	font-weight: normal;
}
h2 {
	font-family: bernard_mt_condensedregular, Impact, serif;
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: 15px;
	color: #A68351;
	font-weight: normal;
	letter-spacing: .05em;
}
.clear {
	clear: both;
}
a.button, td.sidebar a.button {
	background: #A68351;
	padding: 3px 10px;
	color: #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
a.button:hover, td.sidebar a.button:hover {
	background: #8C2300;
	color: #F6F3CE;
}
a {
	color: #F6F3CE;
}
a:hover {
	color: #A68351;
}
input {box-shadow: none;}

table td {
	vertical-align: top;
}
#single_content {
	margin-right: 30px;
}
#content table td.main-content {
  padding: 0 5% 0 0;
  width: 95%;
}
#content table td.sidebar {
	color: #A68351; padding: 0 30px 0 0; font-size: .95em; line-height: 1.35em;
}
#content table td.sidebar a{
	color: #A68351;
}
#content table td.sidebar a:hover{
	color: #944d12;
}


/* HOME PAGE */
.right .caption{
	text-align: center;
	font-size: .8em;
	margin-top: 400px;
	font-style: italic;
	color: #A68351;
}
#hm-news {
	height: 320px;
	background: url(../images/parchment.png) no-repeat;
	padding: 20px 10px 20px 40px;
	color: #000;
	-moz-transform: rotate(-7deg);
 	-webkit-transform: rotate(-7deg);
 	-o-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	font-weight: bold;
}
#hm-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hm-news h1 {
	color: #000;
}
#hm-news ul li {
	padding: 0 0 10px 0;
}
#hm-news ul img {
	padding-left: 10px;
}
#hm-news a {
	color: #000;
	text-decoration: none;
}
#hm-news a:hover {
	color: #8C2300;
}
#special2 {
		margin-top: 50px;
		margin-right: 30px;
	}
#special2 img {
		float: left; padding-right: 10px; width: 50%
	}
#sign-up-form {
		margin-top: 10px;
	}
#about-txt {
	text-align: center;
	font-size: .92em;
	line-height: 1.6em;
	font-style: italic;
	width: 88%;
	margin: 30px 6% 0 6%;
}
#sign-up-form input {
	margin-bottom: 15px;
}
#sign-up-form p {
	font-size: 1.14em;
}
.input input {
	width: 242px;
	background: #A68351;
	color: #000000;
	font-size: 1.07em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-style: italic;
	padding: 7px 10px;
}
.text-area textarea {
	width: 242px;
	background: #A68351;
	color: #000000;
	font-size: 1.07em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-style: italic;
	padding: 7px 10px;
}
.input-btn input {
	background: #A68351;
	padding: 5px 10px;
	color: #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	font-size: 1em;
	float: right;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover{
    background: #8C2300;
	color: #F6F3CE;
}


/* PHOTO GALLERY */
#photo-gallery table {
	float: left;
	margin: 0 20px 0 0;
}
#photo-gallery table td {
	padding: 5px;
}
#photo-gallery a {
	color: #A68351;
}
#photo-gallery a:hover {
	color: #F6F3CE;
}
#photo-gallery {
	float: right;
	width: 72.5%;
	margin-right: 1.5%;
}
div.photo_gallery-60 {
	max-width: 578px;
	height: 590px;
}
div.photo_gallery-80 {
	max-width: 578px;
	height: 530px;
}
div.photo_gallery-2000 {
	max-width: 578px;
	height: 600px;
}
div.photo_gallery-early {
	max-width: 578px;
	height: 600px;
}

/* THE ARTIST */
#artist-content {
	float: right;
	width: 72.5%;
	margin-right: 1.5%;
	background: url(../images/artist-back.jpg) no-repeat top right;
}
.brown_box_txt {
	color: #A68351;
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 40px;
	vertical-align: top;	
}
/* DISCOGRAPHY */
#sidebar {
	padding-top: 25px;
}
.brown_box td {
	text-align: center;
}
.brown_box td table td{
	padding: 5px;
}
.brown_box_txt2 {
	color: #A68351;
	font-size: 12px;
	vertical-align: top;
	padding: 0 10px;	
}
.brown_box_txt  a, .brown_box_txt2 a {
	color:  #A68351;
	font-weight: bold;
}
#hits {
	width: 100%;
}
#hits td {
	padding: 2px;
	vertical-align: top;
}
#hits td.year b {
	display: block;
	font-size: 14px;
	color: #A68351;
	border-bottom: 1px solid #A68351;
	margin: 5px 0;
	text-align: right;
}
#hits td.num {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}
/* CALENDAR */
#calendar-content {
	float: right;
	width: 72.5%;
	margin-right: 1.5%;
}
.tour_dates th {
	text-align: left;
	color: #944D12;
	padding: 2px 5px 2px 0;
}
.tour_dates b {
}
.tour_dates th.date {
	width: 13%;
}
.tour_dates th.city {
	width: 26%;
}
.tour_dates th.venue {
	width: 39%;
}
.tour_dates th.info {
	width: 22%;
}
.tour_dates td {
	vertical-align: top;
	padding: 7px 10px 7px 0;
}
/* GUESTBOOK & CONTACT */
#guestbook-form .input-btn input, #contact-form .input-btn input {
	float: left;
	margin-right: 10px;
}
#guestbook-form p, #contact-form p {
	color: #A68351;
}
.fsBody .fsRowBody {
  padding: 10px 0 !important;
}
/* OLD STYLES */
#main_txt {
	vertical-align: top;
	width: 368px;
	padding: 25px 15px 25px 20px;
}
#listen{
	vertical-align: top;
}
#main_txt ul{
	margin-top: -10px;
}
#nav {
	font: 15px/25px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 27px;
}
#hm_nav a, #nav a {
	color: #F7ECD0;
	text-decoration: none;
}
#hm_nav a:hover, #nav a:hover {
	color: #CC6600;
}
.end {
	background: #944D12;
	padding: 2px 0 2px 22px;
	color: #F7ECD0;
}
.end a {
	color: #F7ECD0;
	padding: 0 5px;
	font-size: 10px;
}
.end a:hover {
	color: #CC6600;
}
.pad_right {
	padding: 0 7px 7px 0;
}
.sidebar_pic {
	margin: 0 auto 10px auto;
}
#back_to_top {
	margin: 0 0 0 20px;
}
#hide {
	display: none;
}
#store td {
	vertical-align: top;
}
#press_materials {
	width: 100%;
}
#press_materials td {
	padding: 10px 20px 10px 0;
}
#press_materials td.last-column {
	padding-right: 0;
}
.guestbook_comment_head {
	color: #944D12;
	font-weight: bold;
	font-size: 14px;
}
.guestbook_comment {
	padding: 15px 15px 0 0;
}
table.order_table td {
	padding: 0 7px 7px 0;
	vertical-align: top;
}
#backtotop {
	background-color: rgba(34,34,34,0.60);
    border-radius: 3px;
    bottom: 10px;
    cursor: pointer;
    font-size: 24px;
    margin: 0;
    padding: 14px 12px;
    position: fixed;
    left: 10px;
    text-align: center;
	z-index: 1000;
}
.fa-chevron-up {
	color: #F6F3CE;
	font-size: 20px; 
	text-decoration: none;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 1px) {
	#showLeftPush {
  background: black none repeat scroll 0 0;
  border: medium none;
  color: #F6F3CE;
  left: 10px;
  position: absolute;
  top: 130px;
  font-size: 2em;
  z-index: 1;
}
	#logo {
	text-align: center;
}
#logo img {
	width: 90%;
}
#hm-content {
	background: url(../images/hm-chris.jpg) no-repeat right 100px;
}
#hm-news {
	margin: 500px 0 0 10%;
	background-size:90%;
}
.caption {
  left: 50%;
  position: absolute;
  top: 170px;
}
#p7VSCb_1 {
  height: 210px !important;
}
audio {
	width: 280px;
}
#sign-up-form {
	width: 88%;
	margin: 30px 6%;
}
#feature1 {
	display: none;
}
#featurehome1 {
	text-align: center;
	margin: 40px auto;
	clear: both;
}
.main-content, .sidebar, .main-text, #sidebar, #discography td, table.tour_dates td, table.tour_dates th, #links td  {
	display: block;
}
#links td {
	width: 100%;
}
#wrapper object {
	width: 90%;
}
#guestbook .sidebar {
	position: absolute;
	top: 0;
	left: 0;
}
#content #guestbook table td.main-content  {
	padding-top: 30px;
	width: 65%;
}
#content #contact table td.main-content  {
	width: 65%;
}
#contact .sidebar {
	width: 65%;
}
#press_materials td { 
display: block;
}
table.tour_dates th {
		display: none;
	}
#special2 {
	padding-bottom: 50px;
}
.cbp-spmenu-vertical {
	overflow-y: scroll;
}
}
@media only screen and (min-width: 340px) {
#about-txt {
  margin: 50px 6% 0;
}
#wrapper object {
	width: 100%;
	max-width: 294px;
}
}
@media only screen and (min-width: 410px) {
	#logo {
	max-width: 326px;
}
#hm-content #logo {
	margin-left: 16%;
}
#logo img {
	width: 100%;
}
.right {
	max-width: 60%;
	margin: 0 20%;
}
}
@media only screen and (min-width: 630px) {
	.left {
	float: left;
	width: 51%
}
.right {
	width: 49%;
	float: right;
	max-width: auto;
	margin: 0;
}
.caption {
  left: auto;
  position: relative;
  top: auto;
}
#logo {
	text-align: left;
}
#p7VSCb_1 {
  height: 290px !important;
}
#hm-content {
	background-position: right top;
}
#hm-news {
	background-size: 100%;
	width: 265px;
	height: 376px;
	margin-top: 45px;
}
#sign-up-form {
  bottom: 80px;
	/*-90px when #special2 goes away*/
  left: 0;
  position: absolute;
  width: 40%;
}
#featurehome1 {
	margin: 80px auto;
}
#discography td {
	display: table-cell;
}
#discography td {
	border-bottom: 1px solid #944D12;
}
#single_content #discography tr td:first-child {
	width: 20%;
}
	#special2 {
	padding-bottom: 0;
}
}
@media only screen and (min-width: 800px) {
.main-content, .sidebar, .main-text, #sidebar, table.tour_dates td, table.tour_dates th, #links td {
	display: table-cell;
}
#links td {
	width: 47%;
	padding-right: 3%;
}
#content table td.main-content {
	width: 70%;
}
#content table td.sidebar {
  width: 30%;
}
#guestbook .sidebar {
	position: relative;
}
#content #guestbook table td.main-content  {
	padding-top: 0;
	width: 70%;
}
#press_materials td { 
display: table-cell;
}
#press_materials table { 
width: 50%;
}
#discography-page #sidebar {
	width: 33%;
}
#calendar-content {
	background: url(../images/calendar-back.jpg) no-repeat top right;
}
table.tour_dates {
	width: 100%;
}
table.tour_dates th {
		display: table-cell;
	}
.tour_dates td {
	border-bottom: 1px solid #944D12;
}
}
@media only screen and (min-width: 900px) {
	#showLeftPush {
		display: none;
	}
	.cbp-spmenu-vertical {
	overflow-y: inherit;
}
	.cbp-spmenu-left {
    left: 0;
}
.cbp-spmenu {
    position: relative;
}
#main-container {
	background: url(../images/page-back.png) repeat-y;
}
#logo {
	padding: 35px 0 0 0;
	margin-left: 0;
}
#hm-content {
	float: right;
	width: 72.5%;
	margin-right: 1.5%;
}
#hm-content #logo {
	margin-left: 30px;
}
nav#main-nav {
  float: left;
  margin-left: 1.5%;
  padding: 20px 0 0 3%;
  width: 21.5%;
}
#about-txt {
	width: 335px;
	margin: 40px 0 0 20px;
}
#sign-up-form {
	margin: 6px 40px 0 0;
	width: 302px;
	float: right;
	position: relative;
	bottom: auto;
	left: auto;
}
#feature1 {
	display: inherit;
}
#featurehome1 {
	display: none;
}
.cbp-spmenu-vertical {
	background-color: transparent;
	padding-left: 0;
}
#footer {
	background: url(../images/footer-bk.png) no-repeat;
	padding: 10px 0;
}
}
