/*  
Theme Name: Optic Food
Theme URI: http://perkowitz.net
Description: 
Version: 
Author: Mike Perkowitz
Author URI: http://perkowitz.net
Tags: optic

Theme last updated: 
*/

/***** General stuff *****/
body {
    font-family: "Palatino Linotype", "Book Antiqua", "New Century Schoolbook", serif;
    font-size: 10pt;
    color : #000;
    margin : 0;
    padding : 0;
    background: #fff;
}

a:link { color: #000; text-decoration:none; }
a:visited { color: #000; text-decoration:none; }
a:hover { color: #000; text-decoration:none; }
a:active { color: #000; text-decoration:none; }

p { line-height: 1.4em; padding: 0px; border-bottom: 0px solid #fff; 
text-indent: 0px; }

h3 { margin: 10px 0px -5px 0px; padding: 0px; }


/*** Layout ****/

#wrap { margin : 0px 0px; background: #fff; }

#left-column {width : 620px; }

.post { border: 0px; }
.postmeta { font-size: 0.8em; font-weight: normal; margin: 0px; }
.posttime { font-weight: normal; font-style: italic; }



