/*
Theme Name: WhiteSpace
Theme URI: http://themeforest.net/user/joefrey/portfolio
Description:  WhiteSpace is a fully responsive and minimalistic wordpress theme built for creatives, agencies, freelancers, bloggers, graphic designers and the like, who wants to display their works or publish their writings in a professional manner. WhiteSpace has a lot of features, See below.
Author: Joefrey Mahusay
Author URI: http://themeforest.net/user/joefrey
License: GNU General Public License
License URI: license.txt
Version: 1.3
Tags: dark, light, white, black, gray, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: whitespace
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 10px 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 10px 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;
}


/***Changes*/

#blog .post_side{ display: none !important;}
#blog .format-standard .post_date{ display: none !important;}
#blog .format-standard .content-entry .post-meta{ display: none !important;}
#blog .format-standard .content-entry{ width: 100% !important; }
#blog .format-standard .content-box img{width:704px !important;}

#blog #comments-container{ display: none !important;}


.social li.social-globe a {
    background: url("globe/social-globe.png") no-repeat scroll left top;
    display: block;
    float: left;
    height: 26px;
    opacity: 0.5;
    width: 26px;
}
.social li.social-globe:hover a {
    display: block;
    float: left;
    height: 26px;
    opacity: 1;
    width: 26px;
}
p{    color: #282828 !important;
    font-size: 14px !important;
}