﻿/* Sectie Schrijven map lit */
body
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111;
	color: #488c8d;
	
}

div#wrapper
{
	position: relative;
	top: 130px;
	left: 0px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1;
}

header#top
{
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 130px;
	background-color: #111;
	text-align: center;
	background-image: url(../img/tshome-bg1.png);
	background-repeat: no-repeat;
	background-position: center -12em;
	border-top:12px solid #ff00ff;
	z-index: 5;
}

header#top hgroup > h1
{
	font-weight:normal;
	font-size: 120%;
	font-family: Play,Gruppo;
	letter-spacing: 0.6em;
	color: #ff00ff;
}

header#top hgroup > h1 a
{
	color: #ff00ff;
	text-decoration: none;
}

header#top hgroup >h1 a:hover
{
	text-decoration: underline;
}

header#top hgroup > h2
{
	color:#ff00ff;
	padding:0.3em 0 0 0;
	text-decoration: none;
	font-weight:normal;
	font-size: 3.5em;
	font-family: Megrim;
	word-spacing: 0.2em;
	letter-spacing: 0.03em;
}

header#top hgroup >h2 a
{
	color: #ff00ff;
	text-decoration: none;
}

header#top hgroup >h2 a:hover
{
	color: #ff00ff;
	text-decoration: underline;
}

nav
{
	position: fixed;
	top: 140px;
	left:0px;
	z-index: 7;
	/*border-top:12px solid #ff00ff;
	padding-top: 12px;*/
	padding-left:5px;
	background-color: #111;
}

#adsense-one {
	position: absolute;
	top: 30px;
	right:0em;
	z-index: 3;
	width: 160px; /*330px;*/
	height:600px;
	background-color: #111;
	/*border:2px solid #111;*/
	/*border-top-right-radius: 1em 1em;*/
	padding:30px 10px;
	border:1px dashed #222;
}

footer#socialmedia {
	margin: 0em 0em 1em 0;
	border-bottom: 1px solid #222;
}

#adsense-two {
	margin-top:3em;
	/*width:728px;*/
	height:90px;
	background-color: #111;
	text-align: center;
	padding:10px;
}

#content
{
	position:relative;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-family: "Quattrocento Sans";
}

#content article, #content
{
	color:#ff00ff;
}

#content article header
{
	background-image: none;
	border-top: none;
	height: auto;
	margin-bottom: 1em; 
}

#content article.poem header h1
{
	font-size:1em;
	margin: 1em auto;
	width: 30%;
	text-align: left;
	padding-left: 17%;
}

#content article.poem
{
	line-height:130%;
	font-size:100%;
	font-family: "Quattrocento Sans";
}

#content article.poem p
{
	margin: 1.5em auto;
	width: 30%;
	text-align: left;
	padding-left: 17%;
	word-spacing: 0.03em;
	letter-spacing: 0.01em;
}


article.standard
{
	line-height:115%;
	font-size:100%;
	font-family: "Quattrocento Sans";
}

#content article header h1
{
	margin: 1em auto;
	width: 37%;
	text-align: left;
	padding-left: 7%;
}


article.standard p, article.standard ul
{
	margin: 1.5em auto;
	width: 37%;
	font-size: 100%;
	text-align: left;
	padding-left: 7%;
	word-spacing: 0.03em;
	letter-spacing: 0.01em;
}

article.standard ul li {
	list-style: disc inside; 
}

article.standard ul li a {
	color:#1e90ff;
	text-decoration: none;
}

article.standard ul li a:hover {
	color:#1e90ff;
	text-decoration: underline;
}

/*
article.standard p img {
	float:right;
	margin-left:0.6em;
}
*/

article.standard p a
{
	color: #488c8d;
}


aside {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

aside.breadcrumbs, aside.written 
{
	margin-top:3em;
	margin-bottom:2em;
}

aside.breadcrumbs p
{
	font-weight:bold;
	font-size: 0.7em;
	color: #488c8d;
	border-top: 1px solid #488c8d;
	padding-top: 2px;
}

aside.breadcrumbs p > a
{
	font-weight:normal;
	color: #488c8d;
	text-decoration: none;
}

aside.breadcrumbs p a:hover
{
	color: #fff;
	text-decoration: underline;
}

aside.written > p {
	margin:0 auto;
	font-weight:normal;
	font-size: 0.7em;
	color: #488c8d;
	border-bottom: 1px solid #488c8d;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 150%;
}

aside.written p:last-child {
	border-bottom:none;
}

aside.written p:last-child>a {
	margin-top:-1.5em;
	padding:6px;
	background-color: #222;
	border-top:none;
	border-right:1px solid #488c8d;
	border-bottom:1px solid #488c8d;
	border-left:1px solid #488c8d;
	border-bottom-left-radius: 1em 1em;
	color:#488c8d;
	text-decoration: none;
	letter-spacing: 0.07em;
}

aside.written p:last-child>a:hover {
	background-color: #333;
	color: #fff;
}

aside.written p:last-child>a:first-child {
	float: left;
}

aside.written p:last-child>a:last-child {
	margin-left: 10em;
	float: left;
}


#content section.media {
	margin-top:2em;
	color: #488c8d; /*#647d0f;*/
	text-align: center;
}

#content section.media p {

	margin:1em 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}

#content section.media a
{
	display:block;
	margin: 1em 0 1.5em 0;
	text-decoration: none;
	color:#488c8d;
	font-size:0.8em;
}

#boombox {
	
	width: 36%;
	margin-bottom:2em;
	margin-left:32%;
	padding: 20px;
	background-color: #222;
	/*background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: 1em center;*/
	border: 1px solid #488c8d;
	border-radius: 1em 1em;
	line-height: 140%;
}

#boombox>h1 {
	font-size:1.2em;
	color: silver;
	text-decoration: underline;
}


.justify
{
	text-align: justify;
}

.small {
	font-size: 80%;
}

a > img {
	border: none;
}

hr {
	color:#488c8d;
}