/*
Theme Name: Simple
Theme URI: http://wordpress.org/
Description: Keeping it simple.
Version: 1.0
Author: Jean Snow
*/

a:link	{
	text-decoration: none;
	color: #000;
	font-weight: 900;
	}
a:visited	{
	text-decoration: none;
	color: #000;
	font-weight: 900;
	}
a:hover	{
	text-decoration: none;
	color: #ccc;
	font-weight: 900;
	}
a:active	{
	text-decoration: none;
	color: #ccc;
	font-weight: 900;
	}
	
#maincolumn {
    width: 400px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font: 11px georgia, serif;
    line-height: 160%;
    text-align: center;
    letter-spacing: .1em;
    }
    
ul,ol	{
padding-left: 10px;
margin-left: 0;
margin-top: 0;
list-style: none;
}

li  {
margin-bottom: 0;
}

.title {
	font-weight: 900;
	font-style: italic;
	text-align: center;
	}

.post   {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 40px;
	font: 12px georgia, serif;
	text-align: justify;
	text-justify: newspaper;
    }
    
#about  {
	margin: 0 50px 0 50px;
	font: 12px georgia, serif;
	}
           
#copyright  {
    margin-top:  20px;
    margin-bottom:  20px;
    }
    
.commenting	{
	font: 12px georgia, serif;
	}
