/*==========================================
VolusiaExposed.Com Style
Created By: 12-20-13
Last Modified: 12-21-13 
==========================================*/



body {
    background-image: url("../usc7d.jpg");
    background-color: #1e90ff;
} 

 


/* VX main content bg */
.main-body { background: #ffffff; }

/* VX default href */
a { color: #1e90ff; }
a:hover { }

#site-logo{ margin:5px 10px; }

/* VX main navigation */
#main-navigation, #scroll-nav-container{
  background: #222;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#000), to(#222));
	background-image: -moz-linear-gradient(top, #000, #222);
	background-image: -ms-linear-gradient(top, #000, #222);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #222));
	background-image: -webkit-linear-gradient(top, #000, #222);
	background-image: -o-linear-gradient(top, #000, #222);
	background-image: linear-gradient(top, #000, #222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222222', GradientType=0);
}
/* VX link style */
#main-navigation li a.parent { 
    color: #ffff00; 
    border-left: 1px solid rgba(255,255,255,0.1); 
    border-right: 1px solid rgba(0,0,0,0.5);
}
#main-navigation li a.parent:hover { background-color: rgba(255,255,255,0.2); color:#fff; }
/* VX selected styles */
#main-navigation li a.parent.selected { 
    background: #fff; 
    color: #000; 
    margin-top:2px;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/* VX simple dropdown styles */
#main-navigation li ul.subnav.no-media a:hover { background: #f7f7f7; color:#fff; }
#main-navigation .dropdown-menu{ border:0; -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.4); -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3); box-shadow:0 2px 4px rgba(0, 0, 0, 0.4); }


{
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  background: #7b0099;
  padding: 2px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}



/* VX top navigation */
.top-nav-container{ 
	color: #fff;
  background: rgba(0,0,0,0.7);
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
/* VX fav links links */
.top-nav-container a.parent { color: #ccc; }
.top-nav-container a.parent:hover { color: #eee; }


/* VX footer */
#site-footer { color: #fff; }
#footer-navigation{ background: #555; }
#site-footer a { color: #efefef; }
#site-footer h5 { color: #fff; }
#site-footer ul { border-bottom: 1px dotted #444; }
#site-copyright {  background: #333;  }




/*=======================================
- VX Mobile Styles
=======================================*/
body.mobile{ background: #fff; }


/*VX staff mods */
#hot-topics li {text-transform: uppercase;}
#current-forecast-sponsor {display:none;}
.centerpiece.tabbed .image img {width: 380px;}

/*
#tncms-block-461460 a {font-family: 'PT Serif', serif;font-size:12px;line-height:18px;}
#tncms-block-461460 ul {list-style:circle; margin: 0px 0px 18px 15px;}
*/

/* Stop most image thumbnails in story-bucket-2 blocks from being cut off by height */
.index-list-container .large .image {max-height: none !important;}
.story-bucket .list ul li .index-image {max-height: none !important;}
.story-bucket .feature .index-image {max-height: none !important;}

/* Stop small image thumbnails in index-list-2 blocks from being cut off by height */
.index-list-container .small .image {max-height: none !important;}

/* Stop small image thumbnails in navigation blocks from being cut off by height */
#main-navigation .top .left {max-height: none !important;}

/* First three headlines */
#tncms-block-462492 .index-list-container {border-bottom: 1px solid #CCC;}
#tncms-block-462492 .index-list-item h1 {font-size: 15px; line-height: 21px; padding-bottom: 0px; font-weight: normal; margin: 0; }
#tncms-block-462492 .index-list-item {padding: 10px 0px;}




/* VX Mobile Touch 2.0 */
#mt #mobile-header {background-color: transparent !important;}
#mt .mobile-navigation {background-color: transparent !important;}
#mt .gallery-list img {width: auto !important;}
#mt .asset aside .video-thumb {height: auto !important;}
#mt #mobile-content .index-list-item .image {max-height: 350px !important;}
/* end VX staff mods */
