      /*  
		Theme Name: HFM
		Theme URI: http://example.com/example/   
		
		Description: A search engine optimized website framework for WordPress.   
		Author: Jeshua Erickson   
		Version: 1.0  
		
		Tags: Comma-separated tags that describe your theme  
		Your theme can be your copyrighted work.
		
		Like WordPress, this work is released under GNU General Public License, version 2 (GPL). 
		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
       */

body {
	font-family: arial; 
	font-size: .8em; 
	text-align: center;
	background-color: #fff;
	background-image: url('/img/ship-bg.png');
	background-repeat: repeat-x !important;
	margin-top: 6px;
	}

td, th {
	border: 0px solid #fff;
	}
	
table {
	border: 1px solid #ccc;
	background-color: #eee;
	}
	
.meta {
	font-style: italic;
	}
	
h2 {
	color: #4A84C4;
	}
	
a {
	color: #4A84C4;
	}

a:visited {
	color: #4A84C4;
	}

ul {
	margin-top: 0px;
	}
	
#logo { 
	margin-top: 14px; 
	position: relative; 
	left: -25px;
	margin-bottom: 5px;
	}

#logo-ie6 {
	margin-top: 14px; 
	position: relative; 
	left: -25px; 
	margin-bottom: 4px;
	}

#wrapper {
	width: 900px;
	border: 0px solid #fff;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	margin-bottom: 20px;
	}
	
#header img {
	margin: 5px;
/* 	margin-left: 8px; */
	float: left;
	}
	
#top-nav, #top-nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
.current_page_item {
	text-decoration: underline;
	font-weight: bold;
	}


.current_page_item a {
	color:  #F89A25 !important;
	}

	
#top-nav a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
 #top-nav li {
	display: inline;
	margin-right: 0px;
	list-style: square outside !important;
	padding: 5px;
	}
	
	
.latest-news {
	width: 286px; 
	float: right; 
	border: 1px solid #ccc; 
	background-color: #ddd;
	margin-right: 23px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	}	
	
.latest-news div {
	margin: 10px;
	}

.cat-container {
	width: 208px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
	left: 15px;
	}
	
.cat-container img {
	margin-bottom: 10px;
	}
	
	
.entry ul {
		list-style-type: disc; padding-left: 20px;
		}
	
.sub-main {
	clear: both;
	border: 0px solid #fff;
	}

.sub-main-navigation {
	float: left;
	width: 175px;
	position: relative;
	left: 0px;
	margin-top: 15px;
	}
	
.sub-main-content {
	background-color: #fff; 
	position: relative; 
	width: 370px; 
	float: left; 
	border: 1px solid #fff;
	left: 20px;
	}
	
/* .category-news {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 600px;
	background-color: #eee;
	padding: 5px;
	} */

 .hentry {
	border: 1px dashed #ccc;
	margin-bottom: 10px;
	width: 350px;
	background-color: #D2DCF0;
	padding: 5px;
	float: left;
	}
	

	
.orange {
	background-color: #F89A25;
	color: #fff;
	}

.green {
	background-color: #B5D34D !important;
	}
	
.green a {
	color: #000 !important;
	}

.blue { 
	background-color: #4A84C4 !important;
	color:#fff;
	}
	
.blue a {
	color: #fff !important;
	}	
	
.purple-blue {
	background-color: #8189A3 !important;
	color: #fff;
	}
	
.gray {
	background-color: #ddd;
}	

.border {
	border: 1px solid #ccc;
	}
	
#footer {
	clear: both;
	border: 0px dashed #ccc; 
	position: relative; 
	width: 900px; 
	color: #fff;
	height: 160px;
	top: 2px;
	}
	
#footer a {
	color: #fff;
	}
	
	
#footer-left {
	width: 155px; 
	height: 120px; 
	margin: 2px; 
	float: left; 
	margin-left: 27px;
	}
	
#footer-middle {
	width: 430px; 
	height: 120px; 
	margin: 2px; 
	float: left;
	}
	
#footer-right {
	width: 220px; 
	height: 120px; 
	margin: 2px; 
	float: right;
	font-size: 12px;
	}	
	
#footer-right li {
	list-style: none;
	display: inline;
	}
	
.gallery {border: 0px solid red;}
.gallery-item {float: left;}
.gallery-icon {}
.gallery-caption {}
.gallery-item img {border: 1px solid #000;}	
	





