/*  
Theme Name: Optic Blog
Theme URI: http://perkowitz.net
Description: 
Version: 
Author: Mike Perkowitz
Author URI: http://perkowitz.net
Tags: optic

Theme last updated: 
*/

/***** General stuff *****/
body {
    font-size: 1.3em;
    font-family: garamond, palatino, georgia, times new roman, serif;
    color : #000;
    margin : 0;
    padding : 0;
    background: #fff;
}

a { color: #357; text-decoration:none; }
a:visited { color: #357; text-decoration:none; }
a:hover { color: #27a; text-decoration:underline; }
a:active { color: #27a; text-decoration:none; }

xa { color: #000; text-decoration: none; 
  background-image: url("underline.gif"); 
  background-position: bottom;
  background-repeat: repeat-x; 
}
xa:visited { color: #000; }
xa:hover { color: #777; }
xa:active { color: #777; }

img { border: 0px; }

p { line-height: 1.4em; }

h1 { margin: 0px; }
h1.title { font-size: 1.6em; padding: 5px 0px 0px 39px; letter-spacing: 5px; margin: 0px; font-style: italic; }
h2 { margin: 0px 0px 0px 0px; padding: 0px; font-size: 1.3em; } 
h2.posttitle { margin: 0px 0px -2px 0px; }

h3 { margin: 5px 0px -5px 0px; padding: 0px; }

ul {padding:0;margin:0 0 0 16px;list-style: square;}
blockquote { 
    padding-left: 15px; margin-left: 10px; border-left: 1px solid #bce; 
    font-style: italic; 
}

/*** Layout ****/

#wrap {     margin : 0px auto; width : 860px; }

#header { padding: 5px 0px 3px 0px; margin: 0px 0px 20px 0px; }

#navigation { text-align: right; float: right; margin: 10px 20px 0px 0px; }
#navigation ul { list-style-type:none; padding:0; margin:0; display: inline; }
#navigation li { list-style-type:none; margin:0 20px 0 0; display: inline; }

.quotation { font-size: 0.7em; color: #333; margin: 0px; line-height: 1.2em; text-align: justify; }
.attribution { font-size: 0.7em; color: #666; line-height: 1.2em; text-align: right; 
margin-bottom: 10px; }

#logo { display: none; }

#slogan { }

#main {margin : 0 auto;padding:10px 0px 0px 0px; }

#left-column {width : 512px;float : left;padding-left:40px;}
#left-column ul {padding:0;margin:0 0 0 30px;}
#left-column ol {padding:0;margin:0 0 0 30px;}

.description { padding: 0px; margin: -10px 0px 20px 0px; font-size: 0.8em; }
.description p { margin: 5px 0px 5px 0px; }

.post { 
    font-size: 0.8em; 
    margin: 0px 0px 20px 0px; 
    position: relative; 
    background: #fff; 
}
.postmeta { margin: 5px 0px 0px 0px; padding: 0px; }
.lowercase { text-transform: lowercase; }
.posttime { margin: 0px; padding: 0px; }
.postfeedback { display: none; }
.postentry p { margin: 0px; padding: 3px 0px 0px 0px; }
.postentry a.nonspecial { font-size: 1em; font-weight: normal; }

.searchresults .post { margin: 0px 0px 5px 0px; }
.searchresults .postmeta { margin: -3px 0px 0px 0px; }
.archive .post { margin: 0px 0px 5px 0px; }
.archive .postmeta { margin: -3px 0px 0px 0px; font-weight: normal; }
.archive .posttime { margin: -3px 0px 0px 0px; font-weight: normal; }

.listpost { position: relative; margin: 0px 0px 0px 0px; padding: 0px; }
.listpost .posttitle { font-weight: bold; margin: 0px; padding: 0px; line-height: 1em; 
  display: inline; text-transform: capitalize; }
.listpost .posttime { font-weight: normal; color: #999; 
  margin: 0px 0px 0px 5px; padding: 0px; line-height: 1em; 
  font-size: 0.8em; display: inline; }

.listItem { position: relative; font-size: 0.9em; }
.listItem .author { padding-right: 5px; }
.listItem .bookTitle { font-style: italic; font-weight: bold; }
.listItem .title { font-style: italic; }
.listItem .rating { position: absolute; left: -40px; top: 3px; }
.listItem .link, .listItem .reviewLink { font-size: 0.8em; padding-left: 10px; }

#right-column {width : 300px;float : right;min-height: 600px}

.footnav { }
#footer { clear: both; font-size: 0.7em; text-align: center; padding: 5px; }

/*** Comments ***/

#comment {width:100%;}
ol h3  {border:none;padding-bottom:0}
#commentlist li {padding:5px 10px;}
#commentlist li.alt {background-color:#e9edf6}
.commentmeta {font-size:.7em;color:#999;}

/*** Sidebar ***/

#sidebar {padding:0px 40px 20px 20px; margin-top: -30px; color: #555; 
  opacity: 0.6; filter:alpha(opacity=60); 
  onmouseover="this.style.opacity=1; this.filters.alpha.opacity=100";
  }
#sidebar ul {list-style-type:none; margin: 0px; }
#sidebar ul li ul li { list-style-type: none; font-size: 0.8em; }
#sidebar h2 { margin: 30px 0px 0px 0px; }
#sidebar li.rss {border-bottom:none;}
#sidebar li.rss img {float:left;padding-right:10px;}
#sidebar ul.children { display: inline; font-size: 1em; }
#sidebar ul.children li { display: inline; padding: 0px; margin: 0px; font-size: 1em; }
#sidebar #archives ul li { display: inline; }

/*** category page ***/
.category { margin: 10px 0px 10px 0px; line-height: 1.2em; }
.category h3 { margin: 0px; }
.category .description { font-size: 11px; }

