/*
Theme Name: TRS Custom Theme
Theme URI: http://therightsites.com
Description: TRS Custom Theme
Version: 1.0
Author: Andrew Staffell
Author URI: http://fewerflatlands.co.uk/
*/

body {
	font-family:arial,helvetica,serif;
	font-size: 12pt;
	background: #d4deee url(img/bg.png) repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
p {
	margin-bottom: 10px;
	line-height: 135%;
}
h2 {
	color: #0d377b;
	font-weight: normal;
	font-size: 22pt;
	margin-bottom: 20px;
	border-bottom: 1px dotted #0d377b;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}
#container {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 66px;
	position: relative;
	margin-bottom: 15px;
}
h1#logo {
	background-image: url(img/therightsites.png);
	background-repeat: no-repeat;
	width: 328px;
	height: 43px;
	position: absolute;
	left: -10px;
	top: 14px; 
}
h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
h1#logo a span {
	display: none;
	visibility: hidden;
}
ul#tabs {
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style-type: none;
}
ul#tabs li {
	padding-top: 15px;
	float: left;
	width: 129px;
	height: 26px;
	font-size: 10pt;
	background-image: url(img/tabbehind.png);
	text-align: center;
	font-style: italic;
}
ul#tabs li.current_page_ancestor, ul#tabs li.current_page_parent, ul#tabs li.current_page_item {
	background-image: url(img/tabfront.png);
	font-weight: bold;
}
#homepageheader {
	border-bottom: 1px dotted #0d377b;
	overflow: auto;	
	margin-bottom: 20px;
}
p#intro {
	padding-bottom: 0px;
	font-size: 17px;
	font-style: italic;
	width: 750px;
	padding-right: 10px;
	float: left;
	border-right: 1px dotted #0d377b;
}
#rss {
	padding-top: 10px;
	font-size: 10px;
	width: 120px;
	float: right;
}
	#rss img {
		padding-top: 3px;
		display: block;
		float: left;
		width: 32px;
		margin-right: 10px;
	}
	#rss p {
		padding-right: 5px;
		width: 70px;
		float: left;
	}
ul#links {
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 20px;
}
ul#links li {
	float: left;
	margin-left: 30px;
}
#main {
	margin-bottom: 20px;
}
#left_column {
	font-size: 10pt;
	width: 550px;
	margin-right: 70px;
	float: left;
}
#right_column {
	width: 284px;
	float: left;
	text-align: right;
}
.rule {
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #0d377b;
	margin-bottom: 10px;
}
.ngg-album {
	font-size: 11pt;
	padding: 9px;
	background-color: #c3cfe1;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
}
.ngg-album:hover {
	background-color: #bbc9dd;
}
.ngg-album .ngg-description {
	display: none;
	visibility: none;
}
.ngg-thumbnail {
	width: 200px;
	height: 120px;
}
.ngg-albumtitle {
	margin-bottom: 10px;
}
.ngg-singlepic {
	width: 500px;
	height: 300px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
}
div.tophalf {
}
div.bottomhalf {
	padding-top: 10px;
	border-top: 1px dotted #0d377b;
	clear: both;
}
ul.feed {
	width: 445px;
	margin-right: 7px;
	float: left;
	color: #777;
	list-style-type: none;
}