/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.youtube_gallery {
	text-align: center;
	padding: 25px auto;
	position: relative;
	clear: both;
	width: 100%;
}

.youtube_gallery_divider {
	float: left;
}

.youtube_gallery_item {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.youtube_gallery_player {
	position: relative;
}

.youtube_gallery_item img {
	background: #fff;
	padding: 0;
	margin: 0;
}

.youtube_gallery_item .ytsg_play {
	display: none;
}

.youtube_gallery_item img:hover {
	border-color: #333;
}

.youtube_gallery_error {
	text-align: left;
	background-color: #ffebe8;
	border: 1px solid #c00;
	padding: 5px;
	margin: 3px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.youtube_gallery_error a {
	color: #c00;
}

.youtube_gallery_error p {
	margin: 0 !important;
	font-size: 12px;
}

.entry-header {
	display: none;
}

h2 {
	font-size: .7em;
	margin-bottom: 3px;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
	font-size: .6em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 15px;
	font-family: 'Merriweather', serif;
}

h3 a {
	font-family: inherit;
	color: inherit;
}

article div p {
	font-size: .7em;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: .6em;
}

.entry-content table {
	font-size: .7em;
}

article.portfolio-entry {
	height: 450px;
}

.menu-wrapper {
	margin-top: 20px;
}

.site-header {
	padding-bottom: 50px;
}

h1 {
	font-family: 'Crete Round', serif;
}

.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a {
	color: #0099ff;
}

.main-navigation ul li a:hover {
	color: #0099ff;
}

h2.site-description a {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

h2.site-description a:hover {
	color: #000;
}

.site-logo-link img {
	width: 200px;
	height: 200px;
	max-height: 200px;
}

.site-logo-link {
	max-height: 300px;
}

.site-header {
	padding-top: 20px;
}

@media (max-width: 767px) {
	article div p {
		text-align: center;
	}
}