/*
Theme Name:     Mewsings
Description:    Child theme for my blog
Author:         Cheryl Morgan
Author URI:     http://www.cheryl-morgan.com/
Template:       penscratch
Version:        0.2.0
*/

@import url("../penscratch/style.css");

/* =Mewsings specific
----------------------------------------------- */

img.left {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

/* =Changes to penscratch
- Increase font weight from 300 to normal
- change higlight colour
----------------------------------------------- */

/* =Global */
body {
	background-color: #eee;
	font-family: "Roboto Slab", Georgia, Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	color: #666;
}

/* Text elements */
button:hover,
button:focus,
button:active,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			color: #30b9b9;
	border-color: #30b9b9;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

pre {
	background: transparent;
	color: #666;
	font-family: "Roboto Slab", Georgia, Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	overflow: auto;
	max-width: 100%;
	margin-bottom: 27px;
	padding: 0;
}

/* Links */
a {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
	text-decoration: none;
	color: #30b9b9;
}
a:visited {
	color: #30b9b9;
}

/* =Layout */
.site-footer {
	font-size: .8125em;
	line-height: 2.09231em;
	clear: both;
	width: 100%;
	margin: 24px 0 0;
	padding: 14px 0 0;
	text-align: left;
	letter-spacing: 1px;
	text-transform: none;
	color: #999;
	border-top: 3px solid #eee;
}
.site-footer a:hover {
	color: #30b9b9;
}
/* =Header */
.site-description {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 7px auto;
	text-align: center;
}

/* =Menu */
.main-navigation li:hover > a {
	color: #30b9b9;
}
.current_page_item a,
.current-menu-item a,
.current_page_item a:visited,
.current-menu-item a:visited {
	color: #30b9b9;
}

/* Small menu */
.toggled .menu-toggle {
	color: #30b9b9;
	border-color: #30b9b9;
}

/* =Content */
.entry-footer,
.entry-meta {
	font-size: .8125em;
	font-weight: normal;
	line-height: 2.09231em;
	margin: 0 0 27px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}

.entry-footer a:hover,
.entry-meta a:hover {
	color: #30b9b9;
}

.entry-title a:hover {
	color: #30b9b9;
}

/* =Navigation */
.site-main .post-navigation .meta-nav,
.site-main .paging-navigation .meta-nav {
	clear: both;
	color: #30b9b9;
	display: block;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* =Comments */

.comment-meta .comment-metadata a:hover {
	color: #30b9b9;
}

.required {
	color: #30b9b9;
}

/* =Widgets */
.widget a {
	text-decoration: none;
	color: #30b9b9;
}

/* Calendar widget */
#wp-calendar a {
	text-decoration: none;
	color: #30b9b9;
}

/* Tags */
.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
	color: #30b9b9;
	border-color: #30b9b9;
}

/* =Jetpack */

#infinite-footer .container a:hover {
	color: #30b9b9;
}
#infinite-handle span:hover {
	border-color: #30b9b9;
	color: #30b9b9;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

/* =Social Links */
.social-links ul a:hover:before {
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
	text-decoration: none;
	background: #30b9b9;
}

