html {
  height:100%;
  background:#fff;
}

body {
  font-family: Arial, sans-serif;
  color:#010101;
  height: 100%;
  min-width: 885px;
  font-size: 12px;
  line-height: 18px;
}

img {
  border:0;
}

input:not([type='checkbox']) {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration:none;
  color:#00aeef;
}

a:hover {
  text-decoration:underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

#page-holder {
  background: #fff url(../images/bg-body_75.gif) 50% 0;
  width: 100%;
  min-height: 100%;
}

#wrapper {
  width: 885px;
  margin: 0 auto;
  position: relative;
}

#main {
  background: url(../images/bg-wrapper.png);
  width: 100%;
}

#holder {
  width: 100%;
  overflow: hidden;
  padding: 0 0 19px;
  position: relative;
}

#content {
  float: right;
  width: 590px;
  padding: 0 1px 0 59px;
}

.breadcrumb-holder {
  width: 100%;
  overflow: hidden;
  color: #999;
  padding: 15px 0 27px;
}

#content .breadcrumb-holder p {
  padding: 0;
  float: left;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.breadcrumb li {
  display: inline;
  padding: 0 5px 0 5px;
  color: #00aef0;
}

a.pathway {
  background: url(../images/pathway.gif) 100% 3px no-repeat;
  padding-right: 9px;
  color: #999999;
}

span.createdate  {
  color: #00aef0;
  font: 18px/ 22px Helvatica, Arial, sans-serif;
}

#content h1, #content h2 {
  margin: 0 0 6px;
  color: #00aef0;
  font: bold 18px/ 22px Helvatica, Arial, sans-serif;
}

#content h3 {
  color: #00aef0;
  font-weight: normal;
  font-size: 130%;
  margin: 15px 0;
}

#content h2 a {
  color: #00aef0;
  text-decoration: none;
}

#content h2 a:hover {
  text-decoration: underline;
}

h2 span.createdate{
  font-weight:normal;
}

#content p {
  margin: 0;
  padding: 0 0 18px;
}

#content a {
  font-weight: bold;
}

#content p a {
  font-weight: bold;
}

div.highlight {
  border: 5px solid #00aef0;
  padding: 10px;
  box-sizing: content-box;
  margin-bottom: 38px;
  margin-left: -15px;
}

/** ----------------------------------------------------------------------
 * NAVIGATION
 * --------------------------------------------------------------------- */

#sidebar {
  position: fixed;
  width: 236px;
  float: left;
  margin: 0 -1px 0 0;
  padding-top: 35px;
}

#sidebar .nav-col {
  width: 118px;
}

.logo-box {
  padding: 26px 0 56px 8px;
  background: #000;
  color: #aeaeae;
  width: 109px;
  margin: 0 0 1px;
}

.logo-box p {
  margin: 5px 0 1px;
  line-height: 15px;
}

.logo {
  display: block;
  width: 98px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo.gif) no-repeat;
}

.logo a {
  display: block;
  height: 100%;
}

/*
  Menu
  .nav-col:first-child - left menu column
  .nav-col:right-child - right menu column
*/
.menu-item {
  overflow: hidden;
  margin: 0 1px 1px 0;
  padding: 0;
}

#sidebar .nav-col:last-child .menu-item {
  margin-right: 0;
}

.menu-item a {
  text-decoration: none !important;
}

#sidebar .nav-col li > a {
  padding: 9px 3px 6px 8px;
}

/* left menu column */
#sidebar .nav-col:first-child {
  float: left;
}

#sidebar .nav-col:first-child li {
  position: relative;
  height: 29px;
  background: #000;
}

#sidebar .nav-col:first-child li.current-menu-item {
  background: #00AEF0 url(../images/active.gif) no-repeat scroll right top;
}

#sidebar .nav-col:first-child li:nth-child(even) {
  height: 28px;
}

#sidebar .nav-col:first-child li > a {
  font: bold 15px/14px Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  width: 117px;
  position: absolute;
  bottom: 0;
}

#sidebar .nav-col:first-child li > a:hover,
#sidebar .nav-col:first-child li > a:active,
#sidebar .nav-col:first-child li > a:focus {
  color: #00AEF0;
}

