/*
Theme Name: Readr
Theme URI: http://wordpress.org/extend/themes/readr
Author: Flavius Matis
Author URI: http://flaviusmatis.github.com/
Description: Readr is a minimal responsive theme that focuses on content.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, two-columns, flexible-width, left-sidebar, editor-style, theme-options
Text Domain: readr

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bundled resources:

Source Sans Pro by Paul D. Hunt
URI: http://www.google.com/fonts/specimen/Source+Sans+Pro
License: SIL Open Font License, 1.1
License URI: http://scripts.sil.org/OFL

Font Awesome by Dave Gandy
URI: http://fortawesome.github.io/Font-Awesome/
The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - http://opensource.org/licenses/mit-license.html

*/

/* =============================================================================
   Global styles for hyperlinks.
   ========================================================================== */

a {
	color: #F1103A;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

/* =============================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* =============================================================================
   General Content Styles
   ========================================================================== */

body {
	font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	color: #333;
	background: #FFF;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.wrapper {
	max-width: 1200px;
	padding: 10px 40px 0;
	margin: 0 0 0 320px;
	font-size: 1.2em;
	line-height: 1.5em;
}

input, textarea {
	box-shadow: none;
	border-radius: 0;
}

/* =============================================================================
   WordPress Core
   ========================================================================== */

.sticky {
	display: block;
}

.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}

.alignnone {
	margin: 0;
}

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

.alignright {
	float:right;
	margin: 0;
}

.alignleft {
	float: left;
	margin: 0;
}

a img.alignright {
	float: right;
	margin: 0;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 0;
}

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.widget-title {
	margin: 0 0 10px 0;
	padding: 0 15px;
}

.nav-previous a, .nav-next a {
	display: block;
	color: #EEE;
	font-weight: 600;
	font-size: 14px;
	background: #222;
	padding: 5px 15px;
}

.nav-previous a:hover, .nav-next a:hover {
	color: #FFF;
}

/* =============================================================================
   Header
   ========================================================================== */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 470px;
	max-width:470px;
	text-align: left;
	padding: 60px 30px 0;
	box-shadow: inset -6px 0 7px -6px rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	overflow: auto;
}

.site-header a {
	color: #FFF;
}

.header-content {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}

.site-header img {
	width: auto;
	height: auto;
	max-width: 100%;
	border: none;
}

/* =============================================================================
   Blog Title & Description
   ========================================================================== */

.site-title {
	margin: 0 0 5px 0;
	line-height: 1.1em;
	overflow: hidden;
}

.site-title a {
	color: #FFF;
}

.site-description {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
}

/* =============================================================================
   Search Form
   ========================================================================== */

#searchform {
	padding: 10px 30px 5px 0;
	position: relative;
}

#searchform label {
	position: absolute;
	right: 10px;
	top: 16px;
	color: #000;
	opacity: 0.2;
	cursor: text;
}

#searchform input[type=submit] {
	display: none;
}

#searchform input[type=text] {
	border: none;
	background: #FFF;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   Main Menu
   ========================================================================== */

.main-navigation {
	padding: 10px 0 5px 0;
	margin: 0;
	word-wrap: break-word;
	overflow: hidden;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
}

.main-navigation li {
	list-style: none;
	margin-bottom: 1px;
	padding: 0;
	float: none;
	display: block;
}

.main-navigation li a {
	display: block;
	padding: 15px 15px;
	line-height: 26px;
	background: rgba(0,0,0,0.05);
}

.main-navigation .current_page_item a {
	background: rgba(0,0,0,0.1);
}

.main-navigation li a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
}

/* =============================================================================
   Comment Form
   ========================================================================== */

#commentform p {
	padding-right: 22px;
	font-size: 16px;
}

#commentform input, #commentform textarea {
	border: 1px solid #DDD;
	padding: 10px;
	width: 100%;
}

#commentform textarea {
	resize:vertical;
}

#commentform input[type=submit] {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e9e9e9 100%);
	width: auto;
	padding: 10px 30px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

#commentform label {
	display: block;
}

.required {
	color: #F1103A;
}

/* =============================================================================
   Comments
   ========================================================================== */

.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.reply {
	font-size: 16px;
	margin-top: -20px;
}

.comment-date {
	border-bottom: 1px dotted #999;
	color: #666;
}

/* =============================================================================
   Posts List
   ========================================================================== */

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	color: #222;
}

#primary{
margin-left:150px;
}
.site-content p {
	margin-bottom: 1.5em;
}

.site-content img {
	width: auto;
	height: auto;
	max-width: 100%;
	border: none;
}

.entry-title {
	font-size: 2.0em;
	line-height: 1.2em;
}

.entry-title a {
	color: #333;
}

.entry-date {
	margin-top: 0em;
	font-size: 14px;
	font-style: italic;
}

.comments-link, .comments-link a {
	color: #333;
}

.site-content .post {
	word-wrap: break-word;
}

.post .entry-meta {
	border-bottom: 1px dotted #ccc;
	clear: both;
}

.post:last-of-type .entry-meta {
	border: none;
}

/* =============================================================================
   Footer
   ========================================================================== */

.footer {
	margin: 0 0 0 320px;
	padding: 0 40px 30px;
	max-width: 900px;
}

.footer-content {
	border-top: 1px dotted #ccc;
	margin-left:150px;
}

.footer p {
	padding: 0;
}

.footer .credits {
	font-size: 14px;
}

/* =============================================================================
   Responsive
   ========================================================================== */

@media (max-width: 799px) {
	.site-header {
		padding: 30px 30px 0;
		position: relative;
		width: auto;
		box-shadow: inset 0 -6px 7px -6px rgba(0,0,0,0.3);
	}

	.header-content {
		max-width: none;
	}

	.main-navigation {
		padding-bottom: 0;
	}

	.main-navigation li {
		float: left;
		padding: 0 5px 0 0;
		margin-bottom: 5px;
		list-style: none;
	}

	.wrapper {
		margin: 0;
		padding: 0 30px;
	}

	.footer {
		padding: 0 30px 30px;
		margin: 0;
	}
}

/* =============================================================================
   Sidebar/Header Colors
   ========================================================================== */

.site-header {
	background: #348eda;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.site-header a {
	color: #FFF;
}

a {
	color: #DC143C;
}

/* =============================================================================
   Dark Theme
   ========================================================================== */

.dark .site-header {
	background: #778899;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.dark .site-header a {
	color: #FFF;
}

/* =============================================================================
   Light Theme
   ========================================================================== */

.light .site-header {
	background: #F8F8FF;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.light .site-header a {
	color: #444;
}


.blog-alert-btn{
float:right;
clear:none;
width:170px;
height:35px;
margin-left:20px;
margin-top:4px;
background: url(https://ounce.me/blog/gfx/blog-alert-button.png) 0 0;
}

.blog-alert-btn:hover{
background-position:0 -35px;
}

.entry-content{
border-top:1px #ccc dotted;
padding-top:20px;
max-width:900px;
}
