/*  
Theme Name: lasersmile
Theme URI: http://nightmediagroup.com
Description: Free simple and elegant WordPress theme. Theme features: custom colors, custom background, custom templates, custom logo, custom favicon; additional widgets: social, related posts, newsletter, flickr and post meta.
Version: 0.5
Tags: blue, white, light, two-columns, right-sidebar, left-sidebar, fixed-width, theme-options, custom-background, custom-colors, custom-menu, featured-images, threaded-comments, holiday
Author: Alex
Author URI: http://nightmediagroup.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* EXTERNAL IMPORTS GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400);

/* 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,
.sticky,
.gallery-caption,
.bypostauthor{}

/* MY THEMES CLASSES */
.no-margin-top{
    margin-top: 0px !important;
}
.no-margin-bottom{
    margin-top: 0px !important;
}