#sidebar .nav-col:first-child li.current-menu-item > a {
  color: #fff;
}

/* web radio */
#sidebar .nav-col:first-child .menu-radio li {
  height: 19px;
  background: #fff200;
}

#sidebar .nav-col:first-child .menu-radio li:nth-child(3n+1) {
  height: 18px;
}

#sidebar .nav-col:first-child .menu-radio li > a {
  font: bold 13px/15px Helvetica, Arial, sans-serif;
  color: #000;
  display: block;
  width: 117px;
  position: absolute;
  bottom: 0;
  padding: 3px 0 1px 7px;
}

#sidebar .nav-col:first-child .menu-radio li > a:hover {
  background-color: #fffbc2;
}

#sidebar .nav-col:first-child .menu-radio li.current-menu-item > a {
  background-color: #fffbc2;
}

#sidebar .nav-col:first-child .menu-radio li.radioname {
  height: 58px;
  background: #fff200 url(../images/webradio.jpg) !important;
}

#sidebar .nav-col:first-child .menu-radio li.controls {
  height: 29px;
}

#sidebar .nav-col:first-child .menu-radio li.ticker {
  height: 28px;
}

#sidebar .nav-col:first-child .menu-radio li.ticker > div {
  margin-top: 5px;
}

/* right menu column */
#sidebar .nav-col:last-child {
  float: right;
}

#sidebar .nav-col:last-child li {
  background: #000;
}

#sidebar .nav-col:last-child li.current-menu-parent,
#sidebar .nav-col:last-child li.current-menu-item {
  background: #00aef0 url(../images/active.gif) top right no-repeat;
}

#sidebar .nav-col:last-child li a {
  font: bold 15px/14px Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
  bottom: 0;
}

#sidebar .nav-col:last-child li a:hover,
#sidebar .nav-col:last-child li a:active,
#sidebar .nav-col:last-child li a:focus {
  color: #00AEF0;
}

#sidebar .nav-col:last-child li.current-menu-parent a,
#sidebar .nav-col:last-child li.current-menu-item a {
  color: #fff;
}

#sidebar .nav-col:last-child .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar .nav-col:last-child .sub-menu li {
  float: none;
  border-bottom: 1px solid #fff;
}

#sidebar .nav-col:last-child .sub-menu > li {
  margin: 0;
}

#sidebar .nav-col:last-child .sub-menu li:last-child {
  border-bottom: none;
}

#sidebar .nav-col:last-child .sub-menu li a {
  display: block;
  color: #fff;
  position: relative;
  background: #00aef0 !important;
  font-size: 100%;
  height: 31px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 0 3px 8px;
  display: table-cell;
  vertical-align: bottom;
  width: 117px;
}

#sidebar .nav-col:last-child .sub-menu li ul li a {
  height: 22px;
  line-height: 22px;
  padding-bottom: 0;
  display: inherit;
  width: 110px;
}

#sidebar .nav-col:last-child .sub-menu li ul li a {
  height: 22px;
  line-height: 22px;
}

#sidebar .nav-col:last-child .sub-menu li a:hover,
#sidebar .nav-col:last-child .sub-menu li a:active,
#sidebar .nav-col:last-child .sub-menu li a:focus {
  background: #6dd0f7 !important;
  color: #fff;
}

#sidebar .nav-col:last-child .sub-menu li.current-menu-item a,
#sidebar .nav-col:last-child .sub-menu li a.active {
  color: #000;
  background: #fff url(../images/arrow_b.gif) no-repeat right 5px !important;
}

#sidebar .nav-col:last-child .sub-menu li .months a.active {
  color: #000;
  background: none !important;
}

#sidebar .nav-col:last-child li a.rss {
  background: #00aef0 url(../images/rss.gif) 102px 5px no-repeat !important;
}

#sidebar .nav-col:last-child li a:hover.rss {
  background: #6DD0F7 url(../images/rss_hover.gif) 102px 5px no-repeat !important;
}

#sidebar .nav-col:last-child .sub-menu {
  display: none;
  border-top: 1px solid #fff;
}

