* {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

body {
	margin: 0px;
	background: #ffffff;
	width: 100%;
	align: center;
	text-align: left;
	font: 16px/1.3333 Tahoma, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 200%;
	color: #20646d;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%; 	 
 	color: #233377;
 	padding-top: 10px;
 	padding-bottom: 10px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%; 
	font-style: italic;
	color: #233377;
	line-height:26px;
	padding-top: 5px;
	padding-bottom:3px;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%; 
	font-style: italic;
	color: #660000;
	font-stretch:extra-expanded;
	line-height:44px;
	vertical-align:middle;
}

h5{
 	font-family: Tahoma, Geneva, sans-serif;
 	font-size: 90%;
	font-weight: bold;
	 color: #660000;
 	line-height:38px;
 	vertical-align:middle;
 	text-align:center; 
}

h6{
 	font-family: Tahoma, Geneva, sans-serif;
 	font-size: 80%;
 	color: #660000;
 	line-height:18px;
 	vertical-align:middle;
 	text-align:left; 
	padding-top: 10px;
	padding-bottom:10px;
}

.wdgt_ft { display: none; }


p {
	margin-bottom: 15px;
	line-height: 1.8em;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
}

blockquote {border: none;
	padding: 0px 10px 0px 30px;
}

ol {
	margin: 5px;
	padding: 0px 0px 0px 30px;
	list-style: decimal;
	line-height: 1.8em;
	font-size: .85em;

}

ol li {
	margin: 5px;
	padding: 0px 0px 0px 10px;
	line-height: 1.8em;
	list-style: decimal;
}

ul {
	margin: 5px;
	padding: 0px 0px 0px 30px;
	list-style: disc;
	line-height: 1.8em;
	font-size: .85em;
}

ul li {
	margin: 5px;
	padding: 0px 0px 0px 10px;
	line-height: 1.8em;
	list-style: disc;
	font-size: small;
}


a {
	text-decoration: none;
	color: #20646d;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #20646d;
}
a:link, a:visited, a:hover {
	color: #243378;
	text-decoration: none;
	font-weight:bold;
}
/* overrides decoration from previous rule for hovered links */
.book {
	font: 14px/1.42857 arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	top: 10px;
	bottom: 5px;
}

.book a {
	font: 12px/0.9167em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height: 18px; 
}

/* table per johnsardine.com */

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	text-align: left;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


/* Container */

.container {
	width: 960px;
	float: center;
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* Header */
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background: #ffffff;
}

/* Page */

#page {
	width:960px;
	margin:0 auto;
	padding-top: 10px;
}
 
/* Logo */

#logo {
	float: center;
	width: 960px;
	height: 62px;
	margin: 0px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-stretch: expanded;
	font-weight: normal;
	font-size: 2.1em;
	color: #243378;
}

#logo h1 a {
	color: #243378;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #20646d;
}

/* Menu */

#menu {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 15px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	font-size: .9.5em;
	font-weight: bold;
	color: #243378;
}

#menu a:hover, #menu .active a {
	background: #243378;
	color: #FFFFFF;
}

#splash {
	width: 940px; 
	margin: 0 auto;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

.title {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font-size:1.1em;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic; 
	color: #202020;
}

/* Content */

#content {
	width: 650px;
	padding: 20px 10px 10px 310px;
}

.content .h2 {
 	margin: 0px;
	padding: 10px 0px 15px 0px;
	font-size: 135%;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color: #202020;
}

.post {
	margin: 0px 15px 10px 15px;
	border-bottom: 1px solid #CCCCCC;
	float:right;
}

