/* Fluid 3 column layout with header and footer using floats.
Downloaded from builder.com. Only change made was to swap padding on the middle div with margin values
*/

/* Default values */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* This setting forces ems into a direct 1:10 ratio with pixel values for text */

html	{ 
	font-size: 100.01%;	
}
body	{
	font-size: 62.5%;
}

/* forces browsers to draw a scroll bar) [CSS3]. IE doesn't understand this but it draws the scrollbar gutter anyway on short content pages  */
:root { overflow-y: scroll; } 

/* Hacks */

/* Holly hacks */

/* Hides from IE5-mac \*/
* html #centreCol { height: 1%; }
/* End hide from IE5-mac */

/* The following holly hack stops creeping text in the main paragraph boxes */

/* Hides from IE5-mac \*/
* html div.paraBox {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html div.demos {height: 1%;}
/* End hide from IE5-mac */


/* Layout */

body	{
	font-family: verdana, helvetica, sans-serif;
	background-image: url(../images/lakback.gif);
	background-color: #000044;
	background-attachment: fixed;
	color: #c0c0c0;	
	text-align: center; /* Centres content in IE5.x */
}
#wrapper	{
	/* width: 80%; */
	width:880px;
	width: 992px;
	width: 1033px;
/*	min-width: 790px;
	max-width: 980px; */
	margin: 20px auto;
	text-align: left; /* Left aligns text to counter IE5 fix in body tag */
}
#mastHead {
	/* background-color: #000044;
	border: 1px ridge #9900ff; 
	border: 2px solid #010158;  */
	width: 100%;	
	height: 144px;
}
#headContact	{	
	padding-left: 43px;
	padding-bottom: 5px;
}
#headContact p	{
	padding-top: 5px;
}
#headContact p strong {
	color: #0000FF;
}
#innerWrapper	{
	clear: both;
	
	padding-left: 41px;
}
#leftCol {
	float: left;
	width: 160px;
}
#navWrapper, #contactBox, #MU {	
	background-image:  url(../images/lakback.gif);
	background-color: transparent; 
	color: #fff; 
	border: 1px ridge #9900ff; 
	margin-bottom: 10px;
}
#contactBox, #MU 	{
	padding: 10px;
	width: 140px;
	text-align: center;
}
#rightCol {
	float: right;
	width: 180px;
}
#PrivatePartyFunctions p, #WeddingEvents	p	{
	font-size: 1.1em;
	padding: 5px 0;
}
p.shiftRight	{
	padding-left: 6px;
}
#feedbackBox	{
	border: solid 1px #0066cc;
	border-color: #414182;
	padding: 5px;
	margin-bottom: 20px;
	background-image: url(../images/lakback.gif);
	background-position: right;
	background-repeat: no-repeat;	
}
#feedbackBox p	{
	font-size: 1.1em;
}
#centreCol {
	margin: 0px 190px 5px 180px;
	/* margin-left: 180px;*/
	padding: 0;
	/* min-width: 521px; */
}
#footer {
	clear: both;
}
#playlistNav	{
	margin-bottom: 2.0em;
}
#contactBox	{
	display: none;
}
#artistList	p, #medleysList p {
	line-height: 1.7em;
	line-height: 2.8em;
	/*letter-spacing: 0.08em; */
}
/* elements */

p	{	
	font-size: 1.2em;
	padding: 0.5em 0;
	color: #c0c0c0;
}
p.question	{
	color: #9900ff;
	padding-bottom: 10px;
}
p.venue	{
	color: white;
	padding-top: 0;
}
p.from	{
	color: #B990FC;
	font-style: italic;
	padding-bottom: 0;
}
#centreCol p	{	
	line-height: 1.4em;
}
.tbc	{
	color: #0000ff; 
}
#contactBox strong	{
	color: #0000ff;
}
div.info	{
	border-left: thin dotted #9900ff;
	border-right: thin dotted #9900ff;
	margin: 2.0em 4.0em;
}
div.info p	{
	text-align: center;
	color: white;
	background-color: transparent;
	font-style: italic;
	padding: 0.5em;
}
div.blurb 	{
	background-image:  url(../images/lakback.gif);
	border: none;
	border-left: 2px solid #9900ff;
	margin: 20px auto;
}
#homePageBlurb 	{
	background-image:  url(../images/lakback.gif);
	background-position: top;
	background-attachment: fixed;
	border: none;
	margin: 0 auto 20px;
	padding: 10px 20px 20px;
}
div.paraBox {			
	color: white; 
	background-image:  url(../images/lakback.gif);
	padding: 0.5em; 
	padding-left: 1.0em;
	border-left: 2px solid #9900ff; 
	border-right: none;
	border-top: none;	
	border-bottom: none;	
	margin-top: 1em;
}
div#feature	{
	padding: 0 10px;
	border: solid 2px #b990fc;	
	border: 2px solid #010158; 
	border-color: #414182;
	width: 556px; 
	/* text-align: center; */
	margin: 10px auto 0;
}
div#centrePic	{
	text-align: center;
	margin: 10px auto;
}
#profileWrapper	{
	color: white; 
	background-image:  url(../images/lakback.gif);
	border: none;	
	padding: 20px;
	height: 260px;
}
#photosLink	{
	margin-bottom: 10px;
	text-align: center;
	border:solid 1px silver;
	padding-bottom: 5px;
}
#demosLink	{
	margin-bottom: 10px;
	text-align: center;
	border: solid 1px #fff;
	padding-bottom: 5px;
}
#ACLink	{
	margin-bottom: 10px;
	text-align: center;
	border: solid 1px #fff;
	padding: 10px;
}
#photosLink p	{
		padding: 10px;
	}
