﻿body {
	margin: 20px;
	background: #003366;
	font-family: ;font-family:Arial, Helvetica, sans-serif;
	font color: navy;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Tahoma", serif;
	font-weight: normal;
	color: navy;
}

h1 {
	font-size: 2em;
	color:navy;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: navy;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color:navy;
}

h4 {
	font-size: medium;
	font-weight: bold;
	color: blue;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color:navy;
}

h6 {
	font-size:medium;
	color:red;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: normal;
	font-size:small;
	font-weight: normal;
	color: navy;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: silver;
}

#wrapper {
	width: 1020px;
	height: 1239px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 226px;
	margin: 0 auto;
	background: blue url('<img alt="Top Tent Roof Top Tents" height="113" src="images/toptent.png" width="1025" />') no-repeat left top;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #565F68;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

/* Content */

#content {
	float: right;
	width: 60%;
	height:auto;
	background:white;
	padding: 40px 20px 0 0;
	
}

.entry {

}	

 .entry .title  {
	color: navy;
	font-weight:bold;
	text-decoration: none;
}

.entry .title a {
	background: none;
	color: navy;
	border: none;
}

.entry .title a:hover {
	text-decoration: underline;
}

.entry .active {
	font-weight:bold;
	font-variant:small-caps;
	
}
.entry .ext  {
	color: navy;
	height:auto;
	float: right;
	width: 95%
}

.post .table {
	height: auto;
	width: 81%;
	background color: #FFFFFF;
	font-family:"Arial, Helvetica, sans-serif";
	color:green; 
	
}

.post .table {
	height: auto;
	width: 81%;
	background color: #FFFFFF;
	font-family:"Arial, Helvetica, sans-serif";
	color:green; 
	
}

#footer	{
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	color: white;
	text-decoration: underline;
		
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	
}

#footer a {
	color: white;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	
	
}

a:active {
}