/* right col menu with square items */
#sidebar .nav-col:last-child .current-menu-parent .sub-menu,
#sidebar .nav-col:last-child .current-menu-item .sub-menu,
#sidebar .nav-col.boxed .sub-menu {
  display: block;
}

#sidebar .nav-col.boxed .menu li {
  position: relative;
  float: left;
  width: 58px;
  height: 58px;
}

#sidebar .nav-col.boxed .sub-menu > li {
  position: relative;
  float: left;
  width: 117px;
  border-top: none;
  overflow: visible;
}

#sidebar .nav-col.boxed .menu li ul {
  position: absolute;
  top: 152px;
  left: 118px;
}

#sidebar .nav-col.boxed .menu > li {
  margin-right: 1px;
}

/* square menu items */
#sidebar .nav-col.boxed > div > ul > li > a {
  position: absolute;
  padding: 0 0 3px 3px;
}

#sidebar .nav-col.boxed .sub-menu li {
  margin-bottom: 0;
}

#sidebar .nav-col.boxed .sub-menu li a {
  padding: 0 0 3px 3px;
}

#sidebar .nav-col.boxed .sub-menu li ul li a {
  width: 114px;
}

/** ----------------------------------------------------------------------
 * RADIO
 * --------------------------------------------------------------------- */

.menu-radio .controls .play {
  width: 51px !important;
  height: 28px;
  text-indent: -9999em;
  background: url("../images/hulu.png") no-repeat scroll transparent;
  border-right: 1px solid #FFF;
}

.menu-radio .controls .play.on {
  background-position: 15px -14px;
}

.menu-radio .controls .play.off {
  background-position: 15px -103px;
}

.menu-radio .controls .mute {
  left: 59px;
  width: 51px !important;
  height: 28px;
  text-align: center;
  text-indent: -9999em;
  background: url("../images/hulu.png") no-repeat scroll transparent;
}

.menu-radio .controls .mute.on {
  background-position: 15px -74px;
}

.menu-radio .controls .mute.off {
  background-position: 15px -44px;
}

/** ----------------------------------------------------------------------
 * FOOTER
 * --------------------------------------------------------------------- */

#footer {
  width: 100%;
  height: 18px;
  overflow: hidden;
  margin: -18px 0 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

#footer ul {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  font: 10px/ 18px Helvetica, Arial, sans-serif;
}

#footer ul li {
  float: left;
  padding: 0 1px 0 0;
}

#footer ul li a {
  display: block;
  color: #fff;
  min-width: 53px;
  white-space: nowrap;
  padding: 0 0 0 4px;
  background: #ed008c;
}

#footer ul li a span {
  padding: 0 4px 0 0;
}

#footer ul li.active a, #footer ul li a:hover {
  text-decoration: none;
  background: #f387b7;
}

#footer ul li ul {
  display: none;
}

#nav1 {
  position: relative;
  top: 0px;
  left: 1px;
  float: right;
  width: 118px;
  margin: 0 0 0 1px;
  padding: 0;
  list-style: none;
  font: bold 15px/ 14px Helvetica, Arial, sans-serif;
}

#nav1 li {
  float: left;
  padding: 0 1px 1px 0;
}

#nav1 li a {
  display: block;
  width: 58px;
  height: 58px;
  background: #000;
  color: #fff;
  position: relative;
}

#nav1 li a span {
  position: absolute;
  left: 3px;
  bottom: 3px;
  cursor: pointer;
}

#nav1 li a:hover {
  text-decoration: none;
  color: #00aeef;
}

.months {
  background: #00aef0;
}

.months a {
  padding: 3px 0 3px 3px !important;
  width: 26px !important;
  text-align: center;
  text-indent: 0 !important;
  font: bold 15px/14px Helvetica, Arial, sans-serif;
  display: inline-block !important;
}

.months a:nth-child(3n+1) {
  width: 27px;
}

.months a.activemonth {
  color: #000 !important;
}

ul.pagination {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
  border-bottom: 3px solid #999;
}

