﻿/* v1 stylesheet, started June 2006. You may read and learn from this file, but the design created by it is copyright 
Alex DiSebastian and Frank Fradella 2006. All rights reserved. */
	
/* Basic text, link, and heading styles */

p {
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
body {
	background:#033;
	margin:0;
	padding:0;
	color: #000;
	font-family: lucida Grande, Arial, sans-serif;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	color: #999;
	font-size: 10px;
}
ul {
	margin-top: 5px;
}
li {
	color: #fff;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
.copy {
	color: #666;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
}
.highlight {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
a:link {
	color: #69c;
	text-decoration: none;
}
a {
	color: #69c;
	text-decoration: none;
}
a:visited {
	color: #69c;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
/* Basic divs to build the layout of the site */

#wrap {
	width: 750px;
	margin: 0 auto;
	background-color: #fff;
}
#main {
	float: left;
	width: 440px;
	margin: 0px 18px 10px 20px;
}
#logo {
	width: 750px;
	clear: both;
}
#logo h2 {
	margin:0;
	padding:0;
	background-position: top;
}
#logo h2 a {
	display:block;
	margin:0;
	padding:0;
	width:750px;
	height:125px;
	background:transparent url(http://www.theparadorinn.com/images/title.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
}
/* Nav, marked up as an unordered list: image replacement with a single image */

#nav {
	width: 175px;
	height: 500px;
	margin: 0px 20px 0px 10px;
	padding-right: 10px;
	float: left;
	border-right: 2px solid #ccc;
}
#nav ul {
	list-style-type: none;
	float:left;
	padding: 0;
	margin: 0;
}
#nav ul li {
	height:35px;
	margin: 0;
	text-indent: 0;
}
#nav ul li a {
	text-indent:-9999px;
	display:block;
	height:35px;
	width: 182px;
	border:none;
	text-decoration:none;
	background-repeat: no-repeat;
	background-image:url(../images/nav.gif);
}
#nav ul li a:hover {
	background-color: transparent;
	background-repeat: no-repeat;
}
/* Nav hover: This shifts the position of the background image on hover. */	

#nav ul li#nav_home a {
	background-position:0 0;
}
#nav ul li#nav_home a:hover {
	background-position:-206px 0;
}
#nav ul li#nav_about a {
	background-position:0 -41px;
}
#nav ul li#nav_about a:hover {
	background-position:-206px -41px;
}
#nav ul li#nav_accommodations a {
	background-position:0 -81px;
}
#nav ul li#nav_accommodations a:hover {
	background-position:-206px -81px;
}
#nav ul li#nav_amenities a {
	background-position:0 -121px;
}
#nav ul li#nav_amenities a:hover {
	background-position:-206px -121px;
}
#nav ul li#nav_around a {
	background-position:0 -161px;
}
#nav ul li#nav_around a:hover {
	background-position:-206px -161px;
}
#nav ul li#nav_res a {
	background-position:0 -201px;
}
#nav ul li#nav_res a:hover {
	background-position:-206px -201px;
}
#nav ul li#nav_availability a {
	background-position:0 -233px;
}
#nav ul li#nav_availability a:hover {
	background-position:-202px -233px;
}
#nav ul li#nav_events a {
	background-position:0 -267px;
}
#nav ul li#nav_events a:hover {
	background-position:-206px -267px;
}
#nav ul li#nav_business a {
	background-position:0 -306px;
}
#nav ul li#nav_business a:hover {
	background-position:-206px -306px;
}
#nav ul li#nav_gallery a {
	background-position:0 -346px;
}
#nav ul li#nav_gallery a:hover {
	background-position:-206px -346px;
}
#nav ul li#nav_email a {
	background-position:0 -386px;
}
#nav ul li#nav_email a:hover {
	background-position:-206px -386px;
}
#nav ul li#nav_specials a {
	background-position:0 -426px;
}
#nav ul li#nav_specials a:hover {
	background-position:-206px -426px;
}
#nav ul li#nav_partners a {
	background-position:0 -466px;
}
#nav ul li#nav_partners a:hover {
	background-position:-206px -466px;
}
#nav ul li#nav_comments a {
	background-position:0 -506px;
}
#nav ul li#nav_comments a:hover {
	background-position:-206px -506px;
}
#nav ul li#nav_blog a {
	background-position:0 -546px;
}
#nav ul li#nav_blog a:hover {
	background-position:-206px -546px;
}
/* Horizontal list of room examples*/
#desc {
	clear: both;
	width: 750px;
	height: 91px;
	margin:0px;
}
/* #image	{
	float:left; width: 430px; height: 472px;
	background-repeat: no-repeat;
	background-position: top;
	} */
	
#base {
	clear: both;
	width: 750px;
	height: 225px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: top;
}
/* content, marked up as an unordered list: drives body content within site */
	
#content {
}
/* tag, marked up as an unordered list: drives copright info; etc. */

#footer {
	width: 444px;
	margin-left: 230px;
	margin-top: -55px;
}
.feedbackTitle {
	color: #666;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 20px;
	line-height: 14px;
}
.feedbackComment {
	color: #666;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.feedbackName {
	color: #666;
	font-style:italic;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align:right;
}
#newspecials {
	float: left;
	width: 500px;
	margin: 0px 6px 10px 6px;
}
.contactimage {
float: left;
width:280px;
height:36px;
	border:solid;
	border-width:1px;
	border-color:#b7982a;
	padding:2px;
	margin: 3px;
	margin-left: 0px;
	margin-top: 0px;
}
.partnertext {
clear:left;
	color:#000000;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.partnertexttitle {
float: left;
width:100px;
height: 42px;
padding-right:10px;
	color:#000000;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
}
.partnerwrap {
margin-left:20px;
width:400px;

}
.partnerwrap2 {
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
width:400px;
}
.partnerwrap2 a{
color:#b7982a;
font-weight:bold;
}
.partnerwrap3 {
margin-left:20px;
margin-top:2px;
margin-bottom:2px;
width:400px;
}
.partnerwrap3 a{
font-size:10px;
}
.specials {
width:450px;
margin: 10px;
margin-bottom:5px;
padding:10px;
border:dashed;
border-width:thick;
border-color:#b7982a;
}
.specialstitle {
font-family: lucida Grande, Arial, sans-serif;
font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.specialstext {
font-family: lucida Grande, Arial, sans-serif;
font-size: 18px;
margin-left:10px;
margin-top:5px;
}
.click {
	text-align:right;
	color:#000000;
	font-style:italic;
	font-family: lucida Grande, Arial, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#commentslink {
	text-align:right;
	margin-right:20px;
	font-size: 12px;
}
#availability {
	width: 750px;
	height:19px;
	margin: 0 auto;
	padding:0;
	background-color:#b7982a;
	border-bottom:solid 1px #000;
}

