/*  
-------------------------------------------------------------
Site:		COLOURlovers v.3
Title:		Teleute's Mellow Green
Version:	1.1
Created:	11 December 2007
Revisions:	16 December 2007 - Made background of wholoves div darker
Author:		http://www.colourlovers.com/lover/teleute
-------------------------------------------------------------


This is designed for those who want a less grey COLOURlovers. 

The colours used here are from my palettes: 

Foxy Mellow Green	http://www.colourlovers.com/palette/208755/Foxy_Mellow_Green

Jedi Grove		http://www.colourlovers.com/palette/217865/Jedi_Grove	

You can easily change the hex codes to colours you like, just use the comments to help you.


However bear in mind:

1) I have NOT changed the colour of the text or links from the master stylesheet so they may not show up clearly!

2) I altered the size of the ad section so that the background colour would fit with the rest of the scheme. It may not line up correctly if you have a different size screen. If so, just delete that section.

3) This was just a quick hack, personalise it, do your own version, it's all good, but please don't inundate me with requests for changes. : ) 


If you found this style useful, drop by my palettes and vote on one you like!


Teleute : )

---------------------*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.colourlovers.com") {


/* COLOURS USED 

TO CHANGE THE DARKEST COLOUR	JUST REPLACE #173B0B WITH YOUR CHOICE
TO CHANGE THE MIDDLE COLOUR	JUST REPLACE #7CAF62 WITH YOUR CHOICE
TO CHANGE THE LIGHTEST COLOUR	JUST REPLACE #8FBF77 WITH YOUR CHOICE

*/
	

	body {
		background: #7CAF62 !important;
	}


/* Login - DARK BAR ACROSS THE TOP */
	.login {
		background: #173B0B !important;
	}


/* AD Div - AD AT TOP RIGHT COLUMN */
	.happyDiv {
		width: 433px !important;
		background: #8FBF77 !important;
		float: left !important;
	}

	.ad {
		margin-left: 20px !important;
	}



/* Columns */
	.c2_1 {
		background: #8FBF77 !important;
	}


	.loverProfile {
		background:  #8FBF77 !important;
	}


	#loversGroups {
		background: #8FBF77 !important;
	}

	.whoLoves {
		background: #173B0B !important;
	}


	.paletteColors {
		background: #8FBF77 !important;
	}



}