/*  
Theme Name: my depressive
Theme URI: http://mythem.es/item/my-depressive-wordpress-theme/
Description: Free black clean and creative WordPress theme developed by myThem.es. Theme features: custom colors, custom background, custom layout, custom logo, custom favicon; additional widgets: social, related posts, flickr, post meta and post categories.
Version: 2.0.7
Tags: black, red, white, dark, two-columns, right-sidebar, left-sidebar, fixed-layout, theme-options, custom-background, 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 Depressive Free WordPress Theme, Copyright 2010 myThem.es
My Depressive Free WordPress Theme is distributed under the terms of the GNU GPL

                     ________________
                    |_____    _______|
     ___ ___ ___   __ __  |  |  __       ____   ___ ___ ___       ____   ____ 
    |   |   |   | |_ |  | |  | |  |___  |  __| |   |   |   |     |  __| |  __|
    |   |   |   |  | |  | |  | |  __  | |  __| |   |   |   |  _  |  __| |__  |
    |___|___|___|   |  |  |__| |_ ||_ | |____| |___|___|___| |_| |____| |____|   
                    |_|


*/
/* EXTERNAL IMPORTS GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz|PT+Sans+Narrow);

/* LOCAL IMPORTS */
@import url(media/css/my/reset.css);
@import url(media/css/my/template.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: #282828;
    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( 45, 45, 45 ) rgb( 50 , 50, 50 ) rgb( 60, 60, 60 );
    border-width: 1px;
    border-style: solid;
    box-shadow: rgba( 0 , 0 , 0 , 0.30) 0px 1px 3px;
    visibility: visible;
}

/* MY THEMES CLASSES */
.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-top: 0px !important;
}
.no-margin-right{
    margin-right: 0px !important;
}
.no-margin-left{
    margin-left: 0px !important;
}