/*
*  Jow_Alterego template
* @copyright   Copyright (C)  2015 Troy T. Hall <troy at jowwow.net>. All rights reserved.
*  @license        GNU General Public License version 2 or later; see LICENSE.txt
*/
/* 
    Created on : Jan 17, 2015, 1:07:23 PM
    Author     : Troy T. Hall <troy at jowwow.net>
*/
/* logo doesn't need so much padding */
.logo a{
	padding: 0;
}
.well-sm.time{
	margin-bottom: 0px;
}
/* fix social icon bottom spacing.
 * repeated complete jbackbone.css declaration
 * so we can remove jbackbone in 4.0
*/
ul.social-icons {
	list-style-type: none;
	margin: 2px 20px 2px 0;
	padding: 0;
}

/*
 * NAV BAR AREA 
*/
/* line up separators and headers */
/* resize navbar item spacing */
.navbar-nav>li>a, .nav>li span.separator, .navbar-nav>li span.nav-header {
	padding: 0px .5em 3px .5em;
}

/*
 *  CONTACT FORMS 
 */
/* Checkbox styling */
form#contact-form .checkbox input[type="checkbox"], form#contact-form .checkbox-inline input[type="checkbox"]{
	margin: 0px 0 0 -6px;
	height: auto;
	width: auto;
}
/* remove huge whitespace above checkbox */
.form-horizontal .checkbox-inline, .form-horizontal .checkbox{
	padding-top: 0px;
}
/* checkbox by default is huge area */
form#contact-form .form-control.checkbox, form#contact-form .form-control.checkbox, form#contact-form .form-control.checkbox-inline, form#contact-form .form-control.checkbox-inline{
	height: 16px;
	padding: 2px 11px;
	min-height: 16px;
	background-color: transparent;
}
/* lets set a margin on the right so inline works nicely */
label#jform_contact_email_copy-lbl{
	margin-right: 5px;
}
/* container is way to big for image */
.contact-no-border .thumbnail{
	margin-bottom: 5px;
		border: 0px;
}
/* limit logo height so it doesn't flow into input area if its a large image */
.contact-no-border .thumbnail img{
	max-height: 40px;
}
/* make a margin below send button */
form#contact-form{
	margin-bottom: 1em;
}
/* labels are right aligned by default in bs3 */
form#contact-form.form-horizontal .control-label{
	text-align: left;
}
/* remove the huge gap @ the bottom of the contact image */
.contact-imagethumbnail.thumbnail {
	margin-bottom: 0;
}
/* remove big gap below "position" */
dl.contact-position.dl-horizontal{
	margin-bottom: 0;
}
#basic-details .contact-name h3{
	margin-top: 5px;
}
/* centered ROW styles */
.row-centered {
    text-align:center;
}
/* entered column styles */
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/* --- END FORMS --- */

/*
 * SIDEBARS
 */
/* not quite so much side padding */
.sidebar-left[class*="col-md-"], .sidebar-right[class*="col-md-"]{
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}



/*
 *  CONTENT AREA 
*/
/* Article editing */
div.edit.item-page {
margin-top: 8px;
padding-left: 8px;
padding-right: 8px;
}