ul.pagination li {
  display: inline;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: 5px;
  font-size: 90%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

ul.pagination li.act {
  background-color: #00aef0;
  text-align: center;
  border-bottom: 10px solid #fff;
}

ul.pagination li a:link, ul.pagination li a:visited {
  color: #000;
  background-color: transparent !important;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  color: #00AEEF;
  background-color: transparent !important;
  text-decoration: none !important;
}

address {
  font-style: normal;
}

.marker {
  font-weight: bold;
  display: block;
  width: 70px;
  float: left;
}

/** ----------------------------------------------------------------------
 * CONTACT FORM
 * --------------------------------------------------------------------- */

form.contact {
  position: relative;
  padding-bottom: 150px;
}

form.contact table.contact {
  border: 0;
  border-spacing: 1px;
}

form.contact table.send {
  margin: 0;
  padding: 0;
  border: 0;
  width: 604px;
}

form.contact td {
  vertical-align: top;
}

form.contact table.contact td {
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #00aef0;
}

form.contact label {
  color: #cccccc;
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
  display: block;
}

form.contact input {
  border: none;
  margin-left: 10px;
}

form.contact .contact_email_name {
  width: 170px;
  padding: 3px;
  margin-bottom: 1px;
}

form.contact .contact_email_email {
  width: 170px;
  padding: 3px;
  margin-bottom: 1px;
}

form.contact .contact_email_checkbox {
  width: 170px;
  padding: 3px;
}

form.contact .contact_email_checkbox span {
  display: block;
  width: 100px;
  position: relative;
  top: -40px;
  left: 30px;
}

form.contact .contact_email_block {
  padding: 3px 3px 11px 3px;
  margin-left: 1px;
}

form.contact textarea {
  border: none;
  margin-left: 10px;
  width: 390px;
  height: 140px;
  font: inherit;
}

form.contact #contact_name, form.contact #contact_email, form.contact #contact_captcha {
  width: 150px;
}

form.contact #contact_textmsg, form.contact #contact_subject {
  padding-top: 3px;
  padding-left: 3px;
}

form.contact .contact_email_captcha_text {
  float: left;
  width: 365px;
  font-size: 90%;
  line-height: 120%;
  padding-top: 5px;
}

form.contact .contact_email_captcha {
  width: 163px;
  padding: 3px;
  border: 1px solid #00aef0;
  margin-bottom: 1px;
}

form.contact button.contact_email_button {
  color: #fff;
  background-color: #00aef0;
  width: 171px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 25px;
  border: none;
  font-weight: bold;
  font-size: 150%;
  cursor: pointer;
  text-align: left;
  position: relative;
}

form.contact button.contact_email_button:hover {
  background-color: #6DD0F7;
}

.menutitle {
  display: none;
}

.wpcf7-response-output {
  border: 0 !important;
}

/** ----------------------------------------------------------------------
 * FORM
 * --------------------------------------------------------------------- */

p.error, p.ugc-notice {
  color: #ef346c;
  font-weight: bold;
  border: none !important;
}

.form {
  position: relative;
  padding-top: 15px;
}

.form-row {
  background-color: #00aef0;
  padding: 0 5px;
  float: left;
}

.form-row:first-of-type {
  padding-top: 5px;
}

.form-row:last-of-type {
  padding-bottom: 25px;
}

.form-row label {
  background-color: #fff;
  border: 1px solid #0095da;
  border-right: none;
  margin: 0 0 5px 140px;
  padding: 3px;
  width: 200px;
  color: #cccccc;
  line-height: 18px;
  font-weight: bold;
  font-size: 150%;
  display: block;
  float: left;
}

.form-row input {
  background-color: #fff;
  border: 1px solid #0095da;
  border-left: none;
  margin: 0 0 5px 0;
  padding: 3px;
  width: 226px;
  line-height: 18px;
  outline: none;
}

form.register.new .form-row:first-of-type {
  padding-top: 28px;
  padding-bottom: 18px;
}

form.register.new .form-row label[for="last_name"] {
  margin-left: 2px;
}

form.register.new .form-row label[for="first_name"], form.register.new .form-row label[for="last_name"] {
  width: 100px;
}

