/*

Theme Name: The Edge Photo Imaging
Theme URI: http://www.ionata.com.au
Description: WordPress theme developed for The Edge Photo Imaging by Ionata Web Solutions. Designed by Hobart Design
Author: Ionata Web Solutions
Version: 1.0

*/

/*
	YO HOMEBOY. Put your styles in the /assets/css/style.css
	This is a placeholder file required by WordPress and contains some handy content defaults
	Do not delete or shit will get real. (no joke)
*/

.inner-col-main

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
  border: 6px solid white;
outline: solid 3px #F9F9F9;
max-width: 80%;
height: auto;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
  border: 6px solid white;
outline: solid 3px #F9F9F9;
max-width: 80%;
height: auto;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid white;
outline: solid 3px #F9F9F9;
max-width: 80%;
height: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
