/*Old Paper from Kuler, by gustov_2000
	Coffee Brown #cab07f;
	Light Tan #f2e1ae;
	Dark Brown #524437;
	Brown Black #261d14;
	Parchment #f7edda;
	Flesh tone #d0a17e;
---------------*/
/*Eric Meyer Reset*/
/* v1.0 | 20080212 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Clear Fix technique from John Hicks*/
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* no need to hide from IE5 Mac as its filtered out anyway */
.clear {display:inline-block;}

/* Hides from IE-mac \*/
* html .clear { height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* For IE */

@font-face {
	font-family: 'Old Script';
	src: url('Old_Script.eot');
}

/* For Other Browsers */

@font-face {
	font-family: 'Old Script';
	src: local('Old Script Regular'),
	     local('OldScript-Regular'),
	     url('Old_Script.ttf') format('truetype');
}

body { 
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 20px; 
	background: url(img/seaside-above.png) repeat-y #003366;
	color: #100000;
} 
p { 
	font-size: 0.75em; /* 15px */ 
	line-height: 1.25em; /* 18.75px */ 
}
ul, ol, dl {
	font-size: 0.75em; /* 15px*/
	line-height: 1.25em; /*18.5px*/
	color: #604030;
}

h1 { 
	font-family: 'Old Script', "French Script MT", "Apple Chancery", "URW Chancery L", "Monotype Corsiva", cursive;
	font-size: 4em; /* 80px */ 
	line-height: 1.25em; /* 100px */
	font-weight: 200;
	color: #301000;
}
h2{ 
	font-size: 2em; /* 40px */ 
	line-height: 1.5em; /* 60px */
	font-weight: 200; 
	color: #505040;
	border-bottom: 1px solid #505040; 
}
h3 { 
	font-size: 1.5em; /* 30px */ 
	line-height: 1.5em; /* 45px */ 
	color: #103030;
	font-weight: 200;
	border-bottom: 1px solid #505040; 
}
h4 { 
	font-size: 0.75em; /* 15px */ 
	line-height: 1.5em; /* 22.5px */ 
	margin-top: 0.5454em; 
	margin-bottom: 0em;
	font-weight: 200; 
	color: #507070;
}
h5 { 
	font-size: 0.75em; /* 15px */ 
	line-height: 2em; /* 30px */ 
	margin-top: 1.2em; 
	margin-bottom: 0em;
	color: #002f2f; 
}
h6, legend { 
	font-size: 1.125em; /* 18px */ 
	line-height: 1.3333em; /* 24px */ 
	margin-top: 1.3333em; 
	margin-bottom: 0em; 
}

/*layout and page furniture*/
#wrapper {
	width: 800px;
	margin: 0 auto;	
	background: #f0ffff;
	padding: 0 10px;
	box-shadow: -5px 2px 15px 10px rgba(192, 192, 192, 0.5);
	-moz-box-shadow: -5px 2px 15px 10px rgba(192, 192, 192, 0.5);
	-webkit-box-shadow: -10px 2px 15px rgba(192, 192, 192, 0.5);
}

#header {
	padding-bottom: 0.75em;
}

#header h1 {
	margin-left: 0.25em;
}

#header p {
	font-size: 1em;
	line-height: 2em;
	margin-left: 2.5em;
	color: #604030;	
}

#features {
	float: left;
	width: 58%;	
	margin-right: 1.75%;
	padding-right: 2%;
	border-right: 2px solid #505040;
}

#features p {
	padding-top: 0.75em;	
}

div.features_list ul {
	width: 40%;	
	float: left;
	padding: 1em 0.75em 2em;
}

div.low-season {
	width: 47%;
	float: left;
	margin-right: 3%;
}

div.high-season {
	float: left;
}	

#pictures li {
	margin-bottom: 1.4545em;	
}

div.hreview {
	margin-bottom: 1.4545em;
	border-bottom: 1px dotted #505040;	
}

abbr.rating {
	color: #298fa6;
	display: block;
	padding-top: 0.75em;	
}

span.reviewer {
	font-size: 0.75em;
	color: #604030;
	display: block;
	padding: 0.75em;
}

