
/* ......................Background and Body Formatting........................ */
body{
  min-height: 100vh;
    //top:0;
    //margin-top: 0;
    //background-image:url('../images/Light-Wood-Background.jpg');
   	//background-repeat: repeat-y;
	//background-position: center;
    //background-size: 100% 100%;
	//background-color: rgba(0,0,0,0.8);
      background-color: dimgray;
	//background-attachment: fixed;
    //font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


p{
  //font-weight: bold;
}

.form-control{
    height: 28px;
}

.btn{
    padding: 4px 12px;
}



div{
    //border: thin white solid;
    //overflow: hidden;

}

.black_bg{
    background-color: rgba(0,0,0,0.4);
    display: block;
    padding: 10px;
}

.lightblue_bg{
    background-color: rgba(52,204,255,0.6);
    display: block;
    padding: 10px;
}

.blue_bg{
    //background-color: rgba(52,204,255,0.6);
    background-color: rgba(0, 102, 153,0.8);
    display: block;
    padding: 10px;
}

.grey_bg{
    background-color: rgba(255,255,255,0.4);
    border-radius:0px 0px 5px 5px;
    display: block;
    padding: 10px;
}

.white_bg{
    background-color: rgba(255,255,255,1);
    border-radius:0px 0px 5px 5px;
    display: block;
    padding: 10px;
}

.pattern{
    background:rgba(0,0,0,.5) url(../images/pattern.png);
}

.br{
    margin-bottom:15px;
    display: block;
}

li{
    list-style-type: none;
}

ul{
    padding: 5px 10px;
}

#txt{
  font-weight: bold;
  color: whitesmoke;
  background-color: rgba(0,0,0,0.6);
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;

}
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
 /* ...........................................................................*/


/* ...................................HEADER...................................*/
header{
    background-color: whitesmoke;
    // rgba(0,0,0,0.4);
    padding: 0px;
    margin: 0px;
}

/* ............................................................................*/


/* ...................................FOOTER.................................. */
footer{
    margin:0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
    text-align: center;
    color: rgba(192,192,192,0.6);
}

footer a{
    color: rgb(252,255,255);
    text-decoration: none;
}

footer a:hover{
    background-color: rgba(144,144,144,0.6);
}

footer a:link, a:visited{
cursor: auto;
color: rgb(252,255,255);
}

footer a:active{
color: red;
}

#contact_info{
    margin-top:15px; 
    padding:5px;
    outline-style: dashed;
    outline-color: grey;
    outline-width: thin;
    color: rgba(192,192,192,1);
    font-weight: lighter;
    opacity: 0.6;
    cursor: crosshair;
}

#contact_info:hover{
    opacity: 1;
}

footer li:hover{
    background-color:rgba(0,0,0,0.6);
    padding-left: 15px;
}

footer ul{
    background-color: grey;
    border-radius: 10px 2px;
    padding: 5px 10px;
}

footer li{
    list-style-type: none;
    text-align: left;
    text-indent:0px;
}

footer h5{
    padding:5px;
    background-color: tomato;
    border-radius: 2px 10px;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
}

.btn-lg{
  background-color: tomato;
  border: none;
}

/* ...............................END OF FOOTER............................. */



/* ..............................NAVIGATION...................................*/

.navbar{
    margin: 0;
    border-radius: 0px;
    background-color:tomato;
    border: transparent;
    //margin-bottom: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(252,255,255);
    //font-size: 16px;
}

ul.nav{
  padding: 0px
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color:rgba(0,0,0,0.4);
}

.navbar-inverse .navbar-right>li>a:hover {
   background-color: transparent;
}

.navbar-right a.socialmedia{
  margin-right: 10px;
  opacity: 1;
  padding:1px 0px 0px 0px;
}

a.socialmedia:hover{
   //opacity:0.8;
   border: 2px rgba(255, 255, 0,0.6) solid;
   border-radius: 35px;
    //margin: 0px;
}



.navbar-inverse .navbar-nav .glyphicon{
    //color: rgb(52,204,255);
}

/* ...........................................................................*/



/* ................................INDEX.PHP................................ */

#index{
   background-image:url('../images/20150425_1328392.jpg');
   //background-size: 60% 60%;
   //background-size: 100% 100%;
}


#thumbshow img{
    //margin-bottom:20px;
    height: 100px;
}

#left_sidebar{
    padding:15px;
    overflow: hidden;
    min-height: 1200px;
    height: 100%;
}

