@font-face {
    font-family: 'SteelfishRgRegular';
    src: url('../font/steelfish_rg-webfont.eot');
    src: url('../font/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/steelfish_rg-webfont.woff') format('woff'),
         url('../font/steelfish_rg-webfont.ttf') format('truetype'),
         url('../font/steelfish_rg-webfont.svg#SteelfishRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:#8195ba;
	margin:0px;
	padding:0px;
	color:#8195ba;
	font-family: 'SteelfishRgRegular', Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	background-image: url('../images/rainbow.jpg');
	background-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: 8195ba;
	letter-spacing:1px;
}
a{
	text-decoration:none;
	color:#BFAC7A;
	-webkit-transition: 0.2s ease-out;
}
a:hover{
	color:#8195ba;
}
@-webkit-keyframes fade {
	0% {
		opacity:0.5;
	}
	30% {
		opacity:1;
	}
	100% {
		opacity:0.5;
	}
}
@-moz-keyframes fade {
	0% {
		opacity:0.5;
	}
	30% {
		opacity:1;
	}
	100% {
		opacity:0.5;
	}
}


#topbar{
	background:#181819;
	border-bottom:#ae8b2f 2px solid;
	overflow:hidden;
	color:#7f96c3;
}
#topbarleft{
	width:40%;
	margin:2.5% 0px 2.5% 2.5%;
	float:left;
}
#topbarright{
	width:55%;
	margin:2.5% 2.5% 2.5% 0%;
	float:right;
	text-align:right;
}
#topbar ul{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
}
#topbar ul li{
	display:block;
}
#topbarleft ul li{
	float:left;
}
#topbarright ul li{
	float:right;
}

