/*
Theme Name: Moncayo Theme
Template: hemingway-rewritten-wpcom
Author: BB
Version: 1.0.1
Updated: 2015-05-11 09:12:02
*/

@charset "UTF-8";

* .main-navigation, .main-navigation ul ul li {	
	background: #00003F !important;
}

/* Font styling */
@import url(https://fonts.googleapis.com/css?family=Raleway);
p, body, button, input, select, textarea {
	color: #000000;
  font-family: 'Raleway', sans-serif;
	font-size: 2.0rem;
	line-height: 1.7;
}

p {
margin-bottom: 0.5em;
}

.entry-title {
 font-family: 'Raleway', sans-serif;
 font-size: 30px;
 font-size: 3.0rem; 
  letter-spacing: 1px;
 text-transform: uppercase;
}
/* Marges om foto's */
.alignleft{
  margin-right: 1.4em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.alignright{
  margin-left: 1.4em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

/* Witruimte submenu weg */
ul.children {
  margin-top:-5px;
}

/* Reactie tekstvak klein */
textarea {
width: 80%;
height:120px;
}

/* Footer onder in onzichtbaar */
.site-info {
  display: none;
}

/*widgets */
.widget {
border-bottom: 0px solid #eee;
color: #555;
margin: 0 0 -1.0em;
}
.widget *:last-child {	
	margin-bottom: 0;
	font-size: 105%
}
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
}
/* Kleur accenten */
.site-branding {
	background: rgba(0, 0, 63, 0.59);
}  
.site-footer {
	display: none;
}

/* Lijn onder artikel weg - handmatig in Style.css doorvoeren  
.hentry {
	border-bottom: 0px solid #eee; !important;
	margin-bottom: 3.4em;
	padding-bottom: 3.4em;
	position: relative;
}*/

/* Navigatie boven reacties weglaten */
.post-navigation {
display: none !important;
}