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

/* ====================================================================================================== */
/* Custom Font Classes */
/* ====================================================================================================== */

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CenturyGothic.woff") format("woff"),
    url("../fonts/CenturyGothic.ttf") format("truetype"),
    url("../fonts/CenturyGothic.svg#") format("svg");
  font-weight: normal;
  font-style: normal;
}

.century {
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
}

/* ====================================================================================================== */
/* Universal Classes Begin */
/* ====================================================================================================== */

/* ====================================================================================================== */
/* Body Classes */
/* ====================================================================================================== */

html,
body {
  height: 100%;
}

body {
  background-color: #265197;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

  position: relative;
  overflow: auto;

  color: #666666;
  font-family: Arial, Helvetica, sans-serif;

  font-size: 16px;
}

.width_full {
  width: 100%;
  min-width: 980px;
  display: block;
  background-repeat: repeat-x;
}

a img {
  border: none;
  outline: none;
}

a {
  color: #5f86cb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* a:visited {color:#265197;} */

.width_980px {
  position: relative;
  margin: 0px auto;
  width: 980px;
  display: block;
}

.title_text {
  color: #5f86cb;
  font-weight: bold;
}

#audio a {
  color: #5f86cb;
  text-decoration: none;
}

#audio a:hover {
  text-decoration: underline;
}

#audio a:visited {
  color: #2c4b87;
}

.page_link_missing {
  color: #c0c0c0;
  text-decoration: none;
}

/* ====================================================================================================== */
/* Header Classes */
/* ====================================================================================================== */

.header {
  position: relative;
  width: 980px;
  height: 140px;
  display: block;
  background-image: url(../images/header/bg_header.png);
  background-repeat: no-repeat;
}

.scripture {
  position: absolute;
  right: 35px;
  top: 31px;
  width: 450px;

  color: #5f86cb;
  text-align: right;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
}

/* ====================================================================================================== */
/* Live Broadcast Classes */
/* ====================================================================================================== */

#tab_live {
  position: absolute;
  left: 160px;
  top: 0px;
  width: 160px;
  height: 35px;
  display: block;
  opacity: 0;
  background-image: url(../images/header/tab_live_sprite.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

#tab_live:hover {
  background-position: left -35px;
}

#tab_live img {
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ====================================================================================================== */
/* Tab Menu Classes */
/* ====================================================================================================== */

#tab_menu {
  width: 910px;
  margin: 0px auto;
}

#tab_menu ul {
  position: relative;
  width: 910px;
  height: 50px;
  display: block;
  margin: 0px;
  padding: 0px;
}

#tab_menu li {
  position: absolute;
  top: -47px;
  width: 130px;
  height: 80px;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-image: url(../images/tab_menu/bg_tab_menu_sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

#tab_menu li:hover {
  background-position: -130px 0px;
}

#tab_menu li img {
  position: absolute;
  top: 45px;
}

/* ====================================================================================================== */
/* Main Menu Classes */
/* ====================================================================================================== */

#main_menu {
  position: relative;
  width: 960px;
  margin: 0px auto;
  z-index: 4;
}

#main_menu ul {
  width: 960px;
  height: 40px;
  display: block;
  margin: 0px;
  padding: 0px;
}

#main_menu li {
  position: relative;
  width: 160px;
  height: 40px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-image: url(../images/main_menu/bg_main_menu_sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#main_menu li a {
  position: absolute;
  z-index: 5;
}

#main_menu li.left {
  background-position: 0px 0px;
}
#main_menu li.left:hover {
  background-position: 0px -50px;
}

#main_menu li.center {
  background-position: -200px 0px;
}
#main_menu li.center:hover {
  background-position: -200px -50px;
}

#main_menu li.right {
  background-position: -400px 0px;
}
#main_menu li.right:hover {
  background-position: -400px -50px;
}

/* ====================================================================================================== */
/* Selected Menu Classes */
/* ====================================================================================================== */

#home #home_btn {
  background-position: left -80px;
}

#announcements #btn_announcements {
  background-position: 0px -100px;
}
#radio #btn_radio {
  background-position: -200px -100px;
}
#verse #btn_verse {
  background-position: -200px -100px;
}
#lectures #btn_lectures {
  background-position: -200px -100px;
}
#articles #btn_articles {
  background-position: -200px -100px;
}
#books #btn_books {
  background-position: -400px -100px;
}

#statement #btn_statement {
  background-position: -260px 0px;
}
#email #btn_email {
  background-position: -260px 0px;
}
#biography #btn_biography {
  background-position: -260px 0px;
}
#forum #btn_forum {
  background-position: -260px 0px;
}
#resources #btn_resources {
  background-position: -260px 0px;
}
#comic #btn_comic {
  background-position: -260px 0px;
}
#donation #btn_donation {
  background-position: -260px 0px;
}

