/*  
-------------------------------------------------------------
Site:		COLOURlovers v.3
Title:		lostmy's starry theme
Version:	1.0 
Created:	5 April 2008
Author:		http://www.colourlovers.com/lover/lostmy
-------------------------------------------------------------
this will give you the option of something other than grey 

I've used http://www.colourlovers.com/pattern/69510/dancing_dreams by lostmy

and http://www.colourlovers.com/color/565C70/thought_it_might...  by lostmy


However bear in mind:

1) This is really just a practice run for me and I'm basically just editing Teleute's code.

2) Teleute did NOT changed the colour of the text or links from the master stylesheet (and neither did I) so they may not show up clearly!

3) Teleute altered the size of the ad section so that the background colour would fit with the rest of the scheme (being no expert on code I left well alone ;-) ). It may not line up correctly if you have a different size screen. If so, just delete that section.





---------------------*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.colourlovers.com") {


/* COLOURS USED 

TO CHANGE THE BLUE COLOUR	JUST REPLACE #565C70 WITH YOUR CHOICE
TO CHANGE THE PATTERN           JUST REPLACE http://colourlovers.com.s3.amazonaws.com/images/patterns/69/69510.png WITH YOUR      PREFERENCE

*/
	

	body {
		background: url(http://colourlovers.com.s3.amazonaws.com/images/patterns/69/69510.png) !important;
	}


/* Login - DARK BAR ACROSS THE TOP */
	.login {
		background: #565C70 !important;
	}


/* AD Div - AD AT TOP RIGHT COLUMN */
	.happyDiv {
		width: 433px !important;
		background: #565C70 !important;
		float: left !important;
	}

	.ad {
		margin-left: 20px !important;
	}


/* Columns */
	.c2_1 {
		background: #565C70 !important;
	}


	.loverProfile {
		background:  #565C70 !important;
	}


	#loversGroups {
		background: #565C70 !important;
	}

	.whoLoves {
		background: #565C70 !important;
	}


	.paletteColors {
		background: #565C70 !important;
	}



}
