/*  
Title: 	Stylesheet for main homepage for screen media
Author: 	robin.murphy@urn1350.net 
Maintainer:	thomas.mees@urn1350.net
*/

@import url('../../styles/homepage2013/reset.css');

body {
	text-align: center;
	overflow-x: hidden;
	background: url('../../images/homepage2013/bg.png') repeat-x top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
	clear: both;
}

#primary {
	background: #ccc;
	width: 940px;
	height: 260px;
	overflow: hidden;
}

#primary #textbox_sb {
	width: 300px;
	height: 240px;
	background: #ddd url('../../images/homepage/homesprite.png') no-repeat -293px -615px;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
}

#primary #textbox_sb h3 {
	position: relative;
	top: 10px;
	left: 10px;
	margin-bottom: 10px;
}

#primary #textbox_sb form {
	padding: 10px 0 0 10px;
	margin: 0;
}

#primary #textbox_sb form input {
	float: right;
	margin: 5px 10px 0 0;
}

#primary #textbox_sb form textarea {
	width: 268px;
	height: 150px;
	background: #fff;
	color: #222;
	font-size: 1em;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	border-width: 1px;
}

#primary #textbox_sb p.success {
	margin: 10px 10px 0 10px;
	font-size: 1.6em;
	color: #333;
}

#today {
	font-size: 10px;
	float: left;
	width: 908px;
	height: 140px;
	overflow: hidden;
}

#today ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#today ul li {
	float: left;
	margin: 10px 10px 0 0;
	position: relative;
}

#secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Latest Photos */

#latestphotos_wrapper {
	width: 303px;
	height: 145px;
	background: url('../../images/homepage/homesprite.png') no-repeat -920px -329px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	float: left;
}

#latestphotos li {
	float: left;
	width: 74px;
	height: 57px;
}

#latestphotos li a {
	display: block;
	width: 71px;
	height: 54px;

}

#latestphotos li a:link, #latestphotos li a:visited, #latestphotos li a:hover, #latestphotos li a:active {
	border-bottom: none;
	background-color: transparent;
}

#latestphotos li a img {
	margin: 0;
	width: 71px;
	height: 54px;
}

/* About the station */

#about_wrapper {
	width: 303px;
	height: 210px;
	background: #ddd url('../../images/homepage/homesprite.png') no-repeat -606px -330px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

#content #about_wrapper a:link, #content #about_wrapper a:visited {
	display: block;
	position: absolute;
	height: 35px;
	bottom: 30px;
	text-indent: -999px;
	background-color: transparent;
	border: none;
}

#about_wrapper a#uni {
	background-image: url('../../images/homepage/unilogo.png');
	background-position: 0 0;
	width: 120px;
	right: 15px;
}

#about_wrapper a#su {
	background-image: url('../../images/homepage/sulogo.png');
	background-position: 0 0;
	width: 92px;
	right: 138px;
}

.blurb {
	font-size: 1.4em;
	padding: 10px;
	margin: 0 10px 0 0;
	color: #333;
	background: #ededed;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* Latest blog entries */

#latestblogs_wrapper {
	width: 293px;
	height: 310px;
	background: #87C4C9 url('../../images/homepage/homesprite.png') no-repeat -606px -540px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
}

#latestblogs li a {
	display: block;
	padding: 8px;
	height: 34px;
}

#latestblogs li a:link, #latestblogs li a:visited {
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #F1F2F5;
}

#latestblogs li a:hover, #latestblogs li a:active {
	background-color: #fff;
}

#latestblogs .title {
	font-size: 16px;
	color: #333;
}

#latestblogs .details {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
	display: block;
}

#latestblogs li {
	padding: 0;
	margin: 0;
	position: relative;
}

#latestblogs li .comments,  #latestblogs li .comment {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0 22px 0 0;
	font-family: Georgia, serif;
	font-style: italic;
	color: #5C89B9;
	background-position: right center;
	background-repeat: no-repeat;
}

#latestblogs li .comments {
	background-image: url('../../images/generic/icons/comments.png');
}

#latestblogs li .comment {
	background-image: url('../../images/generic/icons/comment.png');
}

/* Latest Videos */

#latestvideos_wrapper {
	width: 294px;
	height: 310px;
	background: #E2B5CB url('../../images/homepage/homesprite.png') no-repeat -920px -0px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
}

#latestvideos li a {
	display: block;
	padding: 8px;
	height: 69px;
}

#latestvideos li a:link, #latestvideos li a:visited {
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #F5EBF1;
}

#latestvideos li a:hover, #latestvideos li a:active {
	background-color: #fff;
}

#latestvideos .title {
	font-size: 16px;
	color: #333;
}

#latestvideos .details {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
}

#latestvideos li img {
	float: left;
	margin: -6px 8px 0 -6px;
}

#latestvideos li span {
	float: left;
	display: block;
	width: 174px;
}

/* Recently updated podcasts */

.stack_wrapper {
	width: 313px;
	height: 330px;
	overflow: hidden;
	float: left;
}

#latestpodcasts_wrapper {
	height: 145px;
	background: url('../../images/homepage/homesprite.png') no-repeat -293px -450px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#latestpodcasts li {
	margin-bottom: 1px;
	padding: 0;
}

#latestpodcasts li a {
	display: block;
	padding: 8px;
}

#latestpodcasts li a:link, #latestpodcasts li a:visited {
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #F4F5F3;
}

#latestpodcasts li a:hover, #latestpodcasts li a:active {
	background-color: #fff;
}

#latestpodcasts .title {
	font-size: 16px;
	color: #333;
}

#latestpodcasts .details {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
	display: block;
}

/* Upcoming ents */

#upcomingevents_wrapper {
	height: 145px;
	background: url('../../images/homepage/weekonehome_back.png') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#upcomingevents li {
	margin-bottom: 1px;
	padding: 0;
}

