/**
 * Theme Name: FaveBusiness
 * Theme URI: http://crowdfavorite.com/wordpress/themes/favebusiness/
 * Description: A professional and customizable theme, open for business. Drag-and-drop page elements and many advanced features.
 * Version: 1.3.3
 * Author: Crowd Favorite
 * Author URI: http://crowdfavorite.com/
 * License: GNU General Public License
 * License URI: http://wordpress.org/about/gpl/
 * Tags: customizable, template, framework, carrington, cms, business, carrington-build, green, blue, one-column, two-columns, three-columns, fixed-width, editor-style, threaded-comments, microformats
 *
 * @package favebusiness
 *
 * This file is part of the FaveBusiness Theme for WordPress
 * http://crowdfavorite.com/wordpress/themes/favebusiness/
 *
 * Copyright (c) 2008-2014 Crowd Favorite, Ltd. All rights reserved.
 * http://crowdfavorite.com
 *
 * **********************************************************************
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * **********************************************************************
 *
 * NOTE - This file is not used: it's only here because WordPress expects it to be in a theme.
 * It's standard to use the assets/css/ dir for actual theme CSS in a Carrington-based theme.
 */

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
