.nextprev {
		border-top: 0px dashed #657466;
	display: inline-block;
	padding-top: 10px;
	margin-top: 5px;
}

.nextprev a {
}

.piclist {
	padding-left: 20px;
	padding-top: 20px;
	float:left;
	text-align:left;
	color: #444444;
	margin-top: auto;
	margin-left: auto;
	padding-right: 20px;
	margin-bottom: 50px;
}

.piclist .entry h2 {
	margin-top: 20px;
}

.vidlist {
	padding-left: 20px;
	padding-top: 20px;
	text-align:left;
	color: #444444;
	margin-top: auto;
	margin-left: auto;
	padding-right: 20px;
	margin-bottom: 50px;
}

.album_wrapper {
	padding-left: 20px;
	padding-top: 20px;
	float:left;
	text-align:left;
	color: #444444;
	margin-top: auto;
	margin-left: auto;
	padding-right: 20px;
	margin-bottom: 50px;
	width: 580px;
}


/* Music */

.album_list{
	margin-top: 20px;
}

.alert{
	color: #ff2500;
}

.album {
	float: left;
	border: 1px solid white;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #000;
	width: 261px;
}

.album_inner {
	border: 0px dashed white;
	margin: 2px;
	height: 320px;
}
.video {
	border: 1px solid white;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #000;
	width: 290px;
	float: left;
	height: 285px;
}

.video_inner {
	border: 0px dashed white;
	margin: 2px;
	height: 279px;
}

.buylinks {
	margin-bottom: 20px;
	margin-top: 20px;
}

.buylinks img {
	padding-right: 10px;
}






.album_name {
	margin: 15px;
	font-weight: bold;
}

.album_name p {
	white-space: normal;
	text-align: center;
}

/* SIDEBAR */

.small_list {
	margin: 5px;
	font-size: 10px;
}

.small_list .read_more {
	font-size: 1.5em;
}

.small_list img {
}

.download_link img {
	padding: 0;
}

.download {
	clear: both;
	width: 100%;
border-bottom: 0px dashed #657466;	display: inline-block;
	padding-top: 15px;
	padding-bottom: 5px;
}

.download p {
	font-size: 1em;
	font-style: italic;
}

.download p a{
	font-size: 1em;
	display: inline;
}

.download_link {
	float: right;
}

.download_title {
}

.download_info {
	float: left;
	width: 60%;
}

.download_info p {
	margin: 0;
}

.small_list a {
	text-align: right;
	display: block;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}

.small_venue a {
	text-align: left;
	display: block;
	vertical-align: top;
	margin-top: 0;
}

.small_show {
	border-bottom: 0px dashed #657466;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.small_date {
	float: left;
}

.small_venue {
	float: right;
	width: 85%;
}

.sidebar {
	width: 340px;
	padding: 16px 0px;
	text-align: left;
	float:left;
	font-size: .9em;
}

.sidebar .side-item {
	width: 332px;
	border: 0px solid white;
padding: 1px;
	margin-bottom: 20px;
	
}

.sidebar .side-item-inner {
	border: 0px;
	margin-bottom: 0;
}

.sidebar .side-item-noborder {
	width: 332px;
padding: 1px;
	margin-bottom: 20px;
	
}

.sidebar .side-item-inner-noborder {
	margin-bottom: 0;
}

.sidebar .side-item-inner p {
	margin: 0;
}

.sidebar .side-item-inner a {
	margin: 0;
	padding: 0;
}
.sidebar .side-item a {
	color: #000;
	font-style: italic;
}

.sidebar .press_banner {
		background: ;
	color: #000;
	padding: 50px 20px 20px;
}

.album_sidebar {
	padding: 16px 0px 16px 20px;
	text-align: left;
	font-size: .9em;
	float: left;
}

.album_sidebar h2 {
	
	padding-bottom: 10px;
	font-size: 1.25em;
}

.album_info {
	line-height: 1.5em;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-left: 10px;
}

.cover_outer {
	margin-top: 20px;
	border: 0px solid white;
	padding: 2px;
	margin-bottom: 20px;
}

.cover_outer img {
	border: 0px dashed white;
}

.press_banner .press_photo {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.press_photos #first {
	padding-left: 0px;
}

