@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1 {
	margin:0;
	font-size:24px;
	display:block;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.top_menu {
	background-color:#222e46;
	font-family:'placard',sans-serif;
	color:#FFF;
    letter-spacing: 0em;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
	display:block;
	clear:both;
	margin-top:0;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	position:relative;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

/* COLLAPSIBLE MENU*/
.navigation {
  max-width: none;
  background: #000000;
  padding: 0;
}

.navigation li {
  float: right;
}

.navigation li a {
  display: block;
  color: #fff;
  padding-right: 1%;
}

.navigation li a:hover {
  background: #d64739;
}

.navheader { 
  font-size:inherit;
  margin-top:0;
  margin-bottom:0;
}

.slide-trigger {
  display: none; /* need this */
  cursor: pointer;
}

.slide-trigger span {
  background-image:url(images/menu_icon.jpg);
  display: block;
  float: left;
  height: 20px;
  width: 25px;
  margin-left:60%;
  margin-top:3%;
}

.slide-trigger { 
	display: block; 
}
.navigation { 
	display: none;
}
.navigation { 
	margin: 0 1%; 
}
.navigation li { 
	float: none; 
	border-bottom: 1px solid #fff;
}

/* END COLLAPSIBLE MENU */

/* GRID CONTAINER*/
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}

/* HEADER */
#head_container {
	display:block;
	float:left;
	width:100%;
	clear:both;
	position:relative;
	background-image:url(images/header_bkgd.jpg);
	background-repeat:repeat-x;
	background-size:contain;
	box-shadow:0 3px 3px #000000;
	max-height:73px;

}

#head_logo {
	display:block;
	float:left;
	width:25%;
	padding-left:1.5%;
}
.head_sel,.head_sel_std {
	display:block;
	float:right;
	width:50%;
	padding-right:1.5%;
	text-align:right;	
}
.head_sel_std {
	display:none;
	width:65%;
}
#head_info {
	font-family:'serpentine',sans-serif;
	font-size: 15px;
	background-color:#d64739;
}
#head_info_std {
	font-size: 32px;
	font-family:'serpentine',sans-serif;
}
#head_social_std {
	max-height:35px;
	padding-bottom:1%;
}
#head_social_std img {
	max-height:32px;	
}
#head_listen {
	font-size: 18px;
	background-color:#2e3541;
	cursor: pointer;
}
#head_menu {
	font-size: 20px;
	background-color:#000000;
}
#head_menu_std {
	font-size: 18px;
}
#head_listen_links {
	font-size:14px;
	background-color:#2e3541;
}
#head_listen_std {
	font-size:14px;
	line-height:1;
	text-align:center;
}
#head_capital {
	font-size:22px;
	background-color:#222e46;
	width:100%;
	text-align:center;
	background-image:none;
	display:block;
	clear:both;
	box-shadow:0 3px 3px #000000;
	letter-spacing:0.05em;
	max-height:30px;
}
/* CONTAINER LINES */
#section1 {
	margin-top:103px;
}
#section1, #section2, #slide_show, #calendar, #programs, #estrenos, #lower_menu {
	display:block;
	clear:both;
	float:left;
}


/* NOW PLAYING CONTAINER */
#now_playing {
	width:97%;
	height:130px;
	background-image:url(images/now_playing_sm.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:1%;
	position:relative;
	font-family:'placard',sans-serif;
	font-size:16px;
}
#now_playing_head {
	position:absolute;
	bottom:100px;
	margin-left:1%;
}
#now_playing_data_img {
	padding-right:1%;
	position:absolute;
	bottom:0;
	width:31.5657%;
	display:block;
}
#now_playing_data_img img {
	max-height:100px;
	padding-bottom:2%;	
}
#now_playing_data_info {
	position:absolute;
	bottom:0;
	width:53.9547%;
	display:block;
	left:31.5657%;
	padding-left:1%;
	line-height:1;
}
#now_playing_social {
	position:absolute;
	bottom:0;
	width:14.4796%;
	display:block;
	left:87.5204%;
	float:right;
	text-align:right;
} 
#now_playing_social img {
	max-width:43.33px;	
}
#now_playing_std {
	background-image:url(images/now_playing_sm.jpg);
	background-size:auto auto;
	background-repeat:no-repeat;
	background-position:50% center;
	margin-left:1%;
	position:relative;
	font-family:'placard',sans-serif;
	font-size:18px;
	float:right;
	display:none;
	right:0;
}
#now_playing_head_std{
	position:relative;
	bottom:0;
	margin-left:1%;
}
#now_playing_data_img_std {
	position:relative;
	bottom:0;
	display:block;
	width:60%;
}
#now_playing_data_img_std img {
	max-height:160px;
	padding-bottom:2%;	
}
#now_playing_data_info_std {
	position:relative;
	bottom:0;
	width:100%;
	display:block;
	padding-left:1%;
	line-height:1;
}

