/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #ef883c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
  	
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
}


#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
	background: url(graphics/header.jpg) no-repeat right bottom;
}

/* Logo */

#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 100px;
	padding-left: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 5.8em;
	color: #ffdd3e;
}

#logo h1 a {
	color: #ffdd3e;
}

#logo p {
	margin-top: -20px;
	padding: 18px 0 0 18px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ffdd3e;
}


/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #514135;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 20px 0px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	text-decoration: underline;
}

#network {
	background-image: url(graphics/yk.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.7em;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(graphics/img01.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	color: #2B2B2B;
}

.post .title a {
	color: #519354;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
	background: url(graphics/img04.jpg) no-repeat left 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #519354;
}

.post .meta a {
	color: #519354;
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 20px 10px 20px;
}

.post img {
  		float: right;
  		padding: 0px 0px 10px 20px;
}

.post .hotelpics {
  		margin-left: 20px;
  		}

.post .hotelpics img {
  		float: left;
  		margin-bottom: 25px;
  		padding: 0px 10px 5px 0px;
}

.links {
	display: block;
	width: 100px;
	margin: 20px 0px;
	padding: 3px;
	background: #519354;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
}


/* Hotel listings divs */
.listing {
  	width: 310px;
  	float: left;
  	padding-right: 10px;
  	margin-left: 20px;
 }

.listing p {
  	line-height: 30px;
	border-bottom: 1px dashed #514135;
	vertical-align: center;
	text-align: right;
}

.listing img {
  	border: 0px;
  	float: left;
  	padding-right: 10px;
}

.listing a {
  	font-weight: bold;
}

.listing a:visited {
  	font-weight: normal;
}


/* Hotel rates divs */
.hotelrates {
  	width: 310px;
  	float: left;
  	padding-right: 10px;
  	margin-left: 20px;
 }

.hotelrates p {
  	line-height: 25px;
	border-bottom: 1px dashed #514135;
}

.rates tr {
  			padding: 3px; 
			background-color: #EFE0A4;
			text-align: center;
			font-weight: bold;
			width: 100%;
}


/* Reservation form */
p.resformcat {
  background-color: #FFD35F;
  font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #514135;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: .5px;
	color: #ffdd3e;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
	color: #000000;
}

#sidebar a {
	border: none;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer-wrapper {
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: url(graphics/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #464646;
}

#footer a {
	color: #514135;
}