@charset "UTF-8";

/* clear browser induced styles */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

/*****************************************************************************************************
	PAGE LAYOUT
*****************************************************************************************************/
body {
	background: url(../rt-images/bg-page.jpg);
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#page-top {
	position: relative;
	height: 230px;
	padding: 5px 0 0 315px;
	z-index: 2;
}

#logo {
	position: absolute;
	width: 313px;
	height: 296px;
	top: 5px;
	left: 0px;
}

#sub-nav {
	height: 65px;
	background: url(../rt-images/bg-sub.png) no-repeat;
	text-align: right;
	padding: 35px 60px 0 0;
	color: #DEB05A; /* GOLD */
	position: relative;
	z-index: 1;
}

#content {
	background: url(../rt-images/bg-wrapper.png) repeat-y;
	padding: 15px 0 0 0;
}

#page-bottom {
	height: 65px;
	padding-top: 40px;
	background:url(../rt-images/bg-footer.png) no-repeat;
	color: #F9EBD9; /* CREAM */
}

#page-bottom table {
	margin: 0 auto 0 auto;
}

/* COMMON LAYOUT CLASSES */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.cursor { cursor: pointer; }
.full-panel { padding: 0 100px 0 100px; }
.half-panel { width: 500px; margin-bottom: 20px; }
.pright { padding: 0 100px 0 20px; }
.pleft { padding: 0 20px 0 100px; }
div.three-col { float: left; width: 239px; padding: 0 20px 0 20px; border-right: 1px solid; }
div.three-col.first { padding: 0 20px 0 0; }
div.three-col.last {  padding: 0 0 0 20px; border-right: none; }
#flightOfPhrase { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; visibility: hidden;  }


/*****************************************************************************************************
	TYPOGRAPHY AND LINKS
*****************************************************************************************************/
body {
	font-family: "Comic Sans MS", Comic Sans, sans-serif;
	color: #5A412A; /* BROWN */
}

h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

h2.h2-half {
	background: url(../rt-images/bg-h2-half.png);
	width: 470px;
	height: 42px;
	font-weight: bold;
	padding: 10px 0 0 30px;
}

h2.h2-full {
	background: url(../rt-images/bg-h2-full.png);
	width: 1000px;
	height: 42px;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: center;
}

h2.h2-300 {
	background: url(../rt-images/bg-h2-300.png);
	width: 300px;
	height: 47px;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 0 0;
	text-align: center;
}

h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 5px;
	color: #B04E2D;
}

#content p {
	font-size: 14px;
	margin-bottom: 10px;
}

#content p.big {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}

#content p.small { 
	font-size: 12px;
}

#content p a, #content p a:visited, #content h2 a, #content h2 a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #5A412A; /* BROWN */
}

#content p a:hover, #content h2 a:hover {
	color: #B04E2D; /* BRICK */
}

#sub-nav a, #sub-nav a:visited {
	color: #DEB05A; /* GOLD */
	font-size: 12px;
}

#sub-nav a:hover {
	color: #F9EBD9; /* CREAM */
}

a.box, a.box:visited {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: #DEB05A; /* GOLD */
	background-color: #5A412A; /* BROWN */
}

a.box:hover {
	color: #5A412A; /* BROWN */
	background-color: #DEB05A; /* GOLD */
}

#content a.button, #content a.button:visited, #content a.button-med, #content a.button-med:visited {
	display: block;
	text-align: center;
	color: #F9EBD9; /* CREAM */
	font-size: 18px;
	text-decoration: none;
}

#content a.button { 
	width: 392px;
	height: 43px;
	padding: 10px 0 0 0;
	background: url(../rt-images/bg-btn-large.png) no-repeat;
}

#content a.button-med {
	width: 300px;
	height: 35px;
	padding: 5px 0 0 0;
	background: url(../rt-images/bg-btn-medium.png);
}	

#content a.button:hover, #content a.button-med:hover {
	color: #DEB05A; /* GOLD */
}

#page-bottom td {
	font-size: 14px;
}

#page-bottom a, #page-bottom a:visited {
	color: #DEB05A; /* GOLD */
}

#page-bottom a:hover {
	color: #F9EBD9; /* CREAM */
}

.img-link {
	display: block;
}

.img-link img, .img-link:visited img {
	border: 1px solid #5A412A; /* BROWN */
}

.img-link:hover img {
	border: 1px solid white;
}

/*****************************************************************************************************
	FORMS
*****************************************************************************************************/
form p {
 clear: both;
}