form.register.new .form-row input[name="first_name"], form.register.new .form-row input[name="last_name"] {
  width: 100px;
}

.form-button {
  color: #fff;
  background-color: #00aef0;
  width: 178px;
  padding: 25px 3px 3px 6px;
  border: none;
  font-weight: bold;
  font-size: 150%;
  cursor: pointer;
  text-align: left;
  white-space: normal;
  position: relative;
  top: 1px;
  left: 0px;
  float: right;
}

.form-button:hover {
  background-color: #6DD0F7;
}

p.register-required {
  position: absolute;
  top: 20px;
  left: 145px;
  color: #fff;
}

.reqister-required-text {
  display: none;
}

p.register-info {
  position: absolute;
  top: 44px;
  left: 10px;
  color: #8bd7f4;
  font-size: 160%;
  font-weight: bold;
  text-align: right;
  line-height: 125%;
}

p.error {
  color: #ef346c;
  font-weight: bold;
  padding: 10px 0 0 !important;
}

/** ----------------------------------------------------------------------
 * INTERNAL
 * --------------------------------------------------------------------- */

ul.profiletabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.profiletabs li {
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
}

ul.profiletabs li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 35px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
}

ul.profiletabs li a:hover, ul.profiletabs li.current_page_item a {
  background: #00aeef;
  color: #fff;
}

div.profile {
  width: 100%;
  background: #00aeef;
  color: #fff;
  clear: both;
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #fff;
}

div.profile p.profile_infotext {
  padding-top: 10px !important;
  padding-right: 20px !important;
}

div.profile label {
  color: #cccccc;
  font-weight: bold;
  font-size: 150%;
  display: block;
  width: 210px;
  float: left;
}

div.profile input, div.profile select {
  border: none;
  background: #fff;
  margin-left: 10px;
}

div.profile h4 {
  color: #8bd7f4;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 3px;
}

div.profile_login {
  margin-top: -10px;
}

p.profile_login_text {
  width: 275px;
  float: left;
  padding-top: 10px !important;
  padding-right: 0px !important;
}

div.profile_login_form {
  float: right;
  padding-right: 10px;
}

div.profile div.username {
  background-color: #8bd7f4;
  border: 1px solid #0095da;
  padding: 3px;
  margin-top: 15px;
  margin-bottom : 5px;
  clear: both;
  width: 280px;
  margin-bottom: 5px;
}

div.profile div.username label {
  color: #fff;
  width: 180px;
}

div.profile div.username input {
  color: #fff;
  background-color: #8bd7f4;
  text-align: right;
}

div.profile div.email {
  background-color: #fff;
  border: 1px solid #0095da;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  clear : both;
  width: 280px;
  clear: both;
}

div.profile div.email label {
  width: 100px;
}

div.profile div.email input {
  text-align: right;
}

div.profile_password {
  clear: both;
}

div.profile_password div.pass, div.profile_password div.verify_pass {
  margin-left: 0px;
  width: 572px;
  background-color: #FFF;
  border: 1px solid #0095DA;
  padding: 3px;
  margin-bottom: 5px;
  clear: both;
}

div.profile_contact {
  clear: both;
}

table.ctable {
  padding: 0;
  margin: 0;
}

table.ctable td {
  padding: 0;
  margin: 0;
}

div.profile div.ctable {
  background-color: #fff;
  border: 1px solid #0095da;
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left : 0px;
  clear: both;
  width: 280px;
  margin-left: 0px;
}

div.profile div.ctabler {
  margin-left: 4px;
}

div.profile div.ctable label {
  width: 100px;
}

div.ugc-inner-wrapper {
  background: #fff;
  padding: 3px;
  width: 572px;
}

div.ugc-inner-wrapper h2, div.ugc-inner-wrapper br {
  display: none;
}

div.ugc-inner-wrapper div.ugc-input-wrapper {
  background: #fff;
  border: 1px solid #0095da;
  margin-bottom: 3px;
  padding: 2px;
}

div.ugc-input-wrapper label {
  float: none;
  display: inline;
  vertical-align: top;
}

