@CHARSET "UTF-8";
/*   
Theme Name: Riverdale
Theme URI: http://riverdaleinkeswick.co.uk
Description: Riverdale Theme
Author: Matt Galloway
Author URI: your-URI
Version: 0.1

This work is copyright Riverdale
and is licenced under Creative Commons 
Attribution-Non-Commercial-No Derivative 
Works 2.0 UK: England & Wales Licence.
http://creativecommons.org/licenses/by-nc-nd/2.0/uk/
*/

body {
margin: 0;
padding: 0;
background-image: url(images/back.jpg);
background-repeat: repeat;
font: 80% Arial, Verdana, sans-serif;
color: #666666;
}

a img{border: none;}
a{color: #6998c4;text-decoration: none;}
a:hover{text-decoration: underline;}

.post h2{font-size: 28px;line-height: 100%}
.post h2 a{color: #25262A;}
.post h2 a:hover{text-decoration: none;color: #6998c4;}

.blogpost {
	clear: left;
	padding-top: 15px;
}
.blogpost-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.blogpost-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.blogpost-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -5px;
}
.blogpost-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.blogentry {
	clear: left;
	padding-top: 1px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: justify;
}
.blogpost-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.blogpost-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.blogpost-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.blogpost h2 {
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 20px;
	padding-bottom: 3px;
}
.blogpost h2 a, h2 a:visited {
	color: #25262A;
	text-decoration: none;
}
.blogpost h2 a:hover {
	color: #6998c4;
	text-decoration: none;
}

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: left;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #6998c4;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #6998c4;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #6998c4;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #6998c4;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font-weight: bold;
	float: right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#header {
height: 220px;
width: 800px;
background: #ffffff url(images/header.jpg);
position: relative;
border-bottom: 1px solid #6998c4;
}

#footer {
float: left;
width: 800px;
background: #ffffff;
border-bottom: 1px solid #6998c4;
border-top: 1px dashed #6998c4;
position: relative;
padding: 6px 0px 6px 0px;
margin-bottom: 10px;
text-align: center;
font-size: 10px;
}

#container {
position: relative;
width: 800px;
margin: auto;
text-align: left;
}

#maincontent {
float: left;
background-color: #ffffff;
}

#contents {
clear: left;
padding: 0px 15px 0px 15px;
position: relative;
width: 485px;
line-height: 150%;
text-align: justify;
}

#sidebar {
float: right;
width: 250px;
background-color: #e6e6e6;
margin: 10px 10px 10px 0px;
padding: 0px 10px 10px 10px;
border: 1px solid #ccc;
}

#sidebar div.section {
background-color: #ffffff;
padding: 2px;
border: 1px solid #ccc;
padding: 5px;
margin-top: 10px;
float: left;
width: 238px;
}

#sidebar h3 {
margin: 0;
margin-bottom: 3px;
}

#sidebar input{width: 232px;}
#sidebar textarea{width: 236px;}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	padding-left: 0;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #ffc;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #6998c4;
	padding: 5px 12px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav .page_item a:hover {
	color: #ffc;
}

#subpages ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding-left: 0;
}
#subpages li {
	list-style-type: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.0em;
}

#links ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding-left: 0;
}
#links li {
	list-style-type: none;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.0em;
}

#thumbnail {
	padding: 3px 3px 3px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
