@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Colonial Styles */
#container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;

	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

#container a {
	text-decoration: none;	
}



a:link, a:visited {color:black;}
a:hover, a:active {
	color: #a60000;
	text-decoration: underline; } 



#header {
	height: 175px;
	background-color: #a60000;
	-moz-box-shadow: 0 5px 5px #000;
	-webkit-box-shadow: 0 5px 5px #000;
	box-shadow: 0 5px 5px #000;
}

#header div {
	width: 360px;
	color: white;
	float: left;
}
#header img {
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
}

#header p {
	font-size: 130%;
	margin-top: 60px;
	margin-left: 50px;
	text-shadow: 1px 1px #000000;
}

#header #services {
	width: 70%;
	margin-left: 240px;
	margin-right: auto;
	font-size: 100%;
	margin-bottom: 5px;
	
	text-shadow: 1px 1px #000000;
	
}

.center {
	text-align: center;
}

#content-top {
	background-image: url(../homepic.jpg);
	height: 365px;
}

#content-bottom {
	background-image: url(../boxes_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 30px;
}


/* Styles for index.php */

#main-content {
	width: 550px;
	height: 65px;
	float: right;
	color: white;
	margin-right: 20px;
	margin-top: 20px;
	padding: 20px;
	line-height: 1.4;
	background-image: url(../main-content-bg.png);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

.main-box {
	width: 300px;
	height: 365px;
	background-color: #a60000;
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
	position: relative;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

.main-box h2, .main-box p  {
	color: grey;
	font-size: 130%;
	margin-top: 25px;
	margin-left: 30px;
	text-shadow: 1px 1px #000000;
}

.main-box p {
	color: white;
	margin-top: 15px;
	margin-right: 30px;
	font-size: 100%;
}

.main-box .more {
	color: red;
	position: absolute;
	left: 220px;
	bottom: 10px;
}

.main-box a:link, .main-box a:visited { color: gray; text-shadow: 1px 1px #000000; }
.main-box a:hover, .main-box a:active {
	color: black;
	text-shadow: 0px 0px #000000;
	 } 


ul, li {
	padding-bottom: 10px;
	margin-top: 10px; 
	margin-left: 25px;
	margin-right: 25px;
	display: inline-block;
	font-size: 125%;
}

li.active {
	text-decoration: underline;
}


/* Styles for rooms.php */

#rooms-content {
	padding-top: 20px;
	background-image: url(../boxes_bg.png);
	background-repeat: repeat-x;
	background-color: white;
	padding-bottom: 30px;
	
}

#rooms-content table, th, td {
	border: 1px solid black;
	font-size: 120%;
	padding: 10px;
}

#rooms-content th {
	background-color: #a60000;
	color: white;
	text-shadow: 1px 1px #000000;
}

#rooms-content table {
	width: 450px;
	margin: 30px 0px 20px 50px;
}

.rates {
	width: 50%;
	float: left;
}

#rooms-content td {
	vertical-align:middle;
	text-align: center;
}

#rooms-content p, #attractions p, #reservations p, #reviews p {
	font-size: 130%;
	margin-right: 50px;
	margin-left: 50px;
	padding: 15px;
	color: black;
	background-image: url(../transparent-bg.png);
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#rooms-content img {
	width: 83%;
	margin-left: 48px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

#footer {
	height: 50px;
	background-color: #a60000;
	color: white;
	padding: 10px;
}

#footer p {
	color: white;
	margin-top: 20px;
	margin-left: 30px;
	text-shadow: 1px 1px #000000;
}

/* Attractions styles */

#attractions, #reservations {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: white;
	background-image: url(../attractions-bg.png);
	background-repeat:repeat-x;
}

#attractions h2 {
	font-size: 150%;
	font-weight:bolder;
	margin: 15px;
	text-align: center;
}
#attractions p {
	margin-bottom: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#attractions a:link, #attractions a:visited {color: #a60000;}
#attractions a:hover, #attractions a:active {
	color: black;
	text-decoration: underline; } 
	
#map {
	width: 610px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
}

#map2 {
	width: 400px;
	float: left;
}

#map2 h2 {
	font-size: 150%;
	margin: 10px 0px 10px 0px;
	color: #a60000;
}

#map2 ul {
	font-size: 120%;	
}

#map2 li {
	list-style: disc;
	padding-bottom: 5px;
	margin-top: 0px; 
	margin-left: 5px;
	margin-right: 5px;
	display: list-item;
	font-size: 110%;
}

#directions {
	font-size: 100%;
	margin: 10px;
	padding: 15px;
	color: black;
	background-image: url(../transparent-bg.png);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.divquote {
	background-position: bottom right;
	margin: 0px 50px 0px 50px;
	padding: 30px 30px 0px 30px;
}
#reviews p.quote {
	background-image:url(../top-quote.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 15px 65px;

	font-size: 140%;
	line-height: 1.5;
}

#reviews {
	background-color: white;
	background-image: url(../boxes_bg.png);
	background-repeat:repeat-x;
}

#reviews img {
	margin-left:60px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#reviews p {
	
	margin-bottom: 15px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}