/*==========================================
Pantagraph Master Style
==========================================*/
body{ background: #efefef url(images/diagonal-stripes-wide-light.png); }
        
/* main content bg */
.main-body { background: #fff; border-radius:4px; }

/* default href */
a { color: #2F4D93; }
a:hover { }

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

/* main navigation */
.main-navigation-container{
  margin-bottom:10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#main-navigation, #scroll-nav-container{
  background: #2F4D93;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5480CB), to(#2F4D93));
	background-image: -moz-linear-gradient(top, #5480CB, #2F4D93);
	background-image: -ms-linear-gradient(top, #5480CB, #2F4D93);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5480CB), color-stop(100%, #2F4D93));
	background-image: -webkit-linear-gradient(top, #5480CB, #2F4D93);
	background-image: -o-linear-gradient(top, #5480CB, #2F4D93);
	background-image: linear-gradient(top, #5480CB, #2F4D93);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5480CB', endColorstr='#2F4D93', GradientType=0);
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
/* link style */
#main-navigation li a.parent { 
    color: #e6e6e6; 
    border-left: 1px solid rgba(255,255,255,0.15); 
    border-right: 1px solid rgba(0,0,0,0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	padding: 10px 8px 11px;}
	
#main-navigation li a.parent:hover { background-color: rgba(255,255,255,0.3); color:#fff; }
/* 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;
}
.topbar div>ul a, .nav a {padding: 10px 9px 10px;}
/* simple dropdown styles */
#main-navigation li ul.subnav.no-media a:hover { background: #e6e6e6; color:#333; }
/* weather */
#site-weather a.parent { color: #333;  }
#site-weather .sponsored { color: #333; }
#site-weather .current-temp,
#site-weather .current-conditions{ color:#006699; text-shadow: 1px 1px 0 #fff; }
#weather-icon img { opacity: 0.85; }

/* search */
/* expand color */
#search-dropdown a.parent { color: #666; }
/* search button */
#search-text,#search-dropdown { background-color: rgba(255, 255, 255, 0.9);}
#search-button { background-color: #2F4D93; }
#search-button:hover { background-color: #5480CB; }
/* advanced search | color */
.adv-search span { color: #4F7596; }

/* top navigation */
.top-nav-container{ 
	color: #fff;
	background: #5B5B5B;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5B5B5B), to(#525252));
	background-image: -moz-linear-gradient(top, #5B5B5B, #525252);
	background-image: -ms-linear-gradient(top, #5B5B5B, #525252);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5B5B5B), color-stop(100%, #525252));
	background-image: -webkit-linear-gradient(top, #5B5B5B, #525252);
	background-image: -o-linear-gradient(top, #5B5B5B, #525252);
	background-image: linear-gradient(top, #5B5B5B, #525252);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5B5B5B', endColorstr='#525252', GradientType=0);
  
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
/* top nav links */
.top-nav-container a.parent { color: #ccc; }
.top-nav-container a.parent:hover { color: #eee; }


/* footer */
#site-footer { color: #fff; }
#footer-navigation{ background: #5480CB; }
#site-footer a { color: #efefef; }
#site-footer h5 { color: #fff; }
#site-footer ul { border-bottom: 1px dotted #444; }
#site-copyright {  background: #2F4D93;  }


/*=======================================
- Mobile Styles
=======================================*/
body.mobile{#efefef url(images/diagonal-stripes-wide-light.png); }
body.mobile .main-body{
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
  margin: 0 10px 10px;
}


/*=======================================
- Additions
=======================================*/
.asset-main p {color:#333;}
h3 a {color:#4b4b4b;}
h3 a:hover {color: #2F4D93; text-decoration:underline;}
h6 {color:#686868;}
h6 a {color:#686868;}
h6 a:hover {color: #2F4D93; }
.asset-info p .byline {color:#a9a9a9;}
div.cal-search {display: none;}
.tsnContent {width: 620px;}
.story-bucket .list ul li h5 {font-size:13px; font-weight:normal; line-height:16px; padding-right:5px; margin:0; }
.story-bucket .list ul li { padding:8px 5px; border-bottom:1px solid #eee; }


/*=======================================
- Mobile Touch Styles
=======================================*/

#mt #mobile-header .button,
#mt .mobile-navigation { background-color: #2F4D93 !important; }
#mt #mobile-footer { background-color: #cccccc !important; text-align: center !important; }
#mt #mobile-footer > div { margin: 0 auto !important; }

#http-www-pantagraph-comspecial-sectionhealth-nav {background: #2f4d93;}
#http-www-pantagraph-comextra-nav {background: #CE1126;}
#site-menusmain-nav-testj-health-nav {background: #2f4d93;}

/* correct login modal */
#login-modal{
  max-height: 90%;
  top: 5% !important;
  overflow-y: auto;
}