/*
jki-software.css
'JKI Software' style for the Tarski theme - http://tarskitheme.com/
*/

body {
background-color:#F7F6F2;
}

body .primary {
width:600px;
}

#wrapper {
width:860px;
background-color:#FFFFFF;
}

body.janus .primary-span {
padding-right:0px;
padding-left:0px;
text-align:center;
}


/*
.author_box and .entry_author_image are used by the author image that Jim added to pages
*/
.author_box { 
  position: relative;
  top: 2px; 
  padding: 4px;
  min-height: 60px;
  background: #ffffff;
}
.entry_author_image {
  float: left;
  background: #fff;
#  padding: 4px;
  padding-right: 8px;
  margin-right: 8px;
#  border-left: solid 1px #dfdfdf;
#  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
#  border-bottom: solid 1px #dfdfdf;
}