/*  
Theme Name: Modified Ascetic
Theme URI: http://themes.wordpress.net/columns/1-column/740/ascetic-10/
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:Arial, Verdana, Helvetica, sans-serif;
margin: 1em 1em 1em 1em;
}


#page {
}

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

	}
	
#header {
	margin-bottom: 2em;	
}

#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: none;
}


.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: rgb(255,0,255);
}


#top-nav ul, #top-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.postmetadata {
	font-size: 90%;
	background-color: rgb(250,250,250);
	padding: 0.5em;
	text-align: right;
}

.postmetadata_alt {
	background-color: rgb(250,250,250);
	padding: 0.5em;
	text-align: justify;
	margin-bottom: 3em;
}

blockquote {
	border-left: medium solid rgb(255,0,255);
    background-color:rgb(245,245,245);
	padding: 5px 5px 5px 20px;
	margin-left: 2em;
    clear:both;
	
}

.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;
}



/*Added by wtrk */

.post {
    clear:both;
	margin-bottom: 5em;
}

.pmd-tags {
    float:left;
    max-width:500px;
    margin-right:2em;
    text-align:left;
}

.pmd-cats {
    float:right;
    max-width:500px;
    margin-left:2em;
}

.pmd-comments {
    clear:both;
    margin:1em;
    text-align:center;
}

.pmd-comments a{
    color:rgb(255,0,255);
}

.pmd-editlink a{
    background-color:rgb(220,255,0);
    color:black;
    text-align:center;
    display:block;
    width:100%;
    margin:2em 0em 0em 0em;
}

.st-tag-cloud {
	border-top: thin solid black;
    margin: 1em 0em;
    padding-top:1em;
    line-height:2em;
}

.st-tag-cloud h4 {
    padding:0;
    margin:0;
    font-size:x-large;
}

.st-tag-cloud a {
    padding:0.25em;
    margin:0em 0.25em;
    border:1px solid rgb(240,240,240);
    -moz-border-radius:5px;
}

.st-tag-cloud a:hover {
    border-color:rgb(155,155,155);;
}

dt {
    font-weight:bold;
}

ul.todo, ol.todo li.done {
    text-decoration:line-through;
    font-size:smaller;
}

ul.todo, ol.todo li.missed {
    font-size:larger;
    color:red;
}

ul.todo, ol.todo li.cancel{
    font-size:smaller;
    color:gray;
}

pre {
    overflow:scroll;
    background-color:rgb(250,250,250);
    border: 1px solid rgb(240,240,240);
}

code {
    font-family:'Andale Mono';
    font-size:smaller;
    color:rgb(140,0,140);
}

a img {
    border:0;
}

.series_info {
    clear:both;
    font-size:x-small;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin:1em 20%;
    padding:0em 0em 0.5em 0em;
}

.series_links {
    width:100%;
    height:1.5em;
}

.next_in_series_link {
    float:right;
}

.prev_in_series_link {
    float:left;
}

blockquote span.emphasize-part-of-quote {
    background-color:yellow;
}