/*-----------------------------------------------------------------------------

Appearances Style Sheet



version:   2.0

author:    Nathan Frerichs

email:     nathan@nathanfrerichs.com

website:   http://www.nathanfrerichs.com

-----------------------------------------------------------------------------*/



/*---------------------------------------------------------

	List items

-----------------------------------------------------------*/

#upcoming li, #recent li {
	margin: 0 0 40px;
}




/*---------------------------------------------------------

	Span styles

-----------------------------------------------------------*/

	
span {
	display:block;
}


.date {
	display:inline;
	font-size: 100%;
	font-weight: bolder;
	color: #000;
}

.time {
	display:inline;
	font-size: 95%;
	color: #000;
	font-style: italic;
	margin-left: 5px;
}

.city-state {
	font-style: normal;
	font-weight: bold;
	color: #666;
}

.venue {
	color: #333;
	font-style: italic;
}

.description {
	font-size: 85%;
	font-weight: lighter;
	color: #000;
	font-style: normal;
	margin-left: 15px;
}