/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Your Name
Author URI:     http: //your-site.com/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/* =Header
----------------------------------------------- */

#branding {
  /* Removing the ugly grey line ;-) */
	border-top: none;
}


#site-title {
  /* element position ---- important!! ---- */
	padding-top: 0;
  /* text position */
	top: 45%;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#site-title a {
  /* text layout */
	color: rgb(255,255,255);
	font-size: 50px;
        font-weight: bold;
	text-shadow: 0 0 4px #000000;	
	opacity: 1.0;
}
  /* changing hover colour/ removing hover effect on site title -- doesnt work yet! Dus dan maar doorzichtig... */
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	opacity: 0;
}

#site-description {
/* text position */
	top:20%;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
/* text layout */
	color: rgb(255,255,255);
	font-size: 20px;
	font-style: italic;
	text-shadow: 0 0 4px #000000;
	opacity: 1.0;
}


/* Remove all meta data from posts (DATE/TIME/AUTHOR above post & CATEGORY below post)
---------------------------------------------------------------------------------------- */

.entry-meta {
   display: none;
}




