/*
Theme Name: The Right Blog
Theme URI: www.therightsites.com
Description: The Right Blog template
Version: 1.0
Author: Andrew Staffell
Author URI: http://fewerflatlands.co.uk
This theme requires the following plugins to work properly: Sociable, Yet Another Related Posts Plugin
*/

#banner {
	background: #4d545c url(img/mugshot.png) no-repeat top right;
	height: 94px;
	position: relative;
	border-bottom: 10px solid #dad3ae;
}
h1#title {
	position: absolute;
	background: url(img/rdn.png) no-repeat;
	top: 50px;
	left: 15px;
	height: 33px;
	width: 290px;
}
#slogan {
	position: absolute;
	background: url(img/slogan.png) no-repeat;
	top: 65px;
	left: 330px;
	height: 21px;
	width: 280px;
}
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #222222;
}
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: 0px;
}
body, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
h5 {
	font-size: 11pt;
	font-weight: normal;
}
h4 {
	font-size: 11pt;
	font-weight: normal;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
}
h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 17pt;
	font-weight: normal;
	margin-bottom: 10px;
}
input {
	font-size: 8pt;
}
p {
	line-height: 140%;
	margin-bottom: 12px;
}
small {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}
blockquote {
	margin-left: 15px;
	font-size: 9pt;
}
#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#title a {
	display: block;
	height: 100%;
	width: 100%;
}
#title span {
	display: none;
}
#slogan span {
	display: none;
}
#nav {
	background-color: #dad3ae;
	padding: 6px 13px;
	color: #666666;
	font-size: 8pt;
	height: 15px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 15px;
}
#main {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}
#col1 {
	float: left;
	font-size: 9pt;
	width: 160px;
	margin-left: 10px;
	margin-right: 15px;
}
li {
	padding-bottom: 2px;
}
ul {
	list-style-type: none;
}
#searchform {
	margin-bottom: 10px;
}
#s {
	border: 1px solid #666666;
	width: 120px;
}
#searchsubmit {
	padding: 0px 5px;
	border: 1px solid #3d6b95;
	background-color: #ffffff;
	font-size: 9pt;
	color: #333333;
}
#col2 {
	float: left;
	width: 462px;
	margin-right: 6px;
	font-family: georgia, arial, helvetica, sans-serif;
}
#col3 {
	float: left;
	width: 135px;
	margin-right: 12px;
	font-size: 9pt;
}
#col4 {
	float: left;
	width: 160px;
}
#footer {
	clear: both;
	padding: 3px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3d6b95;
	text-align: right;
}
#innerfooter {
	float: right;
}
#innerfooter img {
	display: block;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
#pagetitle_rule {
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
}
#comment {
	width: 100%;
}
#commentform {
}
#commentform textarea {
	font-size: 8pt;
}
#commentform input[type=submit] {
	padding: 4px 10px;
	border: 1px solid #666666;
	background-color: #F3F3F3;
	font-size: 9pt;
	color: #333333;
}
#tags {
	font-size: 8pt;
}
#affiliates {
	margin-top: 5px;
}
#affiliates li {
	padding-bottom: 2px;
}
#siteintro {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	padding: 10px;
	background-color: #F3F3F3;
	margin-bottom: 20px;
}
#siteintro p {
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
	font-size: 11pt;
	margin-bottom: 0px;
}
#categoryintro p {
	font-family: arial, helvetica, sans-serif;
	line-height: 120%;
	font-size: 11pt;
	margin-bottom: 20px;
}
.leftcol_header {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	padding: 2px;
	background-color: #F3F3F3;
	display: block;
	color: #000000;
}
.leftcol_options {
	padding: 4px 4px 10px 4px;
	display: block;
}
.rightcol_header {	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 0px 0px;
	display: block;
	color: #666666;
}
.rightcol_options {
	padding: 4px 4px 10px 4px;
	display: block;
	color: #666666;
}
.infobox {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	padding: 2px;
	display: block;
	background-color: #F3F3F3;
	margin-bottom: 15px;
}
.posttitle {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4d545c;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 13pt;
}
.indexdetails {
	color: #888888;
	margin-bottom: 5px;
	line-height: 100%;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.postdetails {
	color: #888888;
	margin-bottom: 15px;
	line-height: 100%;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.entry {
	margin-bottom: 20px;
}
.entrytext p {
	width: 460px;
}
ul.linkslist {
	list-style-type: none;
}
ul.linkslist li {
	margin-left: 10px;
	text-indent: -10px;
}
.comments {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
}
ul.commentlist {
	list-style-type: none;
}
ul.commentlist li {
	margin-bottom: 12px;
	padding-bottom: 0px;
	font-size: 9pt;
}
.commentmetadata {
	color: #666666;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 4px;
}
.sociable li { 
	display: inline; 
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.twitter {
	font-size: 11px;
}
.twitter li {
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}
.twitter a {
	color: #666;
}
#meticulous {
	text-align: right;
	margin-bottom: 20px;
	font-size: 12px;
}
#meticulous a {
	color: #fff;
}

