/*
Theme Name: Lover Birds
Theme URI: http://annieli.co.uk/
Description: Version 2
Author: Annie
Author URI: http://annieli.co.uk/
*/

body {
	font: 0.8em "verdana";
	line-height: 20px;
	background: #b4cfd7;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 203px;
	text-align: center;

}
#header img{
	border: none;
	position: top;
}
#header a {
	background: none;
}
h1 {
	font: bold 130% "century gothic";
	color: #d26687;
}
h3 {
	font: bold 100% arial;
	color: #666;
}

#sidebar {
	float: left;
	width: 175px;
	margin: 0 0 0 12px;
	padding: 0 0 20px 0;
	text-align: left;
	font: 0.9em verdana;
	background: #644337 url('images/SidebarV24.png') no-repeat bottom;
}
#sidebar img {
	margin: 0; padding: 0;
}
#sidebar h3 {
	font: bold 100% arial;
	color: #b4cfd7;
	padding: 0 0 0 5px;
}
#shoutbox {
	text-align: center;
}
#navigation {
	margin: 0; padding: 0;
	list-style-type: none;
}
#navigation li {
	margin-bottom: 2px;
}
#navigation a {
	background: #644337;
	color: #999;
	display: block;
	width: 165px;
	padding: 5px 0 5px 10px;
}
#navigation a:hover {
	background: #b4cfd7;
	color: #666;
	text-decoration: none;
}

#content {
	float: right;
	width: 500px;
	text-align: left;
}
#content li {
	list-style-image: url('images/bullet_black.png');
}
hr {
	width: 40px;
	color: #222;
}
blockquote {
	font: italic 0.9em georgia;
}
img.wp-smiley {
	border: none;
}
.wp-caption-text {
	font: italic 0.9em georgia;
} 
del {
	text-decoration: line-through;
}
a:link, a:visited {
	color: #644337;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.postinfo {
	border-bottom: #637377 dashed 1px;
	font-size: 0.8em;
	text-align: center;
}
.title a {
	font: 130% "century gothic";
	color: #d26687;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
img.avatar {
	float: right;
	margin: 5px;
}

#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font: 0.9em "century gothic";
	color: #999;
}