/*  
Theme Name: Ascetic
Theme URI: http://blog.amidasu.net/archive/2006/07/13/ascetic-for-wordpress/
Description: Looks like 1.0, acts like 2.0.
Version: 1.0.1
Author: Amidasu
Author URI: http://blog.amidasu.net/archive/2006/07/13/ascetic-for-wordpress/
*/

body {
font-family: arial;
font-size: 13px;
}


#page {
}

#content {
text-align: justify;
margin-left: 10px;
margin-right: 10px;
font-size: 13px;
}
	
#header {
	margin-bottom: 4em;	
}

#footer {
	text-align: left;
	border-top: thin solid black;
	font-size: 80%;
}


#headertext {	
text-align: center;
}

#headertext a {
	text-decoration: none;	
	color: black;
}


h1 {
	font-size: 12px;
	font-weight: bold;}

h2 {
	font-size: 12px;
        font-weight: bold;
        color: #873008;
}

h3 {
        font-size: 14px;
        color: #873008;
        font-weight: bold;
}

a {
text-decoration: none;
color: #873008;
}

a:hover {
text-decoration: none;
}

a:visitied {
color: #873008;
}

a:active {
color: #873008;
}


.description {
	margin-top: 0;	
}

#top-nav {
	padding-left: 4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 4em; 
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: black;	
}

#top-nav a {
	color: black;
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav ul, #top-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.postmetadata {
	padding: 0.5em;
	text-align: center;
	margin-bottom: 3em;
	font-size: 90%;
}

.postmetadata_alt {
	background-color: #ededed;
	padding: 0.5em;
	text-align: justify;
	margin-bottom: 3em;
}

blockquote {
	border-left: medium solid silver;
	padding-left: 1em;
	
}


.pagetitle {
	text-align: left;
        font-size: 16px;
}	

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

li.authorcomment {
	padding: 1em;
}


li.item {
	padding: 1em;
}

.tagcloud a {
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.align_bottom {
	text-align: center;
}

.entry {
margin-top: 1em;
}

.main {
background-attachment: fixed;
	background-image: url(http://www.shepherdme.com/images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
