/*
Theme Name:     WSFS
Description:    Child theme for World Science Fiction Society websites
Author:         Cheryl Morgan
Author URI:     http://www.cheryl-morgan.com/
Template:       penscratch
Version:        0.2.0
*/

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

/* =WSFS specific
----------------------------------------------- */

.winner {
  color: #ff0000;
  font-weight:bold;
  }

.trophy {
  text-align:left;
  margin-left: 10px;
  padding-right: 10px;
  }

/* =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: #2e7ad9;
	border-color: #2e7ad9;
	-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: #2e7ad9;
}
a:visited {
	color: #2e7ad9;
}

/* =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: #2e7ad9;
}
/* =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: #2e7ad9;
}
.current_page_item a,
.current-menu-item a,
.current_page_item a:visited,
.current-menu-item a:visited {
	color: #2e7ad9;
}

/* Small menu */
.toggled .menu-toggle {
	color: #2e7ad9;
	border-color: #2e7ad9;
}

/* =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: #2e7ad9;
}

.entry-title a:hover {
	color: #2e7ad9;
}

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

/* =Comments */

.comment-meta .comment-metadata a:hover {
	color: #2e7ad9;
}

.required {
	color: #2e7ad9;
}

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

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

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

/* =Jetpack */

#infinite-footer .container a:hover {
	color: #2e7ad9;
}
#infinite-handle span:hover {
	border-color: #2e7ad9;
	color: #2e7ad9;
	-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: #2e7ad9;
}

