/*
Theme Name: Writer's Voice
Theme URI: http://wordpress.org/extend/themes/twentythirteen
Author: Bill Weye
Author URI: http://www.billweye.com/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a gorgeous color scheme and matching header images, optional display fonts for beautiful typography, and a wide layout that looks great on large screens yet remains device-agnostic and is readable on any device.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Template: twentythirteen

http://codex.wordpress.org/Child_Themes

http://twentythirteendemo.wordpress.com

-------------------------------------------------------------- */

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

html, button, input, select, textarea {
  font-family:"Open Sans", Helvetica, Verdana, sans-serif;
  font-weight:400;
  font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family:"PT Serif Caption", Georgia, serif;
  font-weight:300;
  font-style:normal;
}
.entry-meta {
  font-family:"Open Sans", Helvetica, Verdana, sans-serif;
  font-weight:300;
  font-style:normal;
}
.nav-menu li {
  font-family:"Open Sans", Helvetica, Verdana, sans-serif;
  font-weight:300;
  font-style:normal;
}
.entry-content {
	font-size: 22px;
}
.widget {
	font-size: 15px;
}
.site-header .home-link {
  color:#141412;
  display:block;
  margin:0 auto;
  max-width:1080px;
  min-height:50px !important;
  padding:0px !important;
  text-decoration:none;
  width:100%;
}
.site-add-header {
text-align:center;
}
.header-img {
width:100%;
}
p.category-header {
    margin: 0 0 10px;
    font-weight:bold;
    font-size: 18px;
}
.site {
background-color: #ffffe5;
}
.entry-title {
	text-align:left !important;
	margin:0 auto 5px !important;
	width:100% !important;
}
div.sharedaddy h3.sd-title:before {
    border-top: none !important;
    content: "";
    display: inline !important;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%;
}
div.sharedaddy h3.sd-title {
    display: inline !important;
    font-size: 9pt;
    font-weight: normal !important;
    line-height: 1.2;
    margin: 0 0 1em;
}
.tags-links {
text-transform: lowercase;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  max-width:80% !important;
  width:80% !important;
}
.contact-form textarea {
  height:200px !important;
  width:80% !important;
}

.powerpress_player {
	text-align:center !important;
	margin-bottom: 10px;
	background-color: #26466D;
	padding: 20px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mejs-container {
	width: 100% !important;
}
.powerpress_links {
    font-size: 15px;
}
ul#podcastLinks li img {
padding-right:4px;
vertical-align:middle;
}
figure.wp-caption {
padding: 5px;
  background-color:#E9FAC4;
  border-color:#D4E4B2;
  border-style:solid;
  border-width:1px;
}
.wp-caption .wp-caption-text {
text-align:center;
  margin:0 0 0px;
  font-size: 14px;
}
.photocredits {
font-style: italic;
font-size: 14px;
}
body.search .site-content .search-form {
  margin: 3em auto 1em auto;
  max-width:604px;
  width:100%;
	padding: 1em 0;
}
body.search .site-content .search-form input[type="search"] {
  -webkit-appearance:textfield;
  width:100%;
  font-size:200%;
}








	.wpp-list li { /* LI - post container */
		display:inline-block;
		float:none;
		clear:left;
	}

		/* title styles */
		.wpp-post-title {
		}

		/* thumbnail styles */
		.wpp-thumbnail {
			display:inline;
			float:left;
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
		}




		/* excerpt styles */
		.wpp-excerpt {
		}

		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}

			.wpp-comments {
			}

			.wpp-views {
			}

			.wpp-author {
			}

			.wpp-date {
			}
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 15px !important;
line-height: 1.5em;
font-family:'Open Sans', Helvetica, Verdana, sans-serif !important;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

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

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}


