/* Remove featured image at top of post and pages */
.post.has-post-thumbnail .post-thumbnail  {
    display: none;
}
.page.has-post-thumbnail .post-thumbnail  {
    display: none;
}
.post.has-post-thumbnail {
    padding-top: 8.3333%;
}
.page.has-post-thumbnail {
    padding-top: 8.3333%;
}

/* Remove author info from post */
.author {
    display: none;
}

/* Reduce whitespace between posts, add line at top */
article {
margin-bottom: 10px !important;
border-top: 1px solid grey;
}

/* Reduce widget whitespace, thick line */ 
.widget {
border-top: 1px solid grey !important;
margin-bottom: 20px !important;
padding-top: 20px !important;
}

/* entry title */
.entry-title, .entry-title a {
font-size: 48px !important;
}

/* Old styles */
p.block
{
  display:block;
  background:#FCFCFC  none repeat scroll 0 0;
  padding:2px 10px;
	clear:both;
	margin-left:0px;
	margin-right:0px;
}


img.right {
              margin-left : 10px;
              float : right;
              border-color: "#000000";
              }

img.left {
             margin-right : 10px;
              float : left;
              border-color: "#000000";
              }

/*
	Img-Shadow stuff from http://www.alistapart.com/articles/cssdropshadows/ and 
http://www.blogula-rasa.com/
*/

.img-shadow-left {
   float:left;
   background: url(/blog/images/decor/shadowAlpha.png) no-repeat bottom  right !important;
   background: url(/blog/images/decor/shadow.gif) no-repeat bottom right;
   margin: 10px 10px 0 10px !important;
   margin: 10px 10px 0 5px; /* increase 2nd number +10 to add rt margin */
            }

      .img-shadow-left img {
            display: block;
            position: relative;
            background-color: #fff;
            border: 1px solid #a9a9a9;
            margin: -6px 6px 6px -6px;
            padding: 4px;
            } 



.img-shadow-right {
   float:right;
   background: url(/blog/images/decor/shadowAlpha.png) no-repeat bottom  right !important;
   background: url(/blog/images/decor/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 20px !important;
   margin: 10px 0 0 15px; /* increase last number +10 to add left margin */
               }

      .img-shadow-right img {
            display: block;
            position: relative;
            background-color: #fff;
            border: 1px solid #a9a9a9;
            margin: -6px 6px 6px -6px;
            padding: 4px;
            } 

/* Miscellaneous changes */

ul.aktt_tweet_digest { list-style: circle;} /* Different bullets for Twitter lists. */
.format_text li { margin-bottom: 6px;}  /* Add space below line items */

/* For RecReading plugin */
/* add spacing between items: */
li.gReader-item { margin-bottom: 10px;}

/* italic notes (for alaJoAnn): */
/* .gReader-notes { font-style: italic; } */

/* source on same line as link: */
.gReader-source { display: inline; }
/* and then i changed the preface text to ” |” . this results in a compact display of _link_ | _source_. */

/* For AVH Amazon to hide the titles. */
#avhamazon-widget .wishlistcaption {
display:none;}

	dl#comment_list  { background: #e7f8fb; }
	dl#comment_list .bypostauthor { background: #FFF; }
		dl#comment_list dl .bypostauthor { background: #FFF; }


.sm2wp {
  background-color: #F2F2F2;
   }
 
/* For the Reshared By text */
.sm2wpreshared {
   font-family: Calibri, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
   font-style: italic;
   }


/* GOOGLE+BLOG STYLES */
.gpb-content blockquote {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

div.gpb-primary {
	width: 100%;
}

/* .gpb-article {
	font-family: Calibri, Arial, Helvetica, sans-serif;
} */
/* Main linked articles-excerpts */
p .gpb-links {
	height: 12px;
}

/* general paragraph for linkback links */
.gpb-linkback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* link back to Google+ */
.gpb-reshare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* reshared X times statment */
/* *** Twitter post styles *** */
.tag-tweet {
	margin-top: 6px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	background: #DAFFFF;
	border: 1px solid #84aac4;
}

.tag-tweet .entry-title {
	visibility: hidden;
	line-height: 1px;
}

.tag-tweet .wp-print {
	visibility: hidden;
	line-height: 1px;
}

.tag-tweet .headline_meta:before {
	content: "A Tweet ";
}

.tag-tweet div.wp-print {
	height: 1px;
	visibility: hidden;
}

.tag-tweet td {
	height: 1px;
}

.tag-tweet p {
	margin-bottom: 0;
}

.tag-tweet p.headline_meta {
	color: black;
}

.tag-tweet div.afterpost {
	margin-top: 1px;
}