/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
	*/
.site {
    max-width: 85%;
}

img {
   height: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 7px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
}

