/*  
Theme Name: Venerable Bédé
Theme URI: http://www.venerable-bede.com
Description: Theme for the Venerable Bédé site, based on Small Potato's tutorial.
Version: 1.0
Author: Matt Shepherd/Small Potato
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff
	color: #000000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

img{
border-style: hidden;
}

a:link, a:visited{
	text-decoration: underline;
	color: #5A3D1B;
}

a:hover{
	text-decoration: none;
}

h2 a:link, 
h2 a:visited{
	text-decoration:none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
	height: 170px;
	background: url("http://venerable-bede.com/images/bedeheader.jpg") 
	no-repeat top center; 
}

#headerimg  {
  height: 140px; 
  width: 740px; 
}

#header a:link, #header a:visited, #header a:active{
	text-decoration: none;
	color: #5A3D1B;
}

#header a:hover{
	text-decoration: underline;
}

#header p{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute; top: 130px;
	letter-spacing: 2px;
	color: #5A3D1B;
}

#fauxcolumn{
	width: 750px;
	float: left;
	background: #fff url(http://venerable-bede.com/images/bgbede.gif) repeat-y 50% 0;
}

#container{
	float: left;
	width: 580px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 0 0 0 2px;
}


.sidebar{
	float: left;
	width: 160px;
	background: #5A3D1B;
	margin: 0 0 0 10px;
	display: inline;
	color: #FFC468;
}

.sidebar a:link, 
.sidebar a:visited{
	text-decoration: underline;
	color: #FFC468;
}

.sidebar a:hover{
	color: #FFF3A4
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}


.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color: #FFC468;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 18px;
}

table#wp-calendar{
	width: 80%;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 10px;
	font-size: 9px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h1,
.comments-template h2, 
.comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.search-form input{
	width: 120px;
}

#commentstyle h1,
#commentstyle h2, 
#commentstyle h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #5A3D1B;	
}