#profileWrapper div {	
	padding-left: 180px;
}
#profileWrapper img	{
	float: left;
	border: thin solid #9900ff; 
	border-style: ridge;
	border-width: 2px;
	/* text-align: center; */
	margin: 8px 20px 20px 0;	
}
div.demos	{
	font-size: 1.2em;
	margin: 1.0em 0;	
	background-image:  url(../images/lakback.gif);
	width: 450px;
}
div.demos p	{
	padding: 0;
}
div.contactBox	{
	text-align: center; 
	background-image:  url(../images/lakback.gif);
	padding: 0.2em; 
	border: 1px ridge #9900ff;
	margin-top: 2.0em;
}
div#form		{
	font-weight: bold;
	text-align: center; 
	background-image:  url(../images/lakback.gif);
	background-attachment: fixed;
	padding: 0.2em; 
	border: 1px ridge #9900ff;
}
div#form table td	{
	text-align: left;
}
div#formIntro	{
	background-color: mauve;
	padding: 0.5em;
	border: 1px outset #9900ff; 
	margin: 5px auto;
}
div#formIntro	p {
	font-size: 1.2em;
}
div.previous	{
	margin: 0 5em;
}
.formcell	{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: silver; 
	background-color: mauve;
	padding: 0.2em;
	border: 1px outset #9900ff; 
}
td.formcell.blank	{
	border: none;
}

.blurb p	{	
	padding: 5px;
	line-height: 1.5em;
}
.previous p	{
	line-height: 2.0em;
}
h1, h2, h3, h4, h5, h6	{
	font-family: trebuchet, helvetica, arial, sans-serif; 
	color: #fff;
	text-align: center;
}
h2	{
	/* background-color: #9900ff;
	background-color: #9A00FE; */
	border-bottom: 1px solid #C0C0C0; 
	border-top: 1px solid #C0C0C0;
	
	border-bottom: 1px solid #3d0066; 
	border-top: 1px solid #3d0066;
	font-size: 1.6em;
	padding: 0.2em 0;
	background-image: url(../images/heading_bg.gif);
}
h3	{
	background-color: #9900ff;
	border-top: thin solid #4B045D;
	border-right: thin solid #3D0066;
	border-bottom: thin solid #4B045D;	
	border-left: thin solid #3D0066; 	
	font-size: 1.4em;
	margin: 2.0em 5.0em;
	padding: 0.2em 0;
}
h4	{
	font-size: 1.2em;
}
#homePageBlurb h4	{
	text-align: left;
	margin-top: 20px;
}
ul li	{
	font-size: 1.2em;
	list-style-type: none;
	line-height: 1.7em;
}
#navWrapper ul li {
	font-weight: bold;
	line-height: normal;
}
#artistList ul	{
	padding: 0 20px;
}
#artistList ul li	{
	display: inline;
	padding-right: 1.0em;
	line-height: 3.0em;
}
#artistList ul li:nth-child(2n+2)	{
	color: #9900ff;
	color: #0000ff;
	color: #6666ff;
}
/* links */

a	{	
	text-decoration: none; 
}

a:link, a:visited	{
	color: #9900ff; 
}
a:hover, a:focus	{
	color: #fff;
	background-color: #9900ff;
}

a.imageLink:link, a.imageLink:visited	{
	color: #fff; 
	border: none;
}
a.imageLink:hover, a.imageLink:focus	{
	color: #fff;
	border: none;
	background-color: transparent;
}
						
