/*
Theme Name: Foodbank New
Author: Gatorworks
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}


a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}

#logo-slider img {
box-shadow: none !important;
margin: 0 18px;
}

/* main elements */

#xmt_Primary_wid.xmt > ul {margin-left: 1px !important;}
.tweet_area .tweet-actions {
    padding: 7px 5px 6px !important;
    line-height: 135% !important;
    margin: 0 -5px 0 0 !important;
}
#xmt_Primary_wid.xmt .tweet_avatar {
    margin: 0 10px 0 0;
    padding: 0 !important;
}
.tweet_area > li {padding: 0 0 28px !important;}

.navigation {
    overflow: hidden;
    margin: 5px 0 20px;
}
.navigation .prev {float: left;}
.navigation .next {float: right;}
@media only screen and (max-width: 960px){
	.tweet_area .tweet-actions{margin:0 -10px 0 -10px !important;}
}

#content > .title {margin: 0 -10px 15px;}