@charset "UTF-8";
/* CSS Document */


#sidebar{
	width: 170px;
	float: left;
	margin: 15px;
	height: 100%;
}

.side{
	width: 170px;
	height: 200px;
	margin-bottom: 20px;
}

#auditions{
	background: url(../images/default/auditions.png);
}

#auditions:hover{
	background: url(../images/default/auditions.png) bottom;
}

#tickets{
	background: url(../images/default/tickets.png);
}

#tickets:hover{
	background: url(../images/default/tickets.png) bottom;
}

#pastShows{
	border-top: white dashed 2px;
	color: white;
	text-align: center;
	margin: 10px 0px;
	padding: 10px 0px;
	font-weight: bold;
	font-family: "Myriad Pro", Myriad, Geneva, Arial, Helvetica, sans-serif;
}

.pastLink{
	width: 170px;
	height: 50px;
	margin-bottom: 7px;
	background: tomato;
}

#assassins{
	background: url(../images/melodramatics/assassinsSide.png);
}

#assassins:hover{
	background: url(../images/melodramatics/assassinsSide.png) bottom;
}

#intothewoods{
	background: url(../images/melodramatics/intoTheWoodsSide.png);
}

#intothewoods:hover{
	background: url(../images/melodramatics/intoTheWoodsSide.png) bottom;
}

#batboy{
	background: url(../images/melodramatics/batBoySide.png);
}

#batboy:hover{
	background: url(../images/melodramatics/batBoySide.png) bottom;
}

#jeffmarx{
	background: url(../images/melodramatics/jeffMarxSide.png);
}

#jeffmarx:hover{
	background: url(../images/melodramatics/jeffMarxSide.png) bottom;
}

#newbrain{
	background: url(../images/melodramatics/newBrainSide.png);
}

#newbrain:hover{
	background: url(../images/melodramatics/newBrainSide.png) bottom;
}

#sweeney{
	background: url(../images/melodramatics/sweeneySide.png);
}

#sweeney:hover{
	background: url(../images/melodramatics/sweeneySide.png) bottom;
}

#wildparty{
	background: url(../images/melodramatics/wildPartySide.png);
}

#wildparty:hover{
	background: url(../images/melodramatics/wildPartySide.png) bottom;
}

#littleshop{
	background: url(../images/melodramatics/littleshopSide.png);
}

#littleshop:hover{
	background: url(../images/melodramatics/littleshopSide.png) bottom;
}

#tlfy{
	background: url(../images/melodramatics/tlfySide.png);
}

#tlfy:hover{
	background: url(../images/melodramatics/tlfySide.png) bottom;
}

#sfanw{
	background: url(../images/melodramatics/sfanwSide.png);
}

#sfanw:hover{
	background: url(../images/melodramatics/sfanwSide.png) bottom;
}

#cabaret{
	background: url(../images/melodramatics/cabaretSide.png);
}

#cabaret:hover{
	background: url(../images/melodramatics/cabaretSide.png) bottom;
}

#ilyb{
	background: url(../images/melodramatics/ilybSide.png);
}

#ilyb:hover{
	background: url(../images/melodramatics/ilybSide.png) bottom;
}
#candide{
	background: url(../images/melodramatics/candideSide.png);
}

#candide:hover{
	background: url(../images/melodramatics/candideSide.png) bottom;
}

