/*

The basic page layout

*/

html {
	height: 100%;
}
html, html * {
	border-width: 0;
	border-color: #e0cfab;
	border-style: solid;
	margin: 0;
	padding: 0;
}
body { 
	height: 99.9%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Geneva, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #ad9574;
	background-color: #301e16;
	text-align: center;
	font-weight: bold;
}
#container {
	text-align: left;
	border-width: 0;
	position: relative;
	margin: 14px auto;
	border-width: 2px;
	background-color: #800205;
	background-image: url(../images/redocean2.jpg); /*relative to where the css file is */
	background-repeat: repeat-y;
}
#header {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	padding-bottom: 0;
	text-align: center;
	font-weight: bold;
}
#header img {
	margin: 0 auto;
} 
#printHeader {
	display: none;
}
#main {
	width: 100%;
}
#footer {
	clear: both;
	padding-top: 9px;
	color: #8B4513;
	font-weight: normal;
}

/*

Headings

*/

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: Georgia,'Palatino Linotype','Book Antiqua',Palatino,'Times New Roman',Times,serif;
}
h1 {
	font-size: 1.75em;
	color: #e0cfab;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	color: #e0cfab;
	font-size: 1.1em;
}

/*

Basic typography

*/

p {
	padding: 0;
	margin: 9px 5% 0;	
	display: block;
	clear: both;
}
.strong, .bold, b {
	font-weight: bold;
}
.emphasis, .italic, em {
	font-style: italic;
}
p.spacing {
	padding: 0;
	margin-top: 0;
	font-size: 1em;
	line-height: 2em;
}
p.smallSpacing {
	padding: 0;
	margin-top: 0;
	font-size: 0.95em;
	line-height: 0.95em;
}
p.center {
	text-align: center;
}
p.tiny {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.1em;
	margin: 4px 5%;
}
p.smaller {
	text-align: center;
	font-size: 0.8em;
}
p.small {
	text-align: center;
	font-size: 0.95em;
}
p.medium {
	text-align: center;
	font-size: 1.125em;
}
p.large {
	text-align: center;
	font-size: 1.2em;
}
p.larger {
	text-align: center;
	font-size: 1.25em;	
}
p.largest {
	font-size: 1.5em;
	text-align: center;
}
#main p.center_light {
	color: #e0cfab;
	font-size: 1em;
	text-align: center;
}
#footer p {
	color: #e0cfab;
	text-align: center;
	font-size: .8em;
}

/*

Lists

*/

ul, ol {
	margin-left: 18px;
}
ul ul, ol ol {
	margin-left: 18px;
}
ul ul ul, ol ol ol{
	margin-left: 18px;
}
ul {
    list-style-type: disc;
	padding-left: 9px;
}
ol {
    list-style-type: decimal;
	padding-left: 9px;
}

/*

Basic image styles

*/

img {
	display: block;
	border: 0;
	margin: 18px auto;
	text-align: center;
	max-width: 100%;
}
p img.left {
	margin: .3em 9px 9px 0;
	float: left;
}
p img.right {
	margin: .3em 0 9px 9px;
	float: right;
}

/*

Entries

*/

.entry, .entry_left {
	border-width: 3px;
	margin: 12px 2.5% 26px;
	padding: 8px 0;
	background-color: #2B211C;
}
.entry p, .entry_left p {
	color: #bda27a;
	line-height: 1.25em;
	text-align: center;
	margin: 14px 2.5%;
	padding: 0;
	font-weight: bold;
}
.entry p span, .entry_left p span, .entry a, .entry_left a { 
	font-style: normal;
}
.entry p span, .entry_left p span { 
	margin-top: 2em;
	display: block;
	font-style: normal;
}
.entry p.full-center, .entry_left p.full-center {
	margin: 14px;
	text-align: center;
	font-size: 1em;
}
.entry p.left {
	text-align: left;
}
.entry img, .entry_left img {
	display: block;
	border: 3px;
	margin: 9px auto;
	text-align: center;
}
.entry ol, .entry ul, .entry_left ol, .entry_left ul {
	margin-top: 16px;
	color: #d2b892
}
.entry li, .entry_left li {
	margin: 0 5% 16px;
}
.entry p.lighter, .entry_left p.lighter {
	color: #d2b892;
	font-size: 1em;
	text-align: center;
}
.entry_left p {
	text-align: left;
}
.entry_left p.center {
	text-align: center;
}
.entry p.small_georgia, entry_left p.small_georgia {
	color: #a38b67;
	text-align: center;
	font-family: georgia;
	font-size: 0.8em;
}
.testimonial_entry, .testimonial_entry_left {
	border-width: 3px;
	margin: 18px 5% 36px;
	padding: 9px 0;
	background-color: #2B211C;
}
.testimonial_entry p, .testimonial_entry_left p {
	color: #a38b67;
	line-height: 1.25em;
	text-align: center;
	margin: 14px 5%;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}
.testimonial_entry p span, .testimonial_entry_left p span, .testimonial_entry a, .testimonial_entry_left a { 
	font-style: normal;
}
.testimonial_entry p span, .testimonial_entry_left p span { 
	margin-top: 1em;
	display: block;
	font-style: normal;
	font-weight: bold;
}

/*

Links and top menu

*/

a {
	outline: none;
}
a, a:active {
	color: #DFCAAC;
	text-decoration: underline;
}
a:visited {
	color: #EED5B7;
}
a:hover {
	color: #FFFFE0;
	text-decoration: none;
}
#footer a, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color: #EFE0E4;
}
#footer a:hover {
	text-decoration: none;
}
/* top page menu */
#header ul {
	text-align: center;
	margin: 18px 0;
}
#header ul li {
	display: inline;
}
#header ul li a, #header ul li a:visited {
	color: #CDB38B !important;
	text-decoration: none;
}
#header ul li a:hover, #header ul li a.active  {
	color: #FFFFE0 !important;
	text-decoration: underline;
}