/*
Theme Name:     Praktijk voor Acupunctuur Iris Nijmeijer, Twenty Twelve child theme
Theme URI:      http://www.acupunctuurinlosser.nl/
Description:    Child theme for the Twenty Twelve theme 
Template:       twentytwelve
Version:        2.0
*/

@import url("../twentytwelve/style.css");

.rbo-youtubecontainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	padding-top: 2.5rem;
    height: 0;
    overflow: hidden;
}

.rbo-youtubecontainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content img, .widget img {
    border-radius: 5px;
	border-radius: 0.3571428rem;
    box-shadow: none;
}

.widget-area {
	background-color: #eeeeee;
}
.textwidget {
	padding-left: 14px;
	padding-left: 1rem;
}
.widget h3 {
	background-color: #505050;
	color: #ffffff;
	padding-left: 14px;
	padding-left: 1rem;
}

.entry-header h1,
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2,
.entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4,
.entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 7px 0;
	margin: 0.5rem 0;
	color: #ba231d;
	/*text-shadow: 1px 1px 2px #777777;*/
}

.site-content article {
	border-bottom: none;
	margin-bottom: 42px;
    margin-bottom: 3rem;
	padding-bottom: 14px;
    padding-bottom: 1rem;
}

footer[role="contentinfo"] {
	border-top: none;
	display: none;
}

/* do not ask for URL on 'Leave a reply" form. */
.comment-form-url {
    display: none;
}
/* Do not allow resizing of textarea input in horizontal direction. vertical only. */
textarea {
	resize: vertical;
}

/* link color in main area & footer */
#main a, #main a:visited, #colophon a, #colophon a:visited {
	color: #ba231d;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover, #colophon a:hover  {
	color: #ba231d;
	text-decoration: underline;
}

/* Title & description */
.site-header {
	padding: 0 0;
}
.site-header h1  a, .site-header h1  a:hover, .site-header h2 {
	color: #000066;
	font-size: 24px;
	font-size: 1.7142857rem;
	font-weight: normal;
	text-shadow: 2px 2px 4px #000000;
	text-shadow: 0.142857rem 0.142857rem 0.28571rem #000000;
}
.site-header h1, .site-header h2 {
	clear: right;
}
.site-header {
	position: relative;
}
.site-header hgroup {
	position: absolute;
	top: 70px;
	top: 5rem;
	left: 2%;
	background-color: #ffffff;
	padding-left: 16px;
	padding-left: 1.142857rem;
	padding-right: 16px;
	padding-right: 1.142857rem;
	border: 5px solid;
	border: 0.3571428rem solid;
	border-radius: 5px;
	border-radius: 0.3571428rem;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Other browsers */
	opacity: 0.8;
}

/* Settings voor maximum breedte van 840 pixels */
@media screen and (max-width: 840px) {
.site-header hgroup {
	top: 49px;
	top: 3.5rem;
}
.site-header h1  a, .site-header h1  a:hover, .site-header h2 {
	font-size: 21px;
	font-size: 1.5rem;
}
}
/* Settings voor maximum breedte van 680 pixels */
@media screen and (max-width: 680px) {
.site-header hgroup {
	top: 35px;
	top: 2.5rem;
}
.site-header h1  a, .site-header h1  a:hover, .site-header h2 {
	font-size: 16px;
	font-size: 1.1428571rem;
}
.site-header h1 {
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
}
/* Settings voor maximum breedte van 500 pixels */
@media screen and (max-width: 500px) {
.site-header hgroup {
	display: none;
}
}

/* do not hyphenate words in posts and pages, or in widgets */
.site-content article,
.widget-area .widget {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/* don't show title on home page */
.home .entry-header {
	display: none;
}

/* general settings for area outside & inside website block */
body {
	background-color: #505050;
}
.home {
	background-color: #505050;
}
body .site {
	padding: 0 28px;
	padding: 0 2rem;
	margin-top: 28px;
	margin-top: 2rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	background-color: #adebeb;
	background-color: #e6f5ff;
	background-color: #ffffff;
	box-shadow: none;
}
.home .site {
	/* background-color: #505050;  weg */
}
.home-block {
	width: 47%;
	min-height: 308px;
	min-height: 22rem;
	padding: 7px;
	padding: 0.5rem;
	margin-right: 1.5%;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	color: #000066;
	background-color: #adebeb;
	background-color: #eeeeee;
	/* background-color: #ffffff;   weg */
	float: left;
	border-radius: 4px;
	border-radius: 0.285714rem;
}
.home-right {
	float: right;
	margin-right: 0;
}
.home-footer {
	width: 98.7%;
	min-height: 42px;
	min-height: 3rem;
	font-size: 140%;
	background-color: #EFFBFB;
	background-color: #eeeeee;
}
.home-first-row {
	margin-top: 0;
}
.home-second-row {
	background-color: #def7f7;
	background-color: #eeeeee;
}

@media screen and (max-width: 999px) {
.home-block {
	width: 98.7%;
	min-height: 140px;
	min-height: 10rem;
	margin-right: 0;
}
.home-right {
	float: left;
}
.home-footer {
	width: 98.7%;
	min-height: 42px;
	min-height: 3rem;
}
}

@media screen and (max-width: 599px) {
.home-block {
	width: 97.2%;
}
.home-footer {
	width: 97.4%;
}
}

/* Settings voor menu */
#masthead .main-navigation {
	margin-left: 0;
	margin-top: 7px;
	margin-top: 0.5rem;
}
#masthead .main-navigation li {
	margin-right: 14px;
	margin-right: 1rem;
	line-height: 6;
}
#masthead .main-navigation a {
	padding-left: 5px;
	padding-left: 0.3571428rem;
	padding-right: 5px;
	padding-right: 0.3571428rem;
	font-size: 100%;
	color: #000066;
}
#masthead .main-navigation a:hover {
	border-bottom: 10px solid #ba231d;
	border-bottom: 0.742857rem solid #ba231d;
	text-decoration: none;	
}
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current-menu-ancestor > a,
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current_page_ancestor > a {
 	color: #ba231d;
}

/* Settings voor maximum breedte van 599 pixels */
@media screen and (max-width: 599px) {
/* Settings voor gebied buiten website blok */
body {
	background-color: #ffffff;
}
body .site {
	padding: 0 7px;
	padding: 0 0.5rem;
	margin-top: 7px;
	margin-top: 0.5rem;
	margin-bottom: 0;
}
.home .site {
	margin-top: 7px;
	margin-top: 0.5rem;
}
/* Settings voor menu */
#masthead .main-navigation {
	text-align: left;
}
#masthead .main-navigation li {
	line-height: 1;
	margin-top: 21px;
	margin-top: 1.5rem;
}
#masthead .main-navigation a {
	text-decoration: none;
	color: #000066;
}
#masthead .main-navigation a:hover {
	border-bottom: 10px solid #ba231d;
	border-bottom: 0.742857rem solid #ba231d;
	text-decoration: none;	
}
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current-menu-ancestor > a,
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current_page_ancestor > a {
 	color: #ba231d;
}
}

/* Settings voor breedte van 600 t/m 800 pixels */
@media screen and (max-width: 800px) and (min-width: 600px ) {

}

/* Settings voor maximum breedte van 959 pixels */
@media screen and (max-width: 959px) {
.site {
	margin-right: 21px;
	margin-right: 1.5rem;
}
}
/* Settings voor maximum breedte van 599 pixels */
@media screen and (max-width: 599px) {
.site {
	padding-left: 21px;
	padding-right: 1.5rem;
}
}