/*
Theme Name: UK Suttons
Theme URI: http://www.thesuttons.info/
Description: UK inspired theme for thesuttons.info.
Version: 1.0
Author: Adrian Sutton
Author URI: http://www.symphonious.net/
*/
body {
  background-color: rgb(232, 219, 200);
	width: 660px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 0.9em;
}

body.body {
	background-color: rgb(91, 89, 90);
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(176, 100, 61);
}

.postTitle a:link, .postTitle a:active, .postTitle a:visited {
	text-decoration: none;
	color: rgb(176, 100, 61);
}

#header {
	background-image: url(images/london1.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	height: 332px;
	width: 100%;
	margin: 10px auto 15px auto;
	padding: 0;
	padding-right: 7px;
}

#header h1 {
	color: rgb(237, 151, 88);
	font-size: 36pt;
	padding-top: 215px;
	margin: 0;
}

#header h1 a:link, #header a:visited, #header a:active {
	color: rgb(237, 151, 88);
	text-decoration: none;
}

body .clear {
	clear: both;
}

#nav {
	background-color: #7C1818;
}

#nav a {
	margin: 0;
	padding: 0;
	float: left;
	width: 33.333333%;
	height: 100%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

#nav a:link {
	color: black;
	background-color: #994F4F;
	text-decoration: none;
}

#nav a:visited {
	color: black;
	background-color: #994F4F;
	text-decoration: none;
}

#nav a:hover {
	color: black;
	background-color: #913434;
	text-decoration: none;
}

#nav ul li {
	position: relative;
	display: inline;
}

#site {
	padding: 0 0;
}

#site-shadow {
	margin: 0px auto;
	width: 880px;
}

body .shadow {
	width: 100%;
	background: url(images/shadowAlpha.png) repeat-Y bottom right;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

body .postTitle {
	margin-bottom: 2px;
}

body p.date {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 0.8em;
	color: gray;
}

body .post, body .comment {
	background-color: rgb(232, 219, 200);
	padding: 10px;
}

body .navigation a {
	color: white;
}

#rightbar {
	float: right;
	width: 200px;
}
	
.barcontent {
	padding: 2px 10px;
	background-color: rgb(232, 219, 200);
}

div.barcontent ul {
	list-style: none;
	padding-left: 0;
}

li.recentcomments {
	font-size: 0.9em;
	margin-bottom: 4px;
}

#content {
	margin-right: 20px;
	width: 660px;
	line-height: 1.5;
}

#footer {
	font-size: 80%;
	color: white;
	text-align: center;
	margin-top: 1em;
	width: 660px;
}

#footer a {
	color: white;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

div.alignmiddle {
	text-align: center;
}

body p.metadata {
	border-top: 1px solid #994F4F;
	padding-top: 5px;
}

p.centered {
	text-align: center;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.widefat {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #994F4F;
	width: 100%;
	margin: 0;
}

.widefat a {
	text-decoration: none;
}

.widefat td, .widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #994F4F;
	font-size: 11px;
	vertical-align: text-top;
}

.widefat td {
	padding: 7px 15px 9px 10px;
	vertical-align: top;
}

.widefat th {
	padding: 9px 15px 6px 10px;
	text-align: left;
	line-height: 1.3em;
}


.widefat td, .widefat th {
	border-bottom-color: #994F4F;
}

.widefat thead, .thead {
	background-color: #994F4F;
	color: white;
}

.ngg-albumoverview p, .ngg-albumoverview h4 {
	margin-top: 2px;
	margin-bottom: 0;
}

