/*
Theme Name: Rags To Wreckages
Theme URI: http://www.sean-barton.co.uk/
Description: A bespoke Wordpress theme for the Rags to Wreckages site
Version: 1
Author: Sean Barton
Author URI: http://www.sean-barton.co.uk
*/

/* Begin Typography & Colors */


/* HTML tags redefined */

html {
}

body {
	font: 62.5% Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	//font-size: 1.2em;
	font-size: 12px;
	line-height: 1.2em;
	margin: 5px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #8f0000;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #8f0000;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #006a79;
	font-weight: normal;
	margin: 0;
}

h2 a:hover,
h3 a:hover {
        text-decoration: underline;
}

small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
        line-height: 1.2em;
	color: #666;
}

a {
	color: #0091a6;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Page elements  */

.wrapper {
	width: 978px;
	background: #fff url(/wp-content/themes/ragstowreckages/images/bgnd.jpg) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
}

.header {
	width: 978px;
	height: 109px;
	background: #00597f url(/wp-content/themes/ragstowreckages/images/header_bgnd.jpg) no-repeat;
}

.logo {
	width: 461px;
	padding: 25px 0 0 20px;
	float: left;
}

.logo h1 {
	margin: 0;
}

.logo a {
	background: url(/wp-content/themes/ragstowreckages/images/logo.png) no-repeat;
	width: 441px;
	height: 36px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #80b2c7;
}

.banner {
	width: 495px;
	float: right;
	text-align: right;
}

.banner img {
	margin: 20px 20px 0 0;
}

.banner p {
	margin: 5px 20px 0 0;
	font-size: 1.1em;
	color: #2e7796;
}

.navigation {
	background: #565656 url(/wp-content/themes/ragstowreckages/images/nav_bgnd.jpg) repeat-x;
	border-top: 1px solid #002a3c;
	border-bottom: 1px solid #363636;
}

.sidebar_bottom {
	list-style: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.navigation li {
	display: inline;
}

.navigation a {
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	height: 34px;
	float: left;
	background: #444444 url(/wp-content/themes/ragstowreckages/images/nav_btn_bgnd.jpg) repeat-x;
	border-right: 1px solid #363636;
	border-left: 1px solid #5b5b5b;
	line-height: 2.6em;
	padding: 0 19px;
}

.navigation a:hover {
	background: #00344a url(/wp-content/themes/ragstowreckages/images/nav_btn_bgnd_hover.jpg) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002a3c;
	border-left-color: #004462;
}

.navigation li.first a {
	border-left: none;
}

.navigation li.last a {
	border-right: none;
}

.searchbox {
	float: right;
	margin: 2px 20px 0 0 ;
}

.searchbox form {
	margin: 0;
	padding: 0;
}

.searchbox input {
	background: #fff url(/wp-content/themes/ragstowreckages/images/input_bgnd.jpg) repeat-x;
	border: 1px solid #2f2f2f;
	font-size: 1.1em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #005072;
	float: left;
	padding: 5px 7px;
	margin: 2px 5px 0 0;
	width: 192px;
}

.searchbox input.button {	
	border: none;
	width: 78px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	cursor: pointer;
	line-height: 1em;
	margin: 0;
}

.button.search {
	background: url(/wp-content/themes/ragstowreckages/images/btn_search.png) no-repeat;
}

.button.search:hover {
	background: url(/wp-content/themes/ragstowreckages/images/btn_search_hover.png) no-repeat;
}

.content {
	margin: 20px;
}

.left_column {
	width: 610px;
	float: left;
}

.pagetitle {
        margin: 0 0 10px 0;
}

.entry {
	font-size: 12px;
	margin: 5px 0 0 0;
	line-height:1.5em;
        overflow: hidden;
}

.entry h2 {
        font-size: 1.6em;
        line-height: 1.8em;
}

.entry .postmetadata.alt {
        font-size: 0.8em;
}

.entry_image {
        float: right;
        margin: 0 0 5px 10px;
        border: none;
}

.wp-caption .size-medium,
.wp-caption .size-full {
	margin: 0 0 10px 10px;
}

.wp-caption-text {
        color: #888;
        text-align: center;
        font-size: 1.1em;
        line-height: 1.1em;
        margin: 0 15px 10px 10px;
}

#respond {
        margin: 10px 0 0 0;
}

.hentry {
        margin: 0 0 5px 0;
}

br {
	margin-bottom: 10px;
}

.more {
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.more {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.2em;
}

.more_featured {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.2em;
        float: right;
        margin: 0 0 10px 0;
}

.section_heading {
	border-bottom: 1px solid #8f0000;
	margin: 0 0 15px 0;
	padding: 0;
	background: url(/wp-content/themes/ragstowreckages/images/section_heading_left.jpg) left no-repeat;
	height: 26px;
}

.section_heading p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #fff;
	background: #8f0000 url(/wp-content/themes/ragstowreckages/images/section_heading_right.jpg) right no-repeat;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 10px 0 5px;
	line-height: 1.9em;
	float: left;
}

.featured {
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #7fa4a9;
}

.featured p {
	//font-size: 1.2em;
	line-height: 1.4em;
        margin: 10px 0px;
}

h2 a {
	color: inherit;
	font-style: inherit;
	font-size: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-family: inherit;
}

h3 a {
	color: inherit;
	font-style: inherit;
	font-size: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-family: inherit;
}

.recent {
	width: 163px;
	min-height: 85px;
	background: #eeeeee;
	float: left;
	padding: 15px;
	margin: 0 10px 5px 0;
}

.recent h3 {
	font-size: 1.6em;
	color: #000;
	margin: 0 0 10px 0;
}

.advertisement {
	margin: 0 0 20px 0;
}

.advertisement p {
	font-size: 1.2em;
	color: #999;
	margin: 0 0 5px 0;
}

.advertisement a {
	margin: 0 10px 10px 0;
        float: left;
}

.widget_recent_comments ul {
        margin: 15px 0 0 20px;
        padding: 0;
}

.widget_recent_comments ul li {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
        margin: 0 0 10px 0;
}

.widget_recent_comments ul li a {
        color: #006A79;
        line-height: 1.6em;
}

.widget_recent_comments ul li a.url {
        display: block !important;
}

h3#comments {
        padding: 10px 0 5px 0;
}

