

/* <style> */

/* RESET ****************************************/

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,
dl, dt, dd, ol, ul, li, i, b, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {font-size:.9em;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {text-decoration:none;}

/* GENERALLY USEFUL STYLES *********************************************/

strong {font-weight:bold;}

em {font-style:italic;}

.block {display:block;}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.noMargin {
	margin:0 !important;
}

.alignR {
	text-align:right !important;
}

.clear {
	clear:both !important;
}

.clearpad {
	clear:both !important;
	height:20px;
}

.clearer {
	display:block !important;
	float:none !important;
	width:100% !important;
	height:1px !important;
	line-height:0px !important;
	font-size:0px !important;
	border:0px !important;
	clear:both !important;
}

.HIDE {display:none;}

a:active {
	outline:none !important;
}

a:focus {-moz-outline-style:none;}

b {font-weight:bold;}

i {font-style:italic;}

/* SITE ****************************************/

body {
	background:#eaeaea;
	color:#000000;
	font-family:georgia;
	font-size:62.5%;
	text-transform:uppercase;
}

#homeSplash {
	width:800px;
	margin:40px auto;
}

#header {
	width:900px;
	height:130px;
	margin:20px auto;
}

#header img {
	
}

h2 {
	width:900px;
	margin:0 auto 50px auto;
	text-align:center;
	font-size:1.1em;
	border-bottom:1px solid #000000;
	padding:0 0 10px 0;
}

#ocean {
	width:600px;
	margin:0 auto;
	margin-bottom:50px;
}

.post {
	width:800px;
	margin:0 auto;
	margin-bottom:150px;
	text-align:center;
}

.post img {
	
}

.post .meta {
	margin-top:10px;
	text-align:center;
}

#nav {
	border-top:1px solid #000000;
	padding:50px 0;
	height:12px;
	width:900px;
	margin:0 auto;
	font-size:1.2em;
}

#nav a#previous {float:left;}

#nav a#next {float:right;}

#footer {
	width:900px;
	height:150px;
	border-top:1px solid #000000;
	padding-top:20px;
	margin:0 auto;
	line-height:1.6em;
}

#footer #footerLeft {
	width:400px;
	float:left;
}

#footer #footerRight {
	width:400px;
	float:right;
	text-align:right;
}

.post .meta a,
#nav a,
#footer a {
	color:#000000;
	border-bottom:1px dotted #000000;
}

.post .meta a:hover,
#nav a,
#footer a:hover {
	border-bottom:1px solid #000000;
}

.post.content {
	margin:0 auto 100px auto;
	width:400px;
	text-align:left !important;
	line-height:1.6em;
}

.post.content h2 {
	font-weight:bold;
	margin:1.6em 0;
	font-size:1.3em;
	line-height:2.5em;
	border-bottom:1px solid #000000;
}

.post.content p {
	margin:1.6em 0;
	font-size:1.1em;
}

.post.content ul {
	list-style-type:disc;
	margin:1.6em 0 1.6em 2em;
	font-size:1.1em;
}














