/*  
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 {
background: url("images/backgrnd.png") repeat-x top; 
font-family:"courier new", courier, monospace;
margin: 1em 1em 1em 1em;
}


#page {
}

#content {
text-align: justify;
margin-left: 3em;
margin-right: 3em;

	}
	
#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: 250%;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	margin-bottom: 0.2em;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


.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 {
	background-color: #ededed;
	padding: 0.5em;
	text-align: right;
	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;
	
}

#content p img {
	float: left;
	padding-right: 1empx;
	padding-bottom: 1empx;
	border-width: 0px;
}

.pagetitle {
	text-align: center;
}	

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

li.authorcomment {
	background: #f6f7f8;
	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;
}

