@charset "utf-8";
/* CSS Document */

body {
	position:relative;
	height:100%;
	width:100%;
	font-size:10px;
	font-family:Avenir-Regular;
}

div.background {
	position:fixed;
	top:-20px;
	z-index:-15;
	min-width:1500px;
	height: 106%;
	width:106%;
	background-origin:content-box;
	background-size: cover;
	-moz-background-size: cover; 
	background-image: url(../RebekaProfile.jpg);
	background-repeat: no-repeat;
	background-position:center 0px;
	background-color:white;
}

div.background_landing {
	position:fixed;
	top:-20px;
	z-index:-15;
	min-width:1500px;
	height: 106%;
	width:106%;
	background-origin:content-box;
	background-size: cover;
	-moz-background-size: cover;
	background-image: url(landing.jpg);
	background-repeat: no-repeat;
	background-position:center 0px;
	background-color:white;
}

/* attachments for landing page backgound */


div.the_fold {
	width:990px;
	z-index: 0;
	margin:0 auto;
}

div#media_player {
	width:560px;
	text-align:center;
	height: 310px;
	margin-top:20px;
	margin:0 auto;
	background-color:black;
	display:none;
	color:white;
	position:absolute;
}

div#static_player {
	width:641px;
	height:385px;
	display:none;
	background-color:white;
	position:absolute;
	margin:0 auto;
	
}

div#static_player div.container {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	left: 300px;
	top:0px;
	font-family:Avenir-Regular;
	font-size:13px;
}

div#static_player img {
	float:left;
	margin-top:10px;
	margin-left:10px;
}

div#static_player h3 {
	width:357px;
	position:absolute;
	top:0px;
	text-transform:uppercase;
	margin-top:10px;
	padding-left: 24px;
	font-family:Avenir-Medium;
	background-image:url(heading-bolt.jpg);	
	background-repeat:no-repeat;
	font-size:22px;
}

div#static_player div.date {
	width: 70px;
	top: 40px;
	left: 0px;
	position:absolute;
	font-family:Avenir-Medium;	
}

div#static_player div.type {
	width: 287px;
	top: 40px;
	left: 60px;
	position:absolute;
	font-family:Avenir-Medium;
}

div#static_player div.content {
	float:right;
	width:317px;
	top: 60px;
	left: 0px;
	position:absolute;
}





div.page {
	width: 930px;
	background-color:white;
	overflow:hidden;
	margin-bottom: 30px;
	padding-left:15px;
	padding-right:15px;
	font-size: 1.3em;
	overflow:visible;
}

.landing div.page {
	width: 615px;
}

.landing h1 {
	background-image:url(banners/banner-full.jpg);
	background-repeat:repeat-x;
	height:63px;
	width:570px;
	color:white;
	font-family:AP;
	font-size:37px;
	padding-top:10px;
	padding-left:45px;
	text-transform:uppercase;
}

.landing h2 {
	margin-top:10px;
	font-size: 24px;
	font-family:"Avenir-Medium";
	text-transform:uppercase;
	letter-spacing:1px;
}

.hot_action {
	background-image:url(landing_footer.jpg);
	width:600px;
	height:90px;
	color:#ffff00;
	font-family:AP;
	padding-left:15px;
	padding-top:15px;
	font-size:37px;
	text-transform:uppercase;
	line-height:35px;
}

.landing p {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:15px;
	font-size:13px;
	color:black;
}

p.return {
	padding-top:23px;
	font-size: 15px;
	font-family:"Avenir-Regular";
	text-align:right;
	padding-right:43px;
	background-image:url(return_boadcast_Icon.jpg);
	height:40px;
	background-position:right;
	background-repeat:no-repeat;
}

p.return:hover {
	background-image:url(return_boadcast_Icon_hover.png);
}


*.unselectable {
   user-select: none;
   -moz-user-select: -moz-none;
   -webkit-user-select: none;
   -khtml-user-select: none;
}

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

.accordion li {
	font-family: "Avenir-Regular";
	font-size:15px;
	padding-right:15px;
	width:auto;
	color:#666666;
	margin-bottom:15px;
	cursor:pointer;
}

