/*  
Theme Name: Monastery
Theme URI: http://www.librarymonk.com
Description: A monastic feeling 3 column theme
Version: 1.2
Author: Dan Greene
Author URI: http://www.greeneweb.com/
	Adapted from: Spirit designed by BB Iverson,
	whose blog you will find at http://bbiverson.com/
	
The CSS, XHTML and layout is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
*/
@import url(additional.css); 
body {
	padding: 20px 0;
	margin: 0;
	color: Black;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
	background-image: url(images/stone_bkg.jpg);
}


a:link {
  color:#A0522D;
  text-decoration:none;
  }
a:visited {
  color: #567197;
  text-decoration:none;
  }
a:hover {
  color:#0080C0;
  text-decoration:underline;
  }

code {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 80%;
}

html[xmlns] .mozclear {
	border-bottom: 1px solid;
   /* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's given here.
	 */
	border-color: transparent;
	margin-bottom: -1px;
}

small {
	font: 90%/1.5em Arial, Helvetica, Sans-Serif;
}

table {
	font-size: 100%;
}

td, th {
	vertical-align: top;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px; 
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 30%;
	margin-left: 15px;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 30%;
}

.alt {
	margin: 0;
	padding: 10px;
}

.clear {
	clear: both;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}

.commentlist li, #commentform input, #commentform textarea {
	background: #FFFFF0;
	color: Black;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.hide {
	display: none;
}

#masthead {
   border-top: solid 1px Black;
	padding: 0;
	margin: 0;
	height: 50px;
	background-image: url(images/mast_bkg.jpg);
}