#upcomingevents li a:link, #upcomingevents li a:visited {
	display: block;
	padding: 8px;
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/* background-color: #F6EFFD; */
	background-color: #F5EBF1;
}

#upcomingevents li a:hover, #upcomingevents li a:active {
	background-color: #fff;
}

#upcomingevents .title {
	font-size: 16px;
	color: #333;
}

#upcomingevents .details {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
	display: block;
}

/* New to the playlist */

#playlist_wrapper {
	width: 294px;
	height: 310px;
	background: #ddd url('../../images/homepage/homesprite.png') no-repeat -606px 0px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
}

#playlist_wrapper li {
	padding: 8px;
	height: 69px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #EEE;
}

#newtoplaylist .title {
	font-size: 16px;
	color: #333;
}

#newtoplaylist .details {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
}

#newtoplaylist li img {
	float: left;
	margin: -6px 8px 0 -6px;
}

#newtoplaylist li span {
	float: left;
	display: block;
	width: 174px;
}

#newtoplaylist {
	margin: 0;
	padding: 0;
	width: 294px;
}

/* After Dark */

#latestafterdark_wrapper {
	width: 293px;
	height: 430px;
	background: #333 url('../../images/homepage/homesprite.png') no-repeat -293px 0px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: -120px;

}

#latestafterdark_wrapper h4 {
	display: none;
}

#singleoftheweek .imgborder, #albumoftheweek .imgborder {
	margin-top: -6px;
}

#singleoftheweek {
	padding: 0 0 0 50px;
	height: 40px;
	background: url('../../images/homepage/singleoftheweek.png') no-repeat left top;
	margin-bottom: 24px;
	display: block;
}

#albumoftheweek {
	padding: 0 0 0 50px;
	height: 40px;
	background: url('../../images/homepage/albumoftheweek.png') no-repeat left top;
	display: block;
}

#latestafterdark_wrapper #highlights a:link, #latestafterdark_wrapper #highlights a:visited {
	background-color: transparent;
	border: none;
}

#latestafterdark_wrapper #highlights a:hover, #latestafterdark_wrapper #highlights a:active{
	background-position: 0 -41px;
}

#latestafterdark_wrapper h4 {
	display: none;
}

#singleoftheweek .title, #albumoftheweek .title {
	color: white;
	font-size: 1.4em;
	display: block;
	line-height: 1.4em;
	float: left;
	clear: left;
}

#singleoftheweek .details, #albumoftheweek .details {
	color: #ddd;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 1.4em;
	display: block;
	line-height: 1.4em;
	float: left;
	clear: left;
}

#latestsessions li {
	margin: 0 0 8px 0;
	padding: 0;
	height: 81px;
	background: url('../../images/homepage/afterdark_li_separater.png') no-repeat center bottom;
}

#latestsessions li.last {
	background: none;
}

#latestsessions li a {
	display: block;
	cursor: pointer;
}

#latestsessions li a:link, #latestsessions li a:visited {
	background-color: transparent;
	border: none;
	color: #eee;
	cursor: pointer;
}

#latestsessions li a:hover, #latestsessions li a:active {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#latestsessions li a:hover .artist, #latestsessions li a:active .artist{
	color: #fff;
}

#latestsessions li a:hover .description, #latestsessions li a:active .description {
	color: #ccc;
}

#latestsessions li a:hover .details, #latestsessions li a:active .details {
	color: #999;
}

#latestsessions li span {
	width: 210px;
	line-height: 16px;
	display: block;
}

#latestsessions .artist {
	float: left;
	clear: left;
	font-size: 16px;
	color: #ccc;
	margin-bottom: 4px;
}

#latestsessions .description {
	float: left;
	clear: left;
	color: #999;
	font-size: 13px;
}

#latestsessions .details {
	float: left;
	clear: left;
	font-family: Georgia, serif;
	color: #666;
	font-style: italic;
}

#latestafterdark_wrapper .imgborder {
	float: right;
	padding: 4px;
	background: url('../../images/homepage/homesprite.png') -920px -659px no-repeat;
	width: 64px;
}

#latestafterdark_wrapper .imgwrapper {
	width: 64px;
	height: auto;
	max-height: 60px;
	overflow: hidden;
}

#highlights .imgwrapper {
	display: block;
	width: 64px;
	max-height: 40px;
	overflow: hidden;
}

#latestsessions li img {
	display: block;
}

#latestsessions li a:hover .imgborder, #latestsessions li a:active .imgborder {
	background: url('../../images/homepage/homesprite.png') -920px -729px no-repeat;
}

#secondary #latestsessions {
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	background: url('../../images/homepage/homesprite.png') -287px -1115px no-repeat;
}

/* Drupal elements */

ul.primary {
	width: 920px;
	margin: 0;
	display: block;
	position: static;
}

ul.secondary {
	margin: 0;
	position: static;
	width: 920px;
}

#block-admin-display-form {
	clear: both;
}

#secondary .node-form {
	margin: 0 10px 10px 10px;
}

/* Recommended Listening */

#recommended_wrapper {
	height: 145px;
	background: #CBB7D7 url('../../images/homepage/homesprite.png') no-repeat -920px -494px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#recommended_wrapper div.show {
	display: block;
	padding: 10px;
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #F6EFFD;
	position: relative;
	height: 93px;
}

#recommended_wrapper img {
	position: absolute;
	bottom: 0;
	right: 0;
}

#recommended_wrapper .title {
	font-size: 16px;
	color: #333;
	margin: 0;
}

#recommended_wrapper .date {
	font-family: georgia, serif;
	color: #555;
	font-style: italic;
	display: block;
	margin: 0 0 0.5em 0;
}

#recommended_wrapper p.bio {
	font-size: 1.2em;
}

/* Promos slideshow */

#primary #promos {
	float: left;
	width: 610px;
	height: 240px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	position: relative;
}

#primary #promos div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	display: block;
}

