/*
Theme Name: Twenty Twelve G
Theme URI: http://bbnj.us/
Author: the WordPress team + GeZi
Author URI: http://wordpress.org/
Description: Child of 2012 theme for WordPress
Version: 1.0
Template: twentytwelve
*/

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

.vwrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin-bottom: 20px;
}
.vwrap>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-header {
	position: relative;
}
.text-header {
	position: absolute;
	height: 0;
	width: 100%;
	padding-bottom: 27%;
}
.site-header h1 a,
.site-header h2 a {
	color: #ffffff;
}

.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #dddddd;
}


.site-header h1 {
	font-family: Shadows Into Light, arial, serif;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-bottom: 0;
}
.site-header h2 {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 50px;
	font-style: italic;
	font-size: 25px;
	font-size: 1.785714285rem;
	color: #eeeeee;
}
.header-image {
	margin-top: 10px;
	margin-top: 0.5rem;
}

.main-navigation {
	margin-top: 0px;
	text-align: center;
}

.entry-header .comments-link {
	display: none;
}

.site-info {
	text-align: right;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  border-radius: 0px;
  box-shadow: none !important;
}


@media screen and (min-width: 600px) {
	.site-header h1 {
		font-size: 51px;
		font-size: 3.857142857rem;
	}
	.site-header h2 {
		display: block;
		}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		width: 98%;
	}
	.main-navigation li ul {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	body .site {
		margin-top: 10px;
		margin-top: 0.71429rem;
		margin-bottom: 10px;
		margin-bottom: 0.71429rem;
	}
}
