/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.picture-frame {
	float: right;
	width: 210px;
	height: 150px;
}
.picture-frame-image {
	position: relative;
	top: -16px;
	right: -7px;
}
.frame {
	position: relative;
	top: -185px;
	right: 3px;
}
.ie6 .frame, .ie7 .frame {
	top: -189px;
}
.latest-photos-image {
	margin: 4px 0 0 9px;
	border: 1px solid #999;
}
.latest-video-image {
	margin: 16px 0 0 8px;
	border:1px solid #150800;
}
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 4px;
	background: #FFF;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border:1px solid #ccc;
	text-align: center;
	margin-bottom:18px;
	padding:8px 4px 0;
	background: #fff;
}
.wp-caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}
#gallery-1 {
	margin: auto;
	clear: both;
	width: 700px;
}
#gallery-1 .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #CCC;
	text-align: center;
	padding: 0;
	-moz-box-shadow: 0 1px 3px #a18a6b;
	-webkit-box-shadow: 0 1px 3px #a18a6b;
	box-shadow: 0 1px 3px #a18a6b;
	background-color: #FAFAFA;
}
#gallery-1 img {
	max-width: 190px;
	max-height: 142px;
	padding: 7px;
	margin: 0;
}
#gallery-1 .gallery-caption {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/