/*
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;
	border-bottom: 1px solid #000;
	}
a:visited	{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	}
a:hover	{
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	}
a:active	{
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#topnav {
    position: absolute;
	top: 0;
	left: 0;
    background: #ccc;
    text-align: center;
    letter-spacing: .4em;
	font: 12px Helvetica, sans-serif;
	width: 100%;
	padding-top: 2px;
    }

#topnav a:link	{
	text-decoration: none;
	color: #fff;
	}
#topnav a:visited	{
	text-decoration: none;
	color: #fff;
	}
#topnav a:hover	{
	text-decoration: none;
	color: #666;
	}
#topnav a:active	{
	text-decoration: none;
	color: #666;
	}

#maincolumn {
    width: 700px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    font: 14px georgia, serif;
    line-height: 140%;
    }

#centercolumn   {
    float: right;
    width: 400px;
    }

#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: left;
    width: 400;
    font: 13px georgia, serif;
    color: #000;
    letter-spacing: .1em;
    margin-top:  20px;
    margin-bottom:  20px;
    }
