/* NOTE: change dummy_id in layout.html when this file is changed in order to ensure that browsers 
 * pull in the latest version.
 */
@font-face{ 
	font-family: 'alpha echo';
	src: url('/webresources/webfonts/alphaecho_regular_macroman/alpha_echo-webfont.eot');
	src: url('/webresources/webfonts/alphaecho_regular_macroman/alpha_echo-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/webresources/webfonts/alphaecho_regular_macroman/alpha_echo-webfont.woff') format('woff'),
	     url('/webresources/webfonts/alphaecho_regular_macroman/alpha_echo-webfont.ttf') format('truetype'),
	     url('/webresources/webfonts/alphaecho_regular_macroman/alpha_echo-webfont.svg#alpha_echoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* KZSU Master Stylesheet */

/* Use a CSS reset to smooth out browser incongruities. */
/* CSS Reset from meyerweb.com v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Show scrollbar even on short pages: solves the
problem where content box shifts from page to page,
which is slightly annoying to look at */
html {
    overflow-y: scroll;
}


 .main-nav {
   position: absolute;
   right: 0;
   top: 30px;
 }

 .dropdown-content a {
   color: black;
   padding: 4px;
   text-decoration: none;
   display: block;
 }
 
 a.dropdown-link {
   font-size: 38px;
   color: white;
 }

 .dropdown-content {
   min-width: 100px;
   display: none;
   position: absolute;
   right: 0;
   background-color: #f1f1f1;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 }

.dropdown:hover .dropdown-content {
    display: block;
}

a.show-phone, div.show-phone {
    display: none;
}

.hide-nonphone {
    display: none;
}

form.show-uploader input {
    display:inline-block;
}

form.show-uploader {
    padding:12px;
}

#mainheader {
  position: relative;
}

.hide-it {
    background-color: #BBBBBB;
    text-decoration: none!important;
}

/* General styles */
body {
  font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 12pt;
  color: black;
  background-color: #980000;
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.2;
}

/* Content Styles */
div.content {
  background-color: #FFF;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-top: 10px;
  min-height: 60px;
  overflow: auto;
  box-sizing: content-box; /* avoid override from bootstrap */
}

div.mainPage {
  min-height: 500px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #990010;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 10px 0;
}

p.indented {
  margin-left: 40px;
}

p.center {
  text-align: center;
}

h2 {
  font-size: 18pt;
  padding-top: 10px;
  margin-bottom: 10px;
}

h3 {
  color: #d83d04;
  font-size: 14pt;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 5px;
}

.mainPage h3 {
  text-transform: uppercase;
}

/* Header styles */
div.header {
  font-family: "century gothic", "urw gothic l", "futura std", "helvetica", "sans serif";
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/*Replace this with logical selection when we figure out solution for IE*/
div.header a:hover {
  color: #91a3ce; /*Purple*/
  text-decoration: none;
}

div.footer a:hover {
  color: #91a3ce; /*Purple*/
  text-decoration: none;
}

div.headerLogo {
  margin-left: 0;
  float: left;
  width: 200px;
  line-height: 1.1;
}

div.headerLogo img{
  padding-top: 8px;
  width: 200px;
}

div.headerNavbar {  /*Applies to the plus signs*/
  text-align: center;
  font-size: 17pt;
  color: #aaa; /*grey*/
  padding: 20px;
  padding-top: 35px
}

div.headerNavbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

div.headerListen {
  float: right;
  text-align: right;
  font-size: 32px;
  line-height: 34px;
  position: relative;
  top: -8px;
}

div.headerListen a {
  color: #fff;
  text-decoration: none;
}

#clickTo {
  position: relative;
  font-size: 22px;
  top: 8px;
}

#listenLive {
  font-weight: bold;
  font-size: 38px;
}

/* Footer Styles */
div.footer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 10pt;
  color: #ccc;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.footer a {
  color: #fff;
  text-decoration: none;
}

hr.show-divider {
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0;
    margin-bottom: 0;
    border-top: 3px solid gray; 
    width: 300px; 
}

/*The next three are used on the ajax on-air info on the front page*/
#onairTitle {
  font-size: 16pt;
  line-height: 1.4;
}

#onairDJ {
  font-weight: bold;
}

#currentTrack {
  font-style: italic;
}

div.upcomingShows {
  min-height: 350px;
}

.upcomingShowDate {
  line-height: 200%;
  font-size: 14pt;
}

span.upcomingshow {
  font-style: italic;  
}

span.upcomingdj {
  font-weight: bold;  
}

/* The top item on main page in the right sidebar */
div.sidebarTop {
  margin-top: 8px;
  margin-left:22px;
  display:inline-block;
  width: 380px;
}