.postmetadata {
        border-top: 1px dotted #666;
        border-bottom: 1px dotted #666;
        padding: 10px 0 10px 0;
        margin: 0;
}

.comment-author {
        font-size: 1.2em;
}

.comment-meta {
        font-size: 1.2em;
        margin: 3px 0 0 0;
}

.sidebar {
	width: 310px;
	float: right;
}

.subscribe {
	margin-bottom: 10px;
	margin-left: 20px;
}
	
.subscribe a {
	background: url(/wp-content/themes/ragstowreckages/images/rss.jpg) left no-repeat;
	padding: 0 0 0 45px;
	height: 37px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 2.2em;
}

.newsletter {
	background: #ffa200 url(/wp-content/themes/ragstowreckages/images/newsletter_bgnd.jpg) repeat-x;
	border: 1px solid #ff8605;
	padding: 15px;
	margin: 15px 0 0 0;
}

.widget_newsletter {
	background: #ffa200 url(/wp-content/themes/ragstowreckages/images/newsletter_bgnd.jpg) repeat-x;
	border: 1px solid #ff8605;
	padding: 0px 15px;
	margin: 15px 0 0 0;	
}

.newsletter h2 {
	font-size: 1.8em;
	color: #000;
	border-bottom: 1px dotted #8e3d00;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

.widget_newsletter h2 {
	font-size: 1.8em;
	color: #000;
	border-bottom: 1px dotted #8e3d00;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
}

.widget_newsletter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

.newsletter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
        color: #721500;
}

.newsletter p.brown {
	font-size: 1.3em;
	color: #721500;
}

.newsletter form {
	margin: 0;
	padding: 0;
}

.newsletter input {
	width: 210px;
	border: 1px solid #9d3600;
	font-size: 1.2em;
	color: #721500;
	padding: 5px 8px;
}

.newsletter .button.submit {	
	background: url(/wp-content/themes/ragstowreckages/images/btn_submit.png) no-repeat;
	border: none;
	width: 78px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	cursor: pointer;
	line-height: 1em;
	margin: 5px 0 0 0;
	float: none;
}

.newsletter table td {
        font-family: Georgia, "Times New Roman", Times, serif;
}

.widget_newsletter form {
	margin: 0;
	padding: 0;
}

.widget_newsletter input {
	width: 235px;
	border: 1px solid #9d3600;
	color: #721500;
	padding: 5px 8px;
	margin-top: 0px;
}

.widget_newsletter input[type=submit] {	
	background: url(/wp-content/themes/ragstowreckages/images/btn_submit.png) no-repeat;
	border: none;
	width: 78px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	cursor: pointer;
	line-height: 1em;
	margin: 5px 0 0 0;
	float: none;
}

.button.submit:hover {
	background: url(/wp-content/themes/ragstowreckages/images/btn_submit_hover.png) no-repeat;
}

.sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #8f0000;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #8f0000;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

.sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #8f0000;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widget_archive {
	padding-bottom: 15px;
}

.sidebar ul li ul li ul{
	font-size: 1em;
}

.sidebar ul li ul {
	list-style: disc;
}

.sidebar ul li {
	margin: 0 0 3px 0;
}

.sidebar ul li a {
	color: #006a79;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar select {
	font-size: 1.2em;
	color: #005f6c;
	padding: 5px;
	width: 270px;
	border: 1px solid #177b88;
}

.tags a {
	color: #096874;
	font-size: 1.2em;
	line-height: 1.5em;
}

.latest {
	background: #dde7ef;
	padding: 10px 20px 20px 20px;
}

.widget_categoryposts ul {
	background: #dde7ef;
	padding: 5px 20px 20px 20px;
}

.widget_categoryposts ul li {
	color:#000000;
	margin:0;
	padding:10px 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.widget_categoryposts ul li.cat-post-item {	
	border-bottom:1px dotted #006D9C;
}

.widget_categoryposts ul li a {
	color: black;
	text-decoration: none;
}

.widget_categoryposts ul li a:hover {
	text-decoration: underline;
}

.widget_categoryposts ul li div a {
        color: #0091A6;
}

.widget_recent_entries ul {
	background: #dde7ef;
	padding: 5px 20px 20px 20px;
}

.widget_recent_entries ul li a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

.widget_recent_entries ul li {
	color:#000000;
	font-size:1.4em;
	margin:0;
	border-bottom:1px dotted #006D9C;
	padding:10px 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.news {
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #006d9c;
}

.news h3 {
	font-size: 1.4em;
	color: #000;
	margin: 0;
}

.news p {
	color: #6e95a8;
	margin: 0;
}

.latest .more {
	float: right;
	margin: 10px 0 0 0;
}

.footer {
	background: #00597f;
	padding: 10px 20px;
}

.copy {
	float: left;
	width: 400px;
}

.copy p {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	line-height: 2em;
}

.bottom_nav {
	float: right;
	margin: 0;
}

.bottom_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.bottom_nav li a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	border-left: 1px solid #004562;
	padding: 5px 10px;
	margin: 0;
	float: left;
}

.bottom_nav li a:hover {
	background: #004461;
}

.network {
	background: #570000;
	padding: 20px 20px;
}

.sites {
	margin: 15px 0 0 0;
}

.sites a {
	float: left;
	margin: 0 5px 0 0;
}

.sites a.rags {
	background: url(/wp-content/themes/ragstowreckages/images/net_rags.jpg) no-repeat;
	width: 221px;
	height: 35px;
}

.sites a.rags:hover {
	background: url(/wp-content/themes/ragstowreckages/images/net_rags_hover.jpg) no-repeat;
}

.sites a.angels {
	background: url(/wp-content/themes/ragstowreckages/images/net_angels.jpg) no-repeat;
	width: 128px;
	height: 35px;
}

.sites a.angels:hover {
	background: url(/wp-content/themes/ragstowreckages/images/net_angels_hover.jpg) no-repeat;
}

.sites a.property {
	background: url(/wp-content/themes/ragstowreckages/images/net_property.jpg) no-repeat;
	width: 136px;
	height: 35px;
}

.sites a.property:hover {
	background: url(/wp-content/themes/ragstowreckages/images/net_property_hover.jpg) no-repeat;
}

.sites a.media {
	background: url(/wp-content/themes/ragstowreckages/images/net_media.jpg) no-repeat;
	width: 208px;
	height: 35px;
}

.sites a.media:hover {
	background: url(/wp-content/themes/ragstowreckages/images/net_media_hover.jpg) no-repeat;
}

/* Special Classes */

.image_holder {
	width: 105px;
	height: 105px;
	overflow: hidden;
	float: left;
	margin: 5px 20px 0 0;
}

.featured_text {
        float: left;
        width: 480px;
        font-size: 12px !important;
}

.featured_text small {
        font-size: 1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.entry p {
        line-height: 1.4em;
	margin: 10px 0px;
}

.alignleft {
	float: left;
	}
/* End Images */


/* Added by Danijel */

.commentlist {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
}

.commentlist li {
        border-bottom: 1px dotted #666;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
}

cite.fn {
        font-style: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.4em;
}

blockquote {
        color: #666;
        margin: 0px;
        padding: 0px;
}

.entry ul li {
        //font-size: 1.2em;
        margin: 0 0 5px 0;
}

.newsletter input {
	width: 140px !important;
}
