@charset "utf-8";
/* CSS Document */
/* To be used for all Plays */
/*=========================*/

/***Elements***/
hr {
	width:80%; text-align:center;
}
h1 {
	color:#e9eaf1; text-decoration:none;
}
ul {
	text-align:left; margin-left:20px;
}
li {
	list-style-image:url(Images/cdsm.gif) ;margin-left:20px;
}

/* Left Column */
.lNavbar {
	width:90%; margin-left:40px;
}
.uEvents {
	width:80%; float:left; position:relative; margin:0; padding:25px 0 0 20px;
}

/*Middle Column*/
#mCol {
	background-image: url(Images/bkgPlays.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position:center;
}
.tbls {
	float: left; position:relative; width:100%; margin:0 auto; 
}
.tblPlay {
	float:none; position:relative; width:95%; text-align:center;
}
.tblPlay th {
	 width:100%; 
	font-weight:bold; color:#c4caf2; text-align:center;
}
.tblPlay td {
	padding-left:30px;
	text-align:left;
}
.lyrics {
	text-align:center;
}

/*Footer*/
#footer {
	float:left; position:relative; width:100%; padding-top:25px;  margin:0 auto;
	text-align:center;
}

.mail_list {
	width:100%; padding:10px 0 10px 0;  float:left; position:relative;
	font-size:1em; text-align:center;
}	
.invitation {
	width:100%; padding: 30px 0 10px 0; float:left; position:relative;
	font-size:1em; text-align:center;
}	

