@charset "UTF-8";
body {
	background-color: #000;
	

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;


}
a {
	color: #000;
}

.shadow {
-moz-box-shadow: 0 0 5px 0px #000;
-webkit-box-shadow: 0 0 5px 0px #000;
box-shadow: 0 0 5px 0px #000;
}
.timesFont24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.timesFont20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.timesFont18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.timesFont19 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
}
.timesFont17 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
.offwhite {
	color: #d6b994;
}
.offwhiteBorder {
	border: 1px solid #d6b994;
}
.timesFont16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.timesFont14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.timesFont12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.timesFont13 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.timesFont15 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.timesFont22 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
.lightText{
    color : #9B9B9B;
}
.itemBox {
	background-color: #efdfc3;
	border: 1px solid #140505;
	border-radius:8px;
}

.calendar span {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.calendar {
    color: inherit;
    display: block;
    width: 31px;
	text-decoration: none;
	font-family: 'lucida grande',tahoma,verdana,sans-serif;
}
.calendar:hover {
    
}

.day {
    background-color: #6E0222;
    border: 1px solid #535353;
	color:#FFFFFF;
}
.month, .day {
    font-size: 10px;
	
    font-weight: bold;
}
.day-of-month {
    background-color: white;
    border: 1px solid #B1B1B1;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    color: #666666;
    font-family: helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.month {
    padding-top: 1px;
}

.artists {

	text-decoration: none;
	font-family: 'lucida grande',tahoma,verdana,sans-serif;
	 font-size: 11px;
	 text-align:left;
}

.artists a.hover {

text-decoration:underline;

}

.venue {

	text-decoration: none;
	font-family: 'lucida grande',tahoma,verdana,sans-serif;
	 font-size: 12px;
	 margin-top:5px;
	 text-align:left;
}

.venue a.hover {

text-decoration:underline;

}

.buyTickets {

margin-left:4px;
margin-top:10px;


}
.itemBoxDark {
	background-color: #743514;
	border: 1px solid #140505;
	border-radius:8px;
}
