/**
Theme Name:     My Twenty Fourteen Child
Theme URI:      http://www.lastgreatroadtrip.com/
Description:    Child theme of Wordpress's Twenty Fourteen theme 
Author:         LGRT 
Author URI:     http://www.lastgreatroadtrip.com/about/
Template:       twentyfourteen
Version:        0.1.0
Tags:           light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:    twentyfourteen-child
*
* Style sheet overrides of the Twentfourteen parent theme
*
* import is no longer used.  enqueue is used to load style sheets.
* see function file for enqueue
@import url("http://www.lastgreatroadtrip.com/wp-content/themes/twentyfourteen/style.css.pagespeed.ce.A6P9nSqIM7.css");
*
**/
/* override light background image for featured content tumbnail image 
   add min-height to show featured img without cutting it off		*/
.post-thumbnail {
	background: #fff url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	height auto;
	z-index: 0;
}
/*
* Override the featured content to white from black
* 000 = Black
*  fff = White
*/ 
/* background: #000 url(images/pattern-dark.svg) repeat fixed; making it light */
.featured-content {
	background: #fff url(images/pattern-light.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
	height auto;
}
/*  change featured content background color to white from #000 */
.featured-content .entry-header {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}
/* change featured content anchored text to black from #fff */
.featured-content a {
	color: #000;
}
/* change featured content boarder to white from #000 */
.grid .featured-content .entry-header {
	border-color: #fff;
	border-style: solid;
	border-width: 12px 10px;
	height: 96px;
	padding: 0;
}

/* changed to adjust the grid height to show the full thumbnail on 
the home page  */
.featured-content .post-thumbnail {
        display: block;
        position: relative;
        padding-top: 67.357142857%;
        overflow: hidden;

}

/* ------------------------------------ */

.site-content .has-post-thumbnail .entry-header {
		margin-top: 0px;
}

@media screen and (min-width: 594px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0px;
	}
}

@media screen and (min-width: 673px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0px;
	}
	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width .site-content .hentry.has-post-thumbnail:first-child {
		margin-top: 0px;
	}
}

@media screen and (min-width: 846px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0px;
	}
}

/* Vimeo Badge style sheet */
.vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
.vimeoBadge img { border: 0; }
.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color:#767676; text-decoration: none; cursor: pointer; }
.vimeoBadge a:hover { color:#00CCFF; }
.vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; }
.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
.vimeoBadge .clip { padding:0; float:left; margin:0 10px 10px 0; line-height:0; }
.vimeoBadge .vertical .clip { float: none; }
.vimeoBadge .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width: auto; height: 30px; }
.vimeoBadge .clear { display: block; clear: both; visibility: hidden; }
.vimeoBadge .s160 { width: 160px; } .vimeoBadge .s80 { width: 80px; } .vimeoBadge .s100 { width: 100px; } .vimeoBadge .s200 { width: 200px; }

/* smart archive plug-in style

*/
//.archive-list { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
.archive-list img { border: 0; }
.archive-list a, .archive-list a:link, .archive-list a:visited, .archive-list a:active { color:#767676; text-decoration: none; cursor: pointer; }
.archive-list a:hover { color:#209020; }
//.archive-list #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; }
//.archive-list .credit { font: normal 11px verdana,sans-serif; }
.archive-list .clip { padding:0; float:left; margin:0 10px 10px 0; line-height:0; }
.archive-list .vertical .clip { float: none; }
//.archive-list .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width: auto; height: 30px; }
//.archive-list .clear { display: block; clear: both; visibility: hidden; }
//.archive-list .s160 { width: 160px; } ..archive-list .s80 { width: 80px; } .archive-list .s100 { width: 100px; } .archive-list .s200 { width: 200px; }

                                                                                                                                 92,0-1        Bot
