/* ####################   S K I N   8   ####################

1	#fff
2	#b6b7ba
3	#b6b7ba
4	#231f20

*/

body {
		background-color: #b7d245;  /* 1 */
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 12px;
		color: #151a01;  /* 2 */
}

input, textarea, select, .button {
		border-color: #b6b7ba;  /* 2 */
}

.button {
		background-color: #97b02c;  /* 4 */
}

.button {
		color: #151a01;  /* 2 */
}

a:hover, .active, .content-inner a, #countdown, #staff .member .name,
#nav #calendar table td.sunday {
		color: #a51656;  /* 3 */
}

.third-menu a.active, .third-menu a:hover {
		color:  #a51656 !important;  /* 3 */
}

#content h1, 
#nav ul, #nav ul li .line, 
#staff .member,
#news-index .news, #news-index .news .info .headline,
#nav #search, #nav #calendar, #nav #calendar-header,
.won2filter, .won2header, .won2content .won2listing {
		border-color: #151a01;  /* 2 */
}

#countdown #days, #countdown #hours, #countdown #minutes {
		border-color: #a51656;  /* 3 */
}

#header {
		background: url("spacer.gif") left bottom repeat-x;
}

#logo a {
		background: url("logo.gif");
}

#logo #line {
		background: #b7d245 url("line.gif") no-repeat !important;  /* 2 */
}

#footer, .logos {
		background: url("spacer.gif") left top repeat-x;
}
#footer a {
		color: #a51656;  /* 3 */
}

.hilite {
		background: #231f20; /* 4 */
}

#nav #calendar table td.today {
		background-image: url("today.gif");
		background-position: middle center;
		background-repeat: no-repeat;
		border: none;
}

#nav #calendar table td.event {
		background-image: url("event.gif");
		background-position: middle center;
		background-repeat: no-repeat;
		border: none;
}

#nav #calendar table td.today, #nav #calendar table td.today a {
		color: #fff; /* 1 */
}
