/*
Theme Name: tdSimple
Theme URI: http://demo.tasko.us/tdsimple/
Author URI: http://tasko.us/
Author: Taras Dashkevych
Description: tdSimple is super clean, very simple and elegant WordPress theme. It is a responsive theme that looks good on any device. Get free support on http://tasko.us/support/
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: licensing/license.txt
Tags: light, white, right-sidebar, one-column, sticky-post, featured-images, custom-menu, flexible-width, threaded-comments

tdSimple WordPress Theme, copyright 2013 Taras Dashkevych

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/


@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nkZRWJQ0UjzR2Uv6RollX_g.woff2) format('woff2'), url(http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nmB7wJ9CoPCp9n30ZBThZ1I.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), url(http://fonts.gstatic.com/s/merriweather/v8/RFda8w1V0eDZheqfcyQ4EBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2'), url(http://fonts.gstatic.com/s/merriweather/v8/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nshHwsiXhsDb0smKjAA7Bek.woff2) format('woff2'), url(http://fonts.gstatic.com/s/merriweather/v8/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8.woff) format('woff');
}


/* =Global
----------------------------------------------- */
body {
	background: #ffffff;
	font-family: 'Merriweather', serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .entry-title a,
.site-content {
	font-family: 'Merriweather', serif;
	line-height: 1.6;
}

a {
	color: #0099cc;
	-webkit-transition:color 0.23s ease-in;  
	-moz-transition:color 0.23s ease-in;  
	-o-transition:color 0.23s ease-in;  
	transition:color 0.23s ease-in; 
}	

a:hover {
	color: #333333;
}	



.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

ul, ol, dl {
	margin-left: 30px;
}



@media (max-width: 979px) { 
	#gotop { 
		right: 0;
		width: 100%;
		background: #ffffff;
	}
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Header
----------------------------------------------- */
#masthead {
	text-align: center;
}

#masthead .brand {
	margin-top: 30px;
	margin-bottom: 30px;
}

#masthead .website-logo {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 20px;
	margin-right: 20px;
}

#masthead .brand h1 a {
	color: #333333;
}

#masthead .brand h1 a:hover {
	color: #0099cc;
}

#masthead .brand h2{
	margin-top: -10px;
	font-size: 22px;
	font-family: 'Lora', serif;
	color: #acacac;
	font-weight: 300;
}


/* =Content
----------------------------------------------- */
.sep {
	margin: 0 5px;
}

.entry-header {
	text-align: center;
	margin-bottom: 30px;
}

.entry-header .entry-title a{
	color: #333333;
}

.entry-header .entry-title a:hover {
	color: #0099cc;
}




.post-thumb {
	text-align: center;
	margin: 0 0 30px;
}

.hentry {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

span {
    margin-left: 20px;
    margin-right: 20px;
}




/* =Media
----------------------------------------------- */

img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

img.aligncenter {
	margin: 15px auto;
}

img.alignnone {
    display: block;
    margin: 15px 0;
}