/* ====================================================================================================== */
/* Content Classes */
/* ====================================================================================================== */

.content_header {
  position: relative;
  height: 20px;
  width: 980px;
  display: block;
  background: url(../images/bg_content_header.png);
  background-repeat: no-repeat;
}

.content_footer {
  position: relative;
  height: 30px;
  width: 980px;
  display: block;
  background: url(../images/bg_content_footer.png);
  background-repeat: no-repeat;
}

.content {
  font-size: 16px;
  line-height: 120%;
  position: relative;
  padding: 20px 40px;
  display: block;
  background: url(../images/bg_content_center.png);
  background-repeat: repeat-y;
}

/* ====================================================================================================== */
/* Page Header Classes */
/* ====================================================================================================== */

.page_header {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #113776;
  padding: 5px 30px;
}

/* ====================================================================================================== */
/* Footer Classes */
/* ====================================================================================================== */

#footer {
  width: 980px;
  height: 110px;
  display: block;
  background-image: url(../images/footer/bg_footer.png);
  background-repeat: no-repeat;
  color: #abc5f3;
  text-align: center;
  line-height: 150%;
  font-size: 14px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus {
  text-decoration: underline;
}

/* ====================================================================================================== */
/* Sub Footer Classes */
/* ====================================================================================================== */

#sub_footer {
  font-size: 13px;
  text-align: center;
  color: #acc5f3;
  line-height: 175%;
}

#sub_footer a {
  color: #acc5f3;
  text-decoration: none;
}

#sub_footer a:hover,
#sub_footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

/* ====================================================================================================== */
/* Table Classes */
/* ====================================================================================================== */

table,
tr,
td {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  vertical-align: top;
}

/* ====================================================================================================== */
/* Map Classes */
/* ====================================================================================================== */

iframe {
  width: 400px !important;
  height: 250px !important;
  border: #abc5f3 2px solid !important;
  margin-bottom: 10px;

  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* ====================================================================================================== */
/* Button Classes */
/* ====================================================================================================== */

#home_btn {
  position: absolute;
  top: 82px;
  left: 21px;
  width: 37px;
  height: 37px;
  display: block;
  cursor: pointer;
  background-image: url(../images/header/bg_home_btn_sprite.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 3;
}

#home_btn:hover {
  background-position: left -40px;
}

.round_btn {
  position: absolute;
  top: 33px;
  left: 30px;
  width: 37px;
  height: 37px;
  display: block;
  cursor: pointer;
  background-image: url(../images/buttons/round_btn_bg_sprite.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 3;
}

.round_btn:hover {
  background-position: left -40px;
}

/* ====================================================================================================== */
/* Universal Classes End */
/* ====================================================================================================== */

.on_air {
  width: 200px;
  height: 171px;
  display: block;
  background-image: url(../images/on_off_air_animated_sprite.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.off_air {
  width: 200px;
  height: 171px;
  display: block;
  background-image: url(../images/on_off_air_animated_sprite.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

/* ====================================================================================================== */
/* Calendar Classes  */
/* ====================================================================================================== */

#calendar {
  position: relative;
  width: 700px;
  margin: 0px auto;
}

#calendar_header {
  position: relative;
  width: 700px;
  height: 60px;
  display: block;
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background-image: url(../images/calendar/calendar_header_bg.png);
  background-repeat: no-repeat;
}

.calendar_week {
  width: 100%;
  box-sizing: border-box;
}

.calendar_day {
  box-sizing: border-box;
  width: 20%;
  padding: 5px;
  display: block;
  float: left;
}
.calendar_day__header {
  text-align: center;
  color: white;
  padding: 10px 0;
  background: #afc7f5;
  border-radius: 3px;
}

.calendar_day__date-container {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background: #dde9ff;
  border-radius: 3px;
}

.calendar_day__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.calendar_day__date-header {
  color: #4a61b8;
  font-weight: bold;
  text-align: right;
  padding: 0.5em 0.5em 0 0;
  margin-bottom: 1em;
}
.calendar_day__date-link {
  background: #4a61b8;
  color: white;
  text-align: center;
  margin: 0 1em;
  line-height: 1.5em;
  border-radius: 3px;
  display: block;
}

a.afternoon {
  color: white;
  text-decoration: none;
  line-height: 21px;
  text-indent: 26px;
  font-size: 12px;

  display: block;
  height: 22px;
  width: 110px;
  margin: 6px auto 0px;

  background-image: url(../images/calendar/archive_link_evening.png);
  background-repeat: no-repeat;
  background-position: left top;
}

a.afternoon:visited {
  color: #9ae3ff;
}
.unavailable {
  line-height: 22px;
  text-indent: 26px;
  font-size: 12px;
  color: #304ba4;

  display: block;
  height: 22px;
  width: 110px;
  margin: 6px auto 0px;

  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(./images/calendar/archive_link_unavailable.png);
  cursor: default;
}

.prev_link {
  position: absolute;
  left: 20px;
  top: 0px;
  line-height: 60px;
  font-size: 16px;
  color: #abc5f3;
}

.next_link {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 60px;
  font-size: 16px;
  color: #abc5f3;
}

.next_link:hover,
.prev_link:hover {
  color: #ffffff;
  text-decoration: none;
}

/* ====================================================================================================== */
/* Archive Menu Classes  */
/* ====================================================================================================== */

#archive_menu {
  position: relative;
  left: 0px;
  top: 0px;
  width: 200px;
  display: block;
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding-right: 20px;
  box-sizing: border-box;
}

#archive_menu section.archive-wrapper {
  margin-bottom: 5px;
}

#archive_menu button.archive-year {
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #002984;
  color: white;
  font-size: 1em;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
}

