/*
Theme Name: Imprint, A Theme for Authors
Theme URI: http://outthinkgroup.com
Description: A theme built specifically for authors.
Version: 1.5
Author: Designed and Developed by Out:think Group
Author URI: http://outthinkgroup.com
*/
/* General Styles */
.alignleft{float:left;margin-right:12px;margin-bottom:2px;}
.alignright{float:right;margin-left:12px;margin-bottom:2px;}
.aligncenter{margin: 0 auto; display:block;}
sup{font-size:60%;vertical-align:top;}
/* end General Styles */
.widget {
    margin-bottom: 20px;
	font-size: 13px;
}
.widget.book img.wp-post-image {
	margin-bottom: 10px;
}
.clr {clear:both;}
.navbar h1.brand {
	padding: 10px 20px 10px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
	text-shadow: 0 1px 0 white;
	line-height: inherit;
	margin: inherit;
	margin-left: -20px;
}
.otr_nav span {
    background: whitesmoke;
}
.otr_nav {
overflow: hidden;
padding-bottom: 12px;
}
.full-width .span12 {
	float: none;
	width: 720px;
	margin: 0 auto;
}
.nl-signup-wide .mc-field-group {
	float: left;
	display: block;
	margin-right: 6px;
}
.form-inline .mc-field-group, .form-inline .clear {
	display:inline-block;
}
.share-links {
	overflow: hidden;
}
.share-links .float-left {
	float: left;
}
/*
* Social links
*/
.header .social {
	float: right;
}
.social a {
	margin-left: 20px;
}
.social a i {
	font-size: 35px;
	display: inline-block;
	padding: 5px;
	min-width: 35px;
	text-align: center;
}
.social a:hover i {
	text-decoration: none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin-top: 0px;
    border-top: 0px;
    background: #f5f5f5;
    font-size: 12px;
    border: none;
    padding: 0px;
}
.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
    border: none;
content: '';
}
.navbar .nav > li > .dropdown-menu:after {
border: none;
content: '';
}