/*  The is the fabradio.com home page override css file */

/* Typography */

@font-face {
    font-family: Charter;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/Charter-Bold.woff) format("woff");
}
@font-face {
    font-family: Charter;
    font-style: italic;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/Charter-Italic.woff) format("woff");
}
@font-face {
    font-family: Charter;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/Charter-Regular.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/LiberationSans-Bold.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: italic;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/LiberationSans-Italic.woff) format("woff");
}
@font-face {
    font-family: LiberationSans;
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(../fonts/LiberationSans-Regular.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-display: block;
    src: url(../fonts/Roboto-Bold.woff) format("woff");
}

/* General styles */

/*  hover does not have background-color */
a:hover {
    color: red;
}

img {
    border: 0
}

body {
    background: #ffffff;
    margin: 0px auto; 
    max-width: 600px;
    padding: 0px;
}

table {
    border-top-style: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-spacing: 0;
    height: 500px;
    width: 600px;
}

td {
    background-color: white;
    border: none;
/*  border: 0px solid white; */
    border-spacing: 0;
    font-family: LiberationSans, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

div.footer {
/*  background-color: #e8f2ff; */
    background-color: #f5f5f5;
/*  background-color: #ffffff; */
    border: dotted;              
/*  border: none; */
    border-width: 1px;            
    border-top-style: none;
    font-family: LiberationSans, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin: 0px 0;
    padding: 2px;
    text-align: left;
    width: 596px;
}

/*  this is for the big title */
#bigtitle {
    background-color: white;
    font-family: Charter, serif;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/*  station status indicator                    */
/* #status {                                    */
/*    font-family: LiberationSans, sans-serif;  */
/*    font-size: 12pt;                          */
/*    font-weight: bold;                        */
/*    text-align: center;                       */
/*    vertical-align: middle;                   */
/*}                                             */

#a2 {
    border: 0px;
    font-family: LiberationSans, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
  text-align: center;
}
