﻿/* 
Title:      Government of Yukon website mediaroom2.css
Author:     Government of Yukon
Updated:    March 21, 2014
*/

ul.subnav {margin-left:10px; display:none; }
/*Makes nav functional for current browsers with javascript disabled*/
/* li.nojs:hover ul { display: block; }  */
li.nojs ul {display:block;}
ul.active {display:block;}
ul.active li ul {display:block;}
ul.navlist li.active a {
border-color: #273b44;
color: #273b44;
background: #ebebeb;
text-decoration: none; /* IE 6 only */
}
    
ul.navlist li.active li a {
display: block;
width: 156px;
padding: 0 0 0 4px;
border-left: 10px solid #fdc94e;/* lighter */
background: #fff;
text-decoration: none;
display: block;
}
    
ul.navlist li.active li a:hover {
border-color: #273b44;
color: #fff;
background: #fdb813;
text-decoration: none; /* IE 6 only */
}
.govNav, ul.govlist li a:link, ul.govlist li a:visited, .govlist li, .govlist a {
color:RGB(165,0,33);
text-decoration: none; /* IE 6 only */
}
                    
#left h1.govlist {
color:RGB(255,255,255);            
font-size: 90%;
padding-left: 16px;
font-weight: normal;
background-color: #3d7084; 
background-image: url(http://reddotcms.gov.yk.ca/dev/rd_corp_news2/images/left_gov_corner.gif);
background-position: left top;
background-repeat: no-repeat; 
border-bottom: 2px solid #3d7084;
margin-top:20px;           
}  
/* left nav boxes */
#left a img {
margin-top:10px;
}       
/* Articles */
#rightContent {
float: right;
/*margin-left:20px;*/
max-width: 224px;
background: #fff;
color: #777;
border-top: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;
border-left: 5px solid #fff;
}
        
#rightContent h1 {
color: #fff; margin:0px;
font-size: 90%;
padding-left: 16px; padding-top:4px;
font-weight: normal;
background: #777f8b url(http://reddotcms.gov.yk.ca/dev/rd_corp_news2/images/News-Teasers_Gradient.gif) no-repeat left top;
}
 
#rightContent .gallery h1 {
background: #273b44 url("http://www.gov.yk.ca/news/images/left_nav_corner.gif") no-repeat left top;
border-bottom: 2px solid #273b44;
}  
            
#rightContent  ul {
width:226px; 
margin:0px 0px 5px;
padding:0px;
}
#rightContent li {
padding:0px;
margin:0px;
}
.gallery a {
border:none;
}
.gallery ul.rightlist {
  width: 168px;
 border-top: 0px;
 font-size: 90%;
 list-style: none;
}
.gallery  ul.rightlist li {   
border-top: 1px solid #fff; 
}
               
.gallery  ul.rightlist li a {
display: block;
border:none;
text-decoration: none;
}
     
#rightContent .gallery  ul.rightlist li a img { 
border:1px solid RGB(26,24,24); 
/* margin:7px 18px 3px; */
}   
         
#rightContent .gallery ul.rightlist li.video {  
padding:5px 5px 10px; 
text-align:center;
}  
.gallery  ul.rightlist li a:hover { 
background-image: none; 
}
#middleContent #heading {
display:block;
}   
/* Teasers */
.newsList a {
text-decoration:underline;}
.newsList .assets {
display:none;
}
.newsItem a.newsLink {
color: RGB(27,26,26);
/* 1b1a1a */font-weight:bold;
}
.newsItem  .newsDate {
color:RGB(83,84,84); 
font-weight:bold;
}
.newsItem  .dept {
color:RGB(70,71,73); 
font-weight:normal; 
font-style:normal;
}
.newsItem  .dept a {
color:RGB(70,71,73); 
text-decoration:none;
}
.newsItem  .newsText {
color:RGB(39,39,38); 
font-weight:normal;
}
/* Teaser in div */
.newsItem {
margin:0px 0px 10px; padding:10px 0px 0px 10px; min-height: 50px; height:auto !important; height:1px; }
.Special, .special  { 
clear:both; 
color: RGB(26,24,24); 
background-image:url(http://reddotcms.gov.yk.ca/dev/rd_corp_news2/images/News-Teasers_Gradient.gif); 
background-repeat:repeat-x; 
min-height: 130px; 
height:auto !important; 
height:1px;    
}
.Special a.newsLink, .special a.newsLink {
color:RGB(102,110,122); 
}
.Special .newsDate, .special .newsDate {
color:RGB(48,65,100);
}
.Special .assets, .special .assets { 
float:right; 
display:block;  
padding:0px 0px 10px; 
margin: 0px 10px; 
width:153px; 
min-height:111px; 
height:auto; 
height:1px;}
    
.imgAsset img {
border:1px solid RGB(26,24,24); /* position:absolute; z-index:2; */ 
}
.videoAsset { 
/* border:1px solid RGB(26,24,24);   position:absolute; z-index:10;*/ margin:0px; 
}
.Hidden {
display:none;
}