/*   
Theme Name: SmartLogic
Theme URI: git.slsdev.net/sls/blog_theme.git
Description: Wordpress theme for blog.smartlogicsolutions.com
Author: John Trupiano
Author URI: http://www.smartlogicsolutions.com/john
Version: 0.1.0
.
General comments/License Statement if any.
.
*/

.navigation {
  margin-bottom: 10px;
}

.post_box {
}

.post {
	margin: 0 0 40px;
  background-image:url(http://www.smartlogicsolutions.com/images/box-sliver-inactive.png);
  background-position:center bottom;
  background-repeat:repeat-x;
  margin-bottom:1.25em;
  padding:1em;
}

.postmetadata {
  font-size: 80%;
}

/* The related blog posts that show up at the end of a single blog post */
#crp_related {
  font-size: 80%;
  margin-top: 40px;
}

div.gravatar {
  text-align: center;
}

div.gravatar img {
  background-image:url(http://www.smartlogicsolutions.com/images/shadow_alpha.gif);
  background-position:100% 100%;
  background-repeat:no-repeat;
  border-color:#F4F4F4;
  border-style:solid;
  border-width:1px 0 0 1px;
  color:#616264;
  margin:2px;
  padding:5px 10px 10px 5px;
}

#leftcol p {
  line-height: 140%;
  font-size: 95%;
  color: #000;
}

#leftcol li {
  line-height: 1.1em;
  color: #000;
  font-size: 95%;
}

#rightcol li {
  font-size: 85%;
}

#rightcol a, #rightcol a:visited {
  display: inline;
}

#rightcol .authorbio {
  font-size: 80%;
  color: #919294;
}

#rightcol span.date {
  margin-left: 8px;
  font-size: 9px;
  color: #919294;
  white-space: nowrap;
}

#rightcol .blogger a {
  padding-left: 5px; 
  top: -5px; 
  position: relative;
}

h1.single_post {
  display: block;
  font-size: 14pt;
}

#content h2.single_post {
  display: inline;
  font-size: 24pt;
}

.wp-caption-text {
  font-size: 80%;
  text-align: center;
}

.wp-caption.alignright {
  margin-left: 15px;
  float: right;
}