#primary #promos div.active {
    z-index:10;
}

#primary #promos div.last-active {
    z-index:9;
}

#primary #promos ul#captions {
	display: block;
	list-style: none;
	position: absolute;
	z-index: 20;
	background: url('../../images/homepage/promosback.png') repeat-x top;
	height: 35px;
	width: 615px;
	top: 204px;
	margin: 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

#primary #promos ul#captions li {
	float: left;
	margin: 1px 1px 0 0px;
	padding: 0;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	background: url('../../images/homepage/homesprite.png') -288px -1045px no-repeat;
}

#primary #promos ul#captions li:hover {
	background: url('../../images/homepage/homesprite.png') -288px -1010px no-repeat;
}

#primary #promos.promos_1 ul#captions li {
	width: 100%;
}

#primary #promos.promos_2 ul#captions li {
	width: 306px;
}

#primary #promos.promos_3 ul#captions li {
	width: 203px;
}

#primary #promos ul#captions li.active {
	background: url('../../images/homepage/homesprite.png') -288px -1080px no-repeat;
}

#primary #promos ul#captions li.last-active {
    opacity: 0.75;
	filter:alpha(opacity=75);
}

#primary #promos a:link, #primary #promos a:visited {
	border: none;
	background: none;
}

#primary #promos a:hover, #primary #promos a:active {
	border: none;
	background: none;
}

#bestbits {
	width: 610px;
	margin: 10px 0 0 10px;
	height: 240px;
	background: url('../../../../images/promos/offline-for-summer2.jpg');
	position: relative;
	float: left;
}

#bestbits .wrapper {
	height: 63px;
	bottom: 0;
	left: -7px;
	position: absolute;
	width: 630px;
	overflow: hidden;
}

#bestbits .wrapper div {
	width: 125px;
	height: 60px;
	position: relative;
	float: left;
}

#bestbits .wrapper div img {
	-webkit-box-shadow: 1px 1px 2px #222;
	-moz-box-shadow: 1px 1px 2px #222;
	box-shadow: 1px 1px 2px #222;
}

#bestbits .wrapper span {
	position: absolute;
	height: 55px;
	line-height: 55px;
	background: url('../../images/summerparty/50k.png');
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Times, serif;
	text-align: center;
	display: block;
	width: 120px;
	display: none;
}

#bestbits .wrapper div a:link, #bestbits .wrapper div a:visited {
	display: block;
	background: none;
	border: none;
}

/* Latest bulletin */

#latestbulletin_wrapper {
	height: 145px;
	background: #D9D5A2 url('../../images/homepage/homesprite.png') no-repeat -293px -450px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#latestbulletin li {
	margin-bottom: 1px;
	padding: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #F4F5F3 url('../../images/homepage/homesprite.png') no-repeat 10px -6px;
}

.bulletin .player {
	font-size: 16px;
	color: #333;
	margin: 0 0 7px 0;
	padding: 0;
	display: block;
}

.bulletin span.description {
	font-size: 14px;
	color: #333;
	display: block;
}

.bulletin .details {
	font-family: georgia, serif;
	font-size: 15px;
	color: #555;
	font-style: italic;
	display: block;
}

/* After Dark Short */

#latestafterdark_wrapper_short {
	width: 293px;
	height: 210px;
	background: #333 url('../../images/homepage/afterdark_back_grunge.png') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: -120px;

}

#about_ad {
	color: #999;
	font-size: 14px;
	line-height: 17px;
	margin: 22px 0 0 0;
	font-family: Georgia, Times, serif;
}

#content #about_ad a:link, #content #about_ad a:visited {
	border-bottom: 1px dotted #666;
	background: none;
	color: #ccc;
}

#content #about_ad a:hover, #content #about_ad a:active {
	color: #fff;
	border-bottom: 1px solid #999;
}

#latestafterdark_wrapper_short h4 {
	display: none;
}

/* Get Involved */

#content #getinvolved_wrapper a:link, #content #getinvolved_wrapper a:visited {
	background: none;
	border: none;
}

#content #getinvolved_wrapper a:hover,  #content #getinvolved_wrapper a:active {
	background: none;
	border: none;
}

div#node-10 {
	height: 0;
}

div.clear-block {
	height: 0;
}

/* Elections */

#elections_wrapper {
	width: 294px;
	height: 310px;
	background: url('../../images/elections/home_elections.jpg') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
}

#elections {
	margin: 120px 0px 10px 0px;
}

#twitter_update_list {
	height: 160px;
	overflow-y: auto;
}

#content ul#twitter_update_list li {
	font-size: 1.5em;
	color: #fff;
	font-family: Georgia, Times, serif;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #6E6079;
	text-align: right;
	padding-left: 40px;
	padding-right: 10px;
	background: url('../../images/elections/smalllogo.jpg') top left no-repeat;
}

#content ul#twitter_update_list span {
	display: block;
	text-align: left;
	margin: 0 0 1em 0;
	font-size: 0.85em;
}

#twitter_update_list li a:link ,#twitter_update_list li a:visited {
	background: none;
	border-bottom: none;
	color: #2D2631;
}

#twitter_update_list li a:hover ,#twitter_update_list li a:active {
	background: none;
	border-bottom: 1px solid #2D2631;
	color: #2D2631;
}

#twitter_update_list li span a:link ,#twitter_update_list li span a:visited {
	background: none;
	border-bottom: 1px dotted #F3E1FF;
	color: #F3E1FF;
}

#twitter_update_list li span a:hover ,#twitter_update_list li span a:active {
	background: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#content p.followup  a:link, #content p.followup a:visited {
	background: none;
	border-bottom: 1px dotted #F3E1FF;
	color: #F3E1FF;
}

#content p.followup  a:hover, #content p.followup a:active {
	background: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

p.followup {
	color: #fff;
	margin: 15px 0 0 0;
}

/* Varsity */

