/* ----- Yuri's Night Local 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; padding-left: 10px; }

.partyinfo {
	width: 200px;
	padding-right: 0px;	
}

.partyname { font-size: 1em;  }

.venuename{ font-size: 1em; }

.venueaddress {}
.country { color:rgb(204,204,204);}

.city { font-size: 1.35em; }

.website {}

.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);
}


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);
}

