*
Theme Name: Ze-Gen Blog
Theme URI: 
Description:
Version: 1.6
Author: Andrew Mirsky
Author URI: http://mirskysdesign.com/
*/



/* Begin Typography & Colors */

.posts { 
  float: left;
  font-size: 12px;
  text-align: justify;
 }


.posts a:hover { 
  color:#54AF25;
 }


.posts h1 { 
  color: #08529e;
  font-size:18px;
  margin-bottom:2px;
 }

.posts .byline { 
  color:#666666;
  font-style:italic;
  font-size:14px;

 }

.posts .info { 
  color:#666666;
  font-style:italic;
  font-size:14px;
 }

.posts .postcontent { 
  font-size:13px;
  text-align: justify;
 }

.posts #emblem { 
  float: left;
  width:50px;
}

.posts #emblem-small { 
  float: left;
  width:20px;
}

.posts .author { 
  height:60px;
 }

.posts .author .portrait { 
  float:left;
  width:60px;
  padding-right:10px;
 }


.posts hr { 
  border:1px solid #eee;
  margin-top:7px;
  margin-bottom:7px;
  width:100px;
 }


.cat_title h1 { 
  font-size:14px;

}

.cat_title .category { 
  color:#54AF25;
 }