div.ugc-input-wrapper .field {
  background: #fff;
  border: none;
  width: 400px !important;
  display: inline !important;
  margin-left: 20px;
}

div.ugc-inner-wrapper div:nth-of-type(4) {
  /* button */
  border: none;
  height: 50px;
  padding: 1px 0 15px 0;
}

div.ugc-input-wrapper .button, #newcontent button {
  color: #fff;
  background-color: #00aef0;
  width: 178px;
  padding: 25px 3px 3px 3px;
  border: none;
  font-weight: bold;
  font-size: 100%;
  cursor: pointer;
  text-align: left;
  float: right;
  margin-left: 1px;
}

#newcontent button.ui {
  color: #00aef0;
  background-color: #fff;
  width: 108px;
  padding: 25px 3px 3px 3px;
  border: none;
  font-weight: bold;
  font-size: 150%;
  cursor: pointer;
  text-align: left;
  float: right;
  margin-left: 1px;
}

div.newcontent textarea {
  background: #fff;
  border: none;
  width: 400px;
  height: 300px;
  font: inherit;
}

ul.audiodownloads {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.audiodownloads li {
  background-color: #fff;
  color: #000;
  padding: 6px 3px;
  width: 572px;
  position: relative;
  margin-bottom: 3px;
}

ul.audiodownloads li h4 {
  color: #cccccc;
  padding: 0;
  margin: 0;
}

ul.audiodownloads li p {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

ul.audiodownloads li span.download {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: bold;
  background: url(../images/download.gif) center left no-repeat;
  text-indent: 15px;
}

ul.audiodownloads li span.edit_download {
  display: block;
  position: absolute;
  top: 6px;
  right: 146px;
  font-weight: bold;
  background: url(../images/edit.gif) center left no-repeat;
  text-indent: 11px;
}

ul.audiodownloads li span.delete_download {
  display: block;
  position: absolute;
  top: 6px;
  right: 236px;
  font-weight: bold;
  background: url(../images/delete.gif) center left no-repeat;
  text-indent: 13px;
}

.article_row {
  position: relative;
  padding-bottom: 38px;
}

.article_row h2 {
  width: 480px;
}

.nav-links div.nav-previous, .nav-links div.nav-next {
  display: inline;
}

.nav-links div.nav-next {
  float: right;
}

div#comment {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.comment {
  border: 1px solid #00aef0;
  padding: 4px;
}

div.comment .small {
  color: #cccccc;
  font-weight: bold;
  font-size: 150%;
}

div.comment .postcontent {
  padding: 3px 10px;
}

div.comment .postcontent p {
  padding: 0 !important;
}

.comment-form {
  background-color: #00aef0;
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
  padding: 5px;
  position: relative;
}

div.commentfield {
  background-color: #fff;
  border: 1px solid #0095da;
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left : 0px;
  clear: both;
  width: 480px;
  margin-left: 0px;
}

div.commentfield label {
  color: #cccccc;
  font-weight: bold;
  font-size: 150%;
  display: block;
  width: 110px;
  float: left;
}

div.commentfield input {
  background: #fff;
  border: none;
}

div.commentfield textarea {
  background: #fff;
  border: none;
  width: 475px;
  height: 100px;
  font: inherit;
}

div.commentfield .form-submit input {
  color: #fff;
  background-color: #00aef0;
  width: 178px;
  padding: 25px 3px 3px 3px;
  border: none;
  font-weight: bold;
  font-size: 150%;
  cursor: pointer;
  text-align: left;
  position: relative;
  top: 31px;
  left: 101px;
  float: right;
  margin: 0;
}

.form-submit input:hover {
  background-color: #6DD0F7;
}

p.counter {
  display: none;
}

form.search {
  padding: 4px 5px;
}

input.search {
  border: 1px solid #999;
  margin: 1px 0px 0px;
  padding-left: 2px;
  width: 90px;
  vertical-align: top;
}

input.arrow {
  background-image: url(../images/arrow_blue.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: none;
  width: 8px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  margin: 1px 0 0;
  float: right;
}

form.search input.arrow {
  background-image: url(../images/arrow_b_inv.gif);
  background-color: #000;
}

#impress1{
  padding-top: 4px;
}

#impress2{
  padding-top: 3px;
}

