/* ----- Yuri's Night Party Map Stylesheet -- */
body {
	background: rgb(0,0,125) url(/_images/bg-page.png) fixed repeat-x;
	margin: 0 auto;
	position: relative;
	color: rgb(102,102,102);
	font-family: futura, "franklin medium", franklin, "helveica neue", helvetica, arial,sans-serif;
	font-size: .8em;
}

ol, ul { list-style-type: none; font-style: normal; line-height: 0.5em; }

.partyinfo {
	width: 400px;
	padding-right: 30px;
	line-height: 1em;
}

.partyname { font-size: 1em; line-height: 1em; }

.venuename{ font-size: 1em; line-height: 1em; }

.venueaddress { font-size: 1em; line-height: 1em; }
.country { color:rgb(204,204,204);}

.city { font-size: 1.35em; line-height: 1.35em;}

.website { font-size: 1em; line-height: 1em;}

.announce { 
	font-size: 1em; font-weight: normal; 
	line-height: 1.25;
	margin-top: 5px;
	padding-top: 5px;
	color:rgb(153,153,153) !important;
	font-family: Garamond, "garamond premier pro",georgia,times,"times new roman", serif; 
}

.partydate {
	margin-top: 5px;
	padding: 5px 0;
	border-top: 1px solid rgb(204,204,204);
	line-height: 1em;
}


a {
	text-decoration: none;
}

a:link {
	color: rgb(102,153,255);
}

a:visited {
	color: rgb(102,153,255);
}


a:hover {
	color: rgb(255,0,0);
}

a:active {
	color: rgb(255,153,102);
}

