/* IMAGES AND COLOUR STYLES GO IN HERE. LAYOUT IS IN CORE.CSS */

body {
	background:none;
	background:#370404 url(images/background-plain.jpg) repeat-x fixed center top;
}

/* RED LINKS */

a {color:#8d0600;}
a:hover {color:#ff2419; text-decoration: underline;}



/* YELLOW LINKS */

#grid-content .post_float A { color: #fff } 

#grid-content .post_float A:HOVER {
	color: #ffcc00;
	text-decoration: none;
}

/* These are the tags on the big grid: */

#grid-content .post_tags A {color:#9c9c9c;}
#grid-content .post_tags A:HOVER {color: #ffcc00; text-decoration: none; }

/* These are the tags on pages: */

#grid-content #container .post_tags A {
	color:#8d0600;
}
#grid-content #container .post_tags a:hover {
		color:#ff2419; text-decoration: underline;
}

#grid-content .arch-title A {
	color: #ffeca0;	
}

#grid-content .arch-title A:HOVER  {
	color: #ffcc00;	text-decoration: none;
}

#footer a, #tweethead A {color:#ffeca0;}

#footer a:hover, #tweethead A:HOVER {color: #ffcc00; text-decoration: none; }


/* GRID CONTENT */

#grid-content .post_float  {
	color: white;	
}


#footer a.url {color:#ffcc00;}

.rounded { }
#top_bar {background: url(images/navi-bg.png) top repeat-x; }
#top_bar_inner { }

#logo { background:  none;}

#right_links a{color: white !important;}

#footer {background: url(images/footer-bg.png) top repeat-x; } /* MAX-HEIGHT 580px; */
#footer{color: white;}
#footer h2 {color: white !important;}


#footer ul li{ ;}

