/* This stylesheet uses CSS3 gradients. You are going to need this: http://www.colorzilla.com/gradient-editor/ */

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
font-style: normal;
color: #DDD;
background: url('../images/bg_ring.png') top left no-repeat, url('../images/dapple_dark.png') #111;

}

strong {
color: #FFF;
}

a {
color: #3e96d7;
}

a:hover {
color: #ef3f8e;
text-shadow: 0 0 2px #ef3f8e;
transition-property: color;
transition-duration: 0.15s;
-webkit-transition-property: color;
-webkit-transition-duration: 0.15s;
}

h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
	color: rgba(255,255,255,0.2);
	
}

::selection {
	color: #000;
	background: #ef3f8e;
}
	
::-moz-selection {
	color: #000;
	background: #ef3f8e;
}

.top-bar {
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.36) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.36)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.36) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.36) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.36) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.36) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5c000000',GradientType=0 );
border-bottom: 1px dotted #3e96d7;
}

.top-bar a:hover {
transition-property: background;
transition-duration: 0.15s;
-webkit-transition-property: background;
-webkit-transition-duration: 0.15s;
border-bottom: 1px solid #3e96d7;
color: #000 !important;
text-shadow: 0 0 0 #000;
background: #3e96d7;
}

.topbaronair {
border-bottom: 1px dotted #FF0000 !important;	
	
}

#404 h1 {
	color: #FF0000 !important;
}

