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

.news {
	border: 1px thin, solid;
	padding: 5px;
}
.news .title {
	font-size: 14px;
	font-weight: bold;
	color:#E9BF25;
	border-bottom: 1px solid #be4540;
	/* border-top: #787878 2px solid; */
	margin: 5px 0px;
}
.news .date {
	font-size: 11px;
	color:#E9BF25;
	font-style:italic;
	margin: 5px 15px;
}
.news .date-right{
	float: right;
	text-align: right;
}
.news .body {
	font-size: 12px;
	margin: 0px 15px;
	padding: 5px;
}

.table-nice {
	border: solid thin #676767;
	width: 80%;
}
.table-nice th {
	text-align: center;
	font-size: 1em;
	padding: 4px;
	background: #D0D0D0;
}
.table-nice td {
	font-size: 0.9em;
	padding: 4px;
	border: #d0d0d0 thin solid;
}
#event-notes #location-div, #event-notes #description-div {
	margin: 4px;
}
#event-notes #location {
	font-weight: bold;
}
#event-notes #description {
	font-weight: bold;
	color: #333333;
}
.descevent {
	color: rgb(241,189,18);
	font-weight: bold;
}
.stats {
	border: rgb(241,189,18) 2px solid;
	width: 95%;
}
.stats .title {
	background-color:#be4540;
	font-weight: bold;
}
.stats .subtitle {
	background-color:#DDDDDD;
	font-weight: bold;
	text-align: center;
}
.stats .subtitle td {
	color: black;
}
.stats .rows td {
	border: 1px solid #666666;
	padding: 2px;
}

.sponsor {
	margin: 15px;
}
.sponsor .image {
	text-align: center;
}
.sponsor .description {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: thin solid #666666
}

.album-name {
	font-weight: bold;
}

#left-menu .row  {
	background-position:right;
	background-repeat:repeat-y;
	/* background-color: #FFFFFF; */
	/* color: #FFFFFF; */
	font-size: 0.8em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}
#left-menu .row a {
	color: #333333;
}
