/*
Theme Name: TerenceRuffle
Theme URI: http://TerenceRuffle.co.uk/
Description: Just another theme...
Version: 1
Author: Will Kemp
Author URI: http://WillKemp.Info/
*/


* {
   padding: 0;
   margin: 0;
}

body {
	background: #DE5EDE;
	font-family: Georgia, serif;
	color: #000000;
}

#header {
	position: relative;
	height: 200px;
	width: 100%;
	background: #800080;
}

h1 {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 10px 0;

}

h2 {
	font-family: Georgia, serif;
	color: #ffd700;
	text-align: center;
	font-size: 2em;
}

h2 span.strap {
	font-size: 50%;
	color: red;
	line-height: 4em;
}

#meta h2,
#recent-posts h2 {
	background: #DE5EDE;
}

h3 {
	text-align: left;
	font-size: 1.8em;
	padding-left: 0;
	margin-bottom: 20px;
}

h4, h5, h6 {
	margin-top: 1em;
}

h4 {
	text-align: left;
}

p {
	margin-left: 0;
	margin-right: 5px;
	padding-bottom: 1em;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #160DB2;
}

h1 a:link {
	color: #00ff00;
}

a:visited {
	color: #0A8DFB;
}

h1 a:visited {
	color: #00ff00;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	padding-left: 1em;
}

#postdate {
	font-size: 70%;
}

#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

#container1 {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}

#col1 {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 220px;
}

#top-menu{
	position: relative;
	width: 750px;
	margin: 0 auto;
	font-size: 1.2em;
}

#top-menu a {
	text-decoration: none;
	text-transform: lowercase;
	padding: 2px 10px 4px 10px;
}

#top-menu a:hover {
	text-decoration: none;
	background: #555;
	color: #ffffff;
}

#top-menu ul {
	position: relative;
	margin: 0 auto;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
}


#col2 {
	position: relative;
	margin-left: 220px;
}


#footer	{ 
	position: relative;
	clear: both;
	height: 23px;
	padding-top: 5px;
	border-top: 1px solid #add8e6;
	font-size: 85%;
	font-family: Roman, Verdana, Georgia, Arial, Sans-serif;
}

#footer	#designed { 
	position: relative;
	float: left;
	padding-left: .5em;
}

#footer #copyright	{
	position: relative;
	float: right; 
	padding-right: .5em;
}

#footer li	{ 
	font-size: 90%; 
	margin: 0px; 
	padding: 0px 8px 0px 6px; 
	float: left;
}

.email {
	font-family: monospace;
}


/* ***** Wordpress stuff ***** */


/*----POST----*/


#container {
	position: relative;
	float: left;
	width: 630px;
	padding-top: 20px;
	padding-left: 20px;
}


.post{
	padding: 0 20px 20px 0px;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #291DF8;
	padding: 5px 0 10px 0;
}

.postinfo a{
	color: #291DF8;
}

.postdate{ color: #291DF8; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	padding: 0 0 15px 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

	
/*----SIDEBAR STYLES----*/

div#sidebar {
	position: relative;
	float: right;
	width: 190px;
}

.sidebar{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 0;
	width: 170px;
}


.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 20px;
}

.sidebar ul li{
	padding: 20px 0 0 0;
	list-style: none;
}

.sidebar ul li ul {
	padding: 0;
	list-style: none;
}

.sidebar ul li h2,
h2.widgettitle {
	font-size: 16px;
	font-weight: normal;
	color: #555;
	padding: 5px 5px 5px 0px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li{
	padding: 0;
	margin: 8px 0 0 13px;
	/*line-height: 24px;*/
	list-style: none;
	font-size: 14px;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #222;
}

table#wp-calendar{
	width: 100%;
}


/*----COMMENT FORM----*/

#comment-form{
	margin: 20px 0 0 0;
	padding: 5px 5px 10px 10px;
	/*background: #00ff00;*/
}

#comment-form h3 {
	padding: 0 0 .2em 0;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3 {
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #900;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #900;
}

.comments-template textarea{
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	/*background: #78F778;*/
	border: 3px inset #2BCA2B;
}








