/*  
Theme Name: Urban Abbess
Theme URI: http://www.monkfish-abbey.org/blog
Description: WordPress theme for Monkfish Abbey Urban Abbess Blog.
Version: 1.0
Author: Paul Chapman
Author URI: http://www.monkfish-abbey.org/blog
*/

/* Colors:
#8B0000 = DarkRed
#D2691E = Chocolate
#A52A2A = Brown
#FFEFD5 = PapayaWhip
*/

/* ================ GENERAL LAYOUT ================ */

body {
	background-color: #FFFFF0; /* Ivory */
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color: #000000;
	font-size: 62.5%; /* Resets 1em to 10px */
	}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 995px; /*835 */
	height: 130px;
	}
#logo_left {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	}
#banner {
	margin: 0px;
	padding: 0px;
	width: 995px; /*675*/
	height: 130px;
	overflow: hidden;
	background: url(images/abbess_banner_lights.jpg) no-repeat;
	background-position: left;
	text-align: right;
	}
#banner_right {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 835px;
	overflow: hidden;
	}
#menu {
	color: #CCCC99;
	margin: 0px;
	padding: 0px;
	width: 835px;
	height: 20px;
	text-align:right;
	font-size: 8pt;
	}
#main_page {
	width: 995px;
	}
#sidebar_left {
	width: 160px;
	position: absolute;
	top: 150px;
	left: 5px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}
#content {
	width: 658px;
	position: relative;
	top: 0px;
	left: 170px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	background-color: #FFFFF0;
	border-top: 1px solid #D2691E;
	}
#sidebar_right {
	width: 160px;
	position: absolute;
	top: 150px;
	left: 840px;
	overflow: hidden;
	}
#sidebar_right img {
	text-decoration: none;
	border: 0px;
	}
#footer {
	text-align: center;
	position: relative;
	}
#footer img, #footer p {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 5px;
	}

/* =================== FONTS =================== */

/* ---------- General Links ---------- */
a, a:hover, a:visited {
	text-decoration: none;
	color: #8B0000;
	}
a:visited {
	color: #D2691E;
	}
a:hover {
	color: #A52A2A;
	}
/* ---------- Titles ---------- */
#banner h1, #banner p {
	display: none;
	}
.pagetitle, .posttitle, h2, h3 {
	font-size: 2em;
	font-weight: bold;
	color: #8B0000;
	padding: 0px;
	margin: 0px;
	}
h2.posttitle {
	font-size: 1.5em;
	}
.posttitle a, .posttitle a:hover, .posttitle a:visited  {
	color: #8B0000;
	}
p.post_meta_top {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	}
.post_meta_bottom {
	font-size: 1.1em;
	}
.entry {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin: 0px 10px 0px 10px;
	}
.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #D2691E;
	}
/* ---------- Page Navigation ---------- */
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 1.2em;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
#topnav {
	margin: 0px;
	padding: 0px;
	}
#topnav li {
	list-style:none;
	display:inline;
	padding: 2px 5px 0px 0px;
	margin: 0px;
	font-weight: bold;
	}
#topnav li a:link, #topnav li a:visited {
	color: #8B0000;
	}
#topnav li a:hover, #topnav li a:active {
	color: #A52A2A;
	}
/* ---------- Search ---------- */
input#searchbox {
	width: 120px;
	}
select {
	width: 125px;
	}
/* ---------------- SIDEBARS ------------------ */
#sidebar_left h2 {
	font-size: 1.5em;
	}
#sidebar_left h2 {
	border-top: 1px solid #D2691E;
	border-right: 1px solid #D2691E;
	}
#blogroll ul, #syndication ul, #recent_posts ul {
	list-style: none;
	margin: 0px 5px 20px 0px;
	}
#blogroll ul li ul li, #syndication ul li, #recent_posts ul li  {
	background: url(images/bullet.png) no-repeat 0em .5em;
	margin-left: 0px;
	font-size: 1.1em;
	color: #D2691E;
	padding: 0px;
	}
#sidebar_left li a, #sidebar_left li a:link, #sidebar_left li a:visited {
	display: block;
	margin: 0px 0px 0px 10px;
	width: 145px;
	color: #800000;
	}
#sidebar_left li a:hover {
	display: block;
	margin: 0px 0px 0px 10px;
	width: 145px; /*fixes right margin*/
	color: #FFFFF0;
	background-color: #800000;
	}

#sidebar_right, #sidebar_right ul, #sidebar_right ul li {
	text-decoration: none;
	list-style:none;
	font-size: 1.1em;
	padding: 5px;
	margin: 0px;
	text-align: center;
	}

/* -------------- Main Text ---------------- */
span.more a:link, span.more a:visited {
	color: #8B0000;
	}
.more {
	font-size: smaller;
	text-transform: uppercase;
	text-align: right;
	}
.entry a:link {
	color: #8B0000;
	}
.entry a:hover {
	text-decoration: underline;
	color: #800000;
	}
.entry a:visited {
	color: #D2691E;
	}
.entry ul, .entry ol {
	margin-top: 5px;
	margin-bottom: 10px;
	}
.entry p {
	margin: 10px 0px 5px 0px;
	}
blockquote {
	padding: 0em .5em 0em .5em;
	background-color: #FFEFD5;
	}
#content img {
	padding: 3px;
	border: 0px;
	}
/* ------------- Comments --------------- */
div.comment_div {
	width: 657px;
	}
ol.commentlist {
	font-size: 1.2em;
	}
p#comment_user {
	font-size: 1.2em;
	}
li.alt {
	background-color: #FFEFD5;
	}
ol.commentlist p {
	margin-top: 5px;
	}
ol.commentlist p br{
	line-height: 5em;
	}
textarea#comment {
	width: 657px;
	}
