/*
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: bold;
	font-style: italic;
	}
a:visited	{
	text-decoration: none;
	color: #000;
    font-weight: bold;
	font-style: italic;
	}
a:hover	{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-style: italic;
	}
a:active	{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-style: italic;
	}
	
#maincolumn {
    width: 700px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font: 15px georgia;
    line-height: 120%;
    }

#centercolumn   {
    float: right;
    width: 400px;
    text-align: center;
    }

#leftcolumn {
    width: 130px;
    float: left;
    margin-top: 340px;
    }

#rightcolumn {
    width: 130px;
    float: right;
    margin-top: 60px;
    margin-left: 20px;
    font: 11px Helvetica, sans-serif;
    line-height: 160%;
    }
    
ul,ol	{
padding-left: 10px;
margin-left: 0;
margin-top: 10px;
list-style: none;
}

li  {
margin-bottom: 5px;
}


.post   {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    }
           
#copyright  {
	text-align: center;
	margin: 30px 0 20px 0;
    width: 400;
    font: 12px georgia;
    color: #000;
    }
