@charset "utf-8";
/* CSS Document */


/* SPACE ----------------------------------- */


div#space_photo_container {
	width: 220px;
	padding: 10px;
}
div#space_photo_container:hover {
	width: 220px;
	padding: 10px;
	background-color: #E2007A;
	
}
/* ----------------------------------------------- */
div#home_page_book_store {
	width: 225px;
	height: 180px;
	float: right;
	background-image: url(../img/book_store.jpg);
}
div#home_page_book_store:hover {
	background-image: url(../img/book_store_2.jpg);
	cursor: pointer;
}

div#home_page_art_gallery {
	width: 225px;
	height: 180px;
	float: right;
	background-image: url(../img/art_gallery.jpg);
}
div#home_page_art_gallery:hover {
	background-image: url(../img/art_gallery_2.jpg);
	cursor: pointer;
	
}

div#home_page_venue {
	width: 225px;
	height: 180px;
	float: right;
	background-image: url(../img/venue.jpg);
}
div#home_page_venue:hover {
	background-image: url(../img/venue_2.jpg);
	cursor: pointer;
}

div#home_page_right_separator{
	width: 225px;
	height: 10px;
	float: right;
	clear:both;
}
/* ------------------- ------------------------ */
div#home_page_container_right {
	width: 225px;
	float: left;	/*margin-right: 20px;*/
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
div#home_page_container_left {
	width: 240px;
	float: left;	/*margin-right: 20px;*/
}
div#home_page_middle_separetor {
	width: 20px;
	float: left;
	height: 20px;	/*margin-right: 20px;*/
}
div#home_page_event {
	width: 240px;
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #E2007A;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E2007A;
	float: none;
}
div#home_page_event:hover {
	width: 240px;
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
	background-color: #E2007A;
	cursor: pointer;
	
}
div#home_page_category {
	padding: 5px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #A19589;
	/*background-color: #FFE5F3;*/
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E2007A;
	background-color: #FFF;
}
div#home_page_text {
	width: 230px;
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: normal;
	text-align: left;
}
div#home_page_title {
	width: 230px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.home_page_title {
	width: 230px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.home_page_title {
	color: #000;
}
.home_page_title:hover {
	color: #000;
	text-decoration: underline;
}
.home_page_title:visited {
	color: #000;
}
div#home_page_date{
	width: 230px;
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#home_page_address {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* OTHER VENUS EVENTS -------------------------- */
div#home_page_other_venues_container {
	width: 240px;
	float: left;	/*margin-right: 20px;*/
	background-color: #A19589;
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
div#home_page_other_venues_header {
	padding: 5px;
	width: 230px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	/*background-color: #FFE5F3;*/
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	clear: both;
}
div#home_page_other_venues_venue {
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

