/*

============================================
Custom child theme styles go into this file.
============================================

Styles already included:
- Foundation 5.2.2
- FontAwesome 4.0.3
- Modernizr (w/ body classes) 2.7.2

Colors:
primary: rgb(7, 75, 55) // #074b37
secondary: rgb(13, 132, 96) // #0d8460
body background (cream): rgb(249, 247, 238) // #f9f7ee
accent: rgb(254,207,92) // #fecf5c

Image directories:
theme images: ../images/
parent theme images: ../../../vfh/theme/images/

*/

#page {
	border-top: 3px solid rgb(14, 125, 92); /* not exactly the secondary color, but better matches the pattern w/ a solid color */
}

.callout-button {
	background:
		url('../images/callout-button-leaves.png') 0 0 no-repeat,
		url('../images/bg_primary1.jpg') 0 0 repeat;
		background-position:left bottom;
	padding-left: 94px;
}

.entry-content #apprentice-meta{
	width:100%;		
}
.entry-content #apprentice-meta dl{ 
	width:100%;
	display:block;
	font-size:.8em;
	margin-bottom:0;
}
.entry-content #apprentice-meta dt{ 
	text-align:center;
	background-color:#dfddd5;
	margin:0;
	padding:.2em 0;
}

.entry-content #apprentice-meta dd{ 
	text-align:center;
	background-color:#e7e5dd;
	margin:0;
	padding:.2em 0;
}
.entry-content #apprentice-meta dl:last-of-type{
	margin-bottom:.5em;
}

.ytcplayer-wrapper iframe{
	margin-top:0;
}

body .credits-overlay {
	margin: 0;
	padding: 5px 10px;
	background-color: transparent;
	opacity: 0.25;
	text-align: right;
	box-sizing: border-box;
	display: none;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 1px 1px #FFFFFF;
}

body .credits-overlay:hover {
	opacity: 0.25;
}

body .credits-overlay p {
	margin: 0;
}

body .image-credits {
	clear: both;
}

@media only screen and (min-width: 48em) {
    .entry-content #apprentice-meta dl{ 
		width:24%;
		float:left;
		margin-right:1%;
		margin-bottom:.5em;
	}
	.entry-content #apprentice-meta dd{ 
		height:4.5em;
		margin-bottom:.5em;		
	}
	
	.sidebar .youtubechannelgallery ul.ytchagallery{		
		padding-top:.5em !important;
	}
}