#varsity_wrapper {
	width: 294px;
	height: 310px;
	background: url('../../images/varsity/V_home.jpg') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

#varsity_wrapper #scoreboard {
	display: block;
	position: absolute;
	top: 98px;
	height: 60px;
	width: 294px;
}

#content #scoreboard:link, #content #scoreboard:visited {
	border: none;
	background-color: transparent;
}

#content #scoreboard:hover, #content #scoreboard:active {
	border: none;
	background-color: transparent;
}

#varticles_wrapper {
	overflow: hidden;
	height: 145px;
	position: absolute;
	top: 190px;
	width: 294px;
}

ul#varticles {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#varticles li {
	padding: 0;
	margin: 0 0 1px 0;
	position: relative;
}

#varticles li a {
	display: block;
	padding: 6px 8px;
	height: 19px;
}

#content #varticles li a:link, #content #varticles li a:visited {
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #E9F0E6;
}

#content #varticles li a:hover, #content #varticles li a:active {
	background-color: #fff;
}

#varticles .title {
	color: #333;
}

#varticles .date {
	font-family: Georgia, Times, serif;
	color: #666;
}

#varsity p.followup {
	position: absolute;
	bottom: 5px;
}

#content #varsity p.followup  a:link, #content #varsity p.followup a:visited {
	background: none;
	border-bottom: 1px dotted #E9F0E6;
	color: #E9F0E6;
}

#content #varsity p.followup  a:hover, #content #varsity p.followup a:active {
	background: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

/* Ribbon (Horizontal jCarousel) */

.ribbon_revb {
	background: #666 url('../../images/homepage/homesprite.png') -288px -870px no-repeat;
	height: 140px;
	width: 943px;
	clear: both;
}

.ribbon_revb ul li {
	width: 165px;
	height: 125px;
	position: relative;
	top: -1px;
}

.ribbon_revb ul li img {
	position: absolute;
	bottom: 2px;
	right: 4px;
	z-index: 2;
}

.ribbon_revb ul li span.line1 {
	font-size: 1.1em;
	color: #fff;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 1;
	position: relative;
	margin: 0 4px 0 0;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background: #777;
	border-bottom: 3px solid #e5e5e5;
}

span.hover {
	display: none;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

span.link {
	display: block;
	margin-top: 10px;
}

.ribbon_revb ul li span.time {
	color: #fff;
	background: #888;
	font-family: Georgia, Times, serif;
	padding: 1px 3px 1px 15px;
	font-size: 1.1em;
	position: absolute;
	bottom: 8px;
	left: 0px;
	z-index: 2;
	text-transform: uppercase;
}

.ribbon_revb ul li.weekend span.time {
	background: #EFBF04;
}

.ribbon_revb ul li.weekend span.line1 {
	background: #EFBF04;
}

.ribbon_revb ul li.daytime span.time {
	background: #13949E;
}

.ribbon_revb ul li.daytime span.line1 {
	background: #13949E;
}

.ribbon_revb ul li.nsc span.time {
	background: #FF6600;
}

.ribbon_revb ul li.nsc span.line1 {
	background: #FF6600;
}

.ribbon_revb ul li a:link, .ribbon_revb ul li a:visited {
	background: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.ribbon_revb ul li a:hover, .ribbon_revb ul li a:active {
	background: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.ribbon_revb ul li.weekend {
	background: url('../../images/homepage/homesprite.png') no-repeat -60px -446px;
}

.ribbon_revb ul li.afterdark {
	background: url('../../images/homepage/homesprite.png') no-repeat 0px -878px;
}

.ribbon_revb ul li.daytime {
	background: url('../../images/homepage/homesprite.png') no-repeat 0px -754px;
}

.ribbon_revb ul li.nsc {
	background: url('../../images/homepage/homesprite.png') no-repeat 0px -630px;
}

#main .ribbon_revb {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

/* Week One 2010 */

#weekone_wrapper {
	width: 294px;
	height: 310px;
	background: url('../../images/weekone2010/home_weekone.jpg') no-repeat;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

#weekone {
	margin: 50px 0px 10px 0px;
}

ul#wotabs {
	padding: 0;
	margin: 0 0 10px 0;
}

#wotabs li {
	float: left;
	margin: 0 4px 0 0;
	background: url('../../images/weekone2010/wotab.png') no-repeat center -19px;
	padding: 0px 8px 0px 8px;
	line-height: 25px;
	height: 30px;
	text-align: center;
	color: #d4f9ff;
	position: relative;
}

#wotabs li:hover {
	cursor: pointer;
	color: #002c31;
	background: url('../../images/weekone2010/wotab.png') no-repeat center -71px;
}

#wotabs li:active {
}

#wotabs li.active {
	background: url('../../images/weekone2010/wotab.png') no-repeat center -71px;
	color: #002c31;
}

#wotabs li.clear {
	margin:0;
	padding: 0;
	float: none;
	clear:both;
	border: none;
	height: 0;
}

ul#wophotos {
	margin: 0 -8px 0 0;
}

#wophotos li {
	float: left;
}

#wophotos li a {
	display: block;
	border: none;
	padding: 2px;
	margin: 0 2px 2px 0;

}

#wophotos li a:link, #wophotos li a:visited {
	border-bottom: none;
	background:  #185761;
}

#wophotos li a:hover, #wophotos li a:active {
	background-color: #d4f9ff;
}

#wophotos li a img {
	margin: 0;
	width: 53px;
	height: 53px;
}

#weekone p.followup {
	clear: both;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#weekone a:link, #weekone a:visited, #weekone p.followup a:link, #weekone p.followup a:visited  {
	border-bottom: 2px solid #d4f9ff;
	background-color: transparent;
	color: #d4f9ff;
	padding: 2px;
}

#weekone a:hover, #weekone a:active, #weekone p.followup a:hover, #weekone p.followup a:active  {
	border-bottom: 2px solid #d4f9ff;
	background-color: #d4f9ff;
	color: #185761;
}

