/*
===========================================================
	GENERAL STUFF
===========================================================
*/

@import "/styles/cahestyle.css";

.no-hits {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #666;
	width: 50%;
	margin: auto;
	padding: 20px;
	margin-top: 60px;
}

.datebox {
	color: #666;
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.datebox .month {
}

.datebox .day {
}

.datebox .year {
}

.county-name {
	color: #999;
	font-size: .8em;
	line-height: 1.0;
	margin-top: 5px;
}

.calendar_month h2 {
	color: #666;
	padding-top: 3em;
	font-size: 2em;
}

.calendar_month h2:first-child {
	padding-top: 1em;
}

.event_title
{
	font-weight: bold;
	font-size: 1.4em;
	white-space:nowrap;
}

.event_contact
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	font-size: smaller;
	color: #666;
	text-align: right;
}

.event_date
{
	font-weight: bold;
	color: #666;
	zpadding-top: 4px;
	text-align: right;
	white-space: nowrap;
}

.event_description
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	font-size: 90%;
	line-height: 1.5;
	padding-top: 5px;
}

#event_listing h2
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.callout-other-calendars {
	float:right;
	border:1px solid #ccc;
	border-radius:5px;
	margin-left: 20px;
	padding:5px;
	width:30%;
	text-align: center;
}

.submit-entry-button {
	border-radius: 1em;
	background-color:#882345;
	color:white !important;
	font-weight: bold;
	padding: .5em;
	border:2px solid #711a37;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	text-decoration:none !important;
	text-align: center;
}

.submit-entry-button:active {
	box-shadow: none;
	position:relative;
	top:2px;
}


/* PC MSIE sucks, so I have to do these stupid gyrations to
	get things to work */

#calendar h2
{
	margin-left: 0px;
	margin-bottom: 0px;
}


