@charset "utf-8";
/*  
Theme Name: Color Shading
Theme URI: http://www.onedesigns.com/wordpress-themes/color-shading
Description: A clean and content-focused theme for bloggers with a customizable color scheme. Ideal if you want your content to stand out and add personality to your blog.
Version: 1.2.1
Author: Ramblingwood
Author URI: http://www.ramblingwood.com/
Tags: black, red, green, blue, purple, orange, pink, brown, one-column, fixed-width, custom-colors, custom-background, custom-menu, editor-style, threaded-comments, sticky-post

License: GNU General Public License v2.0
License URI: license.txt
*/

/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, create a file called mystyle.css and add your modifications in that file.
Any style attributed declared there will override the ones in this file and will not be lost during theme update.
*/

/* Import Default Stylesheet */

@import url('lib/css/main.css');

/* Import Custom Stylesheet */

@import url('mystyle.css');

/* Text and Image Alignment */

.aligncenter			{ display: block; margin: 0 auto; }
.alignright				{ float: right; margin: 0 0 1em 1em; }
.alignleft				{ float: left; margin: 0 1em 1em 0; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
img.aligncenter, img.alignright, img.alignleft  { border: 1px solid #ddd; text-align: center; background: #fff; padding: 4px; }
img.aligncenter {
	margin:7px auto !important;
}

.textcenter				{ text-align: center; }
.textright				{ text-align: right; }
.textleft				{ text-align: left; }

.wp-caption { border: 1px solid #ddd; text-align: center; background: #F3F3F3; padding: 5px 10px 5px 5px; margin: 10px auto; }
.wp-caption img { margin: 0 !important; padding: 0; border: none }
.wp-caption .wp-caption-text { display:inline; font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; text-align:center; }
.wp-caption a { border-bottom:none !important; }

.gallery-caption { margin-left: 0; text-align:center; }

.sticky { background:#232323; }

.bypostauthor .comment-body { background:#DEDEDE; }
.bypostauthor .comment-body:hover { background:#DCDCDC; }