/*scheme 1*/

/*background	#555555*/
/*colour 1		#ffdd00*/
/*colour 2		#ffdd99*/
/*colour 3		#ffff99*/
/*colour 4		#ffdd00*/
/*colour 5		#77eedd*/


/*background colour, not much else should be this colour*/
body, .bubble_tl, .bubble_tr, .bubble_bl, .bubble_br, input.contentbutton
{
	background-color: #555555;
}

/*colour 1, big headings, nav headings, etc*/
h1, h3, a.permalink, a.permalink:visited, .nav_heading, 
a.postnavleft, a.postnavright, 
a.postnavleft:active, a.postnavleft:focus, a.postnavleft:hover, 
a.postnavright:active, a.postnavright:focus, a.postnavright:hover, .link_nosidebar 
{
	color: #ffdd00;
}

/*nav itemy linky hovery bordery coloury thingy, needed for IE and will always be the same as colour 1*/
a.nav_heading:active, a.nav_heading:focus, a.nav_heading:hover,
a.postnavleft:active, a.postnavleft:focus, a.postnavleft:hover, 
a.postnavright:active, a.postnavright:focus, a.postnavright:hover 
{
	border-left-color: #ffdd00;
	border-right-color: #ffdd00;
}

/*colour 2, post sub headings, nav items, pic captions, etc*/
h2, a.recent_posts, a.category_heading, a.other_sites, dd, dt, 
a.category_heading:active, a.category_heading:focus, a.category_heading:hover, 
a.recent_posts:active, a.recent_posts:focus, a.recent_posts:hover, 
a.other_sites:active, a.other_sites:focus, a.other_sites:hover
{
	color: #ffdd99;
}

/*nav itemy linky hovery bordery coloury thingy, needed for IE and will always be the same as colour 2*/
a.category_heading:active, a.category_heading:focus, a.category_heading:hover, 
a.recent_posts:active, a.recent_posts:focus, a.recent_posts:hover, 
a.other_sites:active, a.other_sites:focus, a.other_sites:hover
{
	border-left-color: #ffdd99;
}

/*colour 3, content text*/
p.content, p.content_first, p.content_metadata, p.speech_metadata_l, p.speech_metadata_r,
p.login_metadata_l, p.login_metadata_r, p.copyright, p.category, span.category, p.recent_posts_metadata,
li.content, a.camolink
{
	color: #ffff99;
}

/*content link colour, i guess you could call it colour 4*/
a.content, a.content:active, a.content:focus, a.content:hover
{
	border-left-color: #ffdd00;
	color: #ffdd00;
}

/*colour of the menu separators, will always be the same as colour 1*/
div.nav_section, div.nav_section_top
{
	border-bottom-color: #ffdd00;
}

/*colour of buttons. e.g. sign up*/
input.contentbutton
{
	color: #ffff99;
	border-color: #ffdd00;
}

/*info colour, colour 5 i suppose*/
.info
{
    color: #77eedd;
}

/*hidden text colour, is backgorund colour*/
.hidden
{
	color: #555555;
}

/*comment colours, will stay the same for all schemes*/
p.speech, p.speech_first
{
	color: #000000;
}

div.speechbubble_point_l, div.speechbubble_point_r
{
	background-color: #ffffff;
}

h6.speech_author, h6.speech_author strong a
{
	color: #eeeeee;
}

h6.speech_author strong a:hover
{
	background-color: #eeeeee;
	color: #ffffff;
}