/* Any other item in the right sidebar */
div.new-music {
  padding-top: 0px;
  margin-left: 48px;
  display:inline-block; 
  width:360px;'
}

#social_media_icons {
  margin-left:40px;
}

div.flickr-photos {
  margin-left:52px; 
  display:inline-block; 
  width:360px;
}

div.review-card {
  border: 4px solid gray;
  margin-left:4px;
  margin-bottom:4px;
  width:170px;
  height:170px;
  display: inline-block;
  overflow: hidden;
}
div.review-card img {
  width:170px;
  height:170px;
}

#flickr-box > a {
  margin-right: 4px;
  width:80px;
}
#flickr-box > a > img {
  border: 3px solid gray;
  width:84px;
  height:84px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

div.onair {
  line-height: 1.3;
  margin-bottom: 20px;
}

ul {
  list-style: disc;
  margin-left: 20px;
}

li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.huge {
  font-size: 180pt;
}  

img.rightWithBorder {
  float: right;
  border: 2px solid #990010;
  margin: 5px 0 5px 10px;
}

/*Formatting currently used for the contact page*/
/*TODO: Reformat with less page-specific stylings*/
div.telephone {
  float: right;
  margin-left: 10px;
  margin-right: 200px;
}
table.phoneNumbers td {
  padding-right: 20px;
}
div.contactsLeft {
  float: left;
  width: 375px;
  margin-bottom: 15px;
}
div.contactsRight {
  float: right;
  width: 375px;
  margin-left: 20px;
  margin-top: -5px;
}
img.siteButton {
  margin-right: 10px;
  margin-top: -10px;
}

/*Formatting currently used for the donate page*/
span.donateButton {
  font-weight: bold;
}
span.donateButton a {
  vertical-align: -8%;
}

/*Formatting currently used for the goodies page*/
img.promoImage {
  margin-right: 20px;
}

/*Formatting currently used for the join page*/
table.infoSession td {
  padding-right: 20px;
  padding-bottom: 10px;
}

/*The "donate to kzsu" banner on the listen live page*/
div.messageBanner {
	border: 3px solid #980000;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}

/*Assorted Listen Live stuff*/
p.listenOwn {
  margin-left: 20px;
  color: #ffffff;
  font-size: 18pt;
}
p.streamFormat {
  margin-left: 20px;
}    

td.streamLinks {
  background-color: #980000;
  text-align: left;
  font-size: 24px;
  color: #bbbbbb;
}
td.streamLinks a {
  color: #ffffff;
  text-decoration: none;
}
td.streamLinks a:hover {
  color: #91a3ce;
}

td.streamInfo object {
  padding-bottom: 10px;
}
table.stream {
  background-color: #ffffff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 820px;
  font-size: 18px;
}

table.stream td {
  vertical-align: middle;
  border: solid 5px #980000;
}

td {
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}


div.jp-player {
  margin-bottom: 4px;
  
}

td.streamName {
  padding: 10px;
  padding-right: 13px;
  width: 180px;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #980000;
}
p.streamNumber {
  font-size: 125px;
  margin: 0;
  padding: 0;
}
td.streamInfo {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  width: 345px;
}

/*internal -- flashed messages */
p.message {
    color: #335E79;
    padding: 10px;
    background: #CADEEB;
}

/* the schedule!!! */
text.sched_menu_button {
    fill: black;
    /*font-size: 4; -- doesn't work */
    font-family: "century gothic", "urw gothic l", "futura std", "helvetica", "sans serif";

}

text.infoboxtitle {
    fill: white;
    font-family: "alpha echo", "sans serif";
    /*font-size: 24;  doesn't work -- FIX */
}

table#stafflisttable {
    background-color: white;
    font-size: 12px;
    line-height: 22px;
    margin: 20px;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
}

#stafflisttable th {
    border-bottom-color: coral;
    border-bottom-style: solid;
    border-width: 0px 0px 2px;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}

#stafflisttable td {
    border-bottom-color: coral;
    border-bottom-style: solid;
    border-width: 0px 0px 1px;
    padding: 6px 8px;
    vertical-align: top;
}

#stafflisttable tr:hover td{
background-color:moccasin;
}

#stafflisttable td{
background-color:lightyellow;
}

/* style overrides for phone */
@media screen and (max-width: 680px) {
  body {
      padding-top: 4px;
  }

  #mainheader {
      padding-left: 20px;
      width: 90%;

  }
  .hide-phone {
    display: none;
  }
  .show-phone, a.show-phone {
    display: block;
  }

  .hide-nonphone {
    display: block;
  }

  div.headerLogo img{
    margin-left: -28px;
  }

  div.content {
    width: 90%;
    padding: 8px;
  }

  div.contactsRight {
    float: none;
    margin-left: 0px;
  }
}

