/*  
Theme Name: Blog Template
Author URI: http://www.practisinc.com/
Version: 1.0
Author: Practis Inc.
Description: Theme to mimic the look and feel of the website.
*/

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;
  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:#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; }

#content-sub .aktt_tweets ul li {
	padding:5px;
	border-bottom:1px solid #ccc;
}

#interior #content-sub .aktt_tweets ul li a {
	border:0;
	display:inline;
	margin:0;
	padding:0;
}

#interior #content-sub .aktt_tweets ul li a.aktt_tweet_time {
	display:block;
}

#interior #content-sub .aktt_tweets ul li.aktt_more_updates {
	padding:0;
}
#interior #content-sub .aktt_tweets ul li.aktt_more_updates a {
	display:block;
	padding:5px;
}

#social_links { padding:20px 0 10px 0; }

#social_links a {
  font-size:12px;
}
#social_links a.twitter {
	padding-left:22px;
	line-height:16px;
	background:transparent url(images/icon_twitter.jpg) no-repeat left center;
}


