/*
Theme Name:  Shades of Gray
Theme URI:   http://themeforest.net/user/pixelwars/portfolio?ref=pixelwars
Author:      Pixelwars
Author URI:  http://themeforest.net/user/pixelwars?ref=pixelwars
Description: Responsive minimalist WordPress theme, modified by Merchant Guru
Version:     9.9.9
License:     ThemeForest License
License URI: http://themeforest.net/licenses?ref=pixelwars
Tags:        light, dark, white
Text Domain: read
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* WordPress Core --------------------------------------------- */

.alignnone {
    margin: .4em 0 1.4em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 1.8em auto;
}

.alignright {
    float: right;
    margin: .3em 0 1.5em 2em;
}

.alignleft {
    float: left;
    margin: .3em 2em 1.5em 0;
}

.aligncenter {
    display: block;
    margin: 1.8em auto;
	clear: both;
}

a img.alignright {
    float: right;
    margin: .3em 0 1.5em 2em;
}

a img.alignnone {
    margin: 1em 0;
}

a img.alignleft {
    float: left;
    margin: .3em 2em 1.5em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	color: #777;
    background: #fff;
    border: 1px solid #ddd;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 6px 4px 10px;
    text-align: center;
	border-radius: 4px;
}

.wp-caption.alignnone {
    margin: 1.4em 0;
}

.wp-caption.alignleft {
    margin: .3em 1.6em 1em 0;
}

.wp-caption.alignright {
    margin: .3em 0 1em 1.5em;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: .80em;
    margin: 0;
    padding: .5em .4em .2em;
}

.sticky {

}

.gallery-caption {
    line-height: 1.4;
    color: #666;
}

.bypostauthor {

}

.alignleft:first-child,
.alignright:first-child {
	margin-top:.4em;
}

/*** Begin Customization of Bloggy Theme (jfchange) ***/

body {
    background: #FAFAFA url(images/body-light.jpg) 0 0 repeat;
    color: #333;
}
.widget-area {
		color: #444;
}

a {
    color: #3D92E0;
} 

h1.site-title {
    text-shadow: 1px 1px 0px #DDD, 3px 3px 0px #999;
}

h1, .blog-posts .entry-title, .portfolio-single .entry-title {
		font-size: 1.8em;
}

.post-archive .page-header span {
		font-size: 1em;
}

h1.site-title a:hover, .site-content h1 a:hover, .post-archive .page-header span {
    color: #706E6E;
} 

.entry-meta a:hover, .nav-single a:hover, .comment-meta a:hover, .comment-reply-link:hover, .navigation a:hover, .post-pagination a:hover, .related-posts a:hover, .archives a:hover, .entry-content a.more-link:hover, .launch-wrap a:hover, .archives-tag.post-list a:hover, .tagcloud a:hover,
    input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover
{
    background-color: #929090;
}

input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, textarea:focus, input:focus, select:focus, div.uploader:hover 
{
    border-color: #929090;
}

.site-title a:after {
    content: " ®";
    font-size: 16px;
    position: absolute;
    margin: 8px 7px;
    text-shadow: none;
}

.widget-title, .widget-title a {
    color: #222;
}

.site-description {
    font-size: 1.2em;
}

/* the narrow bottom-border "shades" under menu navbar */
.main-navigation > ul > li:nth-child(1) > a {
    border-color: #949393;
}

.main-navigation > ul > li:nth-child(2) > a {
    border-color: #6F6F6F;
}

.main-navigation > ul > li:nth-child(3) > a {
    border-color: #949393;
}

.main-navigation > ul > li:nth-child(4) > a {
    border-color: #6F6F6F;
}

.main-navigation > ul > li:nth-child(5) > a {
    border-color: #949393;
}

/* 6F6F6F, 949393, 6B6B6B, C0C0C0, 838383 */

.tagcloud {
    margin-left: -12px;
}

.tagcloud a, .entry-meta a, .post-pagination li a, .tagcloud a:hover {
    border: 0;
    font-family: 'Lato', Georgia, serif;
}

textarea {
    width: 99%;
}

.widget_twitter ul li span.entry-content, .time-meta a:hover {
    background: #E4E4E4;
}

.widget_twitter ul li .time-meta a:hover {
    color: #444;
}

.intent-meta a {
    padding-right: 8px;
}

.print-link {
  display: inline-block;
}

/* Begin customization of media queries */

@media (max-width: 767px) {
		h1, .blog-posts .entry-title, .portfolio-single .entry-title {
			font-size: 1.4em;
		}
}

@media (max-width: 500px) {
    h1.site-title {
        font-size: 2.8em;
    }
}