.status {
	border: 1px solid #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	
	font-size: 0.9em;
	color: #FFF;
	
	padding: 0.75em;
	margin: 0 0 1em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.option {
font-weight: bold;
font-size: 0.8em;
border: 1px solid #444;
background: rgba(0,0,0,0.8);
padding: 1em ;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 0 1em 0;
-webkit-transition: 0.5s border-color;
-moz-transition: 0.5s border-color;
-o-transition: 0.5s border-color;
transition: 0.5s border-color;
}

.option p {
	margin: 0 0 0.5em 0.5em;
	
}
.offnav {
	padding-bottom:1.5em !important;
	padding-left: 1.5em;

}

.option:hover {
border: 1px solid #ef3f8e;

}

.option p:before {
	content: "";
	display: inline-block;
	margin-right: 0.2em;
	width: 0;
	height: 0;
	border: solid 4px;
	border-color: transparent transparent transparent #0b1e2c;
	-webkit-transition: 0.5s border-color;
	-moz-transition: 0.5s border-color;
	-o-transition: 0.5s border-color;
	transition: 0.5s border-color;
}

.option p:hover:before{

	border-color: transparent transparent transparent #3e96d7;
}

.counter {
	font-weight: bold;

	background: #410003 !important;



text-align: center;

	border: 0;

	border: 1px solid #7e0308;
}

.counter h5 {
		color: #FFF !important;
}

.onair h2 {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-shadow: 0 0 5px #FFF;

}
.onair {
	border: 1px solid #ff0000;
	font-weight: bold;
	background: -moz-linear-gradient(top,  rgba(254,204,177,0.45) 0%, rgba(255,0,0,0.73) 50%, rgba(188,5,5,0.76) 55%, rgba(249,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,0.45)), color-stop(50%,rgba(255,0,0,0.73)), color-stop(55%,rgba(188,5,5,0.76)), color-stop(100%,rgba(249,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(254,204,177,0.45) 0%,rgba(255,0,0,0.73) 50%,rgba(188,5,5,0.76) 55%,rgba(249,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,204,177,0.45) 0%,rgba(255,0,0,0.73) 50%,rgba(188,5,5,0.76) 55%,rgba(249,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,204,177,0.45) 0%,rgba(255,0,0,0.73) 50%,rgba(188,5,5,0.76) 55%,rgba(249,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,204,177,0.45) 0%,rgba(255,0,0,0.73) 50%,rgba(188,5,5,0.76) 55%,rgba(249,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73feccb1', endColorstr='#f90000',GradientType=0 );
	-webkit-box-shadow: 0px 0px 8px rgba(255, 0, 0, 1);
	-moz-box-shadow: 0px 0px 8px rgba(255, 0, 0, 1);
	box-shadow: 0px 0px 8px rgba(255, 0, 0, 1);
}
.offair h2 {
	color: #000;
	border: none;
}
.offair {
	border: 1px solid #555;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}


/* Accordion ---------------------- */
ul.accordion {

margin: 0 0 22px 0;
border-bottom: none;
}

ul.accordion > li {

list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid transparent;
}

ul.accordion > li > div.title {
cursor: pointer;
background: rgba(0,0,0,0.2);
padding: 15px;
margin: 0;
position: relative;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
-webkit-transition: 0.1s background;
-moz-transition: 0.1s background;
-o-transition: 0.1s background;
transition: 0.1s background;
}

ul.accordion > li > div.title:hover {
	background: #222;
}

ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 {
	margin: 0;
}

ul.accordion > li > div.title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: transparent transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 21px;
}

ul.accordion > li .content {
	display: none;
	padding: 15px;
}

ul.accordion > li.active {
	border-top: 6px solid #3e96d7;
	border-bottom: 1px solid #3e96d7;
}

ul.accordion > li.active .title {
	background: #0b1e2c;
	padding-top: 13px;
}

ul.accordion > li.active .title:hover {
	background: #3e96d7;
}

ul.accordion > li.active .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 6px;
	border-color: #3e96d7 transparent transparent transparent;
}

ul.accordion > li.active .content {
	color: #EEE;
	display: block;
	border-left: 1px solid #3e96d7;
	border-right: 1px solid #3e96d7;
}

ul.accordion > li > div.title h4, h5 {
	color: #444;
}

ul.accordion > li.active .title {
	background: #0b1e2c;
	padding-top: 13px;
	border-right: 1px solid #3e96d7;
	border-left: 1px solid #3e96d7;
}

ul.accordion > li.active > div.title h4 {
	color: #FFF;
	text-shadow: 0 0 3px #FFF;
}

ul.accordion > li.active > div.title h5 {
	color: #FFF;
}

ul.accordion > li.active .content {
	background: rgba(0,0,0,0.5);
}

.content {
	padding-top: 1.5em !important;
	margin: 0;
}


.headerbg {
	min-height: 300px;
	background: -moz-linear-gradient(top,  rgba(0,144,255,1) 0%, rgba(0,146,253,0.65) 6%, rgba(1,153,245,0) 33%, rgba(5,171,224,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,144,255,1)), color-stop(6%,rgba(0,146,253,0.65)), color-stop(33%,rgba(1,153,245,0)), color-stop(100%,rgba(5,171,224,0)));
	background: -webkit-linear-gradient(top,  rgba(0,144,255,1) 0%,rgba(0,146,253,0.65) 6%,rgba(1,153,245,0) 33%,rgba(5,171,224,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,144,255,1) 0%,rgba(0,146,253,0.65) 6%,rgba(1,153,245,0) 33%,rgba(5,171,224,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,144,255,1) 0%,rgba(0,146,253,0.65) 6%,rgba(1,153,245,0) 33%,rgba(5,171,224,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,144,255,1) 0%,rgba(0,146,253,0.65) 6%,rgba(1,153,245,0) 33%,rgba(5,171,224,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#0005abe0',GradientType=0 );
}

#nextshow {
	width: 100%;
	font-weight:bold;
	padding: 0;
	text-align: center;
	margin: -0.4em 0 0 0;
}

#nextshow div {
	display: inline-block;
}

#nextshow .nextshow {
	font-size: 1.5em;
	color: #3e96d7;
	text-shadow: 0 0 3px #3e96d7;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

#nextshow .nextshowdate {
		font-size: 1.5em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 0;

	color: #EEE;

}



.sidebar h3 {
	margin-top: 0.5em;
}

.post {
	margin: -0.5em 1em -1em 1em;
}

.header {
	text-align: center;
	margin: 0 0 1.5em 0;
}
.flowplayer {
	margin: 0 0 2em 0;

}

.video {
	
	border-bottom: 1px dotted #FF0000;
	margin-bottom: 2em;
}
.hdtv {
display: block;
text-align: center;
margin: 0;
padding: 0;
width: 600px;
height: 340px;
}
.hdfm_logo {
margin: 0 0 0 0;
}

.hdfm_logo_small {
margin: 0.5em 0 0 0;
}


.tweeted {
text-align: right;
margin: 0.5em 0 0.25em 0;
text-transform: uppercase;
font-weight: bold;
font-size: 0.60em;
}
.tweet {
font-size: 0.9em;
padding: 1em 1em 0.5em 1em;
border: 1px solid #0b1e2c;
margin: 0 0 1em 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
line-height: 1.5em;
-webkit-transition: 0.3s background, 0.2s color, 0.4s border;
-moz-transition: 0.3s background, 0.2s color, 0.4s border;
-o-transition: 0.3s background, 0.2s color, 0.4s border;
transition: 0.3s background, 0.2s color, 0.4s border;
color: #BBB;

}

.tweet:hover {
border: 1px solid #3e96d7;
background: -moz-linear-gradient(top,  rgba(11,30,44,0.38) 0%, rgba(62,150,215,0.61) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,30,44,0.38)), color-stop(100%,rgba(62,150,215,0.61))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(11,30,44,0.38) 0%,rgba(62,150,215,0.61) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(11,30,44,0.38) 0%,rgba(62,150,215,0.61) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(11,30,44,0.38) 0%,rgba(62,150,215,0.61) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(11,30,44,0.38) 0%,rgba(62,150,215,0.61) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610b1e2c', endColorstr='#9c3e96d7',GradientType=0 ); /* IE6-9 */




color: #FFF;


}

.footer {
margin-top: 3em;
margin-bottom: 2em;
color: #999;
}

.footerbg {
	margin-top: 1em;
	border-top: 1px dotted #3e96d7;
	background: rgba(0,0,0,0.8);
}
