/*

    Author: Marc Blessington
    Revised: 2010-1-1
    
    This CSS sheet loads last - thus overrides the others and replaces their content.
    The place for experiments.
    
*/


body {
/*	background: url(../art/elements/pattern-046-f.jpg) repeat fixed;    */
	background: url(../art/elements/background_blue3_stripe.gif) repeat fixed;
	font-size: 0.75em;
	}


#wrapper {
		border: 1px solid #777;
	}

.project-production h2, .project-production p.status {color: #A5451F;}

#menu ul { letter-spacing: 1px; }

#menu ul li.first-tab { display: block; float: left; margin: 0 0 0 40px; }

/* #festive { height: 65px; margin-bottom: -10px; position: relative; z-index: 1; background: url(../art/festive/autumn-leaves.jpg) no-repeat; border-top: 1px solid #bbb; } */



/* http://24ways.org/2008/shiny-happy-buttons */

#footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe8f5), to(#FFFFFF));
	}

/*

body {
	background: #CCB6A7 url(../art/elements/background_blue3_stripe.gif) repeat fixed;
	font-family: "Trebuchet MS", verdana, sans-serif;
	}

#wrapper {
	This shadow seems to make scrolling sluggish and unresponsive
	-webkit-box-shadow:  0px 0px 100px #FFF;
	-webkit-box-shadow: inset 10px 10px 10px 5px #f90;
	}

#header	{
	background: #135;
	}

#footer {
	letter-spacing: 1px;
	}


h1 {
	font-size: 5em;
	text-shadow: 0px 1px 0px rgba(255,255,255,1)
	}

.french {color: #88320E}

.festive img {
	display: block;
    margin: 0px auto 30px;
	}

padding-left: 1em; text-indent: -1em;

88320E  623918 A15F00  833712    (colour ideas)

#footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe8f5), to(#dfe8f5),color-stop(0.4, #FFFFFF));
	}

*/


