/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

/* Body styles */

body {
	background: #fff url(http://www.redfront.co.uk/themes/site_themes/redfront/background.gif) top center no-repeat fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.025em;
}

/* Structure */

.container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow-x:hidden;
}
#header {
	float: left;
	width: 950px;
	display: inline;
	padding: 10px 0;
	overflow-x:hidden;
}
#functionbox {
	width: 310px;
	float: right;
  	margin: 0;
	padding: 0;
	font-size: 1.4em;
	display: inline;
	overflow-x:hidden;	
}
#maincontent {
	float: left;
  	margin-right: 10px;
	width: 500px;
	display: inline;
	overflow-x:hidden;
}
#maincontentfullwidth {
	float: left;
  	margin-right: 0;
	width: 950px;
	display: inline;
	overflow-x:hidden;
}
#article {
	margin: 0;
	width: 500px;
	float: left;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	display: inline;
	overflow-x:hidden;
	padding-bottom: 5px;
}
#list {
	padding-bottom: 10px;
}
#downloadlist {
	padding-bottom: 10px;
}
#recentprojects {
	
}
#commentform {
	margin: 0;
	width: 500px;
	float: left;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	display: inline;
	overflow-x:hidden;
	padding-bottom: 10px;
}
#contactform {
	margin: 0;
	width: 500px;
	float: left;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	display: inline;
	overflow-x:hidden;
	padding-bottom: 10px;
}
#facebookconnect {
	margin: 10px;
}
#secondarycontent {
	float: right;
	width: 440px;
}
#contentmenu {
	width: 120px;
	float: left;
}
.element {
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
	display: inline;
}
.member_profile {
	float: left;
	width: 500px;
	margin: 20px 0;
	padding: 0;
}
.member_photo {
	float; left;
	width: 100px;
}
.member_meta {
	float: right;
	width: 380px;
}
.member_meta ul {
	list-style-type: none;
}
.member_meta ul li {
	font-size: 1.4em;
}
#sidebar {
	width: 310px;
	float: right;
}
#amazonbox {
	margin: 0;
	width: 310px;
	float: left;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	overflow-x:hidden;
	padding-top: 10px;
}
#footer {
	width: 950px;
	height: 200px;
	clear: left;
	float: left;
	background: #ddd;
}

/* Headers */

h1 {
	width: 450px;
	height: 185px;
	font-size: 3em;
	margin: 0;
	font-weight: bold;
	background: #fff url(http://www.redfront.co.uk/themes/site_themes/redfront/logo.gif) left center no-repeat;
	text-indent: -5000px;
	float: left;
	display: inline;
}
h1#bookstore {
	width: 450px;
	height: 185px;
	font-size: 3em;
	margin: 0 10px;
	font-weight: bold;
	background: #fff url(http://www.redfront.co.uk/themes/site_themes/redfront/bookstorelogo.gif) left center no-repeat;
	text-indent: -5000px;
	float: left;
	display: inline;
}
h1#search {
	width: 450px;
	height: 185px;
	font-size: 3em;
	margin: 0 10px;
	font-weight: bold;
	background: #fff url(http://www.redfront.co.uk/themes/site_themes/redfront/searchlogo.gif) left center no-repeat;
	text-indent: -5000px;
	float: left;
	display: inline;
}
h2 {
	font-weight: normal;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #ddd;
	color: #000;
	float: left;
	display: inline;
	margin: 0;
	letter-spacing: -0.05em;
}
#recentprojects h2 {
	letter-spacing: 0.05em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #000;
	color: #fff;
	float: left;
	margin: 20px 0 0 0;
}
h2#comments {
	letter-spacing: 0.05em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #000;
	color: #fff;
	float: left;
	margin: 20px 0 0 0;
}
h2#commentformheader {
	letter-spacing: 0.05em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #000;
	color: #fff;
	float: left;
	margin: 20px 0 0 0;
}
h2#contactformheader {
	letter-spacing: 0.05em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #000;
	color: #fff;
	float: left;
	margin: 20px 0 0 0;
}
#article h3 {
	margin: 0 10px 0 10px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#list h3 {
	margin: 10px 10px 0 10px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#people h3.screen_name {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	letter-spacing: -0.05em;
}
#downloadlist h3 {
	float: left;
	clear: left;
	margin: 10px 10px 0 10px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#contentmenu h3 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0;
	padding-right: 15px;
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/accordion.gif) right bottom no-repeat;
}
#sidebar h3 {
	letter-spacing: 0.05em;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.8;
	padding: 5px 10px 6px 10px;
	background: #000;
	color: #fff;
	float: left;
	margin: 10px 0 0 0;
}
#credits {
	float: left;
	width: 310px;
}

/* Lists */

#functionbox ul {
	float: left;
	padding: 0;
	margin: 10px 0 15px 0;
	width: 310px;
	list-style-type: none;
}
#functionbox ul li {	
	float: left;
	padding: 0;
	margin: 0;
}
#list dl {
	list-style-type: none;
	padding: 5px 10px;
}
#list dl dt {
	margin: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#list dl dd {
	margin: 0;
	font-size: 1.4em;
}
#downloadlist dl {
	list-style-type: none;
	float: left;
	display: inline;
	width: 480px;
}
#downloadlist dl dt {
	width: 480px;
	float: left;
	clear: left;
	margin: 10px 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#downloadlist dl dd {
	float: left;
	clear: left;
	width: 480px;
	margin: 5px 0 0 10px;
}
#recentprojects ul {
	width: 500px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
	clear: left;
	display: inline;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
}
#recentprojects ul li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	display: inline;
	width: 230px;
	font-size: 1.2em;
	font-weight: bold;
}
#contentmenu ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 110px;
	border-bottom: 1px dotted #000;
}
#contentmenu li {
	margin: 0;
	border-top: 1px dotted #000;
	font-size: 1.4em;
}
* html #contentmenu li {
	height:1px;
}
ul#connectivity {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 310px;
}
ul#connectivity li {
	float: left;
	clear: left;
	padding: 5px 10px 5px 0;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: -0.05em;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
}

