/*  
-------------------------------------------------------------
Site:		COLOURlovers v.3
Title:		Teleute's Floating Gypsy
Version:	1.0 
Created:	7 April 2008
Author:		http://www.colourlovers.com/lover/teleute
-------------------------------------------------------------

This is designed for those who want a grey but stripey COLOURlovers.  ;)

The colours used here are from: 

Into Gypsy Eyes	http://www.colourlovers.com/palette/228969/Into_Gypsy_Eyes

You can easily change the palette to one 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) 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 send me a love note!


Teleute : )

---------------------*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.colourlovers.com") {


/* TO CHANGE PALETTE

Right click and view the image of your palette, the png will have five hex codes followed by the name of the palette. Copy this and replace all the references to Into Gypsy's Eyes. 

You can make stripes thinner by having more hex codes listed, the key thing is that you must always have an ODD number. Currently sections on the right have more hex codes than those on the left, just for some contrast.

*/

	
	body {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/212121/323232/434343/Into_Gypsy_Eyes.png) !important;
	}

/*LEFT SIDE */

/* Columns */
	.c2_1 {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/Into_Gypsy_Eyes.png) !important;
	}


	.loverProfile {
		background:  url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/Into_Gypsy_Eyes.png) !important;
	}

	.paletteColors {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/Into_Gypsy_Eyes.png) !important;
	}


/* RIGHT SIDE */

	#loversGroups {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/212121/323232/434343/Into_Gypsy_Eyes.png) !important;
	}

	.whoLoves {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/212121/323232/434343/Into_Gypsy_Eyes.png) !important;
	}

	.comments {
		background: url(http://www.colourlovers.com/paletteImg/212121/323232/434343/545454/212121/323232/434343/Into_Gypsy_Eyes.png) !important;
	}


}