form p label {
	width: 150px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

form .text-input {
	background-color: #DEB05A; /* GOLD */
	border: 1px solid;
	padding: 5px;
	color: #5A412A; /* BROWN */
	width: 408px;
	font-family: "Comic Sans MS", "Comic Sans", sans-serif;
	font-size: 14px;
}

form .text-input:focus {
	background-color: #F9EBD9; /* CREAM */
}

form .submit {
	margin-left: 160px;
}

p.status { 
	background-color: #F9EBD9; /* CREAM */
	border: 1px solid;
	padding: 5px;
	color:#B04E2D; /* BRICK */
}

p#processing {
	visibility: hidden;
	margin-left: 160px;
}

/*****************************************************************************************************
	LOCATIONS PAGE
*****************************************************************************************************/
#map-box {
	position: relative;
	z-index: 1;
	height: 577px;
	color: #F9EBD9; /* CREAM */
}

#map {
	position: absolute;
	width: 820px;
	height: 577px;
	top: 0px;
	left: 90px;
	z-index: 2;
}

#pointer1 {
	position: absolute;
	width: 597px;
	height: 167px;
	top: 65px;
	left: 16px;
	z-index: 3;
	padding: 10px 10px 0 20px;
	background: url(../rt-images/bg-pointer1.png) no-repeat;
}

#map-swiz-inn {
	position: absolute;
	width: 200px;
	height: 139px;
	top: 21px;
	left: 240px;
	z-index: 4;
}

#pointer2 {
	position: absolute;
	width: 535px;
	height: 167px;
	top: 328px;
	left: 419px;
	z-index: 3;
	padding: 10px 20px 0 10px;
	text-align: right;
	background: url(../rt-images/bg-pointer2.png) no-repeat;
}

#map-swiz {
	position: absolute;
	width: 200px;
	height: 139px;
	top: 40px;
	left: 180px;
	z-index: 4;
}

/*****************************************************************************************************
	MENU PAGE
*****************************************************************************************************/
#menu #content p.entry {
	border-bottom: 1px dashed;
	margin-bottom: 15px;
	padding-bottom: 5px;
	clear: both;
}

#menu #content p strong {
	display: block;
	font-size: 15px;
	font-weight: bolder;
}

#menu #content p.category-description {
	font-size: 16px;;
	font-weight: bolder;
	padding: 0 50px 0 50px;
	text-align: center;
}

#menu #content p.add-on {
	color: #B04E2D; /* BRICK */
	padding: 0 50px 0 50px;
	font-size: 15px;
	fonte-weight: bold;
}

#menu #content p.section-marker {
	font-size: 18px;
	font-weight:bold;
}

/*****************************************************************************************************
	ABOUT PAGE
*****************************************************************************************************/
#about #content .full-panel img, #sports-bar #content .full-panel img, #entertainment #content .full-panel img {
	margin: 10px;
	display: block;
	border: 1px solid;
}

/*****************************************************************************************************
	PHOTO PAGES
*****************************************************************************************************/
#photos #content div.left p a, #photos #content div.left p a:visited {
	text-decoration: none;
}

#photos #content div.right img + p, #photos #content div.right p + p {
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
	background-color: #DEB05A; /* GOLD */
}

/*****************************************************************************************************
	BLOG
*****************************************************************************************************/
#sidebar-wrapper {
	background: url(../rt-images/bg-blog-sidebar.png);
	padding: 10px;
	border: 1px solid #F9EBD9; /* CREAM */ 
}

#sidebar-wrapper li a, #sidebar-wrapper li a:visited {
	font-weight: bold;
	color: #B04E2D; /* BRICK */
}

#sidebar-wrapper li a:hover {
	color: #F9EBD9; /* CREAM */ 
}

#sidebar-wrapper li h2 {
	margin-bottom: 5px;
	margin-top: 25px;
}

#sidebar-wrapper ul ul {
	list-style: inside disc;
}

#sidebar-wrapper ul ul li {
	margin: 0 0 15px 25px;
}

#content p.postmetadata {
	font-size: 12px;
	padding: 5px;
	background-color: #DEB05A; /* GOLD */
	margin-top: 40px;
}

#content cite a, #content cite a:visited, #content .comment-meta a, #content .comment-meta a:visited, #content .navigation a, #content .navigation a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #5A412A; /* BROWN */
}

#content cite a:hover, #content .comment-meta a:hover, #content .navigation a:hover {
	color: #B04E2D; /* BRICK */
}

/*****************************************************************************************************
	DROP DOWN MENU
*****************************************************************************************************/

.dd {
	position: absolute;
	top: 65px;
	background-color: #F9EBD9; /* CREAM */ 
	border-right: 1px solid white;
	border-left: 1px solid white;	
	border-bottom: 1px solid white;
	padding: 10px;
	visibility: hidden;
	text-align: left;		
}

#sub-nav .dd a, .dd a:visited {
	display: block;
	padding: 5px;
	color: #5A412A; /* BROWN */
	font-size: 16px;
}

#sub-nav .dd a:hover {
	color: #B04E2D; /* BRICK */
}
