/*
Theme Name: blogex
Theme URI: http://blogex.themebucket.biz
Author: ThemeBucket
Author URI: http://themebucket.net
Description: A minimal blogging template for authors
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogx
*/




/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*---*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.gform_footer input[type="submit"],
.s2_form_widget input[type="submit"] {
  background: #363636;
  border: none;
  color: #fff;
  font-family: "Abril Fatface";
  text-transform: uppercase;
  padding: 5px 10px;
}
.gform_footer input[type="submit"]:hover,
.s2_form_widget input[type="submit"]:hover {
	background: #000;
}