#loginlink{
  float: right;
}

.blueframe{
  background-color:#00AEF0;
  color:#FFFFFF;
  padding:10px;
}

.blueframe a{
  color: #fff;
  font-weight: bolder;
}

.tracklistheader{
  font-size:20px;
  font-weight:bold;
  width:391px;
}

.playtimeheader{
}

.cdtitle,.cdid{
  color: #00AEEF;
}

.cdtitle{
  font-weight:bold;
}

.textbox{
  padding-left: 10px;
}

.readon {
}

/*Headline Newslettersubscribe*/
.norm{
  font-weight: normal;
}

.blueform{
  background-color:#00AEEF;
  height:44px;
  margin-left:220px;
  padding-bottom:6px;
  padding-top:18px;
}

#formblock{
  width:200px;
  height:100px;
  background-color: #fff;
  float: left;
}

#formsend{
  float:right;
  height:33px;
  margin-top:1px;
  padding:0 3px 9px;
  vertical-align:top;
}

#frame_mail_sub{
  float:right;
  padding-bottom:1px;
  padding-right:55px;
  width:200px;
}

#frame_mail_sub table{
  border-spacing: 0px;
}

#frame_mail_sub tbody{
  border-spacing: 0px;
}

#frame_mail_sub td{
  padding: 0px 0px 2px 0px;
  background-color: #fff;
}

#tablehold{
  width: 50%;
  float: right;
}

#tableinner{
  background-color:#00AEEF;
}

#tableinner table{
  border: 10px solid #00AEEF;
  border-spacing: 0;
}

#tableinner table tr td{
  background-color: #fff;
  border-bottom: 10px solid #00AEEF;
  color:#CCCCCC;
  font-size:150%;
  font-weight:bold;
}

#tableinner table tr td input{
  background-color: #fff;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px solid #00AEEF;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.mailformhead {
  color:#00AEF0;
  font-size:150%;
  padding-bottom:7px;
}

#ismobile {
  display: none;
}

/** ----------------------------------------------------------------------
 * MOBILE
 * --------------------------------------------------------------------- */
 
@media only screen and (max-device-width : 885px) {
  body {
    min-width: 320px;
    width: 100%;
  }

  #wrapper {
    width: 100%;
  }

  #holder {
    width: 90%;
    padding: 0 5%;
  }

  #content {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
  }

  .article_row h2 {
    width: 100%;
  }

  .form-row label {
    width: 180px;
    margin-left: 0;
    border: none;
  }

  .form-row input {
    width: 240px;
    border: none;
  }

  #sidebar {
    position: absolute;
    left: -2000px;
    margin-bottom: 20px;
  }

  table.ctable,
  table.contact,
  table.send {
    display: block;
    width: 100% !important;
  }

  table.ctable td,
  table.contact td {
    float: left;
    width: 100%;
  }

  div.commentfield,
  div.ugc-inner-wrapper,
  ul.audiodownloads li {
    width: 80%;
  }

  table.ctable input:not([type='checkbox']),
  table.contact input:not([type='checkbox']),
  table.contact textarea,
  div.commentfield textarea,
  div.ugc-input-wrapper .field {
    width: 80% !important;
  }

  div.commentfield .form-submit input {
    margin-left: -9px;
    left: 0;
    float: left;
  }

  table.contact .contact_email_name,
  table.send .contact_email_captcha_text {
    width: 100%;
  }

  div.profile input,
  div.profile select {
    margin-left: 0;
  }

  div.profile_login_form {
    padding: 0;
  }

  div.profile_password div.pass,
  div.profile_password div.verify_pass {
    width: auto;
    padding: 3px;
  }

  div.profile div.ctabler {
    margin-left: 0;
  }

  .menu-btn {
    float: right;
    margin-top: 5px;
  }

  .menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
  }

  .menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
  }

  .expand {
    position: relative !important;
    left: 0 !important;
  }

  #ismobile {
    display: block;
  }
}