#wovideos {
	display: none;
}

#wovideos li {
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	height: auto;
}

#wovideos li a:link, #wovideos li a:visited {
	display: block;
	border: none;
	background: #185761;
	color: #fff;
	padding: 3px;
	height: auto;
}

#wovideos li a:hover, #wovideos li a:active {
	border: none;
	background: #d4f9ff;
	color: #185761;
}

#wovideos li a img {
	border: none;
	background: #00707c;
	float: left;
	width: 55px;
	height: 48px;
	margin: 0;
	padding: 2px;
}

#wovideos li a span.clear {
	float: none;
	display: block;
	clear: both;
}

#wovideos li a span.title {
	width: 220px;
	margin: 0;
	color: inherit;
	display: block;
	float: right;
	font-size: 1em;
}

#woblog {
	display: none;
}

#weekone p.nodata {
	color: #fff;
}

#woblog li span {
	display: block;
	color: #fff;
}

#woblog li span.title {
	margin: 0 0 4px 0;
}

#woblog li span.details {
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin: 0 0 10px 0;
}

a.follow:link {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

/* Carousel skins */

.jcarousel-skin-urn5 .jcarousel-clip-vertical {
	width:  303px;
	height: 260px;
}

.jcarousel-skin-urn5 .jcarousel-item {
	height: 52px;
	width: 293px;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}

.jcarousel-skin-urn5 .jcarousel-next-vertical {
    position: absolute;
	margin-top: 265px;
    width: 293px;
    height: 10px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -610px;
}

.jcarousel-skin-urn5 .jcarousel-next-vertical:hover, .jcarousel-skin-urn5 .jcarousel-next-vertical:active {
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -620px;
}

.jcarousel-skin-urn5 .jcarousel-next-disabled-vertical,
.jcarousel-skin-urn5 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-urn5 .jcarousel-next-disabled-vertical:active {
    visibility: hidden;
}

.jcarousel-skin-urn5 .jcarousel-prev-vertical {
    position: absolute;
	margin-top: 265px;
    width: 293px;
    height: 10px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -580px;
}

.jcarousel-skin-urn5 .jcarousel-prev-vertical:hover, .jcarousel-skin-urn5 .jcarousel-prev-vertical:active {
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -590px;
}

.jcarousel-skin-urn5 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-urn5 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-urn5 .jcarousel-prev-disabled-vertical:active {
    visibility: hidden;
}

.jcarousel-skin-urn3 .jcarousel-clip-vertical {
    width:  304px;
	height: 260px;
}

.jcarousel-skin-urn3 .jcarousel-item {
	height: 86px;
	width: 294px;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}

.jcarousel-skin-urn3 .jcarousel-next-vertical {
    position: absolute;
	margin-top: 265px;
    width: 293px;
    height: 10px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -610px;
}

.jcarousel-skin-urn3 .jcarousel-next-vertical:hover, .jcarousel-skin-urn3 .jcarousel-next-vertical:active {
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -620px;
}

.jcarousel-skin-urn3 .jcarousel-next-disabled-vertical,
.jcarousel-skin-urn3 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-urn3 .jcarousel-next-disabled-vertical:active {
    visibility: hidden;
}

.jcarousel-skin-urn3 .jcarousel-prev-vertical {
    position: absolute;
	margin-top: 265px;
    width: 293px;
    height: 10px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -580px;
}

.jcarousel-skin-urn3 .jcarousel-prev-vertical:hover, .jcarousel-skin-urn3 .jcarousel-prev-vertical:active {
    background: url('../../images/homepage/homesprite.png') no-repeat 0px -590px;
}

.jcarousel-skin-urn3 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-urn3 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-urn3 .jcarousel-prev-disabled-vertical:active {
    visibility: hidden;
}

.jcarousel-skin-ribbon_revb .jcarousel-container {
 	 
}

.jcarousel-skin-ribbon_revb .jcarousel-container-horizontal {
    width: 898px;
}

.jcarousel-skin-ribbon_revb .jcarousel-clip-horizontal {
    width:  868px;
    height: 140px;
	margin: 0 0 0 20px;
}


.jcarousel-skin-ribbon_revb .jcarousel-item {
    width: 165px;
    height: 124px;
	margin-top: 9px;
}

.jcarousel-skin-ribbon_revb .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-ribbon_revb .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-ribbon_revb .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
    height: 120px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat -40px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-next-horizontal:hover {
    background: url('../../images/homepage/homesprite.png') no-repeat -50px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-next-horizontal:active {
    background: url('../../images/homepage/homesprite.png') no-repeat -50px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ribbon_revb .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ribbon_revb .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
	visibility: hidden;
}

.jcarousel-skin-ribbon_revb .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 120px;
    cursor: pointer;
    background: url('../../images/homepage/homesprite.png') no-repeat -10px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-prev-horizontal:hover {
    background: url('../../images/homepage/homesprite.png') no-repeat -20px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-prev-horizontal:active {
    background: url('../../images/homepage/homesprite.png') no-repeat -20px -450px;
}

.jcarousel-skin-ribbon_revb .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ribbon_revb .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ribbon_revb .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
	visibility: hidden;
}

/* Off-air */

#offair {
	height: 260px;
	width: 940px;
	background: url('../../images/homepage/offair/offair.jpg') no-repeat;
	position: relative;
}

#offair .wrapper {
	height: 160px;
	position: relative;
	top: 100px;
}

#offair .wrapper div.article {
	float: left;
	margin-left: 16px;
	margin-top: 26px;
	width: 138px;
	height: 110px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

#offair .wrapper div.article img {
	width: 100%;
	height: 110px;
	position: absolute;
	z-index: 1;
}

#offair .wrapper div.article a:link, #offair .wrapper div.article a:visited {
	display: block;
	position: relative;
	height: 110px;
	background: none;
	border: none;
}

