/* Cloud City Styles */
html, body, div, form, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/* TEXT TITLES */
h2, h3, h4, h5 {
	color: #687291;
}
h2 { font-size: large; }
h3 { font-size: medium; }
h4 { font-size: medium; }
h5 { font-size: small; }

/* LINKS */
a { text-decoration: none; color: #9D0037; font-weight: bold; outline: none; border-bottom: dotted 1px #292D38; cursor: pointer; }
a:hover { color: #420017; }
a.whitelink, .whitelink a { color: white; border-style: none; }
a.whitelink:hover, .whitelink a:hover { color: #FFC6D9; }

/* Images inside links - prevent Gecko bugs for negative text indent */
img {
	border-style: none;
	outline: none;
	text-decoration: none;
}

.center {
	text-align: center;
}

/* LAYOUT */
body {
	font-family: sans-serif;
	font-size: small;
	color: #292D38;
	background: #F5F5FA;
}
div#center {
	width: 100%;
}
div#center div, p, form, dl, dt, dd {
	width: 100%;
}
p {
	padding: 5px 0;
	margin: 0;
}
.section {
	width: 100%;
	clear: both;
}
div#page {
	width: 98%;
	padding: 0 2px;
	border-top: solid 3px #687291;
	border-bottom: solid 3px #687291;
}

	/* Header */
	div#header {
		width: 100%;
		background: white;
		text-align: center;
	}	
		div#header h1 a {
			background: transparent;
			cursor: hand;
			border-style: none;
		}
		div#header h2 { font-size: x-small; }		
		h3.pagetitle {
			display: none;
		}	
	/* Navigation */
	ul#nav {
		display: block;
		width: 100%;
		margin: 0;
		padding: 2px 0;
		background: white;
		border-top: solid 2px #687291;
		border-bottom: solid 2px #687291;
	}
		ul#nav li {
			width: 100%;
			overflow: hidden;
			list-style-type: none;
		}
			ul#nav li a {
				display: block;
				width: 100%;
				border-style: none;
				clear: both;
				padding: 3px 0;
				margin: 0;
				font-size: 14px;
				font-weight: bold;
				background: white;
				text-align: center;
			}
			ul#nav li a.sel {
				color: white;
				background: #687291;
			}
	
	
	/* Columns */
	div.col {
		width: 100%;
	}
			div#col_1 p#address {
				margin: 10px 0;
			}	
		
	/* FOOTER */	
	div#footer {
		width: 100%;
		background: #FFFFFF;
		text-align: center;
		padding: 4px 0;
		color: #687291;;
		border-top: solid 2px #687291;
	}
	
/* MODULES */

div.image_spot {
	display: none;
}
ul#cc_features li {
	color: #687195;
	font-weight: bold;
}

div#intro {
	font-size: 12px;
	padding: 5px 0;
}

div.menu_highlights {
	width: 100%;
	padding: 0;
}
	div.menu_highlights h3 {
		text-align: center;
		margin: 0;
		border-top: solid 2px #687291;
		width: 100%;
		padding: 3px 0;
	}
	div.menu_highlights div {
		width: 100%;
		padding: 2px 3px 3px 3px;
		background: #687291;
	}
		div.menu_highlights div a {
			font-size: small;
		}
		div.menu_highlights div a.left {
			display: block;
		}
		div.menu_highlights div a.right {
			display: none;
		}
	div.menu_highlights dl {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
		div.menu_highlights dt, div.menu_highlights dd {
			width: 100%;
		}
		div.menu_highlights dt {
			font-weight: bold;
			color: #687291;
			background: white;
			margin: 0;
			padding: 5px 0;
		}
		div.menu_highlights dd {
			width: 96%;
			margin: 0 0 5px 0;
			padding: 2px 0;
		}
		
div#art_highlights {
	width: 100%;
	margin: 5px 0;
}
	div#art_highlights h3 {
		margin: 10px 0 0 0;
		padding: 3px 0;
	}
	div#art_highlights dl {
		margin: 0;
	}
		div#art_highlights dt {
			width: 100%;
			margin: 0;
		}
			div#art_highlights dt a { font-size: medium; }
		div#art_highlights dd div.thumbs {
			display: none;
		}
				
