* {
   padding: 0;
   margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
}

h1 {
	font-size: 60px;
	line-height: 1;
	text-align: center;
	padding: 0 0 0 5px;
/* NOTE: color is set in a:link and a:visited, not here! */
}

#slogan {
	font-size: 25px;
	text-align: center;
	color: #06006E;
	margin-top: 125px;
	padding: 0;
}

h2 {
	text-align: left;
	font-size: 2em;
	color: #090992;
	padding-bottom: .3em;
}

h3 {
	text-align: left;
	font-size: 1.8em;
	padding-left: 0;
	color: black;
}

h4, h5, h6 {
	margin-top: 1em;
}

h4 {
	text-align: left;
	color: black;
}

p {
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 1em;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #160DB2;
}

h1 a:link,
h1 a:visited {
	color: #FF0000;
}


a:hover,
a:active {
	text-decoration: underline;
}

ul {

	list-style-type: none;

}

li {

	padding-left: 1em;

}

#postdate {
	font-size: 70%;
}

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

#header {
	position: relative;
	width: 760px;
	height: 230px;
	background: url("http://essexhogroasts.co.uk/wordpress/wp-content/themes/essexhogroasts/images/header-thumbnail-strip.jpg") center center no-repeat;
	margin: 0 auto;
}

div#phone {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}

div#phone p {
	font-size: 1.2em;
	text-decoration: bold;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}

#container1 {
	position: relative;
}

#col1 {
	position: relative;
	float: left;
	margin-left: 0;
	width: 170px;
}

#top-menu{
	position: relative;
	width: 100%;
	font-size: 1.2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#top-menu a {
	text-decoration: none;
	text-transform: lowercase;
	padding: 2px 6px 4px 6px;
	margin: 0;
}

#top-menu a:link,
#top-menu a:visited {
  color: #160DB2;
}


#top-menu a:hover,
#top-menu a:active {
	text-decoration: none;
	background: #555;
	color: #ffffff;
}

#top-menu ul {
	position: relative;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	margin: 0;
}

#col2 {
	position: relative;
	text-align: justify;
	margin-top: 20px;
}

#footer	{ 
	position: relative;
	clear: both;
	height: 23px;
	padding-top: 5px;
	border-top: 1px solid #add8e6;
	font-size: 85%;
	line-height: 1.3em;
}

#footer #copyright	{ 
	position: relative;
	margin: 0px 12px 0px 12px; 
	float: left;
	font-size: 85%;
	line-height: 1.3em;
}

#footer ul	{
	position: relative;
	margin: 0px auto; 
	padding-bottom: 5px; 
	list-style: none; 
}

#footer li	{ 
	font-size: 90%; 
	margin: 0px; 
	padding: 0px 8px 0px 6px; 
	float: right;
}

.email {
	font-family: monospace;
}


/* ***** Wordpress stuff ***** */


/*----POST----*/


#container {
	position: relative;
	padding-top: 20px;
}


.post {
	padding: 0 0 20px 0;
}

.entry {
	line-height: 22px;
}

.postinfo {
	font-size: 11px;
	color: #aaa;
	padding: 5px 0 10px 0;
}

.postinfo a {
	color: #aaa;
}

.postdate {
	color: #aaa;
}

p.postmetadata {
	font-size: 12px;
	color: #BFB8A1;
	padding: 0 0 15px 0;
}

p.postmetadata strong {
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav {
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head { 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}


.corporate {
	margin-right: 20px;
}

/*----SIDEBAR STYLES----*/

.sidebar {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 0;
	width: 170px;
}


.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 20px;
}

.sidebar ul li {
	padding: 20px 0 0 0;
	list-style: none;
}

.sidebar ul li ul {
	padding: 0;
	list-style: none;
}

.sidebar ul li h2 {
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 0px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;


}

.sidebar ul ul li {
	padding: 0;
	margin: 8px 0 0 13px;
	/*line-height: 24px;*/
	list-style: none;
	font-size: 14px;
}

.sidebar a:link, a:visited {
	text-decoration: none;
	color:#900;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #222;
}

table#wp-calendar {
	width: 100%;
}


/*----COMMENT FORM----*/

#comment-form {
	margin: 20px 0 0 0;
	padding: 5px 5px 10px 10px;
	background: #EEE;
}

#comment-form h3 {
	padding: 0 0 .2em 0;
}

.comments-template ol {
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata {
	font-size: 12px;
	color: #900;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template input {
	border: 1px solid #900;
}

.comments-template textarea {
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}






