/* Page Sructure */

#mainsection {
	width: 650px;
	w\idth: 650px;
	}

#container {
	padding: 3ex 14px;
	}

/* Headers */

#container .mainimage {
	border: 1px solid #666;
	}

#mainsection h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background: inherit;
	color: #522678;
	}

#container h2 {
	font-size: 18px;
	font-weight: bold;
	background: inherit;
	/*color: #522678;*/
	}
	
#container h3 {
	font-size: 14px;
	font-weight: bold;
	background: inherit;
	margin-bottom: 0;
	/*color: #522678;*/
	}
	
h3 + p { margin-top: 0; }
	

/* Container Formats */

#container .readable_text {
	line-height: 1.5;
	}

#container .email_print {
	border: 1px solid #ff9;
	background-color: #ffc;
	padding: 2ex 1em;
	margin-bottom: 4ex;
	}

#container .email_print div {
	padding-top: 1ex;
	}

#container .email_print a:link {
	background: inherit;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	}
	
#container .email_print a:link span {
	padding-left: 1em;
	}
	
#container .email_print a:hover span {
	text-decoration: underline;
	}
	
#container .email_print a:link img {
	border: 0;
	display: inline;
	background: inherit;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;	
	}

#container .quick_links,
#container .related_links {
	border: 1px solid #999;
	background-color: #ddd;
	padding: 2ex 1em;
	}
	
#container .quick_links h2,
#container .related_links h2 {
	margin-top: 0;
	}

#container .quick_links {
	line-height: 1.5;
	}
	
#container ul {
	display: block;
	margin: 0;
	padding: 0;
	}
	
#container .quick_links ul li {
	display: block;
	padding: 0 1em;
	text-indent: -1em;
	}

#container .quick_links a:link,
#container .quick_links a:visited {
	background: inherit;
	color: #000;
	text-decoration: none;
	}

#container .quick_links a:hover,
#container .quick_links a:active { text-decoration: underline; }

/* Hotel Search Box */

#hotel_search a:link {
	background: inherit;
	color: #522678;
	}

#filter_hotels { display: none; }

#hotel_search {
	background: #ddd;
	padding: 1ex 1em;
	border: 1px solid #666;
	}

#hotel_search h2 + p {
	margin-bottom: 0;
	}

#hotel_search span {
	width: 200px;
	display: inline-table;
	}

#hotel_accommodations {
	margin-top: 1ex;
	background: #eee;
	padding-top: 1ex;
	padding-bottom: 1ex;
	border: 1px solid #999;
	display: none;
	}

#hotel_accommodations span {
	font-size: 10px;
	width: auto;
	display: inline;
	padding-left: 2em;
	}


/* Hotel Listings */

#hotel_listing { margin-bottom: 5ex; }

#itinerary,
#itinerary p,
#itinerary td,
#hotel_listing,
#hotel_listing p,
#hotel_listing td {
	background: inherit;
	color: #000;
	text-decoration: none;
	}
	
#itinerary .content,
#hotel_listing .content {
	margin: 0;
	padding: 2ex 1em;
	border-bottom: 1px solid #ccc;
	}

#itinerary .title,
#hotel_listing .title {
	font-size: 18px;
	font-weight: bold;
	background: inherit;
	color: #000;
	}
	
#itinerary .title span {
	font-size: 12px;
	font-weight: normal;
	padding-left: 1em;
	}

a.moreinfo {
	font-size: 10px;
	font-weight: normal;
	padding-left: 1em;
	}
	
#hotel_listing .info {
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 0.5ex;
	}

#hotel_listing .address,
#hotel_listing .contact {
	display: table-cell;
	padding-right: 2em;
	vertical-align: top;
	}

#hotel_listing p {
	margin: 0;
	}

#itinerary p { margin: 6px 0; }
	
#hotel_listing div {
	padding-top: 2ex;
	text-decoration: none;
	}
	
.mapthis {
	font-size: 10px;
	font-weight: normal;
	}
	

/* Events */

#events { padding-top: 3ex; }

#events h1 {
	background: inherit;
	color: #999;
	}

#events h3 {
	background: inherit;
	color: #522678;
	margin-top: 2ex;
	margin-bottom: 0;
	}

#events li p {
	margin-top: 0;
	}

#events img {
	border: 1px solid #666;
	margin-top: 1ex;
	}

#events h3.month {
	background: inherit;
	color: #333;
	font-size: 16px;
	padding-top: 5ex;
	}

#events ul li {
	display: block;
	}
	
#itinerary .visit { font-size: 12px; }
