/**
 * Custom WP theme for Live Midland
 * styles for event manager extended 
 * 
 */



/* event calendar widget */
table.eme-calendar-table {
	margin: 0 auto;
	width: 240px;
	border: solid 5px #D0D1D9;
	border-spacing: 0;
	border-collapse: collapse;
}
table.eme-calendar-table thead a {
	color: #fff;
}
table.eme-calendar-table thead td {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	background-color: #000;
}
.lmlive table.eme-calendar-table thead td {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	background-color: #DBD632;
}
.lmblog table.eme-calendar-table thead td {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	background-color: #60AA28;
}
.lminteractive table.eme-calendar-table thead td {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
	background-color: #009DC7;
}
table.eme-calendar-table .eme-calendar .days-names td {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #009DC7;	
}
table.eme-calendar-table tbody td {
	width: 14%;
	padding: 4px 2px;
	border: 0 none;
}
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a  {
	color: #60AA28;
}



/* event full calendar */
table.fullcalendar {
	clear: both;
	margin: 0 0 30px 0;
	width: 515px;
	border-spacing: 0;
	border-collapse: collapse;
}
table.fullcalendar tr.days-names td {
	text-align: center;
}
table.fullcalendar td {
	padding: 4px !important;
	border: none;
}
.lmlive table.fullcalendar thead td,
#content table.fullcalendar thead td,
table.fullcalendar thead td {
	padding: 20px 0 !important;
	text-align: center;
	vertical-align: middle;
}
#content table.fullcalendar td {
	border: 1px solid #D0D1D9;
}
table.fullcalendar ul {
	margin: 7px 0 0 0;
	list-style-type: none;
}
table.fullcalendar ul li {
	margin: 0 0 6px 0;
	font-size: .8em;
	line-height: normal;
}

