
/**
	Right hand side list of scheduled events
*/
ul.day-list li {
	margin-bottom: 12px;
}
ul li.day {
	line-height: 		150%;
	list-style-image: 	none;
	list-style-type: 	none;
	margin: 			10px 0;
}
li.day strong {
	color: 			#6a6a6a;
	display: 		block;
	width: 			50px;
	text-align: 	right;
	border-bottom: 	1px solid #eee;
}
ul.post-list {
	margin-left:	7.5em;
	margin-top: 	-1.5em;
	padding-left: 	0;
	position: 		relative;
}
ul.post-list li {
	font-size: 			11px;
	line-height: 		1.3em;
	margin-top: 		0;
	list-style-image: 	none;
	list-style-type: 	none;
	position: 			relative;
}
.status-not-known {
	list-style-image: url('/layout/images/widgets/blue.gif');
}
.signed-up {
	background: transparent url('/layout/images/widgets/green.gif') no-repeat 98% 3px;
}
.not-signed-up {
	background: transparent url('/layout/images/widgets/red.gif') no-repeat 98% 3px;
}
.unknown {
	list-style-image: url('/layout/images/widgets/orange.gif');
}
ul.post-list li :link, 
ul.post-list li :visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	color:#333;
}
ul.post-list li :link:hover, 
ul.post-list li :visited:hover {
	color:				#103f5e;
	text-decoration:	none;
}
ul.post-list li em {
	color:			#6a6a6a;
	font-style:		normal;
	border-bottom: 	1px solid #eee;
}















h6 {
	font-size:		12px;
	padding-bottom:	3px;
	margin:			0;
	margin-bottom:	10px;
}



/**
	RAID SCHEDULE
	-----------------------
**/
div.raid-schedule {
	border-left: 	solid 8px #fff;
	padding:		2px 5px;
	margin-bottom:	5px;
	font-size:		1.2em;
}
div.raid-schedule .date {
	font-size:		10px;
}


/**
	RECRUITMENT
**/
dl.recruitment {
	padding:		0;
	border:			0;
	margin:			0;
	margin-bottom:	2px;
	clear:			both;
	font:			normal 11px Verdana,serif;
}
dl.recruitment dt {
	float:			left;
	width:			40px
}
dl.recruitment dd, p.recruitment {
	margin-left:	45px;
	padding-top:	10px;
}
dl.recruitment dd dl {
	margin-bottom:	5px;
}
dl.recruitment dd dl dt {
	float:			left;
	width:			8em;
}
dl.recruitment dd dl dd {
	font-weight:	bold;
	margin-left:	9em;
	padding-top:	0;
}

.recruit-closed {
	color:		#a00;
}
.recruit-open {
	color:		#0a0;
}