#left_sidebar img{
    width:100%;
}


.flexslider{
     margin-bottom: 10px;
}

h1#headlines{
    border-radius: 0px 5px 0px 0px;
    margin-bottom: 0px;
    text-decoration: underline;
    width: 45%;
}

div#headlines{
    border-radius: 0px;
    min-height: 300px;
    max-height: 300px;
    font-weight: bold;
    overflow: hidden;
}


 h1{
 background-color: rgba(255,255,255,0.6);
 color: rgba(0,0,0,0.8);
 text-align: center;
 border-radius: 2px 10px;
 margin-top: 5px;
 font-size: 1.6em;
 padding: 3px;
 }

 h2{
 background-color: rgba(52,204,255,0.6);
 color: rgba(0,0,0,0.8);
 text-align: left;
 border-radius: 2px 10px;
 margin-top: 5px;
 font-size: 1.4em;
 padding: 3px 5px;
 text-decoration: none;
 }

a.livestream:hover{
  cursor:pointer;
}

img#mmww:hover{
  opacity: 0.8;
}

img#logo{
   height:70px;
   width: 100%;
}

img#logo:hover{
    opacity:0.6;
}

hr{
    margin-bottom: 0px;
    opacity: 0.6;
}

#frontpagenews{
  background-color: tomato;
  color: rgba(255,255,255,0.8);
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
}

a:hover{
text-decoration: none;
color: red;
}

.instagallery{
    margin: 5px 0px 5px 1.6%;
    border-radius:5px 20px;
    border:3px whitesmoke solid;
    width: 18%;
}

.instagallery:hover{
    opacity:0.8;
}

#login_form label{
    color:red;
}

#airTime{
  color: F7F7F7;
  font-weight: bold;
  font-size: 12px;
}

#programName{
  font-weight: bold;
  font-variant: small-caps;
  color: rgb(0, 102, 153);
}

#onAirImage{
  border-radius: 25px 5px;
}

#hot_topic{
  margin: 10px;
  padding: 20px 35px 20px 35px;
  border-radius: 10px;
  overflow: auto;
}

#newsarea{
  background-color: rgba(64,64,64,0.6);
  //background-color: rgba(255, 99, 71,0.6);
}

#newsarea img{
  border: thick rgb(217, 217, 217) solid;
  width: 100%;
  height: 250px;
  margin-top: 2px;
}

#newsarea h1{
  text-align: left;
  width: 60%;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#newsarea h2{
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  text-align: justify;
  margin-bottom: 5px;
  border-radius: 5px;
  text-align: justify;
}

#newsarea p{
  text-align: justify;
}

#newsarea ul{
  margin-bottom: 0px;
  padding: 0px;
}

#newsarea li{
  list-style-type: square;
}

#newsarea h2:hover{
color: whitesmoke;
}

#newsarea hr{
  border-color: black;
  margin-top: 5px;
}

h1#morenews{
color: rgba(255,255,255,0.8);
border-radius: 10px;
background-color: tomato;
font-size:18px;
font-weight: 200px;
padding: 10px;
margin-top: 10px;
}

a:hover>h1#morenews{
color: rgba(255,255,255,0.8);
background-color: rgba(0,0,0,0.6);

}

/*.....................................NEWS.....................................................*/

#news{
  //background-image:url(../images/1334062.jpg);
  //background-size: 30% 100%;
  //background-color: whitesmoke;
  min-height: 58.9vh;
}

#news_column{
  padding-right: 0px;
}

#add_news{
  color: white;
  padding: 10px;
}

#add_news legend{
  color: tomato;
}

#news_today{
  width: 100%;
  height: 450px;
}

#sports_today{
  width: 100%;
  height: 350px;
}

#regional_today{
  width: 100%;
  height: 350px;
}

#entertainment_today{
  width: 100%;
  height: 350px;
}

.news_today{
  color: white;
  font-size: 30px;
  font-weight: 500;
  background-color: transparent;
  text-align: left;
  border-radius: 2px;
  margin-bottom: 0px;
  font-family: CNN,Helvetica Neue,Verdana,Helvetica,Arial,Utkal,sans-serif;
}

.news_today:hover{
  color: red;
}

.news_stories{
  background-color: rgba(255, 255, 255,0.8);
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: bold;
}

h1.news_label{
  background-color: rgba(0, 102, 153,0.8);
  //background-color: rgb(255, 77, 77);
  color: rgb(242, 242, 242);
  text-align: center;
  font-weight: 300;
  border-radius: 2px;
}