#archive_menu button.archive-year:hover,
#archive_menu button.archive-year:focus {
  background: #ff9900;
}

#archive_menu .archive-link-list {
  display: none;
  background: #dde9ff;
  border-radius: 3px;
  padding: 5px;
}

#archive_menu a {
  margin: 3px 0px;
  width: 100%;
  height: 25px;
  display: block;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 25px;
  color: #4a61b8;
  font-size: 15px;
  font-family: CenturyGothic, Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-radius: 3px;
}

#archive_menu a.selected_archive {
  color: #ffffff;
  background: #ff9900;
  font-weight: bold;
}

#archive_menu a:hover {
  color: #ffffff;
  background: #4a61b8;
  text-decoration: none;
}

/* ====================================================================================================== */
/* Misc.  */
/* ====================================================================================================== */

.stars {
  width: 100px;
  height: 18px;
  background-image: url(../images/stars.jpg);
  background-repeat: no-repeat;
  background-position: top;
  display: block;
}

.paypal_btn {
  width: 212px;
  height: 77px;
  background-image: url(../images/buttons/paypal_btn_sprite.jpg);
  background-position: bottom;
  display: block;
}

.paypal_btn:hover {
  background-position: top;
}

.download_word {
  float: left;
  width: 250px;
  height: 70px;
  display: block;
  background-image: url(../images/buttons/download_word.jpg);
  background-position: bottom;
}

.download_word:hover {
  background-position: top;
}

.download_pdf {
  float: left;
  width: 250px;
  height: 70px;
  display: block;
  background-image: url(../images/buttons/download_pdf.jpg);
  background-position: bottom;
}

.download_pdf:hover {
  background-position: top;
}

.facebook_btn {
  float: left;
  width: 250px;
  height: 70px;
  display: block;
  background-image: url(../images/buttons/facebook_btn.jpg);
  background-position: bottom;
}

.facebook_btn:hover {
  background-position: top;
}

.like {
  display: none;
  position: absolute;
  left: 20px;
  top: 290px;
  z-index: 999;
}

#donate_table td {
  background-color: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #cccccc;
  width: 300px;
  min-height: 250px;
}

#donate_table td h1 {
  font-size: 18px;
  text-align: center;
}
#donate_table td div {
  font-size: 12px;
  padding: 10px;
}

#donate_table td div a:hover {
  text-decoration: none;
}

#donate_table .dotted {
  border-top: 1px dotted #cccccc;
}

/* ====================================================================================================== */
/* Style Classes */
/* ====================================================================================================== */

.blue_box {
  color: #5f86cb;
  font-weight: bold;
  text-align: center;

  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  border: #abc5f3 2px solid;

  padding: 20px;
  background-color: #f6f9ff;
}

.audio_header {
  color: #5f86cb;
  font-weight: bold;
  text-align: center;
  font-size: 20px;

  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  border: #abc5f3 2px solid;

  padding: 20px;
  background-color: #f6f9ff;
}

.audio_table {
  color: #5f86cb;
  text-align: left;

  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  border: #abc5f3 2px solid;

  padding: 20px 0px;
  background-color: #f6f9ff;
}

.r5px {
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  overflow: hidden;
}

.r10px {
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  overflow: hidden;
}

.oBlue2px {
  border: #abc5f3 2px solid;
}

.oWhite2px {
  border: #ffffff 2px solid;
}

.sBlue {
  -khtml-box-shadow: 0 0 4px #abc5f3;
  box-shadow: 0 0 4px #abc5f3;
  -webkit-box-shadow: 0 0 4px #abc5f3;
  -moz-box-shadow: 0 0 4px #abc5f3;
}

