@import url(http://fonts.googleapis.com/css?family=Rosario:400,400italic);

/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.2;
}

ol { 
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* end reset browser styles */

/* main structure */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}

header {
	background-color: #721822; 
}

footer {
	margin-top: 15px;
	font-size: 0.8em;	
	padding: 10px 10px 30px 10px;
	background-color: #721822;
  border-top: 10px solid #531017;
	color: rgb(204,204,204);
  text-align: center;
  clear: both;	
}

/* end main structure */

/* divs */

.contentWrapper {
	max-width: 1200px;
	margin: 0 auto;	
}

.columnWrapper {
	width: 100%;	
}

/* end divs */

/* other structural styling */

nav ul, 
header h1,
header h2, 
footer p {
	max-width: 1200px;
	margin: 0 auto;	
}

.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}

/* end other structural styling */

/* articles */

.main {
  float: left;
  width: 75%;
  padding: 0 20px;
}

/* end articles */

/* asides */

aside {
	background-color: #721822;
  border-top: 10px solid #531017;
  margin-top: 10px;
  color: #FFF;	
}

.sidebar {
  float: right;
  width: 25%;	
  padding: 0 10px 15px 20px;
}

/* end asides */

/* navigation bar */

nav {
	background-color: #531017;
  margin: 25px 0 0 0;
}

nav ul {
	padding: 0 0 0 10px;
}

nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}

