/*   
Theme Name: LessIsMore
Theme URI: http://www.jasonosgood.com
Description: My personal theme
Author: Jason Osgood
Author URI: http://www.jasonosgood.com
Version: 1

This is the theme for my website. It's simple. Use, misuse, or abuse as you wish.
*/

* { 
    margin: 0; 
    padding: 0;
    line-height: 1.4em;
    
}

body {
    margin: 0 auto;
    width: 700px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
}

p {
	margin: 1.1em 0;
}

.content 
{
    float: left;
    width: 550px;
}

.posttitle 
{
    font-size: 24px; 
    margin: 0; 
    padding: 0;
    margin-bottom: 2px;
    letter-spacing: 2px;
}

.posttime 
{
    font-size: 11px; 
}

.postcomment
{

    margin-top: 10px;
    font-size: 11px;
    font-style: italic;
}

.sidebar 
{
	border: 1px;
    width: 125px;
    padding-left: 25px;
    float: left;
    text-align: left;
}

.sidebar h1
{
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
}

.sidebar ul
{
    list-style-type: bullet;
    margin-left: 24px;
    margin-top: 6px; 
    margin-bottom: 10px; 
}

.sidebar ul li
{
    font-size: 12px;
}

.comment 
{
    padding-bottom: 20px;
}

.commenttext
{
    padding-left: 16px;
}

a 
{ 
	color: black;
	text-decoration: none 
}

a:hover 
{
	color:#066; 
	text-decoration: underline 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

.header {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #666;
    text-align: left;
    margin-bottom: 30px;
}

.header span 
{
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a 
{
	color: #333; 
}

.header a:hover 
{ 
	color: #066; 
}

.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:150px;
}


small.fey { color: #ccc; }

.firstpost {
/*
    text-align: left;
    */
    width: 668px;
    padding: 28px 0 18px 0;
}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.previously 
{
	text-align: left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 550px !important; }

.postform { width:150px; margin: 0;} 


/* FOOTER */

.footer 
{
    margin: 12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid silver;
    text-align: center;
    font-size: 12px;
    color: black;
}




