@charset "UTF-8";

/* ---------------------------------------------------------- Events ---------------------------------------------------------- */

#events_home {
	height: auto;
	min-height: 350px;
	width: 920px;
}
#events_home img {
	float: left;
	height: 350px;
	width: 620px;
	padding-right: 20px;
}

#belly li {
	list-style-type: none;
	height: 50px;
}
.month {
	min-height: 1126px;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.longer_month {
height: 1347px;
}
.week {
	margin-right: auto;
	margin-left: auto;
}
.day {
	height: 220px;
	max-height: 220px;
	float: left;
	width: 110px;
	display: inline;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #f590ad;
	border-bottom-color: #f590ad;
	background-color: #b1e3f7;
}
.leftend {
    border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.rightend {
	border-right-color: #000000;
}
.bottom {
	border-bottom-color: #000000;
}
.top {
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.weekday {
	height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #00aeef;
}
.date {
	float: right;
	height: 15px;
	width: 15px;
	position: static;
	top: -42px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: groove;
	border-left-style: groove;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	color: #00528e;
	display: inline;
	background-color: #FFFFFF;
}
.event {
	float: left;
	height: 100px;
	width: auto;
	
	padding: 5px;
}
.event_name {
	display: inline;
	font-size: 10px;
}
.event_location {
	display: inline;
	font-size: 10px;
	color: #999999;
}
.array_date {
display: inline;
	float: left;
	width: 150px;
}
.array_event{
display: inline;
	float: left;
	width: 150px;
}
.array_city{
display: inline;
	float: left;
	width: 150px;
}
.array_state{
display: inline;
	float: left;
	width: 150px;
}
.array_location{
display: inline;
	float: left;
	width: 300px;
}
.array_map{
	display: inline;
	float: left;
	width: 150px;
}
.inline {
	display: inline;
}

/* ---------------------------------------------------------- Popup ---------------------------------------------------------- */

#popup_belly {
	padding: 30px;
	height: 740px;
	width: 790px;
	background-color: #FFFFFF;
}
#popup_belly h2 {
	margin-top: 0px;
}
/* ------------------------------ Links ------------------------------ */
#popup_belly a {
	color: #00528e;
	text-decoration: none;
}
#popup_belly a:link {
	font-weight: bold;
	color: #00528e;
	text-decoration: none;
}
#popup_belly a:hover {
	font-weight: bold;
	color: #ed145b;
	text-decoration: none;
}
#popup_belly a:visited {
	font-weight: bold;
	color: #00528e;
	text-decoration: none;
}
#popup_belly a:active {
	font-weight: bold;
	color: #ed145b;
	text-decoration: none;
}


