/*special wild colors for colfaxcloth 1-16-2011 RM
palette #800080 purple
#808000 olive green
#D7D7B0 light olive
#4040A0 blue
#800000 rust
*/

html, body {
	margin: 0px;
	text-align: center; 
	background: url('images/bg.gif') repeat-y center; 
	/*background-color: #b1a586;*/
	background-color: #000000;
}

body, tr, td {
	margin: 0px; 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

#container {
	margin: 0px auto;
	/*width: 949px;*/
	width: 994px;
	position: relative; 
	text-align: left; 
}

#sidebar {
	position: absolute;
	left: 0px; 
	top: 110px; 
	text-align: right; 
	margin-bottom: 20px; 
	width: 170px;
}

#menu {
	padding: 10px 0;
	line-height: 16px;
}

.submenu {
	padding: 0 10px;
}

#title {
	position: absolute;
	left: -1px;
	top: 0px;
	width:1000px;
	height:77px;
	background-color:#000000;
}

#content {
	position: absolute; 
	left: 190px;
	top: 110px;
	width: 720px;
	line-height: 18px;
	padding: 15px;
}

.entry0 {
	background-color: transparent;
	width: 100%;
	padding: 15px 0;
	line-height: 18px; 
	color: #000000;
}

.entry1 {
	background-color: #D7D7B0;
	width: 100%;
	padding: 15px 0;
	line-height: 18px; 
	color: #000000;
}

h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	border-bottom: 1px solid #000000;
	background-color: #808000;
	padding: 4px 10px;
	margin: 0;
}

.entry0 h1, .entry1 h1 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 15px; 
	font-weight: lighter; 
	background-color: transparent;
	border-bottom: 1px solid #E6E5E3;
	padding: 4px 10px;
	margin: 0;
}

h2 {
	color: #4F4B40;
	font-family: Georgia, "Times New Roman"; 
	font-size: 20px; 
	font-weight: lighter; 
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E5E3;
	padding: 0 4px 0 4px;
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none; 
}

a:hover {
	color:  #a83502;
	text-decoration: underline; 
}

.more {
	color: #800080;
	text-align: right; 
	text-transform: uppercase; 
	font-size: 9px; 
	margin: -10px 5px 0 10px; 
}

.more a {
	color: #800080;
	text-decoration: none; 
	font-weight: bold; 
}

.more a:hover {
	color: #C1BAA0;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px; 
	color: #505050;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px;
}
.big {
	width: 100%;
}

.right {
	text-align: right; 
}

.left {
	text-align: left; 
}

.small {
	font-size: 10px; 
}

#caltable {
	background-color: #FFFFFF;
	margin: 10px; 
	border: 1px solid #E6E5E3;
	padding: 5px; 
}

.readright {
	text-align: right;
	width: 30%;
	color: #9F9F9F;
}

.readdesc {
	text-align: left; 
	padding: 0 4px;
}

.eventtags {
	border-top: 1px solid #E6E5E3;
	padding-top: 20px; 
}

.calendar {
	font-family: Verdana; 
}

.calendar-month {
	font-size: 11px; 
	font-weight: bold; 
}

.day-name {
	font-size: 9px; 
}

.weekday {
	font-size: 9px; 
}

.cats {
	padding: 3px 20px;
	text-align: left; 
}

.entleft {
	border-right: 1px solid #E6E5E3;
	text-align: left; 
	padding: 0 4px;
}

.enttop {
	border-top: 1px solid #E6E5E3;
	text-align: left; 
	padding-top: 5px;
}

.calendarbox {
	border: 1px solid #E6E5E3;
	padding: 7px;
	margin: 10px;
	float: left;
	height: 120px;
	text-align: center; 
}

#information {
	background-color: #D7D7B0;
}

.infotitle {
	background-color: #800080;
	color:#FFFFFF;
}

input, textarea, select, checkbox {
	border: 1px solid #a69c81;
	background-color: #f1ebdc;
}

.eventimage {
	/*border: 1px solid #CFCFCF;*/
	width:200px;
	padding: 2px;
	margin: 4px 0;
}