div#map {
	border-bottom: solid 2px #687291;
	background: url(../images/map_small.gif) top center no-repeat;
	width: 258px;
	height: 295px;
}
	div#map div {
		display: none;
	}
	
div#eats {
	width: 100%;
}	
	div#eats_sandwiches {
		width: 100%;
		margin: 5px 0;
	}
		div#eats_sandwiches p {
			display: none;
		}
		div#eats_sandwiches dl {
			width: 100%;
			margin: 5px 0;
		}
			div#eats_sandwiches dt  {
				width: 100%;
				font-weight: bold;
				font-size: small;
			}
				div#eats_sandwiches dt span {
					font-size: x-small;
					font-weight: normal;
				}
			div#eats_sandwiches dd {
				width: 100%;
				padding: 0;
				border-bottom: solid 2px #CCCCE6;
				margin-bottom: 5px;
			}
				 div#eats_sandwiches dd span {
					display: block;
					font-size: x-small;
					background: #CCCCE6;
					border-bottom-style: none;
					padding: 3px 5px;
					margin: 2px 0 0 0;
				}
		img#sandwiches_feature {
			display: none;
		}
	div#eats_combos {
		width: 100%;
		border-top: solid 2px #CCCCE6;
		border-bottom: solid 2px #CCCCE6;
		background: white;
		margin: 5px 0 0 0;
	}
		div#eats_combos h3 {
			font-size: medium;
		}
			div#eats_combos h3 br { display: none; }
			div#eats_combos table td {
				padding: 4px 5px;
			}
	div#eats_catering {
		width: 100%;
		padding: 5px 0;
	}
	
	div#eats_sidebar {
		width: 100%;
	}
		div#eats_sidebar div#eats_baked_top {
			display: none;
		}
			
		div.eats_sidebar_inner {
			width: 100%;
		}	
			div.eats_sidebar_inner table {
				width: 100%;
				padding: 0;
				margin: 3px 0 20px 0;
				border: solid 2px white;
			}
			div.eats_sidebar_inner table.menu_schedule {
				border-bottom-style: none;
			}
				div.eats_sidebar_inner table.menu_schedule td {
					border-bottom: solid 2px white;
					padding: 3px 0;
				}
				div.eats_sidebar_inner table.menu_schedule td.col1 {
					width: 85px;
					text-align: right;
					padding: 3px 5px 3px 0;
					color: #687291;
				}
				div.eats_sidebar_inner table.menu_schedule tr.color td {
					background: #E8E8F4;
				}
				div.eats_sidebar_inner table.menu_schedule td.td_img img {
					display: none;
				}
				
	div#drinks_espresso {
		width: 100%;
		margin: 10px 0;
	}
		div#drinks_espresso div#espresso_left {
			width: 100%;
			font-size: x-small;
		}
		div#drinks_espresso div#espresso_right {
			width: 100%;
			margin: 5px 0;
		}
			div#drinks_espresso table {
				border: solid 2px white;
				border-left-style: none;
				border-right-style: none;
			}
				div#drinks_espresso th {
					padding: 2px 10px 4px 10px;
					font-size: x-small;
					font-weight: normal;
					background: white;
				}
					div#drinks_espresso th span {
						display: block;
						font-size: x-small;
						font-weight: normal;
					}
				div#drinks_espresso td {
					padding: 4px 10px 4px 10px;
					font-size: x-small;
					background: #F5F5FA;
				}
					div#drinks_espresso td span {
						font-size: 10px;
					}
				div#drinks_espresso tr.color td {
					background: #E8E8F4;
				}
				div#drinks_espresso tfoot td {
					padding: 2px 3px;
					background: white;
					text-align: right;
				}
					div#drinks_espresso tfoot {
						display: none;
					}
		div#drinks_espresso_extras {
			display: none;
		}

	div#drinks_coffee {
		width: 100%;
		padding: 0 0 5px 0;
		border-bottom: solid 1px #CCCCE6;
	}
		div#drinks_coffee img {
			display: none;
		}
		div#drinks_coffee div {
			width: 100%;
			font-size: 12px;
		}
			
	div#drinks_tea, div#drinks_tea dl {
		width: 100%;
	}
		div#drinks_tea h4 {
			padding: 2px 0;
			background: #687291;
			text-align: center;
			font-size: medium;
			color: white;
			margin: 10px 0;
		}
		div#drinks_tea dl {
			border-bottom: solid 2px #E8E8F4;
			margin-bottom: 8px;
			background: #E8E8F4;
		}
			div#drinks_tea dt {
				width: 100%;
				padding: 4px 0;
				font-size: 11px;
				font-weight: bold;
				text-align: center;
			}
			div#drinks_tea dd {
				width: 100%;
				background: white;
				padding: 4px 0 0 0;
				font-size: x-small;
			}
				div#drinks_tea dd div {
					display: none;
				}
		
	div#drinks_misc_left {
		width: 100%;
		margin: 10px 0 0 0;
	}
			div#drinks_misc_left th {
				padding: 2px 5px;
				font-size: x-small;
				font-weight: bold;
				background: #E8E8F4;
			}
			div#drinks_misc_left td {
				padding: 4px 5px;
				font-size: x-small;
				border-bottom: solid 2px white;
			}
				div#drinks_misc_left td span {
					font-size: x-small;
				}
			div#drinks_misc_left td.center span {
				color: #CFCFE9;
			}
			div#drinks_misc_left tr.color td {
				background: #F5F5FA;
			}
	div#drinks_misc_right {
		margin: 10px 0 0 0;
	}
		div#drinks_misc_right img {
			display: none;
		}


