/*
	===========================================================
	Site Name Here
	Author: Mark C. Garity, Anchorwave.com
	===========================================================
	Description: Primary styles for screen rendering.
	===========================================================
*/
body { 
	background: url(../img/bg.brick.gif) repeat #666666;
}
#main {
	background: url(../img/bg.graffiti.gif) top right no-repeat;
	width: 100%;
	height: 900px;
	padding: 30px 0 0 0;
	z-index: 0;
}
#page {
	margin: 0 auto;
	background: url(../img/bg.pagetop.png) top right no-repeat;
	width: 1053px;
	padding: 422px 0 0 0;
	position: relative;
	z-index: 1;
}
#page-small {
	margin: 0 auto;
	background: url(../img/small-headers.png) top right no-repeat;
	width: 1053px;
	padding: 198px 0 0 0;
	position: relative;
	z-index: 1;
}

#newsletter {
	background: url(../img/bg.float.mailinglist.png) 0 0 no-repeat;
	width: 362px;
	height: 256px;
	position: absolute;
	top: 237px;
	left: 8px;
	z-index: 10;
}
body.home #content {
	background: url(../img/bg.content.gif) top left repeat-y;
	width: 954px;
	margin-left: 42px;
	padding: 0 28px 18px 28px;
	min-height:355px;
	_height:355px;
}
#content {
	background: url(../img/bg-sidebar.gif) top left repeat-y;
	width: 954px;
	margin-left: 42px;
	padding: 0 28px 18px 28px;
}
#page-bottom {
	background: url(../img/bg.pagebot.png) 0 0 no-repeat;
	width: 1000px; height: 65px;
	margin-left: 42px;
}

/*	=========== Navigation ================================== */
ul#navigation {
	list-style: none;
	height: 44px;
	/*width: 503px;*/
	width: 628px;
	position: relative;
	z-index: 15;
}
ul#navigation li {
	height: 44px;
	float: left;
	clear: none;
	display: inline;
}
ul#navigation a {
	display: block;
	position: relative;
	background: url(../img/nav.png) no-repeat;
	height: 44px;
	clear: none;
}
ul#navigation a span {
	display: none;
}
/* == Normal State == */
ul#navigation a.home {
	background-position: 0 0;
	width: 55px;
}
ul#navigation a.music {
	background-position: -55px 0;
	width: 139px;
}
ul#navigation a.video {
    background-position: -563px 0;
    width: 58px;
}
ul#navigation a.jazz {
	background-position: -194px 0;
	width: 86px;
}
ul#navigation a.reviews {
	background-position: -280px 0;
	width:60px;
}
ul#navigation a.latest {
	background-position: -340px 0;
	width: 82px;
}
ul#navigation a.band {
	background-position: -422px 0;
	width: 70px;
}
ul#navigation a.contact {
	background-position: -492px 0;
	width: 78px;
}
/* == Hover State == */
ul#navigation a.home:hover {
	background-position: 0 -44px;
	width: 55px;
}
ul#navigation a.music:hover {
	background-position: -55px -44px;
	width: 139px;
}
ul#navigation a.video:hover {
    background-position: -563px -44px;

}
ul#navigation a.jazz:hover {
	background-position: -194px -44px;
	width: 86px;
}
ul#navigation a.reviews:hover {
	background-position: -280px -44px;
	width: 60px;
}
ul#navigation a.latest:hover {
	background-position: -340px -44px;
	width: 82px;
}
ul#navigation a.band:hover {
	background-position: -422px -44px;
	width: 70px;
}
ul#navigation a.contact:hover {
	background-position: -492px -44px;
	width: 78px;
}
/* == Active State == */
ul#navigation li.active a.home {
	background-position: 0 -88px;
	width: 55px;
}
ul#navigation li.active a.music{
	background-position: -55px -88px;
	width: 139px;
}
ul#navigation li.active a.video{
	background-position:-563px -88px;
	}
ul#navigation li.active a.jazz {
	background-position: -194px -88px;
	width: 86px;
}
ul#navigation li.active a.reviews {
	background-position: -280px -88px;
	width: 60px;
}
ul#navigation li.active a.latest {
	background-position: -340px -88px;
	width: 82px;
}
ul#navigation li.active a.band {
	background-position: -422px -88px;
	width: 70px;
}
ul#navigation li.active a.contact {
	background-position: -492px -88px;
	width: 78px;
}

/*	=========== Mailing List Form ================================== */
form#mailing-list {
	margin: 65px 0 0 138px;
	width: 200px;
}
form#mailing-list ol, form#mailing-list li {
	list-style: none;
}
form#mailing-list label {
	display: none;
}
form#mailing-list input {
	background: #EFE7D0;
	border: 2px solid #6D4232;
	width: 192px; height: 16px;
	padding: 3px;
	margin: 0 0 5px 0;
}
form#mailing-list #submitML {
	float: right; clear:  both;
	background: url(../img/btn.submit.gif) no-repeat ;
	background-position: 0 -28px;
	width: 70px;
	height: 28px;
	border: none;
	padding: 0; margin: 0;
}

form#mailing-list #submitML:hover {
	background-position: 0 0;
	cursor: pointer;
}
/*	=========== Editable Content ================================== */

