/* ####################   S K I N   9   ####################

1	#ccebfc
2	#b66c30
3	#4d5559
4	#1d3833--

*/

body {
		background-color: #ccebfc;  /* 1 */
		color: #b66c30;  /* 2 */
}

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

.button, .submit {
		background-color: #84c1e2;  /* 4 */
		color: #fff;
}

a {
		color: red;  /* 2 */
}

a:hover, .active, .content-inner a, #countdown, #staff .member .name {
		color: #4d5559;  /* 3 */
}

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

#content h1, 
#nav ul, #nav ul li .line, 
#staff .member,
#news-index .news, #news-index .news .info .headline,
#nav #search, #nav #calendar, legend {
		border-color: #b66c30;  /* 2 */
}

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

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

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

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

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

.index {
		background: url("index.jpg") no-repeat left bottom;
		height: 350px;
}

.top-menu a:hover {
	background: #ccebfc;  /* 1 */
	color: #b66c30;  /* 3 */
}

