/*    
Google News Lean and Clean                    
A custom userstyle for 'news.google.com'
by CrabApple - 2009                    
last modified: 09.15.2009             
*/

@namespace url(http://www.w3.org/1999/xhtml);

/* to make it appear in the 'google.com' sub-category of userstyles.org */
@-moz-document domain("google.com") { }

@-moz-document url-prefix("http://www.google"),
               url-prefix("https://www.google"),
               url-prefix("http://news.google")

{

/* NOTE: 13px = 1em */

 a:link { text-decoration: none !important; }

 a:hover {
	/* color: #aa2f54 !important; */
        color: #990000 !important;
	text-decoration: none !important;
}

 a.gb2:hover { background-color: #ebeff9 !important; }

/* News Navigation in top left column
----------------------------------------- */
td.nav div.title,
div.links {
	font-family: Candara, sans-serif !important;
	font-size: 1.077em !important;
}

/* News section headings eg World, Health 
----------------------------------------- */
h2.text  {
	font-family: Candara, sans-serif !important;
	font-size: 1.231em !important;
	font-weight: lighter !important;
}

/* Stories 
----------------------------------------- */
div.snippet {
	font-family: Candara, sans-serif !important;
	font-size: 1.154em !important;
	line-height: 1.267 !important;
	border-left: 3px solid #6e83a2 !important;
	margin: 5px 0  !important;
	padding-left: 6px !important;
}

h2.title,
div.title {
	font-family: Constantia, Georgia, serif !important;
	font-size: 1.385em !important;
        line-height: 1.1 !important; /* new 2009-09-15 */
	margin-left: 0 !important;
        margin-bottom: 0.1em !important; /* new 2009-09-15 */
}

 
/* developing stories main page top right column */
div.title { font-size: 1.231em !important; }

h2.title a,
div.title a {
	/* color: #314e83!important; */
        color: #003399 !important;
	text-decoration: none !important;
	font-weight: lighter !important;
}

h2.title a:hover,
div.title a:hover { 
 /* color: #AA2F54 !important; */
    color: #990000 !important;
}

 
/* control story by-line below headline */
div.source,
div.sources,
div.sub-title,
.timestamp {
	font-size: 0.923em !important;
	font-weight: lighter !important;
	color: #666 !important;
	line-height: 1.5 !important;
	margin-left: 0 !important;
}

div.source a,
div.sources a,
div.sub-title .author-link a {
	font-style: italic !important;
	color: #666 !important;
	text-decoration: none !important;
}

div.source a:hover,
div.sub-title a:hover{ color: #AA2F54 !important; }

/* hide headlines below story text -- including video links */
div.aa-inner { display: none !important; }

 
/* hide news outlet links below story text  */
span.source-link { display: none !important; }

  
/* hide E-Mail-This-Story link */
a.email-link { display: none !important; }

/* control link to all news stories below story text */
div.sources .more-coverage-text,
.more-coverage-text {
	font-size: 1em !important;
	font-style: italic !important;
	font-weight: lighter !important;
	text-transform: lowercase !important;
	color: #008000 !important;
	margin-left: 0 !important;
}

a.more-coverage-text { text-decoration: none !important; }

a.more-coverage-text:hover { color: #AA2F54 !important; }

/* control story thumnail images */
div.story div.thumbnail img { border: 1px solid #808080 !important; }

div.thumbnail div.source { display: none !important; }

/* adjustment for single topic news pages */
div.thumbnail { float: right !important; }

/* Show-More-Stories and Show-Fewer-Stories links 
----------------------------------------- */
div.fewer-link,
div.more-link {
	font-family: Candara, sans-serif !important;
	font-size: 1em !important;
	font-weight: lighter !important;
	background: #fff !important;
}

div.fewer-link a,
div.more-link  a {
	color: #777 !important;
	text-decoration: none !important;
}

 
div.fewer-link a:hover,
div.more-link a:hover { color: #aa2f54 !important; }

/* small image mosaic 
----------------------------------------- */
div.s-image-mosaic  div.story.image {
	overflow: hidden !important;
	width: 80px !important;
	height: 90px !important;
	margin-right: 2px !important;
}

div.s-image-mosaic div.row { clear: both !important; padding-bottom: 4px !important; }

div.s-image-mosaic div.contents { padding-top: 5px !important; }

div.s-image-mosaic div.thumbnail { float: none !important; width: 80px !important; }

div.s-image-mosaic div.image { float: left !important; margin: 0 auto !important; }

div.s-image-mosaic .source { display: none !important; } 


/* finance market_news page  
   added 2009-09-15 
----------------------------------------- */

div#fix-w.news { margin-right: 0.385em !important; }


div.g-section.news { margin-left:0 !important; padding-left: 0 !important; position:relative !important; display:block !important;}
	
div.g-section.news span.name { font: 1.385em  Constantia, Georgia, serif !important; } 
	
div.g-section.news div.byline, 
div.g-section.news div.date { 	
   font-size: 0.923em !important;
	font-weight: lighter !important;
	color: #666 !important;
	line-height: 1.5 !important;
	margin-left: 0 !important; }
  
  
div.g-section.news div.g-c > div { 	
        font-family: Candara, sans-serif !important;
	font-size: 1.154em !important;
	line-height: 1.267 !important;
	border-left: 3px solid #6e83a2 !important;
	margin: 5px 0  !important;
	padding-left: 6px !important; }  
	
div.g-section.news div.g-c a#n-mn-,
div.g-section.news div.g-c span.src
	 { display:none !important;}  

	 
	 
div.g-section.news div.g-c a.more-rel { 
	font-size: 0.923em !important;
	font-style: italic !important;
	font-weight: lighter !important;
	text-transform: lowercase !important;
	color: #008000 !important;
	text-decoration: none !important;
}

div.g-section.news div.g-c a.more-rel:hover { color: #990000 !important; } 

div.g-section.news div.g-c br  { display:none !important; }

/* END */

} 