.accordion li h5:hover {
	color:black;
}

.accordion li h5 {
	background-image:url(nav/arrow-down.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	display:inline;
	width:auto;
	text-transform:uppercase;
	font-family:"Avenir-Medium";
}

.accordion li.selected h5{
	background-image:url(nav/arrow-up.jpg);
}

.accordion li div.full{
	font-family: "Avenir-Regular";	
	font-size:12.5px;
	display:none;
	line-height:14px;
}

.accordion li div.full p {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.accordion li.selected div.full {
	display:block;	
}



*.selectable {
	user-select:text;
	-moz-user-select: -moz-text;
   -webkit-user-select: text;
   -khtml-user-select: text;
}

p {
	margin: 20px;
	margin-bottom:0px;
	text-align:justify;
}

div.box {
	width:300px;
	height:80px;
	margin:0px;
	padding:0px;
	float:left;
	margin-top:15px;
}

div.what_is_broadcast{
	background-image:url(boxes/abolitionist.png);
	margin-right:15px;	
}

div.what_is_broadcast:hover {
	background-image:url(boxes/abolitionist_hover.png);
}

div.how_to_become_chief {
	margin-right:15px;
	background-image:url(boxes/start_broadcasting.png);
}

div.how_to_become_chief:hover {
	background-image:url(boxes/start_broadcasting_hover.png);	
}

div.apply_for_station_chief {
	background-image:url(boxes/donate.png);
}

div.apply_for_station_chief:hover {
	background-image:url(boxes/donate_hover.png);	
}

div.header {
	float:left;
	margin-top:15px;
	background-image:url(banners/home_header.jpg);
	width:694px;
	height:70px;
}

div.social-header {
	float:left;
	margin-top:15px;
	margin-left:15px;
	background-image:url(banners/social.jpg);
	width:221px;
	height:70px;
}

div.static {
	float:left;	
	margin-top:15px;
	background-image:url(banners/static.jpg);
	height:70px;
	width:457px;
	margin-left:15px;
}

div.workshop_motion {
	float:left;
	margin-top:15px;
	background-image:url(banners/workshop_motion.jpg);
	height:70px;
	width:457px;	
}


.right-spacer {
	width:200px;
	position:relative;
}

.left-spacer {
	width:550px;
	position:relative;
}

div.posts {
	float:left;
	width:694px;
	overflow:visible;
}

div.post {
	padding-bottom:15px;
	width:694px;
	background-image:url(bottom_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;	
	min-height:135px;
}

div.post:hover {
	cursor:pointer;	
}

div.post div.full {
	display:none;	
}

div.posts div.full h4 {
	font-weight:bold;
	font-size: 14px;
	margin-left:20px;
	margin-top:15px;
}

div.post img{
	display:none;
}

div.post img.thumb {

	float:left;
	margin-right:10px;
	display:inline;
	margin-top:10px;
}

div.post h2 {
	text-transform:uppercase;
	float:left;
	margin-top:10px;
	padding-left: 24px;
	background-image:url(heading-bolt.jpg);
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	width:545px;
	height:20px;
}

div.post:hover h2 {
	color:#666666;
}

div.post:hover div.infos p.category {
	color:#666666;	
}

div.post img.thumb {
	float:left;	
}

div.post div.short p {
	width: 400px;	
	margin-left:130px;
}

div.post div.short p {
	margin-top:5px;
	font-size:14px;
	color:black;
	font-family:Avenir-Regular;
}

div.post div.infos {
	float:right;
	width: 560px;
}

div.post div.infos p.category {
	font-family:Avenir-Heavy;
	float:left;
	margin-left: 10px;
}

div.post div.infos p {
	font-size:10px;
	text-transform:uppercase;	
	display:inline-block;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:black;
}

div.post div.infos p.date {
	clear:left;
	float:left;
}

div.post-full {
	position:absolute;
	left:0px;
	padding-top:20px;
	color:black;
	width: 100%;
	z-index:5;	
}

div.post-full div.short {
	display:none;	
}

div.post-full div.full {
	clear:left;
	display:block;
	width:958px;
	margin:0 auto;
	padding-bottom:15px;
	background-image:url(bottom_line_full_post.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div.post-full h2 {
	text-transform:uppercase;
	float:left;
	padding-left: 24px;
	background-image:url(heading-bolt.jpg);
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	margin-right: 15px;
}

div.post-full img {
	display:inline-block;	
}

div.post-full img.fullscreen {
	width:100%;
}

div.post-full img.thumb {
	display:none;	
}


div.post-full div.infos p {
	font-size:10px;
	text-transform:uppercase;	
	display:inline-block;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:black;
}

div.post-full div.infos p.date {
	float:left;clear:left;
}

div.post-full div.infos p.category {
	font-family:Avenir-Heavy;
	float:left;
	margin-left: 10px;
}

div.post-full div.infos {
	width: 900px;
	margin:0 auto;
	clear:both;
}

div.post-full div.full p{
	width:540px;
}


div.social_content {
	float:right;
	width:221px;
	position:relative;
	font-family:Avenir-Regular;
	font-size:8pt;
}

div.social_content h2 {
	font-family:Avenir-Medium;
	font-size:11pt;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom:5px;
	margin-left:-30px;
}

div.social_content p {
	margin-top:0px;
	padding:0px;
	margin:0px
}


div.social_content p.date {
	padding-top:3px;
	display:inline-block;
	margin:0px;
	padding:0px;
}


div.social_content .item {
	padding-left:30px;
	padding-top:5px;
	padding-bottom:3px;
	min-height:60px;
}

div.social_content .instagram img {
	
}

div.social_content .facebook {
	background-image:url(facebook.jpg);
	background-repeat:no-repeat;
	background-position:0px 28px;
}

div.social_content .twitter {
	background-image:url(twitter.jpg);
	background-repeat:no-repeat;
	background-position:0px 28px;	
	
}

div.social_content .instagram {
	background-image:url(instagram.jpg);
	background-repeat:no-repeat;
	background-position:0px 28px;	
}

div.hidden {
	display:none;
}

div.video_player {
	position:absolute;
	color:#ffff00;
	font-family:Avenir-Medium;
	width:560px;
	height:315px;
	top:103px;
	margin-left:20px;
}

div.video_player a {
	position:absolute;
	top: 200px;
	left:300px;
	height:35px;
	padding-left:30px;
	padding-top:25px;
	background-image:url(yellow_bolt.png);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}

div.video_player a:hover {
	background-image:url(yellow_bolt_turn.png);
}

div.video_player .video_close {
	position:absolute;
	display:none;
	top:315px;
	right:0px;
	background-image:url(close-button.jpg);
	height:30px;
	width:82px;
	cursor:pointer;
}

div.video_player .video_close:hover {
	background-image:url(close-button-hover.jpg);	
}

div.video_player_active {	
	background-color:black;
}

div.video_player_active a {
	display:none;	
}

.cached_loading {
	display:none;	
}

.landing-menu {
	width: 315px;
	color:#333333;
	position:fixed;
	top:200px;
}

.landing .the_fold { 
	margin-top:345px;
}

.landing-menu .broadcast-status {
	width:285px;
	height: 115px;
	background-color:black;	
	position:absolute;
	top:0px;
	background-image:url(backyard-broadcast.jpg);
}

.landing-menu .broadcast-status:hover {
	background-image:url(backyard-broadcast-over.jpg);
}

.landing-menu .apply-now {
	width:285px;
	height: 217px;
	background-color:white;
	position:absolute;
	top: 145px;
	background-image:url(apply-now.jpg);
	background-repeat:no-repeat;
	padding-top:83px;
}


form {
	margin:15px;
	width: 255px;
	text-align:left;
	text-transform:uppercase;
	font-size: 11px;
}


form label {
	text-align:left;
	width:100%;
	float:left;
	clear:right;
	margin-top:3px;
}

form input[type=text] {
	float:left;
	width:100%;
	background-color:black;
	color:white;
	border:0px;
	margin-bottom: 5px;
}

form input[type=checkbox] {
	background-color:black;	
	background-image:url(unchecked.jpg);
}

form input[type=submit] {
	background-image:url(submit-button-over.jpg);
	width:73px;
	height:25px;
	border:0px;
	position:absolute;
	right:15px;
	bottom:15px;
}

form input[type=submit]:hover {
	background-image:url(submit-button.jpg);
	cursor:pointer;
}

input:focus {
	outline-width:0;	
}

.error {
	background-color:red;
}

.checkbox, .radio {
	width: 16px;
	height: 16px;
	padding: 0 5px 0 0;
	background: url(unchecked.jpg) no-repeat;
	display: block;
	float: left;
	outline-width:0;
}
.select {
	outline-width:0;	
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}


.videos {
	clear:left;
	float:left;
	width: 458px;
	position:relative;
}

.art_content { 
	float:right;
	width: 457px;	
	position:relative;
}

.videos .frame {
	width: 100%;
	margin-bottom:5px;
	float:left;
}

.frame p {
	margin-left:0px;
	margin-right:0px;
}

.videos .frame .date {
	float:left;
	margin-right:15px;
	
}

.videos .frame .category {
	float:left;
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
}

.art_content .frame .date {
	float:left;
	font-size:12px;
	margin-right:15px;
}

.art_content .frame .category {
	float:left;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}

.art_content p {
	margin-right:15px;	
}

.art_content .frame {
	width: 227px;
	margin-bottom:5px;
}

.media_header {
	background-image:url(media-head.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
	width:960px;
	background-color:black;
	height:165px;
	position:relative;
	left:-15px;
	display:relative;	
}

.media_header .on_air {
	z-index:0;
	width:230px;
	height:91px;
	position:absolute;
	top: 19px;
	left: 15px;
}

.media_header .on_air:hover {
	background-image:url(media_page_backyard_on_air.png);	
}

.backyard_icon {
	position:absolute;
	top:35px;
	left:15px;
	background-color:orange;
	height: 80px;
	width: 230px;
}

.backyard_icon:hover {
	background-color:transparent;
}

.click_to_broadcast {
	position:absolute;
	width:160px;
	height:33px;
	top:116px;
	left:51px;

	background-repeat:no-repeat;
}

.click_to_broadcast:hover {
	background-image:url(nav/click_to_broadcast_hover.png);
	cursor:pointer;
}

.media_header .images {
	width: 714px;
	height: 116px;
	position:absolute;
	top:26px;
	left: 248px;
	overflow:hidden;
	margin-left:-5px;
}

.media_header .motion_text {
	position:absolute;
	width:42px;
	height:11px;	
	top:20px;
	left:83px;
	z-index:3;
	cursor:pointer;	

}

.media_header .motion_text:hover {
	background-image:url(nav/motion_hover.png);	
}

.media_header .motion_text_active {
	background-image:url(nav/motion_hover.png);
}

.media_header .static_text {
	position:absolute;	
	width:38px;
	height:11px;
	top:20px;
	left: 138px;
	cursor:pointer;	
	z-index:3;	

}

.media_header .static_text:hover {
	background-image:url(nav/static_hover.png);	
}

.media_header .static_text_active {
	background-image:url(nav/static_hover.png);	
}


.media_header .images img {
	margin-right:4px;
	margin-left:4px;
	display:inline;
	float:none;

}

/*
	position:fixed;
	top:-20px;
	z-index:-15;
	min-width:1500px;
	height: 106%;
	width:106%;
	background-origin:content-box;
	background-size: cover;
	-moz-background-size: cover;
	background-image: url(background1.jpg);
	background-repeat: no-repeat;
	background-position:center 0px;
	background-color:white;
*/

.load {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:999999;
	color:white;
	background-image:url(BlackBackgroundLoader.jpg);
	background-size:cover;
	-moz-background-size:cover;
	background-repeat:no-repeat;
}

.landing .page {
	padding-top:15px;	
}

a {
	text-decoration:inherit;
}

.posts ol {
	margin-left:40px;
	width:500px;
}

.posts ol li {
	list-style:decimal;	
}


.video_frame {
	position:relative;
	z-index:99;
}

.thumb_roll {
	cursor:pointer;	
}

.media_header .images img {
	cursor:pointer;	
}