/*
Theme Name:     NEW Responsive, Janny Schhoonbeek, Twenty Twelve child theme
Theme URI:      http://www.jannyschoonbeek.nl/
Description:    Child theme for the Twenty Twelve theme 
Template:       twentytwelve
Version:        2.0
*/

@import url("../twentytwelve/style.css");

/* general */

/* Settings voor gebied buiten website blok */
body {
	background-color: #f6e1c9;
}
body .site {
	padding: 0;
	margin-top: 14px;
	margin-top: 1rem;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	background-color: #f7f9fa;
	color: #000387;
	box-shadow: 0 0 14px #333;
	-moz-box-shadow: 0 0 14px #333;
	box-shadow: 0 0 1rem #333;
	-moz-box-shadow: 0 0 1rem #333;
}

.header-image {
	margin-top: 0;
}
.site-header {
	padding: 0;
}

#commentform #url, #commentform #url+label {
    display: none;
}

textarea {
	resize:vertical;
}

.entry-content {
	padding: 0 21px;
	padding: 0 1.5rem;
}

.entry-content img {
	padding: 5px;
	border: solid 1px #dddddd;
	background-color: #f3f3f3;
	border-radius: 2px;
}

/* opsommingen in tekstkader naar links zetten */
.entry-content li {
	margin: 0 0 0 15px;
}
.entry-content ol li {
	margin: 0 0 0 21px;
}
.entry-title {
	padding: 0 21px;
	padding: 0 1.5rem;
}
.post-5 .entry-header {
	display: none;
}

.site-content {
	margin-top: 0;
}

.site-description, .site-title {
	display: none;
}

/* link color */
#main a, .widget-area .widget a, #main a:visited, .widget-area .widget a:visited {
	color: #d52f1f;
	text-decoration: none;
}
#main a:hover, .widget-area .widget a:hover {
	text-decoration: underline;
}

.entry-header h1,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6  {
	margin: 7px 0;
	font-weight: normal;
	color: #000387;
}

.entry-content h1 {
	font-size: 28px;
	margin-bottom: 0;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}

/* settings for contact form */
.fscf-text {
	background-color: #eeeeee;
	border: 1px solid #888888;
	font-size: 14px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	width: 99%;
	max-width: 420px;
	max-width: 30rem;
}
.fscf-textcaptcha {
	max-width: 70px;
	max-width: 5rem;
}
.fscf-textarea {
	background-color: #eeeeee;
	border: 1px solid #888888;
	font-size: 14px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	width: 99%;
	max-width: 420px;
	max-width: 30rem;
	height: 140px;
	height: 10rem;
}
input:focus, textarea:focus {
	background-color: #cccccc;
}

/* do not ask for URL on 'Leave a reply" form. */
.comment-form-url {
    display: none;
}

footer[role="contentinfo"] {
	max-width: inherit;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	padding-left: 21px;
	padding-left: 1.5rem;
}
footer[role="contentinfo"] a {
	text-decoration: none;
	color: #000387;
}
footer[role="contentinfo"] a:hover {
	text-decoration: underline;
	color: #d52f1f;
}

/* closing of page & posts */
.site-content article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* do not hyphenate words in posts and pages, or in widgets */
.entry-content, .site-content article
.widget-area .widget {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/* Settings voor menu */
#masthead .main-navigation {
	margin-left: 0;
	font-weight: normal;
	margin-top: 0;
	line-height: 3;
	background-color: #f6e1c9;
}
#masthead .main-navigation li {
	margin-right: 0;
	border: 1px solid #f6e1c9;
}
#masthead .main-navigation ul {
	border: none;
}
#masthead .main-navigation a {
	padding-left: 14px;
	padding-left: 1rem;
	padding-right: 14px;
	padding-right: 1rem;
	font-size: 110%;
}

#masthead .main-navigation li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #4c3f85;
}
#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: #ffffff;
	background-color: #4c3f85;
	font-weight: normal;
}
/* background color of sub-menus */
#masthead .main-navigation li ul {
	border-top: 1px solid #eeeeee;
}
#masthead .main-navigation li ul li {
	border-right: none;
}
#masthead .main-navigation li ul li a {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	font-size: 0.785714rem;
	padding: 0.571429rem 0.714286rem;
	white-space: normal;
	line-height: 3;
	width: 210px;
	width: 15rem;
}
#masthead .main-navigation li ul li a:hover {
	color: #ff6600;
}

/* when screen smaller than 600px: */
@media screen and (max-width: 599px) {
/* menu settings */
button.menu-toggle {
	margin-top: 7px;
	margin-top: 0.5rem;	
	margin-left: 14px;
	margin-left: 1rem;
}
#masthead .main-navigation {
	text-align: left;
	margin-left: 0 !important;
	border-left: none;
	margin-top: 7px;
	margin-top: 0.5rem;
	font-weight: normal;
}
#masthead .main-navigation li {
	margin-right: 0;
	border-right: none;
	margin-top: 14px;
	margin-top: 1rem;
}
#masthead .main-navigation ul {
	border: none;
}
#masthead .main-navigation a {
	padding-left: 14px;
	padding-left: 1rem;
	padding-right: 14px;
	padding-right: 1rem;
	font-size: 120%;
}
#masthead .main-navigation li a {
	line-height: 2;
	text-transform: uppercase;
	text-decoration: none;
}
#masthead .main-navigation li a:hover {
	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 {
	font-weight: normal;
}
}

/* Settings voor breedte van 1000 t/m 1199 pixels */
@media screen and (max-width: 1199px) and (min-width: 1000px ) {

}

/* Settings voor breedte van 750 t/m 999 pixels */
@media screen and (max-width: 999px) and (min-width: 900px ) {

}

/* Settings voor breedte t/m 599 pixels */
@media screen and (max-width: 599px) {
.post-5 img.alignleft {
	display: block;
	float: none;
}
}
