﻿@import url(layout.css);

#Colour_gold {
	background-color: #EEEECC;
}

body {
	margin: 0px auto;
	background-color: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em;
}
/* Styles for DIV tags */
#container {
	border-top: 5px solid #967117;
	border-right: 5px solid #967117;
	border-left: 5px solid #967117;
	border-bottom: 5px solid #967117;
	background-color: black;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: black;
	border-top: 5;
	border-right: 5;
	border-left: 5;
}
#navigation {
	background-color: #734A12;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: black;
	padding: 0px;
}
#column_left {
	background-color: black;
	color: white;
}
#column_left img{
	border:0px;
}
#column_left a {
	color: #FFD700;
	background-color:black;
	text-decoration: underline;
}
#column_left a:hover {
	color: #FFD700;
	background-color:black;
	text-decoration: none;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#image img{
	border:0px;
}
#image a:hover {
	border: 0px;	
}

#footer {
	background-color: #734A12;
	color: #FFD700;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	outline-color: #000000;
	text-align: center;
}
/* Styles for Masthead */
#masthead h1 {
	color: #FFD700;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #FFD700;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #FFD700;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin:0px;
	padding:0px;
}
#navigation li {
	padding-left: 4px;
	float: left;
}
#navigation a {
	color: #FFD700;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #FFD700;
	color: #734A12;
	border: 1px solid #cc9;
}

/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size: x-large;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3 {
	font-size: large;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: medium;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h5 { 
	font-size: x-small;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
}
h6 { 
	font-size: xx-small;
	color: #FFD700;
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFD700;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	text-align: center;
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#footer a {
	text-align: center;
	color: #FFD700;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	background-color: #734A12;
	color: #FFD700;
	text-decoration: none;
}
#copyright {
	background-color: #734A12;
	color: #FFD700;
	text-align: center;
}
#copyright p {
	margin: 0;
	font-size: 0.9em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for restaurants */
.cityframe {
	width:770px;
	height:130px;
	margin-bottom:10px;
	padding:5px;
	border:#b99132 solid 2px;
}
.cityimage {
	width:200px;
	height:130px;
	float:left;	
}
.cityinfo {
	width:560px;
	float:right;
}
.citybutton {
	float:right;
	margin-top:-18px;	
}
.citytop {
	height:25px;	
}
.breadcrum {
	text-align:center;	
}
.pagephotos {
	text-align:center;	
}

.pagephotos h3 {
	margin-bottom:10px;	
}

#map_canvas {
	width:750px;
	height:400px;
	margin:auto;
	margin-top:35px;	
}

/* UNIQUE EXPERIENCES */

.ubox {
	width:370px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	height:310px;
}
.ubox .uimage {
	height:168px;
}
.ubox .utext {
	background-color:#666;
	padding:5px;
	height:125px;
	padding-bottom:10px;
}
.ubox .utext h2 {
	font-size:24px;
	color:#FFF;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}
.ubox .utext p {
	margin:0px;
	padding:0px;
	line-height:20px;	
}
