@charset "utf-8";
/* Css */
.search-btn{
	background: #303030; /* Old browsers */
	background: -moz-linear-gradient(top,  #303030 0%, #272727 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#272727)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #303030 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #303030 0%,#272727 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #303030 0%,#272727 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #303030 0%,#272727 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}
.navigation ul ul, .navigation ul ul li:after, .navigation ul ul ul,
.latest-video article figure:before, .postlist article figure figcaption,
.postlist article figure:before, .releases-four-coll article figure figcaption,
.albums-list article figure figcaption, .gig-images article figure figcaption {
	filter:alpha(opacity=0);
}
.navigation ul ul:before{
	filter:alpha(opacity=70);
}
.navigation > ul > li:hover > ul, .navigation ul ul li:hover:after, .navigation ul ul li:hover ul,
.latest-video article figure:hover:before, .postlist article:hover figure figcaption,
.postlist article:hover figure:before, .releases-four-coll article:hover figure figcaption,
.albums-list article:hover figure figcaption, .gig-images article figure:hover figcaption{
	filter:alpha(opacity=100);
}
.bay-btn{
	background: #0b0b0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b0b0b 0%, #090909 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0b0b), color-stop(100%,#090909)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b0b0b 0%,#090909 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b0b0b 0%,#090909 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b0b0b 0%,#090909 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b0b0b 0%,#090909 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0b0b', endColorstr='#090909',GradientType=0 ); /* IE6-9 */
}
.sharenow{
	background: rgb(9,9,9); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5MDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzA4MDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(9,9,9,1) 0%, rgba(8,8,8,1) 49%, rgba(7,7,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,9,9,1)), color-stop(49%,rgba(8,8,8,1)), color-stop(100%,rgba(7,7,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(9,9,9,1) 0%,rgba(8,8,8,1) 49%,rgba(7,7,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(9,9,9,1) 0%,rgba(8,8,8,1) 49%,rgba(7,7,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(9,9,9,1) 0%,rgba(8,8,8,1) 49%,rgba(7,7,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(9,9,9,1) 0%,rgba(8,8,8,1) 49%,rgba(7,7,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090909', endColorstr='#070707',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#respond form input[type="text"] {

padding-left: 40px;
	
	 
}