/*
Theme Name: my zebra
Theme URI: http://mythem.es/item/my-zebra-free-wordpress-theme/
Description: Free simple, elegant and clean WordPress theme developed by myThem.es. Theme features: custom colors, custom background, custom header, post formats, custom templates, custom logo, custom favicon; additional widgets: social, related posts, newsletter, flickr and post meta.
Version: 2.0.6
Tags: white, light, two-columns, right-sidebar, left-sidebar, fixed-width, flexible-width, theme-options, custom-background, custom-header, custom-colors, custom-menu, featured-images, threaded-comments, holiday
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


My Zebra Free WordPress Theme, Copyright 2010 myThem.es
My Zebra Free WordPress Theme is distributed under the terms of the GNU GPL

                     ________________
                    |_____    _______|
     ___ ___ ___   __ __  |  |  __       ____   ___ ___ ___       ____   ____ 
    |   |   |   | |_ |  | |  | |  |___  |  __| |   |   |   |     |  __| |  __|
    |   |   |   |  | |  | |  | |  __  | |  __| |   |   |   |  _  |  __| |__  |
    |___|___|___|   |  |  |__| |_ ||_ | |____| |___|___|___| |_| |____| |____|   
                    |_|


*/
/* EXTERNAL IMPORTS GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald|Roboto);

/* LOCAL IMPORTS */
@import url(media/css/my/reset.css);
@import url(media/css/my/block.css);

@import url(media/css/settings.css);
@import url(media/css/button.css);
@import url(media/css/icons.css);
@import url(media/css/widget.css);

@import url(media/css/blog.css);

@import url(media/css/comments.css);
@import url(media/css/forms.css);
@import url(media/css/main.css);
@import url(media/css/under-construction.css);

/* WORDPRESS */
.alignleft{
    float:left;
    margin:0px 25px 14px 0px;
}
.alignright{
    float:right;
    margin:0px 0px 14px 25px;
}
.aligncenter{
    clear:both;
    display: block;
    margin-left:auto !important;
    margin-right:auto !important;
	text-align: center;
	margin-bottom:15px;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor{}

.sticky{
    background: #fafcf6;
    max-width: 99%;
    min-width: 220px;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 10px 0px;
    border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
    border-width: 1px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
    visibility: visible;
}

/* MY THEMES CLASSES */
.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-top: 0px !important;
}