#offair .wrapper div.article a:link p, #offair .wrapper div.article a:visited p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px;
	margin: 0;
	background: url('../../images/homepage/offair/k.png') left top repeat-x;
	width: 130px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	z-index: 2;
	font-size: 13px;
}

#offair .wrapper div.article a:hover p, #offair .wrapper div.article a:active p {
	background: url('../../images/homepage/offair/k.png') 0 -250px repeat-x;
}

/* 
 *	2013 beta homepage
 */

p {
	font-size: 16px;
	line-height: 1.2em;
}

a:link, a:visited {
	text-decoration: none;
	background: none;
}

/* -- Live ribbon -- */

#schedule-wrapper, #live-wrapper {
	position: relative;
	margin: 0 -100px;
	overflow: hidden;
}

.cut-right, .cut-left {
	position: absolute;
	width: 100px;
	height: 260px;
	z-index: 2;
	top: 0;	
}

.cut-right {
	background: url('../../images/homepage2013/cut-right2.png') left top no-repeat;
	right: 0;
}

.cut-left {
	background: url('../../images/homepage2013/cut-left.png') left top no-repeat;
	left: 0;
}

#live-ribbon h3 span {
	display: none;
}

#live-ribbon h3 {
	position: absolute;
	left: 110px;
	top: 10px;
	width: 22px;
	padding: 0;
	height: 120px;
	background: #333;
	z-index: 20;
}

#live-wrapper h3 {
	background: #ccc url('../../images/homepage2013/text/nowplaying.png') no-repeat;
}

/* Schedule */

#schedule-wrapper h3 {
	display: none;
	background: url('../../images/homepage2013/text/today_on_urn.png') 10px 15px no-repeat;
	top: 0px;
	width: 44px;
	margin-left: -10px;
	height: 150px;
}

#schedule-wrapper .jcarousel-next-horizontal, #schedule-wrapper .jcarousel-prev-horizontal {
	visibility: visible;
}

#schedule-wrapper:hover .jcarousel-next-horizontal, #schedule-wrapper:hover .jcarousel-prev-horizontal {
	visibility: visible;
}

#schedule {
	width: 3000px;
	position: relative;
	left: -50px;
	z-index: 1;
	background: #666;
}

#schedule .programme {
	float: left;
	position: relative;
	width: 160px;
	height: 124px;
	margin: 10px 7px;
	background: #f5f5f5 url('../../images/homepage2013/prog-off.png') left top no-repeat;
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

#schedule .programme.active {
	background: #f5f5f5 url('../../images/homepage2013/prog-on.png') left top no-repeat;
	width: 290px;
	margin-top: 0;
	margin-bottom: 0;
	height: 144px;
	z-index: 3;
	box-shadow: -2px 0px 6px rgba(0,0,0,.1), 2px 0px 6px rgba(0,0,0,.1);
}

#schedule .programme img {
	position: absolute;
	bottom: 0px;
	right: 5px;
	z-index: 3;
	width: 90px;
}

#schedule .programme:hover img {
	z-index: 1;
}

#schedule .programme.active img {
	bottom: 0;
	width: 110px;
	right: 0;
}

#schedule .programme .wrapper {
	padding: 10px;
}

#schedule .programme span {
	display: block;
}

#schedule .programme span.line1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}


#schedule .programme.active span.line1 {
	background: #13949E;
	font-size: 16px;
	padding: 3px 5px 4px 5px;
	float: left;
}

#schedule .programme .details {
	background: url('../../images/homepage2013/prog-top.png') left top repeat-y;
	margin: -10px;
	padding: 5px 5px 7px 5px;
	border-bottom: 2px solid #ddd;
	position: relative;
	z-index: 2;
}

#schedule .programme span.line2 {
	clear: both;
	font-size: 15px;
	padding: 5px 0 0 0;
	color: #fff;
}

#schedule .programme .extra {
	display: none;
}

#schedule .programme.active span.line2 {
	display: block;
	color: #333;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 16px;
}

#schedule .programme span.link {
	font-size: 15px;
	padding: 10px 0 0 0;
}

#schedule .programme span.link a:link, #schedule .programme span.link a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#schedule .programme span.link a:hover, #schedule .programme span.link a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#schedule .programme.active span.link a:link, #schedule .programme.active span.link a:visited {
	color: #666;
	display: block;
	float: left;
	clear: left;
	background: rgba(255,255,255,0.7) url('../../images/homepage2013/rp.png') no-repeat 5px center;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	padding: 4px 6px 5px 26px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 2px;
}

#schedule .programme.active span.link a:hover, #schedule .programme.active span.link a:active {
	color: #13949E;
	background: #fff url('../../images/homepage2013/rp.png') no-repeat -145px center;
	box-shadow: 0 1px 5px #71BFC5;
}

.programme span.ts {
	font-weight: bold;
	text-transform: uppercase;
	background: #999;
	padding: 2px 3px 3px 12px;
	position: absolute;
	left: 0;
	font-size: 14px;
	bottom: 10px;
	color: #fff;
}

.programme.active span.ts {
	background: #13949E;
	padding: 3px 3px 4px 13px;
	font-size: 16px;
}

/* Live stream */

#live-content {
	background: url('../../images/homepage2013/lc-back.png') left bottom repeat-x;
}

#live-wrapper .jcarousel-next-horizontal, #live-wrapper .jcarousel-prev-horizontal {
	visibility: hidden;
}

#live-wrapper:hover .jcarousel-next-horizontal, #live-wrapper:hover .jcarousel-prev-horizontal {
	visibility: visible;
}

#live-wrapper ul {
	position: relative;
	left: 142px;
}

#live-wrapper ul li {
	float: left;
	margin: 0 14px 0 0;
	width: 220px;
	padding: 15px 0 15px 0;
}

