/*
Theme Name: Crucio
Description: A WordPress Magazine, Blog & Portfolio Theme
Author: Luke Beck & Muhammad Haris
Author URI: http://themeforest.net/user/ThemeFusion
Version: 1.1
Description:
License: GNU General Public License
License URI: license.txt
*/

@import url("css/all.css");
@import url("css/prettyPhoto.css");

.widget_search,.pyre_social_counter,.pyre_tabs{margin-bottom:0;}

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
