/*  
Theme Name: Practis Site
Author URI: http://www.practisinc.com/
Version: 1.0
Author: Chris Monnat
Description: Theme to mimic the look and feel of the Practis site.
*/

.blog-intro { font-size:14px; margin:20px 0 30px 0; padding:15px 20px; line-height:24px; border:3px double #cecece; background:#FFF9ED; }

h2 a,
h2 a:link,
h2 a:visited { color:#004732; text-decoration:none; }
h2 a:hover { color:#004732; text-decoration:underline; }

h3 a,
h3 a:link,
h3 a:visited { color:#004732; text-decoration:none; }
h3 a:hover { color:#004732; text-decoration:underline; }

img.alignright {
  float:right;
  display:inline;
  margin:0 0 10px 10px;
}

.comm {
  float:right;
  font-size:22px;
  height:39px;
  line-height:30px;
  text-align:center;
  width:38px;
  background:url(images/comment_practis.gif) no-repeat;
}
.comm span {
  padding:5px 0 0;
  text-align:center;
}
.comm a { text-decoration:none; }

.more-link { float:right; display:inline; margin:0; padding:0; }

.post-bottom { clear:both; margin:0 0 20px 0; padding:0; border-bottom:3px double #cecece; }

.tags { margin:0; padding:0; line-height:22px; }

.tags a:link,
.tags a:visited { padding:2px 4px; border:1px solid #f1f1f1; background:transparent; text-decoration:none; }
.tags a:hover { padding:2px 4px; border:1px solid #f1f1f1; background:#FFF9ED; text-decoration:none; }

.post-meta-top { line-height:20px; }
.post-meta-top .auth { display:inline; }
.post-meta-top .date{ display:inline; }

.page-nav { clear:both; }
.page-nav .nav-previous { float:left; display:inline; }
.page-nav .nav-next{ float:right; display:inline; }


.searchform { margin:0; padding:0; }
.searchform form#searchform { margin:0; padding:0; }

#from_twitter{}
#from_twitter ul {}
#from_twitter ul li { padding:5px 15px 5px 0; line-height:18px; border-top:1px dotted #D3D1D1; }


#social_links { padding:20px 0 10px 0; }
#social_links table td { height:30px; }

#social_links a {
  font-size:12px;
}

#social_links a.feed {
  padding-left:22px;
  line-height:16px;
  background:transparent url(images/icon_rss.jpg) no-repeat left center;
}
#social_links a.twitter {
  padding-left:22px;
  line-height:16px;
  background:transparent url(images/icon_twitter.jpg) no-repeat left center;
}
#social_links a.feed-mail{
  padding-left:22px;
  line-height:16px;
  background:transparent url(images/icon_email.jpg) no-repeat left center;
}