.press_photos #last {
	padding-right: 0px;
}

.press_banner .press_photos {
	display: inline-block;
	width: 100%;
}

.press_banner p {
	padding-top: 10px;
}

/* CAROUSEL */

.carousel li {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

.carousel_container .prev {
	cursor: pointer;
	height: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border: none;
	width: 40px;
	clear: none;
	vertical-align: middle;
	background: url(images/arrows_scroller.png) no-repeat left;
	float: left;
	margin-top: 25px;
}

.carousel_container .next {
		cursor: pointer;

		margin-top: 125px;
		height: 50px;
	margin-right: 20px;
	margin-left: 20px;

	background: url(images/arrows_scroller.png) no-repeat right;
	border: none;
	display: inline;
	float: left;
	width: 40px;
	cursor: hand;
}

.carousel {
	float: left;
}

.carousel p {
	padding: 0;
	margin: 0;
}

.carousel div.item a {
	padding: 0;
	margin: 0;
}

.carousel div.item {
	margin: 1px;
	padding: 0;
	display: block;
	border: 0px dashed #e7e2c4;
}

table.widget p{
	padding-top: 5px;
	margin-top: 5px;
}

table.widget div{
	padding-top: 5px;
	margin-top: 5px;
}


.carousel_container {
	margin: auto;
	display: inline-block;
	padding-top: 380px;
}

/* FOOTER */

.footer {
	clear:both;
	margin-top: 10px;
	padding-bottom: 100px;
}

.fancy_foot {
		background: url(images/footer/footer_bg.png) no-repeat center;
	height: 57px;
}

.fancy_foot ul {
	padding-top: 11px;
}

.fancy_foot li {
	display: inline-block;
}

.fancy_foot li.follow {
	margin-left: 50px;
}

.fancy_foot li.signup {
	margin-right: 50px;
}

.fancy_foot li.madmimi {
	margin-right: 50px;
	overflow: visible;
	height: 60px;
	position: relative;
	top: 2px;
}

.link_foot ul {
	margin-top: 15px;
}

.link_foot .contact_link {
	position: relative;
	display: inline-block;
	top: -6px;
}

.madmimi .madmimi-mailinglist {
	top: -43px;
	position: relative;
}

.link_foot li {
	display: inline;
	margin: auto;
}

/* NAVIGATION */

.news_body {
	margin-top: 10px;
}

ul.navigation {
	background: url(images/header/header_bg.png) no-repeat center center;
	width: 960px;
	height: 57px;
	margin: auto;
}

.navigation li {
	background: url(images/header/nav_slash.png) no-repeat right 50%;
	display: inline;
	position: relative;
	bottom: 5px;
	padding: 14px 17px 12px 4px;
}

.navigation li.first {
	background-image: none;
	position: relative;
	top: 5px;
	padding: 0 4px 0 0;
}

.navigation li.last {
	background-image: none;
}


body {
	font-family: verdana;
	font-size: 12px;
	line-height: 115%;
	background-color: white;
	margin: 0px auto;
	width: 962px;
	position:relative;
	color: #444444;
}

body a {
	color: #90A392;;
}

body a:hover {
	color: #859586;
}

body.home {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-template {
	background-image: url(images/sub_page_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
}

div.page-template {
	background-image: url(images/sub_page_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}

body.single-post {
		background-image: url(images/sub_page_bg.png);
			background-repeat: no-repeat;
	background-position: center top;


}

div.single-post {
		background-image: url(images/sub_page_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;

}

/* SHOWS */

.contact_list {
	padding-left: 20px;
	padding-top: 20px;
	float:left;
	text-align:left;
	color: #444444;
	width: 570px;
	margin-top: auto;
	margin-left: auto;
	padding-right: 30px;
	margin-bottom: 50px;
	
}


.showlist {
	padding-left: 20px;
	padding-top: 20px;
	float:left;
	text-align:left;
	color: #444444;
	width: 570px;
	margin-top: auto;
	margin-left: auto;
	padding-right: 30px;
	margin-bottom: 50px;
	
}

.albumlist {
	padding-left: 20px;
	padding-top: 20px;
	text-align:left;
	color: #444444;
	width: 570px;
	margin-top: auto;
	margin-left: auto;
	padding-right: 30px;
	margin-bottom: 50px;
	display: block;
	float: left;
}


.showlist .header_img {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
}

.show {
	line-height: 1.5em;
	padding-top: 15px;
	border-top: 0px dashed #657466;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}

.news {
	line-height: 1.5em;
	padding-top: 20px;
	border-top: 0px dashed #657466;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.contacts {
	line-height: 1.5em;
	padding-top: 20px;
	border-top: 0px dashed #657466;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 12px;
}

.bio {
	line-height: 1.5em;
	padding-top: 20px;
	border-top: 0px dashed #657466;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 12px;
}

.bio p {
	clear: left;
	font-size: 11px;
}

.bio p strong {
	display: inline-block;
	margin-top: 20px;
}

.bio ul {
	display: inline-block;
}

.bio li {
	
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.contacts #first {
	float: left;
	display: inline-block;
}


.contacts #second {
	display: inline-block;
	margin-left: 50px;
}

.contacts li {
	padding-bottom: 15px;
}

.show_date {
	font-size: 1.25em;
	margin-right: 10px;
	float: left;
	width: 15%;
}

.show_info {
	float: left;
	width: 75%;
}
.show_city {
	margin-right: 10px;
}

.show_venue {
	margin-left: 10px;
}

.show_notes p {
	font-size: .75em;
	margin-bottom: 0;
}

.show_ticket {
	text-align: right;
	vertical-align: top;
	margin-top: -5px;
}

.show_facebook {
	text-align: right;
	vertical-align: bottom;
	margin-top: 5px;
	margin-bottom: -5px;
}

.content {
	margin: auto;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	padding-top: .1em;
	padding-bottom: .5em;
}

h2 {
	font-weight: bold;
	font-size: 1em;
}

h3 {
	font-family: georgia;
	font-size: 130%;
}

h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
	line-height: 1.5em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px
}
#hd h1{
	font-size: 290%;
	color: #FFFFFF;

}



textarea {
	background-color: #dcdcdc;
}

#hd h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #0099DD;
}

.item {
	padding: 10px;
	background-image: url(/); 
	background-repeat: repeat;
	text-align:left;
	border: 0px #1A1A1A;
	margin-bottom: 1em;	
}

.item.entry {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.item h3 {
	font: bold 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

input#submit {
	border: 0px dashed #fffeff;
	background-color: #000;
	color: #e7e2c4;
	font: bold 1.24em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
} 

input#submit:active {
	background-color: #e7e2c4;
	color: #424100;
} 

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #FFFFCC;
}

.tags, .catagory {

	display: block;

}

.commentlist p {
	clear: both;
	font-size: 95%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	border-top: 1px solid #1A1A1A;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #FFFFCC;
	padding: 1px;
	color: #FFFFCC;
	text-decoration: underline;
}


.alignright {
	float: right;
}

.alignleft {
	float: left
}


#secondary, #third{
	background-color:  ;
	background-image: url(/); 
	background-repeat: repeat;
	text-align:left;
	padding: 0px;
	border: 0px #1A1A1A;
	SP_GRADIENT
}

#secondary h4, #third h4{
	color: #859E6C;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#third {
	margin-left: 9px;
}

#menu {padding:0; border:0px solid #fff }
#menu ul {list-style:none; margin:0; padding:0; font-size:85%; }
#menu ul li { padding:0; margin:0; border-bottom:0px solid #FFFFFF; }
#menu ul li a { display:block; padding:4px 4px 4px 10px; text-decoration:none; color: #FFFFFF; }
#menu ul li a:hover { color:myheadttcolor; background: #0099DD; }


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #0099DD;
	color: #FFFFFF;
}

.yui-navset .yui-nav li a {
    background-color: #1A1A1A;
	background-image: url(/); 
	background-repeat: repeat;
	border-bottom: 0px;
	color: #FFFFFF;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}



#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}


#wp-calendar td {
	color: #FFFFFF;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: ;
	color: #0099DD;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#ft {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFCC;
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #FFFFCC;
}


/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
		background-color: rgba(0,0,0,0.5);

	margin-right:3px;
	padding: 3px 7px;
	text-decoration: none !important;
	display: inline-block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #90A392;
	color: #FFFFFF !important;
	text-decoration: none !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

