/*   
Theme Name: My Cute Lobster
Theme URI: http://www.mycutelobster.co.uk
Description: Theme for My Cute Lobster
Author: Natasha Hopson
Author URI: http://www.mycutelobster.co.uk
Template: default
Version: 1
*/

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #022f4e;
	background-color: #f8f8f8;
}

body {
	background-image: url(images/background.jpg);
	height: 190px;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: white;
}

div#header {
	width: 1024px;
	height: 197px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#header ul#menu {
	height: 36px;
	margin: 0px;
	padding: 0px;
}

div#header ul#menu li {
	height: 36px;
	margin: 0px 12px;
	display: block;
	float: right;
}

div#header ul#menu a {
	text-transform: uppercase;
	color: #f8f8f8;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
}

div#header ul#menu a:hover {
	color: #519fbd;
}

div#container {
	padding-top: 10px;
	width: 714px;
	margin: 0px auto;
}

div#content {
	width: 494px;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
}

div#sidebar {
	width: 208px;
	float: right;
	margin-bottom: 15px;
}

div#footer {
	clear: both;
	height: 27px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: white;
	background-color: #022f4e;
	line-height: 27px;
	width: 100%;
}

div#footer a {
	color: #f8f8f8;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

div#content div.date {
	color: #022f4e;
	text-decoration: none;
	font-weight: bold;
}

div#content div.title {
	text-transform: uppercase;
	font-size: 18px;
	color: #519fbd;
	border-bottom: 1px dotted #519fbd;
}

div#content div.content {
	padding: 1px;
}

div#content div.comment {
	padding-bottom: 15px;
}

div#content div.comment p.postmetadata {
	margin: 0px;
	padding: 0px;
}

div#content div.comment a {
	color: #519fbd;
	text-decoration: none;
	font-weight: bold;
}

div#content div.comment a:hover {
	text-decoration: underline;
}

div#sidebar div.container {
	background-color: #ecf2f4;
}

div#sidebar div.container div.title {
	text-transform: uppercase;
	font-size: 14px;
	color: #519fbd;
	border-bottom: 1px dotted #519fbd;
	padding: 1px;
}

div#sidebar div.container div.content {
	margin-bottom: 8px;
	padding: 2px;
}

div#sidebar div.container div.content.align {
	text-align: center;
}

div#sidebar div.container div.content img.button {
	border: 0px;
    margin-bottom: 2px;
}

div#sidebar div.container div.content img.lulubutton {
	border: 0px;
	display: block;
    margin: 0px auto;
}

div#sidebar div.container div.content img.thepromise {
	float: left;
	margin: 2px;
}

a {
	color: #022f4e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol.commentlist li.comment div.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

img.picture {
	border: 0px;
}

td.width {
	width: 97px;
}

td.width2 {
	width: 369px;
}