/*
Theme Name: Clear Theme
Theme URI: http://invent-themes.com
Description: Clear Theme is a clean, minimalist and modern wordpress theme suitable for any kind of website such as portfolio, business, blog, photography or gallery. The great combination of light color schemes creates an elegant and high visual impact experience eighter you use this for photography, commercial business or small informational websites.
Author: Invent Group
Version: 1.1
Tags: light, custom-colors, translation-ready, theme-options, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width
License:
License URI:
Author URI:


*/
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignleft,
img.alignleft a:hover {color: '#fff'}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	

.alignright,
img.alignright a:hover {color: '#fff'}

}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	hover: {color: '#fff'}
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	background: #eaeaea;
	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 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 11px;
	margin: 5px;
}
.paypal input {width:auto;}