#live-wrapper ul li .wrapper {
	background: rgba(255,255,255,0.7);
	box-shadow: 1px 1px 4px rgba(0,0,0,.1);
	padding: 7px;
}

.live-content-item span {
	display: block;
}

.live-content-item img {
	width: 55px;
	margin: 0 10px 0 0;
	float: left;
	border: 2px solid #ddd;
}

.live-content-item span.title {
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.live-content-item span.ts {
	font-size: 12px;
	color: #999;
}

.live-content-item span.artist {
	font-size: 14px;
	margin: 4px 0 12px 0;
	color: #666;
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* -- Secondary content -- */

#secondary-wrapper {
	overflow: hidden;
}

#secondary {
	width: 100.5%;
}

.section {
	float: left;
	width: 33.33%;	
	height: 400px;
	overflow: hidden;
}

.section-final {
	float: left;
	width: 33.33%;	
	height: 400px;
}

h3 {
	height: 22px;
	width: 300px;
}

h3 span {
	display: none;
}

.content-item {
	padding: 10px;
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0.2)),color-stop(0.5,rgba(255,255,255,0)));
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 1px;
	display: block;
}

a.content-item:link, a.content-item:visited, a.content-item:active {
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom,
 color-stop(0,rgba(255,255,255,0.2)),color-stop(0.5,rgba(255,255,255,0)));
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

a.content-item:hover {
	background-image: linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 50%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 50%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom,
 color-stop(0,rgba(255,255,255,0.5)),color-stop(0.5,rgba(255,255,255,0.15)));
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.content-item p.title {
	color: #333;
}

.content-item p.artist, .content-item p.ts, .content-item p.author {
	color: #666;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin-top: 2px;
}

.content-item img {
	float: right;
	width: 60px;
	height: 60px;
	padding: 2px;
	/*background: rgba(0,0,0,.1);*/
	margin-left: 10px;
}

#playlist h3, #blogs h3, #videos h3, #podcasts h3 {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 1px;	
}

/* Playlist */

#playlist {
	background: #D8E2CF url('../../images/homepage2013/news_back.png') left top no-repeat;
}

#playlist h3 {
	background: url('../../images/homepage2013/text/new_to_the_playlist.png') 10px 10px no-repeat;
	padding: 10px 0;
}

#secondary .inner-wrapper.slide {
	position: relative;
	left: 0%;
}

.inner-wrapper.slide {
	width: 200%;
}

.list-pane {
	width: 50%;
	float: left;
}

.list-pane iframe {
    padding: 10px 10px 10px 10px;
}

.info-pane {
	width: 50%;
	float: right;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0.2)),color-stop(0.5,rgba(255,255,255,0)));
}

.info-pane .wrapper {
	padding: 10px;
}

.info-pane img.artist {
	float: right;
	width: 100px;
	padding: 3px;
	background: rgba(0,0,0,.2);
	
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

.info-pane p.title {
	color: #222;
}

.info-pane dl {
	font-size: 14px;
	line-height: 18px;
	color: #222;
}

.info-pane dt {
	color: #666;
	margin: 0;
	font-size: 14px;
}

.info-pane dd span {
	color: #666;
}

.info-pane dd {
	margin: 0 0 10px 0;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.info-pane p.artist {
	color: #444;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 20px;
}

.info-pane iframe {
	width: 100%;
	margin-top: 10px;
}

.info-pane a#urn-back-to-list {
	display: block;
	height: 65px;
	width: 65px;
	margin: 10px auto 0 auto;
	text-indent: -9999px;
	background: url('../../images/homepage2013/info-back-roundel-green.png') no-repeat;
}

.info-pane a#urn-back-to-list:link, .info-pane a#urn-back-to-list:visited {
	background-position: 0 0;
}

.info-pane a#urn-back-to-list:hover {
	background-position: 0 -65px;
}

.info-pane a#urn-back-to-list:active {
	background-position: 0 0px;	
}

/* Blog */

#blogs {
	background: url('../../images/homepage2013/playlist_back.png') left top no-repeat;
}


#blogs h3 {
	background: url('../../images/homepage2013/text/latest_blog_entries.png') 10px 10px no-repeat;
	padding: 10px 0;
}

.content-item.article .author {
	padding-bottom: 1px;
}

.content-item.article .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content-item.article .comments span {
	/*display: none;*/
}

.content-item.article .fb-comments-count {
	font-size: 12px;
	float: right;
	background: #fff;
	padding: 2px 10px 2px 28px;
	background: #fff url('../../images/homepage2013/comments.png') 8px 4px no-repeat;
	margin-left: 5px;
	border-radius: 10px;
	color: #444;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.3) inset;
}

.content-item.article .fb_comments_count_zero {
	display: none;
}

/* News */

#news h3 {
	background: url('../../images/homepage2013/text/the_pulse.png') 10px 10px no-repeat;
	padding: 10px 0;
}

#news {
	background: url('../../images/homepage2013/podcast_back.png') left top no-repeat;
}

#news .bulletin {
	margin: 0 10px 10px 10px;
}

.audio-embed {
	padding: 10px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}

.audio-embed .description {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}

.audio-embed .player {
	color: #666;
}

#news .content-item .ts {
	padding-bottom: 1px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: rgba(0,0,0,.6);
	padding-bottom: 10px;
}

#news .blog-posts h4 {
	padding-left: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 1px;
}

/* summer getaway css -- */

/* -- after dark section -- */

#getaway {
	height: 295px;
	background: #fff url('../../images/homepage2013/getaway-bg.jpg') left top no-repeat;
}

#getaway-title .wrapper {
	padding-left: 5px;
}

.getaway-section {
	float: left;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
}

#getaway h3 {
	margin-top: 5px;
	padding: 3px 0;
}

#aotw h3 {
	background: url('../../images/homepage2013/text/aotw.png') 5px 0px no-repeat;
}