#editable {
	width: 692px;
	margin: 8px 12px 0 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	padding-right: 228px;	
}
#editable.pad-btm{
	padding-bottom:85px;
}

body.thelatest #editable {
	margin-bottom: 300px;
}
#sidebar {
	width: 204px;
	position: absolute;
	top: 170px;
	right: 30px;
	padding: 12px 12px 12px 12px;
}
body.home #editable {
	width: 480px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#editable p {
	margin: 0 0 12px 0;
	line-height: 20px;
}
#editable a {
	color: #a42a19;
	font-weight: bold;
	text-decoration: none;
}
#editable a:hover {
	text-decoration: underline;
}
#editable h1 {
	font-size: 18px;
	margin: 0 0 8px 0;
	color: #391b0e;
	font-weight: bold;
	text-transform: uppercase;
}
#editable h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #391b0e;
}

#merch
{
	font-size: 14px;
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #391b0e;
	text-transform:uppercase;
}

editable h3 {
	font-size: 14px;
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #391b0e;
}

#editable ul {
	list-style: inside;
	margin: 0 0 12px 10px;
	line-height: 20px;
} 
#editable li {
	line-height: 20px;
	margin: 0 0 5px 0;
}
.band-member {
	clear: both;
}
.band-member img.alignleft {
	margin: 0 15px 15px 0;
}
.band-member img.alignright {
	margin: 0 0 15px 15px;
}
/* WP Image Aligns */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#home-video {
 position: absolute;
    right: 35px;
    top: 470px;
    z-index: 50;}
#home-video h3{ color: #A44730;
    padding: 0 15px 5px 3px;
    text-align: right;
    text-transform: capitalize;}
a.buycd {
	position: absolute;
	bottom: 75px;
	right: 45px;
	display: block;
	width:200px;
}
#sidebar h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #5C1700;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 10px 0;
}
#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222D30;
	font-size: 13px;
	font-weight: normal;
	margin: 2px 0 10px 0;
	font-style: italic;
}
#sidebar p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #222D30;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 10px 0;
}
.linklove { display: none; }


form#mailing-list-sidebar {
	margin: 10px 0 20px 0px;
}
form#mailing-list-sidebar ol, form#mailing-list-sidebar li {
	list-style: none;
}
form#mailing-list-sidebar label {
	
}
form#mailing-list-sidebar input {
	background: #EFE7D0;
	border: 2px solid #6D4232;
	width: 192px; height: 16px;
	padding: 3px;
	margin: 0 0 5px 0;
}
form#mailing-list-sidebar #submitML {
	float: right; clear:  both;
	background: url(../img/btn.submit.gif) no-repeat ;
	background-position: 0 -28px;
	width: 70px;
	height: 28px;
	border: none;
	padding: 0; margin: 0;
}

form#mailing-list-sidebar #submitML:hover {
	background-position: 0 0;
	cursor: pointer;
}
#footer { clear: both; margin: 0 auto; text-align: center; padding: 10px 0 10px 0;}
#footer a { text-decoration: none; color: #FFF; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-size: 12px;}

body.music #content {
	/*height: 560px;*/
}
body.theband #content {
	background: url(../img/bg.content.gif) top left repeat-y;
}
body.theband #page {
	background: url(../img/bg.pagetop.png) top right no-repeat;
}
body.theband #page-small {
	background: url(../img/small-headers-noside.png) top right no-repeat;
}
body.theband #editable {
	width: 920px;
	margin: 8px 12px 0 12px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	padding-right: 228px
}

#shirts
{
	padding:5px;
}

#shirts li
{
	display: inline;
	list-style:none;
}

#watch-vid {
position:absolute;
right:187px;
top:569px;
z-index:99;
display:none;
}
.video {
position:relative;
}
.watch-vid {
position:absolute;
left:40px;
top:40px;
}
.side-image {
margin:10px 0;
}
.jazzclinics .watch-vid {
top:89px;
}
.col{
	float:left;
	width:50%;
}

hr{
	clear:both;
}
#video-list{
  list-style-type: none;
    margin-top: -50px;
    overflow: hidden;
   padding-bottom:30px;
   width: 737px;	}

#video-list li{ 
 	float: left;
    padding:0px 5px 10px 0px;
	width:340px;
	height:300px;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
#video-list li .shadowbox img{ 
	width:300px;
	height:auto;
}
#video-list li h3 {
    text-transform: capitalize;
    padding: 0px 0px 5px 0px;
}
#video-list li #home-video{position:static;}
#editable .link-box{width:204px;margin: 33px 0px 20px 0px;}
#editable .link-box a {
    color: #A44730;
    display: block;
    font: bold 13px/26px arial;
    height: 28px;
    text-align: center;
    text-transform: capitalize;
}
#editable .link-box a:hover {
    color: #C94646;
    text-decoration: none;
}
#editable .link-box a.video-link{background: url(../img/videos-btn.png) no-repeat; width:151px;}
#editable .link-box a.gallery-link{background: url(../img/gallery-btn.png) no-repeat; width:132px;}
.video-rgt-img{margin:33px 0 20px;
}
/*Added on october 1st 2015*/
#editable a {
    word-wrap: break-word;
}
.sidebar-list img,
.music #editable .col{
    margin-bottom: 30px;
}