/*
h1 {
	padding: 0.5em;
	font-size: 1.6em;
} 

h2 {
	margin: 0.5em 0;
	font-size: 1.4em;	
}

p {
	margin: 0.5em;	
}
*/
.ui-widget {
	font-size: 1em;	
}

#event_edit_container, #about {
	display: none;
}

#about_button_container {
	position: relative;
	float:right;
	padding: 0.5em 2em;
	background: #ddf;
	border: 1px solid #bbd;
	width: 10em;
	text-align: center;
	display:none;
}

.wc-header td {
}

label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

form ul {
	padding: 0.3em;
}

#event_edit_container select, input[type='text'] {
	width: 250px;
	padding: 3px;
}

input[type='text'] {
	width: 245px;
}

ul.formatted,ol.formatted {
	display: block;
	margin: 1em 0.5em;
}

ul.formatted li,ol.formatted li {
	margin: 5px 30px;
	display: auto;
}

ul.formatted li {
	list-style-type: disc;
}

ol.formatted li {
	list-style-type: decimal;
}

.wc-cal-event {}
.wc-cal-event .wc-time { border:0px; }
.wc-cal-event .wc-title, .wc-cal-event .wc-time { font-size:1.05em; }
.category, .category0 { background-color:#68A1E5;}
.category1 { background-color:#fae74a; color:#333;}
.category1 .wc-time { background-color:#f8de04; color:#333;}
.category2 { background-color:#f05c1b;}
.category2 .wc-time { background-color:#d3480c;}
.category3 { background-color:#43b007;}
.category3 .wc-time { background-color:#368d07;}
.category4 { background-color:#0f74da;}
.category4 .wc-time { background-color:#0e5cab;}
/* RED */
.category5 { background-color:#e7441f;}
.category5 .wc-time { background-color:#d42801;}
/* BRIGHT PINK */
.category6 { background-color:#fb64cb;}
.category6 .wc-time { background-color:#fb26b7;}
/* PALE PINK */
.category7 { background-color:#ffbfe2;}
.category7 .wc-time { background-color:#ff9ad1;}


.wc-header {margin-bottom:0px; border-left:1px solid #999; border-right:1px solid #999;}
.wc-scrollable-grid > table { border-left:1px solid #999; border-right:1px solid #999; width:100%;}

@media handheld and (max-device-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	.wc-header .wc-day-column-header {
		padding: 0.1em;
		font-size: 0.6em;
		width:13.5%
	}

	.wc-cal-event .wc-title, .wc-cal-event .wc-time {
		line-height:1.0em; font-size: 0.90em;
	}
	
	.wc-time-header-cell {
		font-size:.6em;
	}
	.wc-business-hours .wc-am-pm {
		clear:left; float:left;
	}
}