/* Paragraphs */

#search p {
	font-size: 1.4em;
	margin: 5px 10px;
	width: 480px;
}
#maincontentfullwidth p.searchpageintro {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 5px;
	width: 500px;
}
#article p {
	margin: 5px 10px;
	float: left;
    width: 480px;
	font-size: 1.4em;
	display: inline;
}
#list p {
	margin: 10px 10px 0 10px;
	font-size: 1.4em;
}
#people p {
	margin: 5px 0;
	float: left;
    width: 480px;
	font-size: 1.4em;
	display: inline;
}
#downloadlist p {
	float: left;
	width: 480px;
	margin: 5px 10px 0 10px;
	font-size: 1.4em;
}
#downloadlist dl dd p {
	float: right;
	width: 370px;
	margin: 0;
	font-size: 1.4em;
}
.comment p {
	margin: 10px;
	font-size: 1.4em;
}
.comment p.commentauthor {
	font-size: 1.2em;
	font-family: Georgia, Baskerville, serif;
	font-weight: bold;
	font-style: italic;
}
#commentform p {
	margin-bottom: 5px;
}
#contactform p {
	margin-bottom: 5px;
}
#functionbox p {
	margin: 0;
}
.amazonitems p {
	float: right;
	width: 210px;
	font-size: 1.2em;
}
p.amazonintro {
	float: left;
	width: 290px;
	margin: 0px 10px 10px 10px;
	font-size: 1.2em;	
	display: inline;
}
#credits p {
	float: right;
	width: 210px;
	font-size: 1.2em;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #ddd;
	margin: 20px 10px 0 0;
	display: inline;
	letter-spacing: -0.05em;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#functionbox a {
	display: block;
	color: #666;
	background: #ddd;
	padding: 5px 0 5px 2px;
	font-weight: bold;
}
#functionbox a:hover {
	color: #000;
}
#functionbox a.firstelement {
	padding-left: 10px;
}
#functionbox a.lastelement {
	padding-right: 10px;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
}
#functionbox a.singleelement {
	padding: 5px 10px;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
}
#article a, #people a {
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #666;
}
#article a:hover {
	color: #000;
}
#list a {
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #666;
}
#list a:hover {
	color: #000;
}
#downloadlist a {
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #666;
}
#downloadlist a:hover {
	color: #000;
}
#recentprojects ul li a {
	color: #666;
}
#recentprojects ul li a:hover {
	color: #000;
}
#contentmenu a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.05em;
	display: block;
	padding: 3px 0;
}
#contentmenu a:hover {
	text-decoration: none;
	color: #000;
}
#contentmenu .toggler a {
	color: #000;
}
#contentmenu .toggler a:hover {
	color: #c00;
}
ul#connectivity li a {
	font-size: 1.4em;
	padding-left: 44px;
	color: #666;
	display: block;
}
ul#connectivity li a:hover {
	color: #000;
}
a#rss {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/rss.gif) 10px 5px no-repeat;
}
a#rss:hover {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/rss.gif) 10px 0 no-repeat;
}
a#twitter {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/twitter.gif) 10px 5px no-repeat;
}
a#twitter:hover {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/twitter.gif) 10px 0 no-repeat;
}
a#facebook {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/facebook.gif) 10px 5px no-repeat;
}
a#facebook:hover {
	background: url(http://www.redfront.co.uk/themes/site_themes/redfront/facebook.gif) 10px 0 no-repeat;
}
#amazonbox .amazonitems a {
	float: left;
	width: 70px;
}
#amazonbox .amazonitems a.textlink {
	float: none;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #666;
}
#amazonbox .amazonitems a.textlink:hover {
	color: #000;
}
p.amazonintro a {
	float: none;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #666;
}
p.amazonintro a:hover {
	color: #000;
}
#credits a {
	color: #ddd;
}
#credits a:hover {
	color: #666;
}

/* Forms */

form#cse-search-box {
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	width: 220px;
}
form#cse-search-box input {
}
#maincontentfullwidth form#cse-search-box {
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	width: 500px;
}
#maincontentfullwidth form#cse-search-box input {
}
form#comment_form {
	margin: 10px;
	font-size: 1.4em;
}
#contactform form {
	margin: 10px;
	font-size: 1.4em;
}

/* Images */

#article img {
	float: left;
	width: 500px;
	display: inline;
	margin-bottom: 5px;
}
#downloadlist img {
	float: left;
	width: 100px;
	display: inline;
	margin-bottom: 5px;
}
#recentprojects ul li img {
	margin-right: 10px;
	float: left;
	padding: 10px;
	background: #fff;
	display: inline;
}
.amazonitems img {
	padding: 10px;
	background: #fff;
	float: left;
	border: none;
}
#credits img {
	float: left;
	padding: 0;
	margin: 20px 0 0 20px;
	display: inline;
	border: none;
}

/* Other classes */

.winged {
	display: inline;
	background: #ddd url(http://www.redfront.co.uk/themes/site_themes/redfront/bottomright.gif) bottom right no-repeat;
	padding: 5px 10px;
	margin: 0;
}
.comment {
	margin: 10px 0 0 0;
	width: 500px;
	float: left;
	background: #ddd;
}
div.amazonitems {
	float: left;
	clear: left;
	width: 290px;
	display: inline;
	margin: 0 0 10px 10px;
}
.floatclear {
	clear: both;
}