h2.news_feature{
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: 300;
  background-color: transparent;
  text-align: justify;
}

h2.news_feature:hover{
  color:red;
}


#first_feature{
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  text-align: justify;
}

#first_feature:hover{
  color: red;
}

#first_feature_pic{
  width:100%; 
  height:300px;
  border: thick rgba(0, 102, 153,0.8) solid;
}

hr.news_hr{
  margin-top:5px;
  border-color: black;
}
/*.................................NEWS_STORY.......................................................*/

#story_type{
  min-height: 58.9vh;
}

#main_story{
  min-height:70vh;
}

#news_story_headline{
  background-color: rgba(0, 102, 153,0.8);
  font-size:4.13333rem;
  color:whitesmoke;
  border-radius: 2px;
  text-align: justify;
  word-spacing: -3px;
  font-weight: 300;
}

#news_story_pic{
width:40%;
margin-right: 10px;
border-radius: 5px;
float: left;
}

#news_story p{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: justify;
}

#news_story pre{
   display: inline;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   white-space: pre-line;
   margin: 1em 0;
   background-color: transparent;
   border: none;
   text-align: justify;
   word-wrap:normal;
   word-break:keep-all;
   font-size: 15px;
   font-weight: 400;
}

#edit{
  color: whitesmoke;
}

/* h1{
  color:rgb(48, 50, 51);
  font-weight: bold;
  font-variant: small-caps;
  background-color: transparent;
  text-align: left;
  font-size: 1.5em;
  padding-left: 0px;
}
*/
/*..............................................................................................*/

/*.....................................ABOUT US..................................................*/
#about_us{
   background-image:url('../images/gallerybkg.png');
   font-weight: bold;
   min-height: 58.9vh;
}

#about_us p{
  text-align: justify;
  font-size: 1.2em;
}

/*..............................................................................................*/

/*.....................................CONTACT..................................................*/
#contact{
   background-image:url('../images/contact.jpg');
   font-weight: bold;
   min-height: 58.9vh;
}

#contact_form label {
  color: tomato;
  text-align: left;
}

.social_link:link{
  font-size: 20px;
  color: white;
}

.social_link:visited{
color: white;
text-decoration: none;
}

.social_link:hover{
  color:blue;
  text-decoration: none;
}

.social_link:active{
color: blue;
text-decoration: none;
}

.social_hover:hover{
  background-color: rgba(255,255,255,0.8);
}
/*..............................................................................................*/

/*.....................................GALLERY..................................................*/
#gallery{
  background-image:url('../images/gallerybkg.png');
  //background-size: 50% 100%;
  min-height: 58.9vh;
}

.gal_white_bg{
    background-color: rgba(255,255,255,0.4);
    border-radius:0px 0px 5px 5px;
    display: block;
    padding: 10px;
}

.big_text{
  font-size: 3.5vw;
  color: ;
}

.med_text{
  font-size: 1.5vw;
  text-align: justify;
  color: slategrey;
}

#gallery hr{
border-color: rgba(0,0,0,0.6);
border-width: 3px;

}

/*..............................................................................................*/

/*.....................................SCHEDULE..................................................*/
table#schedule{
  border:thin whitesmoke solid;
  border-radius: 10px;
  margin: 5px;
  margin-left:0px;
  height: 60vh;
  width: 100%;
}

table#schedule, th, td{
  border: thin whitesmoke solid;
  border-collapse: collapse;
}

table#schedule td:nth-child(even) {
    background-color: rgba(0,102,153,0.2);
}

#schedule th{
  color: rgba(255, 255, 255,1);
  padding: 5px;
  background-color: rgba(0, 102, 153,0.8);
  font-weight: 400;
}

#schedule td{
padding: 5px;
color: whitesmoke;
font-weight:200;
font-size: 13px;
}

.schtime{
  color:rgb(248,129,0);
  font-size: 12px;
  font-weight: 300;
}
.prgname{
font-weight: 500;
color: rgb(0, 225, 255);
font-size: 14px;
}

/*..............................................................................................*/



/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
  
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 20px;
}
.tabs-left>li {
  margin-right: -1px;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-color: transparent;
  background-color: rgba(0, 102, 153,0.8);
  color:whitesmoke;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 10px 0px;
  margin-right: 0;
  display:block;
  color: white;
  font-weight: bold;
}

.tabs-left>li>a:hover {
  background-color: white;
  color: rgb(48, 50, 51);
}


.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 20px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

 

