/*
Take A Seat Blog CSS
Tom Aston, FUSE (www.fuse.co.uk)
26th March 2009
*/

/***********/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
body { background:url(../images/bl-bg.gif) center top no-repeat #FFFFFF; }
a:link,
a:visited {
	color:#444444;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#222222;
	text-decoration:none;
}
#content {
	background:#FFFFFF;
}
#content #side-content {
	color:#222222;
}
#content #side-content p {
	color:#222222;
}
#content #side-content ul {
	margin:0 0 20px 0;
}
#content #side-content ul li {
	margin:0 0 4px 0;
}
#content #side-content ul li a:link,
#content #side-content ul li a:visited {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}
#content #side-content ul li a:hover,
#content #side-content ul li a:active {
	color:#222222;
	text-decoration:underline;
}
#content #side-content h3#categories-title {
	background:url(/images/bl-categories.gif) left top no-repeat;
	width:125px;
	height:27px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}
#content #side-content h3#archives-title {
	background:url(/images/bl-archive.gif) left top no-repeat;
	width:86px;
	height:24px;
	text-indent:-9999px;
	margin:0 0 10px 0;
}
#content #main-content {
	color:#222222;
}
#content #main-content img {
	float:none;
}
#content #main-content p {
	line-height:1.4em;
	margin:0 0 10px 0;
}
#content #main-content .post {
	border-bottom:solid 1px #DDDDDD;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
#content #main-content .post .post-date {
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	color:#999999;
}
#content #main-content .post .post-title {
	padding:5px 0 10px 0;
}
#content #main-content .post .post-title h2 {
	font-size:2.0em;
	font-weight:normal;
	margin:0 0 5px 0;
}
#content #main-content .post .post-title h2 a:link,
#content #main-content .post .post-title h2 a:visited {
	color:#444444;
	text-decoration:none;
}
#content #main-content .post .post-title h2 a:hover,
#content #main-content .post .post-title h2 a:active {
	color:#222222;
	text-decoration:none;
}
#content #main-content .post .post-title span {
	text-transform:uppercase;
	font-size:0.9em;
	margin:0 10px 0 0;
	font-weight:bold;
}
#content #main-content .post .post-title span a:link,
#content #main-content .post .post-title span a:visited {
	text-decoration:none;
	color:#999999;
}
#content #main-content .post .post-title span a:hover,
#content #main-content .post .post-title span a:active {
	text-decoration:underline;
	color:#333333;
}
#content #main-content .navigation span {
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
}
#content #main-content .navigation span a:link,
#content #main-content .navigation span a:visited {
	text-decoration:none;
	color:#999999;
}
#content #main-content .navigation span a:hover,
#content #main-content .navigation span a:active {
	text-decoration:underline;
	color:#333333;
}
#content #main-content .navigation .previous-entries {
	float:left;
}
#content #main-content .navigation .next-entries {
	float:right;
}
#bottom-content #secondary-menu {
	color:#222222;
}
#bottom-content #secondary-menu a:link,
#bottom-content #secondary-menu a:visited {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}
#bottom-content #secondary-menu a:hover,
#bottom-content #secondary-menu a:active {
	color:#222222;
	text-decoration:underline;
}
