/*
Theme Name: M&DIndustries
Author: Anonymous
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 {
   
}

.aligncenter,
div.aligncenter {
    display: block;   
}

.alignright {
    float:right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
}

a img.alignright {
    float: right;
}

a img.alignnone {
}

a img.alignleft {
    float: left;
}

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 */
    text-align: center;
}

.wp-caption.alignnone { 
}

.wp-caption.alignleft {
}

.wp-caption.alignright {
}

.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;
}

.sticky,
.bypostauthor{
	display:block;
}

.info
{
	margin:0 !important;
}
.postcontent p
{
	margin-bottom:5px !important;
}
.posttitle h2
{
	margin-bottom:5px !important;
}
.navigation .next
{
	float:right;
	margin-top:10px;
}
.navigation .prev
{
	float:left;
	margin-top:10px;
}
/* main elements */
