/*
Theme Name: Treeson
Theme URI: http://mythem.es/item/treeson-free-wordpress-theme/
Description: Treeson is clean white multipurpose WordPress theme with creative design and with powerfull features. Theme comes with nice flat design concept and responsive layout. This theme is suitable for all type of devices. Responsive design is based on twitter bootstrap framework. Theme is developed by myThem.es. Theme features: responsive design, custom header, custom background, custom layouts ( front page, blog, archive, single and pages ), custom logo, custom favicon, custom colors, additional css option and more others. Treeson widget: post-meta, widget newsletter, widget post-categories, widgte nice tags and widget website description.
Version: 0.0.3
Tags: blue, green, white, three-columns, two-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, flexible-header, custom-colors, custom-menu, featured-image-header, threaded-comments, custom-background, custom-header, featured-images, theme-options, holiday, seasonal, photoblogging
Author: myThem.es
Author URI: http://mythem.es
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Treeson, Copyright 2014 myThem.es
Treeson is distributed under the terms of the GNU GPL

                     ________________
                    |_____    _______|
     ___ ___ ___   __ __  |  |  __       ____   ___ ___ ___       ____   ____ 
    |   |   |   | |_ |  | |  | |  |___  |  __| |   |   |   |     |  __| |  __|
    |   |   |   |  | |  | |  | |  __  | |  __| |   |   |   |  _  |  __| |__  |
    |___|___|___|   |  |  |__| |_ ||_ | |____| |___|___|___| |_| |____| |____|   
                    |_|


*/
/* EXTERNAL IMPORTS GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700|Open+Sans:300,400,700);

/* LOCAL IMPORTS */
@import url(media/css/bootstrap.min.css);

@import url(media/css/typography.css);
@import url(media/css/icons-all.css);

@import url(media/css/navigation.css);
@import url(media/css/effects.css);

@import url(media/css/header.css);
@import url(media/css/nav.css);

@import url(media/css/blog.css);
@import url(media/css/forms.css);

@import url(media/css/elements.css);

@import url(media/css/widgets.css);

@import url(media/css/comments.css);
@import url(media/css/comments-typography.css);

@import url(media/css/footer.css);
@import url(media/css/prettyPhoto.css);

@import url(media/css/plugins.css);


/* ALIGN TEXT */
.align-none{
    text-align: none;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-justify{
    text-align: justify;
}
.align-right{
    text-align: right;
}

/* WORDPRESS */
.alignleft,
.alignright{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignnone,
.aligncenter{
    margin-top: 25px;
    margin-bottom: 25px;
}
.alignleft{
    float:left;
    margin-right: 15px;
}
.alignright{
    float:right;
    margin-left: 15px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.sticky,
.gallery-caption,
.bypostauthor{}
.wp-caption{
    background: #f6f6f6;
    padding: 10px !important;

    text-shadow: 1px 1px 0px #ffffff;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wp-caption img{
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;   
}
.wp-caption,
.wp-caption p,
.wp-caption a{
    font-style: italic;
}
.wp-caption,
.wp-caption p{
    color: #999999;
}
.content-border .hentry .wp-caption p,
.content-border .hentry .wp-caption p.wp-caption-text{
    color: #999999;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
body.page .hentry .thumbnail-content footer,
body.page .hentry .post-thumbnail footer,
body.single .hentry .thumbnail-content footer,
body.single .hentry .post-thumbnail footer{
    margin-top: 15px;
    background: #f6f6f6;
    color: #999999;
    font-style: italic;
    padding: 4px 8px;

    text-shadow: 1px 1px 0px #ffffff;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.wp-caption img{
    display: block;
    margin: 0px auto;
}

.mythemes-round-corners{
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;  
}

code {
    background: #e9e9e9;
    font-size: 12px;
    padding: 2px 8px;
  
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #333;
}