/* Enter Your Custom CSS Here */

img {
     margin: 0px;
     padding: 0px;
     border: solid black 1px
}
.entry-content img {
	margin: 0 0 1em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.2em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.2em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: .5em;
	text-align: center;
	padding-top: 5px;
  border: 0px hidden #000;
	}
.wp-caption img {
    border: 1px solid #000;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.25;
	font-size: 10px;
	margin: 0;
	}

/* Image borders */