/* ------------------------ END custom styles - color changes follow */
body {
	color: #121213;
}
body a {
	color: #255bad;
}
body a:visited {
	color: #1d6b93;
}
body a:active,
body a:hover {
	color: #4553cd;
}
body mark {
	background: #6126d9;
}
body ins {
	background: #d3c9f5;
}
body button,
body input,
body textarea {
	border: 2px solid #c1bed0;
}
body input,
body textarea {
	color: #121213;
}
body input:focus,
body textarea:focus {
	border: 2px solid #b2aebf;
}
body button,
body input[type="submit"],
body input[type="button"],
body input[type="reset"] {
	background: #3e6ec4;
	background: -webkit-linear-gradient(top, #3e6ec4 0%, #2f69bb 100%);
	background: linear-gradient(to bottom, #3e6ec4 0%, #2f69bb 100%);
	border: none;
	border-bottom: 3px solid #21569e;
	color: #fff;
}
body button:hover,
body button:focus,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:focus,
body input[type="button"]:focus,
body input[type="reset"]:focus {
	background: #4d7dd1;
	background: -webkit-linear-gradient(top, #4d7dd1 0%, #437bc9 100%);
	background: linear-gradient(to bottom, #4d7dd1 0%, #437bc9 100%);
}
body button:active,
body input[type="submit"]:active,
body input[type="button"]:active,
body input[type="reset"]:active {
	background: #2f69bb;
	background: -webkit-linear-gradient(top, #2f69bb 0%, #3e6ec4 100%);
	background: linear-gradient(to bottom, #2f69bb 0%, #3e6ec4 100%);
	border-top: 3px solid #21569e;
}
body ::-webkit-input-placeholder {
	color: #716f7a;
}
body :-moz-placeholder {
	color: #716f7a;
}
body ::-moz-placeholder {
	color: #716f7a;
}
body :-ms-input-placeholder {
	color: #716f7a;
}
body .wp-caption .wp-caption-text,
body .entry-caption,
body .gallery-caption {
	color: #111c1f;
}
body .site-header .home-link {
	color: #121213;
}
body .nav-menu li a {
	color: #121213;
}
body .nav-menu li:hover > a,
body .nav-menu li a:hover {
	background-color: #111c1f;
	color: #fff;
}
body .nav-menu .sub-menu,
body .nav-menu .children {
	background-color: #111c1f;
	border: 2px solid #ebe9f4;
	border-top: none;
}
body ul.nav-menu ul a:hover,
body .nav-menu ul ul a:hover {
	background-color: #487cc1;
}
body .nav-menu .current_page_item > a,
body .nav-menu .current_page_ancestor > a,
body .nav-menu .current-menu-item > a,
body .nav-menu .current-menu-ancestor > a {
	color: #2458a1;
}
body ul.nav-menu ul a,
body .nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}
body .navbar {
	background-color: #ebe9f4;
}
body .site-header .search-field:focus {
	border: 2px solid #b2aebf;
}
body .entry-title a {
	color: #121213;
}
body .entry-title a:hover {
	color: #4553cd;
}
body .entry-meta a {
	color: #2458a1;
}
body .entry-meta a:hover {
	color: #2458a1;
}
body .entry-content a,
body .comment-content a {
	color: #2458a1;
}
body .entry-content a:hover,
body .comment-content a:hover {
	color: #4553cd;
}
body .format-status .entry-content .page-links a,
body .format-gallery .entry-content .page-links a,
body .format-chat .entry-content .page-links a,
body .format-quote .entry-content .page-links a,
body .page-links a {
	background: #468fca;
	border: 1px solid #468fca;
}
body .format-gallery .entry-content .page-links a:hover,
body .format-audio .entry-content .page-links a:hover,
body .format-status .entry-content .page-links a:hover,
body .format-video .entry-content .page-links a:hover,
body .format-chat .entry-content .page-links a:hover,
body .format-quote .entry-content .page-links a:hover,
body .page-links a:hover {
	color: #468fca;
}
body .page-links .page-links-title {
	background: transparent;
}
body .hentry .mejs-mediaelement,
body .hentry .mejs-container .mejs-controls {
	background: #111c1f;
}
body .hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #4553cd;
}
body .format-aside {
	background-color: #ebe9f4;
}
body .blog .format-aside:first-of-type,
body .single .format-aside:first-of-type,
body .format-aside + .format-aside,
body .format-aside + .format-link,
body .format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(125, 115, 163, 0.2);
}
body .format-audio {
	background-color: #487cc1;
}
body .format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}
body .format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}
body .format-audio .entry-content a,
body .format-audio .entry-meta a,
body .format-audio .entry-content a:hover,
body .format-audio .entry-meta a:hover {
	color: #f5f4fa;
}
body .format-chat {
	background-color: #b5b0e0;
}
body .format-chat .entry-meta a,
body .format-chat .entry-content a {
	color: #264265;
}
body .format-chat .chat .chat-timestamp {
	color: #264265;
}
body .format-gallery {
	background-color: #6258de;
}
body .format-gallery .entry-meta a,
body .format-gallery .entry-content a {
	color: #264265;
}
body .format-link {
	background-color: #ebe9f4;
}
body .blog .format-link:first-of-type,
body .single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(125, 115, 163, 0.2);
}
body .format-link .entry-title {
	color: #255bad;
}
body .format-link .entry-title a {
	color: #2458a1;
}
body .format-quote {
	background-color: #101b1e;
}
body .format-quote .entry-content,
body .format-quote .entry-meta {
	color: #ebe9f4;
}
body .format-quote .entry-content a,
body .format-quote .entry-meta a,
body .format-quote .linked {
	color: #468fca;
}
body .format-status {
	background-color: #264265;
}
body .format-status .entry-content a {
	color: #b5b0e0;
}
body .format-status .entry-meta a {
	color: #ebe9f4;
}
body .format-status .entry-content {
	color: #ebe9f4;
}
body .format-video {
	background-color: #487cc1;
}
body .format-video .entry-content a,
body .format-video .entry-meta a,
body .format-video .entry-content a:hover,
body .format-video .entry-meta a:hover {
	color: #f5f4fa;
}
body .format-video .entry-meta {
	color: #111c1f;
}
body .attachment .hentry {
	background-color: #d6d2e4;
}
body .attachment .entry-meta a,
body .attachment .entry-meta .edit-link:before,
body .attachment .full-size-link:before {
	color: #255bad;
}
body .navigation a {
	color: #2458a1;
}
body .navigation a:hover {
	color: #4553cd;
}
body .paging-navigation {
	background-color: #d6d2e4;
}
body .paging-navigation .meta-nav {
	background-color: #468fca;
}
body .paging-navigation a:hover .meta-nav {
	background-color: #4553cd;
}
body .post-navigation {
	color: #255bad;
}
body .single-format-status .author-description {
	color: #ebe9f4;
}
body .author-link {
	color: #255bad;
}
body .archive-header {
	background-color: #d6d2e4;
}
body .page-header {
	background-color: #d6d2e4;
}
body .error404 .page-title:before {
	color: #d6d2e4;
}
body .error404 .page-wrapper {
	background-color: #d6d2e4;
}
body .comment-author .fn,
body .comment-author .url,
body .comment-reply-link,
body .comment-reply-login {
	color: #2458a1;
}
body .comment-meta a:hover {
	color: #4553cd;
}
body .comment-respond {
	background-color: #ebe9f4;
}
body .comment-reply-title small a {
	color: #111012;
}
body .comment-reply-title small a:hover {
	color: #3b8dce;
}
body .comment-form .required {
	color: #3b8dce;
}
body .form-allowed-tags,
body .form-allowed-tags code {
	color: #5d5a65;
}
body .no-comments {
	background-color: #ebe9f4;
}
body .widget {
	background-color: rgba(235, 233, 244, 0.7);
}
body .widget a {
	color: #2458a1;
}
body .widget a:hover {
	color: #4553cd;
}
body .site-footer {
	background-color: #d6d2e4;
	color: #5d5a65;
}
body .site-footer a {
	color: #5d5a65;
}
body .site-footer .sidebar-container {
	background-color: #111c1f;
}
body .site-footer .widget a {
	color: #468eca;
}
body .widget_calendar tbody .pad, body .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
body .site-footer .widget {
	background: transparent;
	color: #fff;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 643px) {
	body .toggled-on .nav-menu li > ul a {
		color: #121213;
	}
	body .toggled-on .nav-menu li > ul {
		background-color: transparent;
	}
	body .toggled-on .nav-menu li:hover > a,
	body .toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #121213;
	}
	body .toggled-on .nav-menu li a:hover,
	body .toggled-on .nav-menu ul a:hover {
		background-color: #487cc1;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {

	.entry-content {
	font-size: 100%;
}
	.widget {
	font-size: 100%;
	}
p.category-header {
    font-size: 100%;
}
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

}