/*  
Theme Name: Mayfly Internet Marketing
Theme URI: http://www.may-fly.co.uk/blog/
Description: Mayfly Internet Marketing Wordpress Theme
Version: 1.0
Author: Karl Wills

*/

html {
	width: 100%;
	background: #a6b8cd url("images/bodybg.gif") repeat-x;
}


body {
	padding: 25px 0 30px 0;
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	color: #272626;
}



/* Typography */

p, h1, h2, h3, ol, ul {
	margin-bottom: 20px;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #24316e;
}

h2 {
	font-size: 17px;
	color: #24316e;
}

.blogDescription { /* Styles the H2 heading underneath the blog title */
	margin-left: 15px;
	margin-bottom: 30px;
}

h3 {
	font-size: 15px;
	color: #24316e;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
}

p.postmetadata {
	padding: 0 0 5px 0;
	margin: 0;
}

.navigation { /* Next and Previous Links at bottom of page */
	margin: 10px 0 10px 15px;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	background: #ffffff;
	border: 1px solid #8da1b8;
}

#header { 
	float: left;
	width: 960px;
}

#header img {
	float: left;
	border: 0;	
	padding: 40px 0 0 17px;
}

#header h1 {
	margin-left: 15px;
	text-indent: -9999px;
}

#header ul.contactHead { /* Styles the telephone number and email address in the header */
	float: right;
	list-style: none;
	font-size: 20px;
	color: #26357a;
	text-align: right;
	margin: 40px 17px 0 0;
}

#header ul.contactHead a {
	text-decoration: none;
	color: #8fa2e5;
	font-size: 16px;
	font-weight: bold;
}

/* Top Navigation */

ul#topNav {
	clear: both;
	float: left;
	list-style: none;
	width: 960px;
	background: #22306d url("images/topnavbg.gif") repeat-x;
	margin: 0;
	padding: 0;
}

ul#topNav li {
	float: left;
}

ul#topNav li ul {
	list-style: none;
	position: absolute;
	width: 16em;
	left: -999px;
	background: #0c1643;
	margin: 0;
	padding: 0;
}

ul#topNav li:hover ul, ul#topNav li.sfhover ul {
	left: auto;
}


ul#topNav li a {
	display: block;
	padding: 0 20px 0 20px;
	line-height: 2.3em;
	color: #fff;
	text-decoration: none;
}

ul#topNav li a:hover {
	background: #404f92;
}

#topNav li ul li a:hover{
	text-decoration: underline;
	background: none;
}


#container {
	float: left;
	width: 680px;
	margin: 15px 0 0 20px;
}

#container h1 {
	margin-top: 10px;
	color: #24316e;
}

#container h1 a {
	text-decoration: none;
	color: #24316e;
}

#container h2.blogDescription { /* Styles the Sub-Heading underneath the Main Blog Heading */
	text-decoration: none;
	color: #c9c9c9;
	padding: 0;
	margin: 3px 0 30px 0;
	font-size: 16px;
}

.post {
	margin: 10px 0 30px 0;
}

.entry {
	line-height: 17px;
}

.sidebar {
	float: left;
	width: 200px;
	margin: 20px 20px 0 40px;
	padding: 0;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar h2 {
	margin: 10px 0  10px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #d9d9d9;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar ul li ul {
	margin: 0;
	padding: 0 0 10px 0;
}

#footer {
	border-top: 2px solid #d9d9d9;
	clear: both;
	float: left;
	width: 930px;
	margin: 15px 15px 0 15px;
	padding: 15px 0 0 0;
	color: #aeacac;
}

#footer p {
	font-size: 11px;
	padding-top: 15px;
}

#footer h3 {
	color: #aeacac;
	font-weight: bold;
	margin: 0 0 18px 0;
}

#footer ul.sitemap a {
	text-decoration: none;
	color: #aeacac;
}

#footer ul.sitemap {
	float: left;
	width: 125px;
	margin: 0 0 18px 0;
	font-size: 11px;
	padding: 0;
}

#footer ul.sitemap li {
	list-style: none;
	font-size: 11px;
}

#footer ul.sitemap li.page {
	margin-bottom: 10px;
}

#footer ul.sitemap li.page a {
	color: #6c6c6c;
}

#footer ul.sitemap li a:hover {
	text-decoration: underline;
}

.clearer { /* Clears floated Elements */
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}