/*

	included in override/templates/pagelayout_subtree_news.tpl
	this defines all things that are specific to the 
	that section only - mainly colors

	Culture news:     #FF0066 / #FFFFFF
	
*/

body.news .colored          { color:#FF0066; }
body.news a.colored         { color:#FF0066; }
body.news .diap         	{ background-color:#FF0066;  color:#FFFFFF; }
body.news .diaphover:hover 	{ background-color:#FF0066;  color:#FFFFFF; }
body.news #page 			{ background:white url("../../images/header-news.gif") no-repeat scroll 0 0; }	
body.news #header 			{ color:white;}	
body.news #header  input.button   		{ color:white; border-color:white; } 
body.news #smallheader 					{ background-color:#FF0066; color:white;  }
body.news #smallheader div.leftcol  	{ background-image:url("../../images/smallheader-news-left.gif"); }
body.news #smallheader div.rightcol 	{ background-image:url("../../images/smallheader-news-right.gif"); }

body.news div.ezxmltext h3          	{ background-color:#FF0066;  color:#FFFFFF; }
body.news div, body.news span, body.news a, body.news form                          { border-color:#FF0066; }
body.news hr        					{ background-color:#FF0066; border-color:#FF0066; color:#FF0066; }
body.news blockquote        			{ border-color:#FF0066;  }
body.news input.button          		{ background-color:transparent;  color:#FF0066; border-color:#FF0066;  }

body.news fieldset.twocol500 input.submit      { border:1px solid #000000; background-color:#FF0066;  color:#000000; }
body.news fieldset.twocol500 input.cancel      { border:1px solid #000000; background-color:#FF0066;  color:#000000; }


/*
	override/templates/node/view/full-folder-node-news
*/
body#node-130 div#rssfeedsbox div.inline-oneliner {
	clear:both; cursor:pointer;
	padding:0 0 .75em 0; 
}

body#node-130 div#rssfeedsbox div.inline-twoliner {
	clear:both; cursor:pointer;
	padding:0 0 1.5em 0; 
	margin:0 0 1.5em 0; 
}

body#node-130 div#rssfeedsbox div.inline-twoliner small.footer {
	font-weight:normal;
}

