/* News section specific stylesheet */
/* http://colorschemedesigner.com/#0o41Tp9tSw0w0 */

/* 
Colors from image: http://www.degraeve.com/color-palette/index.php?q=http://anzaas.org.au:56000/images/v3/news_top.jpg,64402aa45a2ad4712e9c7156ddc6b6,832300d51600ff1200cb5c14ffe4b9

dull
	#664422 h1
	#aa5522 h2
	#cc7733 h3
	#997755 h4 a:visited
	#ddccbb h5
	
vibrant
	#882200
	#dd1100 a link
	#ff1100 
	#cc5511 active
	#ffddbb hover
*/

/*
Tetrad based on sample representative color from image: #EE7D33
1 #EE7D33  h1
2 #EEA933  h1
3 #2D5A9D  a
4 #219881  h2

Dark chosen in the Gimp: #66221a; text
*/

a.block {
	display:block;
	color: #981793;
	padding:10px;
}

div#header {
	background-image: url(/images/v3/news_top.jpg);
}
div#header h1 {
	color: white;
}
div#banner {
	background-image: url(/images/v3/news_bottom.jpg);
}

div#container {
	background-image: url(/images/v3/news_bottom2.jpg);
}

div#content {
	color: #66221a;
}
div#content h1 {
        color: #664422;
}
div#content h2 {
	color: #aa5522;
}
div#content h3 {
	color: #cc7733;
}
div#content h4 {
	color: #997755;
}

div#extra {
	color: #66221a;
}
div#extra a {
	color: #66221a;
}

div#extra a:link {
	color: #66221a;
}

div#extra a:visited {
	color: #66221a;
}

div#extra a:active {
	color: #336699;
}

div#extra h2 {
	background-image: url(/images/v3/news_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	color: #0B6352;
}

div#footer {
	color: #66221a;
	background: url('/images/v3/news_bottom3.jpg') center top no-repeat;
}

div#navigation ul {
	color: #66221a;
}

div#content a, div#navigation a {
	color: #dd1100;
}
div#content a:link, div#navigation a:link {
	color: #dd1100;
}
div#content a:visited, div#navigation a:visited {
	color: #997755;
}
div#content a:hover, div#navigation a:hover { 
	color: #cc5511;
}
div#content a:active, div#navigation a:active {
	color: #ffddbb;
}

div#footer a:active {
	color: #336699
}
div#footer a:hover { color: #620 }
span.mercury_summary {
	font-size: smaller;
	color: #aa5522;
}

div#content ul.bullet  {
        margin: 0 0 0 0px;
}
div#content ul.bullet li {
        background: url(/images/v3/bullet_news.gif) 0% 20% no-repeat;

        padding-left: 10px;
        margin-left: 6px;
}