.post .sub {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color: #202020;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #20646d;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
	align: left;
	padding: 15px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.post .image {
	text-align:center;
	margin: 15px 10px 20px 10px; 
	font-size: .8em;
	color: #000033;
	font-style: italic;
	line-height: 20px;
	bottom: 20px;
	float: center; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px;
	vertical-align:middle; 
}

.post .imageRight {
	text-align:center;
	margin: 15px 0px 20px 10px; 
	font-size: .8em;
	color: #000033;
	font-style: italic;
	line-height: 20px;
	bottom: 10px;
	float: right; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px; 
}

.byline {
	text-align:right;
	margin-top: 10px;
	margin-bottom:20px;
	font-size: .8em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	line-height: 35px;
	vertical-align: top;
	left: 10px;
}

.headline {
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center; 
	color: #000000;
}

.post ol {
	list-style-type:upper-roman;
	list-style-position: outside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal; 
	font-size: .9em;
	line-height: 24px;	
}

.post ul {
	list-style: circle;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:normal;  
	font-size: .9em;
	line-height: 24px;	

}

.post li {
	list-style: circle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height:24px;
}


.post seaportsubindex {
	text-align:left;  
	font-weight: bold;
	font-size: 8em;
	padding-bottom: 4px; 	
}

.headline {
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center; 
	color: #000000;
}
	 
/* Book */

.book {
	font: 14px/1.42857 arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	top: 10px;
	bottom: 5px;
}

.book a {
	font: 12px/0.9167em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height: 18px; 
}

/* News */

.news {
	font: 14px/1.42857 arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	top: 10px;
	bottom: 5px;
}

.news a {
	font-size: 85%;
}

.news .headline {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em;
	font-style: italic;
	color: #000000;
	text-align: left;
	padding: 20px 0px 20px 0px;
}

/* Sidebar */

#sidebar p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

#sidebar2 {
	float: left; /* this element is floated, a width must be given */
	width: 230px; /* background color will be displayed for the length of the content, but no further */
	padding: 20px 40px 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	list-style-type:none;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

#sidebar2 p {
	margin-bottom: 20px;
	line-height: 1.4em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

#sidebar li {
	margin-bottom: 1px;
	list-style:none; 
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #233377;
}

#sidebar h3 {
	margin: 0px;
	padding: 10px 0px 30px 0px;
	font-size: 140%;
	font-weight: normal;
	color: #233377;
}

#sidebar title {
	font-size: 140%;
	color: #20646d;
	padding: 10px 0px 30px 0px;
	line-height:18px;
}

#sidebar p {
	margin: 0;
	font-size: 95%;
	line-height: normal;
	color: #622901;
}

#sidebar entry {
	padding: 10px 0px;
	line-height:14px;
	padding-left: 10px;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #202020;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Image Border */
#imgborder {
	border-color: #CCCCCC;
	border-style: double;
	border-spacing: 5px;
	border-width: medium;
	padding: 5px;
	margin: .5em;
	margin: .5em;
	background-color:#ffffff; 
}

#imgborder2 {
	border-color: #CCCCCC;
	border-style: ridge;
	border-spacing: 10px;
	border-width: thin;
	padding: 0px;
	margin: 1em;
	background-position:center; 
}

/* Basic Table Layout */

.image {
	text-align:center;
	padding:15px;
	margin: 15px 10px 20px 10px; 
	font-size: 14px;
	color: #000033;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;  
	line-height: 20px;
	bottom: 20px;
	float: center; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px;
	vertical-align:middle;  
}

.imageRight {
	text-align:center;
	margin: 15px 0px 20px 10px; 
	font-size: 13px;
	color: #000033;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;  
	line-height: 20px;
	bottom: 10px;
	float: right; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px; 
}


table {
	font: Georgia, "Times New Roman", Times, serif;
	font: 15px/20px;
	border-width: thin;
	border-style: solid;
	border-color: gray;
	background-color:#ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	 
}

table .tr {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC; 
	background-color: #ffffff; 
	font weight: bold;
	text-align: left;
}

table .td {
	border-width: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: solid;
	border-color: gray;
	background-color: #ffffff;
}

table td.numbers {
	width: 40px;
	border-left: 1px solid #CCC;
	text-align: right;
}


table .image {
	text-align:center;
	margin: 15px 10px 20px 10px; 
	font-size: 13px;
	color: #000033;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:italic;   
	line-height: 20px;
	bottom: 20px;
	float: center; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px;
	vertical-align:middle; 
}

#table .imageRight {
	text-align:center;
	margin: 15px 0px 20px 10px; 
	font: Georgia, "Times New Roman", Times, serif;
	font-style:italic;   
	font-size: 13px;
	color: #000033;
	line-height: 20px;
	bottom: 10px;
	float: right; 
	vertical-align: top;
	border-radius:10px;
	outline-offset:20px; 
}

 
/* Footer */

#footer {
	align: center;
	padding:20px 0px 10px 10px;
	background: #ffffff;
	font-size:smaller; 
	color: #000033;
	text-align:left; 
}

#footer a {
	text-decoration: underline;
	color: #000033;
}

#footer a:hover {
	text-decoration: none;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, aside, nav, article, figure {
	display: block;
	text-align: left;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
footer {
	display: block;
	text-align: center;
}

#page #page-bgtop #content .post .navigation .navigation {
	line-height: 14px;
}
#content h2 {
	font-style: italic;
}