ul#navigation a	{
	padding: 0.3em;
}
/* The following removes extra white space (for IE) */
ul#navigation a { display: inline-block; }
ul#navigation a { display: block; }

ul#navigation a:link, ul#navigation a:visited {
	color: #fff;
	border: 1px solid #000056;	
}
ul#navigation a:hover, ul#navigation a:focus	{
	color: white; 
	background-color: #9900ff;
	border: 1px solid silver;
}
div.demos a	{	
	display: block;
	padding: 0.5em;	
	border:solid 1px transparent;
	border-left: 4px solid #b990fc;
	border-left:4px solid #9A00FE;
	border-left:4px solid #666692;
	border-left:4px solid #24246A;
	/* width: 100%; */
}
div.demos a:link, div.demos a:visited	{
	color: #9900ff; 
}
div.demos a:hover, div.demos a:focus	{
	color: #fff;
	color:silver;
	background-color: #9900ff;
	background-color: #b990fc;
	background-color: #0066cc;
	background-color: #6666ff;
	background-color: transparent;	
	background-image: url(../images/lakback_noise3.gif);
	border-left:4px solid #9900ff;
	border-left: 4px solid #4B045D;
	border-right: 1px solid #3d0066;
	border-top:1px solid #b990fc;
	border-bottom: 1px solid #00003a;
	padding-left: 1.0em;
}

/* general */
span.purple	{
	color:#9900ff;
}
.floatLeft	{
	float: left;
}
.floatRight	{
	float: right;
}
.clearBoth	{
	clear: both;
}

/* frames */

.picFrame	{
	border: thin solid #9900ff; 
	border: thin solid #010158;
	
	border-color: #414182;
	border-style: ridge;
	border-style: solid;
	border-width: 2px;
	text-align: center; 
}
.vidFrame	{
	border: 2px solid #fff; 
}
#photoWrapper	{
	margin-top: 20px;
}
#photoWrapper div	{
	width: 220px;
	padding: 10px 45px;
	float: left;
}



#photoWrapper	{
	margin-top: 20px;
	padding-left: 10px;
	width: 610px;
}
#photoWrapper div	{
	width: 220px;
	padding: 10px 15px;
	float: left;
	width: 120px;
}
#photoWrapper div img	{
	background-color:#EFEFEF;
	border:1px solid #EEEEEE;
	border: thin solid #9900ff; 
	border-style: ridge;
	border-width: 2px;
}


/* New colours */

body	{	
	background-color: #E0E0FF;
	background-image: none;	
	background-image: url(../images/lakback_light.gif);	
	background-image: url(../images/lakback_medium.gif);
	background-image: url(../images/lakback_noise3.gif);
	color: #c0c0c0;	
	color:#999;
}
div.paraBox {	
	background-image:  url(../images/lakback_light.gif);
	background-image: url(../images/lakback_medium.gif);
	background-image: url(../images/lakback_noise2.gif);
	border-left: none;
	background-image:none;
}
#profileWrapper	{
	background-image:  url(../images/lakback_light.gif);
	background-image: url(../images/lakback_medium.gif);
	background-image: url(../images/lakback_noise2.gif);
}
#homePageBlurb 	{
	background-image:  url(../images/lakback_noise.gif);
}
div#form		{
	background-image: url(../images/lakback_noise2.gif);
}
div.demos	{	
	background-image: url(../images/lakback_noise.gif);
}
div.pageBox {
	background-image: url(../images/lakback_noise2.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}
div.contactBox	{
	background-image: url(../images/lakback_noise2.gif);
}
h3	{
	background-color: #B2B2FF;
	background-color: #6666ff;
	border-top: thin solid #4B045D;
	border-top: 1px solid #000056;
	border-right: thin solid #3D0066;
	border-bottom: thin solid #4B045D;	
	border-bottom:1px solid #010158;
	border-left: thin solid #3D0066; 	
	font-size: 1.4em;
	margin: 2.0em 5.0em;
	padding: 0.2em 0;
}
ul#navigation a:hover, ul#navigation a:focus	{
	color: white; 
	background-color: #9900ff;
	background-image: url(../images/heading_bg.gif);
	border: 1px solid silver;
}

#photoWrapper div img	{
	border: 2px solid #010158; 
}

#navWrapper, #contactBox, #MU {	
	border: 2px solid #010158; 
}

#PrivatePartyFunctions, #WeddingEvents	{
	background-image: url(../images/lakback_noise2.gif);
}

#photoWrapper div a:link, #photoWrapper div a:visited {
	border: none; 
}
#photoWrapper div a:hover, #photoWrapper div a:focus {
	border: none; 
}

