/* ####################   S K I N   2   ####################

1	#00656f
2	#ccecfc
3	#c1d72f
4	#00454c

*/

body {
		background-color: #00656f;  /* 1 */
		color: #ccecfc;  /* 2 */
}

input, textarea, select, .button {
		border-color: #00656f;  /* 1 */
}

.button {
		background-color: #00454c;  /* 4 */
}

.button {
		color: #ccecfc;  /* 2 */
}

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

.third-menu a.active, .third-menu a:hover {
		color:  #c1d72f !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: #ccecfc;  /* 2 */
}

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

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

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

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

#footer, .logos {
		background: url("spacer.gif") left top repeat-x;
}

#footer a {
		color: #ccecfc;  /* 2 */
}

.hilite {
		background: #00454c; /* 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: #00656f; /* 1 */
}
