html #wpadminbar {
    z-index: 99999999999 !important;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
height: auto;
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
 img.attachment-post-thumbnail{max-width:100%; /* Fluid images for posts, comments, and widgets */
height: auto;}

.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
}
.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

hr.articles{margin:20px 0 20px 0;}

/* comments */
header.comment-meta{margin-bottom:15px;}
article.comment{padding:15px 0 0px 0;}

ol.comment-list{margin-left:0;}

li.comment,
li.pingback,
li.trackback{list-style:none;}
.comment-author-meta,
.comment-author-thumbnail{float:left;}
.comment-author-thumbnail img{margin-right:10px; padding:5px; border:1px solid #ddd;}

hr.comment-separator{margin-top:20px;}

em{
	font-style:italic;
}