 /* CSS Document - the limelight productions */
 /*backstage.css*/
 /*April 2009*/
 /*Author Sue Woodger*/
 /*copyright Limelight Productions*/
 
body {
	margin: 20px 0;
	/*background: #000000;*/
	background-image:url(../images/backstage/music003c.jpg);
	background-repeat:repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: verdana, san-serif;
	font-weight: normal;
	font-style: italic;
	color:#33CC33;
}

h3{
	padding-top: 1em;
}

blockquote {
	padding: 1em 3em 1em 3em;
	text-align: justify;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: italic;
	color: #330010;
}

.skiplink {
visibility:hidden;}

ul {
	margin-left: 1em;
}

ul li {
	margin-bottom:0.5em;
}
ol {
	margin-left: 1em;
}

ol li {
	margin-bottom:0.5em;
}

img {
	border: none;
}


.backtotop {
	text-align: right;
	margin: 20px;
}

/* xxxxxxxxxxxx PAGE xxxxxxxxxxxxxxxxxx */


#page {
	width: 740px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 10px solid #00ff00;
}


#header {
	background-color:#000000;
	height:150px;

}
/* xxxxxxxxxxxx CONTENT xxxxxxxxxxxxxxxxxx */


#content {
}


/* ***** CONTENT LINKS ***** */
a:linked {
	color: #0072BC;
}

a:visited{
	color: #996699;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}
a:active {
	color: #59C700;
}



/* xxxxxxxxxxxx MENU xxxxxxxxxxxxxxxxxx */

#menu {
	height: 60px;
	background-color: #000000;

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu p {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu p a{
	border-bottom: 4px solid #330010;
	text-decoration: none;
	color: #FFFFFF;
}


#menu p a:hover {
	border-bottom-color: #FFFFFF;
}



/* xxxxxxxxxxxx WELCOME xxxxxxxxxxxxxxxxxx */

.welcome {
	padding:10px 20px 0 20px;
	/*background-color:#FF0000; red*/
	clear: both;
}


/* xxxxxxxxxxxx POST xxxxxxxxxxxxxxxxxx */

.post {
	padding: 20px 20px 0 20px;
	
	
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
	
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #000000;
	/*background-color:#66FF33; /*lime green*/ /*stories*/
}


.submenu {
	padding	: 10px 20px;
	font-size: small;
	border-top: 1px solid #000000;
	/*background-color:#33CCFF; turquoise*//*in this issue*/
}




/* xxxxxxxxxxxx Sidebar  xxxxxxxxxxxxxxxxxx */



#sidebar {
}


/* xxxxxxxxxxxx  FOOTER xxxxxxxxxxxxxxxxxx */


#footer {
	clear: both;
	padding: 20px;
	background: #C4FB86;
}

#footer p {
	text-align:center;
	margin: 0;
	font-size: x-small;
	color:#333333;
}

#footer a:linked {text-decoration: none;
		color:#00ff00;
		}
		
#footer a:visited {
	color: #996699;	
	}
	
#footer a:hover {text-decoration: none;
	color: #0033cc;
	}	
		
#footer a:active {text-decoration: none;
	color: #0033cc;
	}
		


/* xxxxxxxxxxxx Box out xxxxxxxxxxxxxxxxxx */


.boxout {
background-color:#FF0000; /*red*//*not showing*/
}

.boxout .title {
	height: 23px;
	padding: 15px 0 0 19px;
	/*background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;*/
	background:url(images/NOTES.jpg)repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxout .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