.sGreen {
  -khtml-box-shadow: 0 0 4px #dfffce;
  box-shadow: 0 0 4px #dfffce;
  -webkit-box-shadow: 0 0 4px #dfffce;
  -moz-box-shadow: 0 0 4px #dfffce;
}

/* Green Button Soft */

.fx-green-btn-soft {
  background-color: #91c500; /* Old browsers */
  background-image: -moz-linear-gradient(
    top,
    #91c500 0%,
    #3f7900 100%
  ); /* FF3.6+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #91c500),
    color-stop(100%, #3f7900)
  ); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(
    top,
    #91c500 0%,
    #3f7900 100%
  ); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(
    top,
    #91c500 0%,
    #3f7900 100%
  ); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(
    top,
    #91c500 0%,
    #3f7900 100%
  ); /* IE10+ */
  background-image: linear-gradient(
    to bottom,
    #91c500 0%,
    #3f7900 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c500', endColorstr='#3f7900',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  color: white;
  text-decoration: none;

  -webkit-transition: box-shadow 250ms;
  -moz-transition: box-shadow 250ms;
  -ms-transition: box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9;
}

.fx-green-btn-soft:hover {
  cursor: pointer;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #d6ef02 0 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #d6ef02 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #d6ef02 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9,
    inset #d6ef02 0 0px 20px \0 / IE;
}

/* Orange Button Soft */

.fx-orange-btn-soft {
  background-color: #ff7900; /* Old browsers */
  background-image: -moz-linear-gradient(
    top,
    #ff7900 0%,
    #ea4c00 100%
  ); /* FF3.6+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff7900),
    color-stop(100%, #ea4c00)
  ); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(
    top,
    #ff7900 0%,
    #ea4c00 100%
  ); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(
    top,
    #ff7900 0%,
    #ea4c00 100%
  ); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(
    top,
    #ff7900 0%,
    #ea4c00 100%
  ); /* IE10+ */
  background-image: linear-gradient(
    to bottom,
    #ff7900 0%,
    #ea4c00 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7900', endColorstr='#ea4c00',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  color: white;
  text-decoration: none;

  -webkit-transition: box-shadow 250ms;
  -moz-transition: box-shadow 250ms;
  -ms-transition: box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9;
}

.fx-orange-btn-soft:hover {
  cursor: pointer;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #fed832 0 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #fed832 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #fed832 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9,
    inset #fed832 0 0px 20px \0 / IE;
}

/* Blue Button Soft */

.fx-blue-btn-soft {
  background-color: #0089fe; /* Old browsers */
  background-image: -moz-linear-gradient(
    top,
    #0089fe 0%,
    #0050b1 100%
  ); /* FF3.6+ */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #0089fe),
    color-stop(100%, #0050b1)
  ); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(
    top,
    #0089fe 0%,
    #0050b1 100%
  ); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(
    top,
    #0089fe 0%,
    #0050b1 100%
  ); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(
    top,
    #0089fe 0%,
    #0050b1 100%
  ); /* IE10+ */
  background-image: linear-gradient(
    to bottom,
    #0089fe 0%,
    #0050b1 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fe', endColorstr='#0050b1',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;

  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  color: white;
  text-decoration: none;

  -webkit-transition: box-shadow 250ms;
  -moz-transition: box-shadow 250ms;
  -ms-transition: box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9;
}

.fx-blue-btn-soft:hover {
  cursor: pointer;

  -webkit-transition: box-shadow 250ms;
  -moz-transition: box-shadow 250ms;
  -ms-transition: box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;

  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #00dcff 0 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #00dcff 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px, inset #00dcff 0 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 6px \0 / IE9,
    inset #00dcff 0 0px 20px \0 / IE;
}

#news {
  color: #ffffff;
  border: 2px solid white;
  position: relative;
  padding: 20px;
  margin: 0px 40px 10px 40px;
  width: auto;
  font-size: 14px;
  line-height: 130%;
  display: block;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background: #0068f7; /* Old browsers */
  background: -moz-linear-gradient(top, #0068f7 0%, #00349c 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #0068f7),
    color-stop(100%, #00349c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #0068f7 0%,
    #00349c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #0068f7 0%,
    #00349c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0068f7 0%, #00349c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0068f7 0%, #00349c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068f7', endColorstr='#00349c',GradientType=0 ); /* IE6-9 */
}

#news a {
  color: #add5ff;
  text-decoration: underline;
}

#news_close {
  position: absolute;
  right: 7px;
  bottom: 4px;
  font-size: 8px;
  cursor: pointer;
  display: none;
}

.audio_year {
  padding: 5px;
  text-align: center;
  color: white;
  background-color: #abc5f3;
  font-weight: bold;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
