/*  
Theme Name: Medical Associates of Clinton, Iowa
Author URI: http://www.practisinc.com/
Version: 1.0
Author: Practis Inc.
Description: Theme to mimic the look and feel of the website.
*/

* { box-sizing: border-box; }

h2 a,
h2 a:link,
h2 a:visited { color:#333333; text-decoration:none; }
h2 a:hover { color:#333333; text-decoration:underline; }

h3 a,
h3 a:link,
h3 a:visited { color:#333333; text-decoration:none; }
h3 a:hover { color:#333333; text-decoration:underline; }

img.alignright {
  float:right;
  margin:0 0 10px 10px;
}

img.alignleft {
  float:left;
  margin:0 10px 10px 0;
}

.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:#f1f1f1; 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; }