/*
	zDaemon theme for phpBB version 2+
	Created by StealthCP
	http://zdaemon.stealthcp.net
	
	This is the standard color theme from the ZDaemon forums.
	I have handwritten it to take into consideration some of
	the forum's weird color choices. It may be tidied in the
	future when other aspects of the website are ironed out.
*/
@import url(main.css);

/* Standard ZDaemon color */

.topictitle, a.topictitle, a.topictitle:link, a.topictitle:visited, h1, h2, .gen, .genmed, .gensmall, .postdetails, .postbody, .copyright, textarea, select, input.button, input.mainoption, input.liteoption, .helpline
{
	color: #FFCC99;
}

/* Keeping links white.. :) */

.maintitle, a:link, a:active, a:visited
{
	color: #FFFFFF;
}

/* ..but reimplementing rollover color like the current ZDaemon theme */

.maintitle:hover, a:hover
{
	color: #FFFF00;
}

/* Quote & Code blocks has changed, reverting back to ZDaemon default colors */

.code {
	color: #00CC33;
	background-color: #616161;
}

.quote {
	color: #000000;
	background-color: #616161;
}

/* Standard 'highlight' color used by ZDaemon */

th, .mainmenu, a.mainmenu, a.mainmenu:visited, .forumlink, a.forumlink, a.forumlink:visited, .topictitle
{
	color: #FF9C69;
}

/* All those smaller links */

a.gen, a.genmed, a.gensmall, .cattitle, a.cattitle, a.cattitle:visited, .nav, a.nav, a.nav:visited, .name, a.postlink:link, a.postlink:visited, a.copyright, a.copyright:link, a.copyright:visited
{
	color: #FF9C69;
}

/* Once again, mimicing the old theme's hover highlights */

a.gen:hover, a.genmed:hover, a.gensmall:hover, a.mainmenu:hover, a.cattitle:hover, a.forumlink:hover, a.nav:hover, a.postlink:hover, a.copyright:hover
{
	color: #FFCC99;
}

/* Form elements */

input, textarea, select
{
	background-color: #000000;
	color: #FFCC99;
	border-color: #FFCC99;
}