#sotw h3 {
	background: url('../../images/homepage2013/text/sotw.png') 5px 0px no-repeat;
}

#getaway-sessions h3 {
	background: url('../../images/homepage2013/text/sessions.png') 5px 0px no-repeat;
}

/* -- after dark section -- */

#afterdark {
	height: 252px;
	background: #bbb url('../../images/homepage2013/afterdark-bg.png') left top no-repeat;
}

#afterdark-title .wrapper {
	padding-left: 5px;
}

.afterdark-section {
	float: left;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
}

#afterdark h3 {
	margin-top: 5px;
	padding: 3px 0;
}

#aotw h3 {
	background: url('../../images/homepage2013/text/aotw.png') 5px 0px no-repeat;
}

#sotw h3 {
	background: url('../../images/homepage2013/text/sotw.png') 5px 0px no-repeat;
}

#afterdark-sessions h3 {
	background: url('../../images/homepage2013/text/sessions.png') 5px 0px no-repeat;
}

.content-item.ad {
	padding: 10px;
	background-image: linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom,
 color-stop(0,rgba(0,0,0,0.5)),color-stop(0.5,rgba(0,0,0,0.15)));
	border-bottom: 1px solid rgba(0,0,0,0.4);
	margin-bottom: 1px;
	display: block;
}

a.content-item.ad:link, a.content-item.ad:visited, a.content-item.ad:active {
	background-image: linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom,
 color-stop(0,rgba(0,0,0,0.5)),color-stop(0.5,rgba(0,0,0,0.15)));
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

a.content-item.ad:hover {
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0.2)),color-stop(0.5,rgba(255,255,255,0)));
	border-bottom: 1px solid rgba(0,0,0,0.4);
}

.content-item.ad p {
	line-height: 24px;
}

.content-item.ad p.description {
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	color: #999;
	overflow: hidden;
}

.content-item.ad p.details {
	font-size: 14px;
	color: #999;
}

.content-item.ad p.title {
	font-size: 18px;
	color: #eee;
}

.content-item.ad p.artist {
	color: #eee;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	margin-top: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content-item.ad p.ts {
	color: #eee;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin-top: 2px;
}

.content-item.ad img {
	float: right;
	width: 60px;
	height: 60px;
	padding: 2px;
	background: rgba(0,0,0,.1);
	margin-left: 10px;
}

/* podcasts */

#podcasts h3 {
	background: url('../../images/homepage2013/text/recently_updated_podcasts.png') 10px 10px no-repeat;
	padding: 10px 0;
}

#podcasts {
	background: url('../../images/homepage2013/blogs_back.png') left top no-repeat;
}

.content-item.podcast .podcast-author {
	color: #333;
}

/* videos */

#videos h3 {
	background: url('../../images/homepage2013/text/latest_videos.png') 10px 10px no-repeat;
	padding: 10px 0;
}

#videos {
	background: url('../../images/homepage2013/videos_back.png') left top no-repeat;
}

.content-item.video img {
	float: right;
	width: 80px;
	height: 60px;
	padding: 2px;
	background: rgba(0,0,0,.1);
	margin-left: 10px;
}

/* about */

#about h3 {
	background: url('../../images/homepage2013/text/about_the_station.png') 10px 10px no-repeat;
	padding: 10px 0;
}

#about {
	background: url('../../images/homepage2013/about_back.png') left top no-repeat;
}

#about .inner-wrapper {
	margin: 15px 20px 20px 20px;
}

#about .about {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	margin: 0 0;
	color: #333;
	background: #ededed;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom: 20px;
}

#about .social {
	/*float: right;*/
}

#about .social a {
	text-decoration: none;
	display: block;
	position: absolute;
	text-indent: -9999px;
	border: none;
}
#about .social #fb {
	right: 15px;
	width: 106px;
	height: 40px;
	background: url('../../images/homepage2013/logo_facebook.png') left top no-repeat;
}

#about .social #twitter {
	right: 130px;
	width: 106px;
	height: 40px;
	background: url('../../images/homepage2013/logo_twitter.png') left top no-repeat;
}

#about .logos {
	margin-top: 20px;
}

#about .logos a {
	text-decoration: none;
	display: block;
	position: absolute;
	text-indent: -9999px;
	border: none;
}

#about .logos #su {
	right: 140px;
	width: 100px;
	height: 35px;
	background: url('../../images/homepage2013/logo_su.png') left top no-repeat;
}

#about .logos #uni {
	right: 15px;
	width: 120px;
	height: 35px;
	background: url('../../images/homepage2013/logo_uni.png') left top no-repeat;
}

/* -- footer -- */

#footer p {
	font-size: 14px;
	line-height: 20px;
}

#admincontrols, #adminlinks {
	font-size: 12px;
}

/* -- Break points -- */

@media screen and (max-width: 800px) and (min-width: 500px) {
	
	/* Secondary */
	.section {float:left;width: 50%;}
	.section-final { float: none; clear: both; width: 100%; height: 200px;}
	
	#news .bulletin { float: left; width: 50%; margin: 0; }
	
	#news .bulletin .audio-embed { margin: 0 10px; }
	
	#news .bulletin h4 {padding-left: 10px; padding-right: 10px;}
	
	#news.section-final {height:auto;}
	
	#news .blog-posts {
		float: left;
		width: 50%;
	}
	
	#promos { float: none; width: 100%;	margin: 0; }
	#promos .wrapper { padding: 10px; }
	#textthestudio { display: none; }

}

@media screen and (max-width: 500px) {
	
	/* Structural */
	body, #innerwrapper, #bodywrapper { padding: 0; -webkit-box-shadow: none; margin: 0; }
	
	/* Live Ribbon */
	
	/* Secondary */
  .section, .section-final {float:none;width: 100%;}

	#promos { float: none; width: 100%;	margin: 0; }
	#promos .wrapper { padding: 10px; }
	#textthestudio { display: none; }

}