/* MODULE HEADER */
.module_head {
	font-size:20px;
	background-color:#222e46;
	width:99%;
	text-align:left;
	background-image:none;
	display:block;
	clear:both;
	font-family:'placard',sans-serif;
	color:#FFF;
	left:0;
	padding-left:1%;
}
/* CALENDAR */
#calendar_left, #calendar_right {
	display:block;
	width:100%;
	position:relative;
	float:left;	
}
#calendar_right {
	display:none;
	float:right;
}
#calendar_std_head {
	display:none;
	width:100%;
	float:left;
	position:relative;
	background-position:50% center;
	background-size:100% auto;
	height:110px;
}
.calendar_col1, .calendar_col1a, .calendar_col2 {
	width:97%;
	height:90px;
	margin-left:1%;
	position:relative;
	float:left;
	display:block;
	padding-top:1%;
} 
.calendar_date {
	margin:1%;
	position:relative;
	bottom:0;
	width:28.5657%;
	display:block;
	font-family:'placard',sans-serif;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:20px;
	line-height:0.9;
	height:85px;
	padding-top:1.5%;
}
.calendar_date span {
	font-size:48px;		
}
.calendar_data {
	position:absolute;
	bottom:0;
	width:53.9547%;
	display:block;
	left:28.5657%;
	padding-left:2%;
	line-height:.92;
	padding-bottom:1%;
	font-size:20px;
}
#calendar_more {
	display:block;
	font-family:'ubuntu',sans-serif;
	font-size:14px;
	padding:2%;
	position:relative;
	width:96%;
	float:left;	
	bottom:0;
}
/* ESTRENOS */
#estrenos_img {
	max-width:150px;
	padding-left:1%;
	padding-right:2%;
	position:relative;
	width:31.5657%;
	display:block;
	margin-top:10px;
}
#estrenos_img img {
	max-height:100px;
	padding-bottom:2%;	
}
#estrenos_info {
	position:absolute;
	bottom:0;
	width:66.4343%;
	display:block;
	left:31.5657%;
	padding-left:2%;
	font-family:'placard',sans-serif;
	font-size:18px;
	line-height:1;
}
/* LOWER MENU */
#lower_menu_list {
	background-color:#263a55;
	font-size:20px;
	width:97%;
	text-align:center;
	background-image:none;
	display:block;
	clear:both;
	font-family:'placard',sans-serif;
	color:#FFF;
	list-style:none;
	margin:0 0 0 -10%;
}
/* BANNER LINE */
#bttm_container {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align:center;
	position:fixed;
	z-index:6000;
	bottom:0;
	color:#FFF;
	left:0;
	background-color:#000;
	opacity:0.93;
	filter: alpha(opacity = 93);
	margin:auto;
}

#bttm_banner1, #bttm_banner2 {
	clear:none;
	float:left;
	text-align:center;
	display:block;
	width: 100%;
}

#bttm_banner2 {
	float:right;
	display:none;
	width: 50%;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

@media only screen and (orientation:landscape) {
#head_logo {
	width:18%;
}
#now_playing_data_info {
	left:23%;
}
.calendar_col1a {
	width:49%;
	float:left;
}
.calendar_col2 {
	width:49%;
	float:right;
}
#bttm_container {
	display:none;
}
#estrenos_info {
	left:24%;	
}
#lower_menu_list {
	width:101.5%;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#head_container {
	max-height:115px;
}
.head_sel {
	display:none;
}
.head_sel_std {
	display:block;
}
#head_capital {
	letter-spacing:0.2em;
}
#section1 {
	display:none;
}
#slide_show {
	margin-top:145px;
	max-width:550px;
	clear:left;
	width:100%;
	height:367px;
}
#now_playing_std {
	display:block;
	width:25.6%;
	max-width:218px;
	height:367px;
	margin-top:145px;
}
#calendar_left {
	width:50%;	
}
#calendar_right {
	width:50%;
	display:block;
}
#calendar_right .calendar_col1 {
	height:80px;
}
#calendar_right .calendar_date {
	height:76px;
	font-size:16px;
}
.calendar_date span {
	font-size:65px;		
}
.calendar_col1a {
	font-size:24px;
	height:110px;
}
.calendar_col1a .calendar_date {
	font-size:28px;
	height:inherit;	
}
.calendar_col1a h1 {
	font-size:34px;
	line-height:1;
	margin:none;	
}
.calendar_col2 {
	display:none;	
}
#calendar_std_head {
	display:block;
}
#calendar_std_head img {
	max-width:100%;	
}
#bttm_banner1 {
	width:50%;
}
#bttm_banner2 {
	display:block;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
@media only screen and (orientation:landscape) {
#slide_show {
	max-width:600px;
	height:400px;
}	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}