 /*

Theme Name: Brick (shared on wplocker.com)
Theme URI: http://jessengatai.com
Description: An oversized theme for oversized creativity
Author: Jesse Ngatai
Author URI: http://www.jessengatai.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

*/


/* Wordpress Core Classes */

.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 {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

/* Wordpress Calendar Widget */
#calendar_wrap {float: left; width: 100%; }
.widget_calendar {float: left;}
#wp-calendar {float: left; width: 100%; }

#wp-calendar caption { text-align: right; margin-bottom: 15px; font-weight: bold; }
#wp-calendar thead { text-align: center; font-weight: bold;}
#wp-calendar thead th { padding-bottom: 10px; }

body[data-skin="Dark"] #wp-calendar tbody td { 
	text-align: center;
	padding: 5px 0px;
	background-color: rgba(255,255,255,.1);
}
body[data-skin="Light"] #wp-calendar tbody td { 
	text-align: center;
	padding: 5px 0px;
	background-color: rgba(0,0,0,.1);
}

#wp-calendar tbody .pad { background: none !important; }
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { text-transform: uppercase; text-align: left; padding-top: 10px; }

#dantable table tr {width:100%;}
#dantable table {width:100%!important;}
#dantable {width:100%;}
.wp-image-17 {max-width:446px!important;}