div.thumbs {
	display: none;
}
	div.thumbs div {
		width: 80px;
		height: 60px;
		overflow: hidden;
		border: solid 1px white;
	}
	div.thumbs div:hover { border-color: #9D0037; }
		
div#artists {
	padding: 10px 0 0 0;
}
	div#artists_present {
		width: 100%;
	}
		div#artists_present h3 {
			text-align: center;
			margin: 0 0 10px 0;
		}
		div#artists_present dt, div#artists_present dd {
			width: 100%;
		}
			div#artists_present dt h4 {
				font-size: medium;
			}
		div#artists_present dd img {
			display: none;
		}
	div#artists_past {
		width: 100%;
		overflow: hidden;
	}
		div#artists_past h3 {
			width: 100%;
			margin: 5px 0 10px 0;
			background: #E8E8F4;
			padding: 3px 0;
			text-align: center;
		}
		div#artists_past dl {
			width: 100%;
			margin: 0 0 5px 0;
		}
			div#artists_past dt {
				padding: 0 0 5px 0;
			}
				div#artists_past dt h4 {
					display: inline;
					font-size: small;
				}
		
	div#artists_future {
		width: 100%;
		padding: 5px 0;
		background: #E8E8F4;
	}
		div#artists_future h3 {
			background: white;
			padding: 3px 0;
			text-align: center;
			margin: 0 0 10px 0;
		}
		div#artists_future dl, div#artists_future dt, div#artists_future dd {
			width: 100%;
		}
		div#artists_future dl {
			padding: 0 0 10px 0;
			border-bottom: solid 2px white;
			margin: 5px 0;
		}
			div#artists_future dt {
				padding: 0 0 6px 0;
			}
				div#artists_future dt h4 {
					font-size: medium;
				}
	
div#events {
	padding: 10px 0;
}
	div#events dl {
		width: 98%;
		margin: 15px 0 0 0;
	}
		div#events dt {
			width: 100%;
			clear: both;
			font-weight: bold;
			font-size: small;
		}
	div#events_bottom {
		margin: 20px 0;
		font-size: small;
	}
	