#topbarleft h1{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	opacity:0.5;
}
#topbarleft h1 {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 10s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#topbarleft h1 a{
	display:block;
	text-indent:-5000em;
	background:url(../images/catpowerlogo.jpg) top left no-repeat;
	width:287px;
	height:67px;
	opacity:1;
	-webkit-transition: 0.2s ease-out;
}
#topbarleft h1 a:hover{
	opacity:0.6;
}
#mainnav{
	margin-bottom:10px !important;
	overflow:hidden;
	opacity:0.5;
}
#mainnav {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 11s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 11s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#mainnav a{
	opacity:1;
	-webkit-transition: 0.2s ease-out;
}
#mainnav a:hover{
	opacity:0.6;
}
#secondarynav{
	margin-bottom:10px;
	overflow:hidden;
	opacity:0.5;
}
#secondarynav {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 12s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 12s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#secondarynav a{
	opacity:1;
	-webkit-transition: 0.2s ease-out;
}
#secondarynav a:hover{
	opacity:0.6;
}
#mainnav_news a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_news.jpg) top left no-repeat;
	width:50px;
	height:35px;
}
#mainnav_tourdates a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_tourdates.jpg) top left no-repeat;
	width:102px;
	height:35px;
}
#mainnav_photos a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_photos.jpg) top left no-repeat;
	width:65px;
	height:35px;
}
#mainnav_videos a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_videos.jpg) top left no-repeat;
	width:61px;
	height:35px;
}
#mainnav_app a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_app.jpg) top left no-repeat;
	width:35px;
	height:35px;
}
#mainnav_store a{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_store.jpg) top left no-repeat;
	width:52px;
	height:35px;
}
.mainnav_div{
	display:block;
	text-indent:-5000em;
	background:url(../images/mainnav_div.jpg) top left no-repeat;
	width:4px;
	height:35px;
	margin:0px 7px;
}
#secondarynav_facebook a{
	display:block;
	text-indent:-5000em;
	background:url(../images/secondnav_facebook.jpg) top left no-repeat;
	width:69px;
	height:25px;
}
#secondarynav_twitter a{
	display:block;
	text-indent:-5000em;
	background:url(../images/secondnav_twitter.jpg) top left no-repeat;
	width:60px;
	height:25px;
}
.secondarynav_div{
	display:block;
	text-indent:-5000em;
	background:url(../images/secondnav_div.jpg) top left no-repeat;
	width:4px;
	height:25px;
	margin:0px 7px;	
}
#topbarright img{
	float:right;
	margin-left:20px;
}
#rightnav{
	float:right;
	border-right:#ae8b2f 2px solid;
	padding-right:20px;
	height:200px;
}
#rightnav h2{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_sun.jpg) top left no-repeat;
	width:79px;
	height:63px;
	float:right;
	margin-bottom:11px;
	opacity:0.5;
}
#rightnav h2 {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 13s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 13s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#dateUS{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_dateUS.jpg) top left no-repeat;
	width:259px;
	height:46px;
	line-height:80px;
	overflow:hidden;
	float:right;
	clear:both;
	margin-bottom:10px;
	opacity:0.5;
}
#dateUK{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_dateUK.jpg) top left no-repeat;
	width:259px;
	height:46px;
	line-height:80px;
	overflow:hidden;
	float:right;
	clear:both;
	margin-bottom:10px;
	opacity:0.5;
}
#rightnav h3 {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#rightnav .secondarynav_div{
	text-indent:5000em;
}
#rightnav ul {
	opacity:0.5;
	overflow:hidden;
}
#rightnav ul {
	-webkit-animation-name: fade;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: fade;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	opacity: 1;
}
#rightnav ul li a{
	opacity:1;
	-webkit-transition: 0.2s ease-out;	
}
#rightnav ul li a:hover{
	opacity:0.6;	
}
#buy_matador a{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_matador.jpg) top left no-repeat;
	width:97px;
	height:40px;
}
#buy_amazon a{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_amazon.jpg) top left no-repeat;
	width:86px;
	height:40px;
}
#buy_itunes a{
	margin:0px;
	padding:0px;
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_itunes.jpg) top left no-repeat;
	width:72px;
	height:40px;
}
#rightnav_div1{
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_div1.jpg) top left no-repeat;
	width:6px;
	height:40px;
	margin:0px 7px;	
}
#rightnav_div2{
	display:block;
	text-indent:5000em;
	background:url(../images/rightnav_div2.jpg) top left no-repeat;
	width:6px;
	height:40px;
	margin:0px 7px;
}
#indieretail{
	height:32px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-left:165px;	
	margin-top:12px;
}
#indieretail a{
	display:block;
	text-indent:10000em;
	background:url(../images/indieretail.jpg) top left no-repeat;
	width:130px;
	height:32px;
	opacity:1;
}
#indieretail a:hover{
	opacity:0.6;
}
#mailinglist{
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:10px;
	font-size:24px;
	color:#bfac7a;
}
#mailinglist form{
	margin:0px;
	padding:0px;
	border:none;
	overflow:hidden;
	margin-top:10px;
}
#mailinglist form fieldset{ 
	margin:0px;
	padding:0px;
	border:none;
}
#emailinput{
	border:none;
	background:#8195ba;
	padding:5px;
	float:left;
	min-width:292px;
}
#subscribebtn{
	border:none;
	background:#8195ba;
	padding:5px;
	-webkit-transition: 0.2s ease-out;	
	float:left;
	min-width:301px;
	margin-top:3px;
	cursor:pointer;
}
#subscribebtn:hover{
	background:#bfac7a;
}
#nodownload{
	font-size:7px;
	font-family:Helvetica;
	float:left;
	padding-left:10px;
}
#footer{
	background:#181819;
	border-top:#ae8b2f 2px solid;
	overflow:hidden;
	color:#7f96c3;
	height:40px;
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
}
#socialbtns{
	margin-right:20px;
	float:right;
	margin-top:8px;
}
.twitter-share-button{
	margin-right:10px;
	margin-top:-1;
}
#cherokeecontent{
	min-width:320px;
	max-width:600px;
	margin:30px auto;
	text-align:center;
	text-transform:uppercase;
}
#cherokeecontent h1{
	color:#181819;
	line-height:42px;
}
#cherokeecontent a:hover{
	color:#181819;
}
#cherokeecontent iframe{
	width:100%;
}
#bigmapcontainer {
	position: relative;
}
#bigmap {
	height: 700px;
	margin-bottom: 20px;
}
#locationInfo {
	opacity:0;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 200;
	margin: 0px;
	width: 227px;
	background: url(../images/infobg.jpg) top center;
	padding:0px 20px 20px 20px;
	color:#181919;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#locationInfo h1{
	text-transform:uppercase;
	font-size:20px;
	margin:10px 0px;
	padding-bottom:5px;
	border-bottom:#BFAC7A 2px solid;
}
#locationInfo a{
	text-decoration:none;
	color:#181919;
	-webkit-transition: 0.2s ease-out;
}
#locationInfo a:hover{
	color:#BFAC7A;
}
p{
	margin:0px;
	margin-bottom:20px;
}
.listinginfo{
	padding-left:20px;
}
.listingdate{
	text-transform:uppercase;
}
#maincontent{
	margin:auto;
	padding:30px;
	max-width:1200px;
	color:black;
	padding-bottom:50px;
	position:relative;
}
.liveitem{
	text-align:center;
}
.liveitem h1{
	text-transform:uppercase;
	line-height:45px;
	margin:0px;
	padding:0px;
}
.liveitem h2{
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.liveitem a{
	padding:5px 10px;
	color:#181919;
	background:#7f96c3;
	text-transform:uppercase;
}
.liveitem a:hover{
	background:#181919;
	color:#7f96c3;
}
#comment{
	text-align:center;
}
.comments{
	text-align:center;
}
#txpCommentInputForm{
	text-transform:uppercase;
}
#comments-help a{
	padding:5px 10px;
	color:#181919;
	background:#7f96c3;
	text-transform:uppercase;
}
#comments-help a:hover{
	background:#181919;
	color:#7f96c3;
}
#txpCommentPreview{
	border:none;
	padding:5px 10px;
	color:#181919;
	background:#7f96c3;
	text-transform:uppercase;
}
#txpCommentPreview:hover{
	background:#181919;
	color:#7f96c3;
}
#txpCommentSubmit{
	border:none;
	padding:5px 10px;
	color:#181919;
	background:#7f96c3;
	text-transform:uppercase;
}
#txpCommentSubmit:hover{
	background:#181919;
	color:#7f96c3;
}
#fulltourdates{
	list-style:none;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	text-align:center;
	max-width:1000px;
	margin:auto;
}
#fulltourdates h1{
	font-size:30px;
}
#fulltourdates a{
	color:#181919;
}
#fulltourdates a:hover{
	color:#BFAC7A;
}
#newslist{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
#newslist li{
	border-bottom:#BFAC7A 1px solid;
	padding-bottom:20px;
	margin-bottom:40px;
	text-transform:uppercase;
}
#newslist li a{
	border:none;
	padding:5px 10px;
	color:#181919;
	background:#7f96c3;
	text-transform:uppercase;
}
#newslist li a:hover{
	background:#181919;
	color:#7f96c3;
}
#newslist li h1 a{
	border:none;
	padding:0px;
	color:#181919;
	background:none;
	text-transform:uppercase;
}
#newslist li h1 a:hover{
	background:none;
	color:#BFAC7A;
}
#newslist li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#newslist img{
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	width:100%;
	max-width:500px;
}
#newslist iframe{
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	width:100%;
	height:500px;
}
#newslist h1{
	font-size:30px;
	text-transform:uppercase;
}
#newslist h2{
	font-size:24px;
	text-transform:uppercase;
}
#newslist a{
	color:#181919;
}
#newslist a:hover{
	color:#BFAC7A;
}
.comments-wrapper{
	width:300px;
	margin:auto;
	text-align:left;
}
.comments{
	list-style:none;
	margin:0px;
	padding:0px;
}
.videonav{
	background:#181919;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	width:73px;
	padding-bottom:6px;
	position:absolute;
	font-size:12px;
	line-height:18px;
}
#prevcontainer{
	left:20px;
	top:350px;
}
#nextcontainer{
	right:20px;
	top:350px;
}
#videoprev{
	background:url(../images/prev.png) top center no-repeat;
	padding:52px 10px 5px 10px;
	text-align:center;
	text-transform:uppercase;
}
#videonext{
	background:url(../images/next.png) top center no-repeat;
	padding:52px 10px 5px 10px;
	text-align:center;
	text-transform:uppercase;
}
.videoslist iframe{
	width:80% !important;
	margin:auto;
}
#photoslist{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:0px;
	width:100%;
	background:#181919;
	overflow:hidden;
	padding-bottom:45px;
}
#photoslist li{
	width:10%;
	height:auto;
	float:left;
	position:relative;
	overflow:hidden;
}
#photoslist li p{
	margin-bottom:0px;
}
#photoslist li p img{
	width:100%;
	height:auto;
}
#photoslist li a p img{
	opacity:1;
	-webkit-transition: 0.2s ease-out;	
}
#photoslist li a:hover p img{
	opacity:0.7;
}
@media screen and (max-width: 1300px) {
	#photoslist li{
		width:20%;
	}
}
@media screen and (max-width: 975px) {
	#topbarleft{
		width:30%;
		margin:2.5% 0px 2.5% 2.5%;
		float:left;
	}
	#topbarright{
		width:65%;
		margin:2.5% 2.5% 2.5% 0%;
		float:right;
		text-align:right;
	}
}
@media screen and (max-width: 825px) {
	#topbarleft{
		width:95%;
		margin:2.5%;
		float:left;
	}
	#topbarright{
		clear:both;
		width:95%;
		margin:2.5%;
		float:left;
		text-align:left;
	}
	#topbarright img{
		float:left;
		margin-left:0px;
		margin-right:20px;
	}
	#rightnav{
		float:left;
		border-right:none;
		padding-right:0px;
		height:auto;
	}
	#rightnav h2{
		margin:0px;
		padding:0px;
		display:block;
		text-indent:-5000em;
		background:url(../images/rightnav_sun.jpg) top left no-repeat;
		width:79px;
		height:63px;
		float:left;
		margin-bottom:11px;
	}
	#dateUS{
		margin:0px;
		padding:0px;
		display:block;
		text-indent:-5000em;
		width:259px;
		height:46px;
		line-height:80px;
		overflow:hidden;
		float:left;
		clear:both;
		margin-bottom:10px;
	}
	#dateUK{
		margin:0px;
		padding:0px;
		display:block;
		text-indent:-5000em;
		width:259px;
		height:46px;
		line-height:80px;
		overflow:hidden;
		float:left;
		clear:both;
		margin-bottom:10px;
	}
	#topbarright{
		border-top:#ae8b2f 2px solid;
		padding-top:20px;
	}
	#footer{
		position:static;
	}
	#newslist iframe{
		height:315px;
	}
	.videoslist iframe{
		width:100%;
	}
	#prevcontainer{
		left:20px;
		top:40px;
	}
	#nextcontainer{
		right:20px;
		top:40px;
	}
	#photoslist li{
		width:25%;
	}
}
@media screen and (max-width: 540px) {
	#topbar{
		width:100%;
	}
	#rightnav{
		float:left;
		border-left:none;
		border-right:none;
		padding-right:0px;
		padding-left:0px;
		height:auto;
		margin-top:20px;
	}
	#newslist li h1{
		margin:0px 80px;
	}
	#photoslist li{
		width:50%;
	}
}