/*   
Theme Name: 2ndhand Knowledge
Theme URI: https://2ndhandknowledge.com/
Description: a child theme developed for the style blog of Maggie Josey.
Author: Maggie Josey
Author URI: https://maggiejosey.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart https://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../2ndhandknowledge/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
#blog-description { color: #000 }



@font-face {
    font-family: ClaireHand;
    src: url(https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/ClaireHandLight.otf);
}

@font-face {
	font-family: 'DawningNewDay';
	src: url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/Dawning_of_a_New_Day.eot'); /* IE9 Compat Modes */
	src: url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/Dawning_of_a_New_Day.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/Dawning_of_a_New_Day.woff') format('woff'), /* Modern Browsers */
	     url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/Dawning_of_a_New_Day.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/themes/2ndhandknowledge/Dawning_of_a_New_Day.svg#DawningofaNewDay') format('svg'); /* Legacy iOS */
	}


#access, .aside ul ul li a {
	font-family: ClaireHand, sans-serif;
	text-decoration:none;
}

.meta-prep.meta-prep-entry-date, .meta-prep.meta-prep-author, .meta-sep.meta-sep-entry-date {
	display:none;
	visibility:hidden;
}

.menu {
	width: 980px;
}

#container {
	width:980px;
}

#content {
width:600px;
padding-left:60px;
}

#menu-item-6 {
width: 50px;
}


#social1 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social1.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
padding-right:5px;
}
#social2 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social2.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
padding-right:5px;
}
#social3 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social3.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
padding-right:5px;
}
#social4 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social4.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
padding-right:5px;
}
#social5 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social5.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
padding-right:5px;
}
#social6 {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social6.png');
background-repeat:no-repeat;
width:42px;
height:41px;
float:left;
}

#social1:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social1_hover.png');
}
#social2:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social2_hover.png');
}
#social3:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social3_hover.png');
}
#social4:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social4_hover.png');
}
#social5:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social5_hover.png');
}
#social6:hover {
background-image:url('https://2ndhandknowledge.com/2ndkbwpamj23/wp-content/uploads/2013/04/social6_hover.png');
}


/* Position the custom header image to the left of the blog title */
#header-image {
   width: 315px;
   float: left;
}

.meta-nav {
	color: #669;
	font-size:34px;
	font-family: Arial, sans-serif;
}

.paged #nav-above {
	visibility:hidden;
	display:none;
}

#search-2 h3.widgettitle {
	display:none;
visibility:hidden;
}

/* YARPP */
.yarpp-related {
margin-bottom: 10px;
}
.yarpp-thumbnail {
height:185px!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
margin-bottom:5px!important;
}
.yarpp-thumbnail-title {
font-size:13px!important;
line-height:auto!important;
}