/*
Theme Name:   TEC Child
Description:  Child theme for The Engineering Commons (based on WP's twentyfourteen theme) 
Author:       Jeff Shelton
Template:     twentyfourteen
Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Center Blubrry player */
p.powerpress_links {
    text-align: center;
}

div.powerpress_player {
	text-align: center;
}

/* Center website content */
#page {
	margin-left: auto;
	margin-right: auto;
}

/* Widen center column */
#content.site-content div.entry-content,
#content.site-content header.entry-header,
#content.site-content .entry-meta {
	max-width: 600px;
}

/* Move right aligned photos to stay inside
article boundaries */
#content.site-content img.alignright {
	margin-right: 0px;
}

/* Modify font for site title */

#masthead .site-title a {
	/*font-family: Bangers,Lato,Geneva,sans-serif;
	font-size:115%;
	letter-spacing: 1.1px;*/
	color:#F2A02A;
}

/* Modify font and location for site description */
#main .site-description {
	font-weight:bold;
	color:#000;
	margin-top:20px;
	margin-bottom:60px;
	padding:7px 5px 5px 5px;
	line-height:13px;
	position: relative;
	width: 140px;
	height:30px;
	text-align: center;
	background-color: #DCEDFC;
	border: 4px solid #4FA4EF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#main .site-description:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0px;
	right: 24px;
	bottom: -32px;
	border: 16px solid;
	border-color: #4FA4EF #4FA4EF transparent transparent;
}

#main .site-description:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 28px;
	bottom: -21px;
	border: 12px solid;
	border-color: #DCEDFC #DCEDFC transparent transparent;
}

/* Change color and size of sidebar text */
#primary-sidebar .textwidget {
	color:#FFFFFF;
	font-size:100%;
}

/* Change color of sidebar headings */
#primary-sidebar .widget-title {
	text-align:center;
	color:#FFF;
	padding-top:6px;
	border-top:1px solid #4FA4EF;
}

/* Change color of sidebar links */
#primary-sidebar .widget a {
	color:#4FA4EF;
}

/* Adjust title size for mobile devices */
@media screen and (max-width: 425px) {
	#masthead .site-title a {
		font-size: 75%;
		font-family: Lato,Geneva,sans-serif;
		letter-spacing:0px;
	}
}

@media screen and (max-width: 350px) {
	#masthead .site-title a {
		font-size: 65%;
		font-family: Lato,Geneva,sans-serif;
		letter-spacing:0px;
	}
}

/* Formatting of Book Review Posts */
.tbr-fieldname {
	font-family: Lato, sans-serif;
	color: #767676;
	text-transform: uppercase;
	font-size: 75%;
	margin-right: 0.5em;
	text-align: right;
}

td.tbr-image {
	width: 1%;
	white-space:nowrap;
	padding: 0;
	padding-left: 15px;
	border: none;
	vertical-align: middle;
}

td.tbr-fields {
	vertical-align:top;
	padding-left: 1.5em;
	padding-top: .5em;
	border: none;
}

table.tbr-info {
	font-size: 105%;
	border: none;
	margin-bottom: 50px;
	width: 100%;
}

.tbr-featured-banner {
	text-align: center;
	background-color: #DCEDFC;
	font-weight: bold;
	padding: 10px;
}

.tbr-episode-banner {
	text-align: center;
	background-color: #1E73BE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}

.tbr-header {
	font-weight: 900;
	text-transform: uppercase;
	color: rgb(43,43,43);
}

.tbr-books-by-episode {
	font-size: 150%;
	font-weight: 300;
	line-height: 36px;
	margin-top: 80px;
}

.tbr-disclosure {
	font-size: 90%;
	border: 1px dotted black;
	padding: 20px;
	line-height: 110%;
}