nav a {
	float: left;
	font-size: 1em;	
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px dashed rgba(255,255,255,.75);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

nav li:last-of-type a {
	border-right: none;	
}

nav a:hover {
  text-decoration: underline;
}

/* end navigation bar */

/* other navigation */

.sidebar li {
	margin: 0;
	list-style: none;	
}

.sidebar a {
	font-size: 0.9em;	
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

.button {
	text-decoration: none;
  background-color: #000;
  padding: 10px 20px 10px 20px;
  margin: 0 10px 0 10px;
  color: #FFF;	
}

.links {
	margin: 35px 0 20px 0;
} 

/* end other navigation */

/* typography (font, margin, padding and align) */

header h1,
header h2 {
	font-family: 'Rosario', sans-serif;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 2px;
  color: #FFF;
	font-weight: bold;
	padding-left: 10px;
  text-align: center;
}

header h1 {
	font-size: 3em;	
	font-weight: bold;
	padding-top: 30px;
}

header h2 {
	font-size: 1.5em;	
	padding-top: 20px;
}

.main h1 {
	font-size: 2.5em;
	margin: 25px 0 10px 0;	
}

.main h2 {
	font-size: 2em;
	margin: 10px 0 10px 0;	
}

.main h3 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;	
}

h3.next {
	font-size: 1.5em;
  color: #721822;
	margin: 20px 0 10px 0;	
}

.main p {
	margin-bottom: 15px;	
}

aside h2 {
	font-size: 1.3em;
	margin-top: 10px;	
}

aside h3 {
	font-size: 1.1em;
	margin-top: 15px;
}

aside p {
	font-size: 0.9em;
	margin-top: 10px;	
}

figcaption {
  font-weight: bold;
  color: #777;
	margin: 10px 0 20px 0;	
}

.note {
	color: #721822;
  font-weight: bold;
}

.quote {
	background: #F5F5DC;
  border: 1px solid black;
  padding: 10px;
  font-style: italic;
  font-weight: bold;
}

/* end typography (font, margin, padding and align) */

/* images */

img {
	max-width: 100%;	
}

figure {
  padding-top: 5px;
}

figure img {
	border: 2px solid black;
}

img.half {
	max-width: 50%;	
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;	
	margin: 0 0 10px 10px;
}

/* end images */

/* general media queries */

@media (min-width: 481px) and (max-width:768px) {

  .sidebar {
    float: none;
	  width: auto;
	  clear: both;
	  border-top: 2px solid black;
	  padding-top: 10px;
  }

  .columnWrapper {
	  width: auto;	  
  }

  .main {
	  border-right: none;  
  }

}

@media (max-width: 480px) {
  
  .columnWrapper, .main, .sidebar {
	  float: none;
	  width: auto;  
  }	
  
  .main {
	  border: none;
  }
  
  .sidebar {
	  border-top: 2px solid black;
	  margin-top: 25px;
	  padding-top: 10px;
  }
  
  header h1 {
	  font-size: 1.5em;  
  }
  
  nav {
	  text-align: center;  
  }
  
  nav li {
	  float: none;  
	  display: inline-block;
  }
  
  nav a {
	  float: none;  
	  display: inline-block;
	  border: none;
  }
  
}

/* end general media queries */

/* specific styles for index pages */

.index .bar1,
.index .bar2,
.index .bar3,
.index .bar4 {
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 0 20px 20px 20px;
  color: #FFF;
}

.index .bar1 {
  border-top: 20px solid #531017;
  background: #721822;
}

.index .bar2 {
  border-top: 20px solid #CA5117;
  background: #EC895A;
}

.index .bar3 {
  border-top: 20px solid #390A00;
  background: #8E3527;
}

.index .bar4 {
  border-top: 20px solid #96693F;
  background: #CC9360;
}

@media (min-width: 481px) and (max-width:768px) {

  .index .bar1,
  .index .bar2,
  .index .bar3,
  .index .bar4 {
    float: none;
	  width: auto;
	  clear: both;
	  padding-top: 10px;
  }

  .index .columnWrapper {
	  width: auto;	  
  }

  .index .main {
	  border-right: none;  
  }

}

@media (max-width: 480px) {
  
  .index .columnWrapper, .bar1, .bar2 {
	  float: none;
	  width: auto;  
  }	
  
  .index .main {
	  border: none;
  }
  
  .index .bar1,
  .index .bar2,
  .index .bar3,
  .index .bar4 {
	  margin-top: 25px;
	  padding-top: 10px;
  }
  
  .index header h1 {
	  font-size: 1.5em;  
  }
  
  .index nav {
	  text-align: center;  
  }
  
  .index nav li {
	  float: none;  
	  display: inline-block;
  }
  
  .index nav a {
	  float: none;  
	  display: inline-block;
	  border: none;
  }
  
}

/* end specific styles for index pages */

/* specific styles for main index page */

.mainindex .bar1 {
  width: 100%;
  border-top: none;
  background-color: #FFF;
  padding: 0 20px 20px 20px;
  color: #000;
  text-align: center;
}

.mainindex .contentWrapper {
	max-width: 1920px;
	margin: 0 auto;	
}

.mainindex img {
	max-width: 100%;
	height: auto;	
}

/* end specific styles for main index page */





















/* specific styles for poem */

/*
        <p class="poem">Achter de deur doezelt de oude molen;</p>
        <p>Graan malen heeft hij reeds lang neergelegd !</p>
        <p>Hij lijkt klaar om meteen op gang te komen</p>
        <p>Alsof hij pas gisteren zou zijn stilgelegd.</p>

        <p class="poem">Achter de deur droomt de oude molen</p>
        <p>Hij denkt aan de tijd waar men uit verre streken</p>
        <p>Hem zakken bracht vol rogge, ma&iuml;s, tuinbonen,</p>
        <p>Tarwe en gerst om die zorgvuldig te breken.</p>

        <p class="poem">Achter de deur op een morgen waakt hij plots !</p>
        <p>&quot;Je hebt bezoek&quot;, zegt de oude molenaar kalm</p>
        <p>En fluistert hem in zijn oor heel trots:</p>
        <p>&quot;De jongens die je ziet komen uit Zwalm&quot;...</p>

        <p class="poem">Achter de deur, terwijl het klotsend water zong,</p>
        <p>Ging elke molensteen terug aan de slag...</p>
        <p>Het hart van de molen voelt twintig jaar jong,</p>
        <p>In de werveling van deze mooie herfstdag.</p>

        <p class="poem">Marie-Claude Dominique</p>

        <p class="poem">(vertaling Jan Van Laethem)</p>
        
.mainindex p {
  font-size: 1.3em;
  line-height: 1em;
} 

.poem {
  padding-top: 20px;
} 

*/

/* end specific styles for poem */