/*
Theme Name: Outlast Framework
Theme URI: http://framework.outlast.hu/
Description: A simple theme to enable connection to the Outlast Framework. Enable this theme to use the OFW MVC and to use the framework's template system to build a custom Wordpress theme. See <a href='http://framework.outlast.hu/plugins/wordpress-plugin/wordpress-installation-and-setup/' target='_blank'>the documentation</a> for instructions on set up.
Author: Aron Budinszky <aron@outlast.hu>
Author URI: http://framework.outlast.hu/
Version: 1.0
Tags: ofw, outlast framework

License:
License URI:

A simple theme to enable connection to the Outlast Framework. Enable this theme to use the OFW MVC and to use the framework's template system to build a custom Wordpress theme.
*/

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin: 0;
}
