/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
	background-color:#e7e4e2;
	font-size: 13px;
	line-height: 20px;
}

.clear {
	clear: both;
}

.wrapper {
	
}

.container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

header {
	height: 120px;
	background: #85888e; /* Old browsers */
	background: -moz-linear-gradient(top, #85888e 0%, #57595e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #85888e 0%,#57595e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #85888e 0%,#57595e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85888e', endColorstr='#57595e',GradientType=0 ); /* IE6-9 
	*/
	border: 1px solid #000000;
	text-align: center;
}

.logo {
	margin-top: 26px;
}

.bar {
	background: #2c2c2d; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2c2d 0%, #191919 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2c2c2d 0%,#191919 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2c2c2d 0%,#191919 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2d', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #000000;
	height: 39px;
}

section {
	padding: 42px 0 0;
}

article {
	border-bottom: 1px solid #22252a;
	background-color: #f3f2f1;
	margin: 35px 0;
}

article p,
article h1,
article h2,
article h3 {
	padding: 0 30px;
}

article p {
	margin: 10px 0;
	font-family: 'Arimo', sans-serif;
}

article.intro h2 {
	color: #ef4023;
	font-family: 'Arimo', sans-serif;
	font-weight: 600;
}

article ul {
	margin: 0 0 0 40px;
	font-family: 'Arimo', sans-serif;
}

article.intro p.m0 {
	margin: 0;
}

.title {
	border-bottom: 1px solid #323232;
	border-top: 1px solid #323232;
	color:#fff;
	padding: 10px 0 10px 20px;
	font-size: 1.2rem;
	background-color: #5f6268;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
	text-align: center;
}

.title {
	text-align: left;	
}

article.intro {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
}

article.intro .title {
	margin: 0 0 20px;
}

.article-4 .article-right h3 {
	margin-top: 10px;
}

.verborgen {
	display: none;
}

.verborgen a.button {
	margin-bottom: 20px;
}

.article-6 {
	margin: 0 0 100px;
}	

article.intro p {
	font-family: 'Arimo', sans-serif;
	margin: 0 0 15px;
}

.article-left {
	max-width: 389px;
	height: 212px;
	overflow: hidden;
	float: left;
	width: 50%;
}

.article-right {
	float: right;
	width: 50%;
	text-align: center;
}

.article-right .date {
	margin: 40px 0 0;
	display: block;
	font-size: 1.7rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.article-right h3 {
	font-size: 1.3rem;	
	margin: 20px 0 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7rem;
	font-weight: 400;
	color:#333334;
}

a.button {
	background-color: #ef4023;
	margin: 8px auto 0 auto;
	display: inline-block;
	color:#fff;
	text-decoration: none;
	border: 1px solid #d8d8d8;
	text-align: center;
	font-size:0.8rem;
	padding: 8px 15px;
	font-family: Verdana, Tahoma, "Times New Roman", sans-serif;
}

a.button:hover {
	background-color: #e0391d;
}

footer {
	background-color: #2c2c2d;
	color:#fff;
	padding: 15px 0;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.7rem;
}

footer a {
	color:#fff;
	text-decoration: none;
}

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

.footer-dash {
	padding: 0 10px;
}

.bottom-bar {
	background: #85888e; /* Old browsers */
	background: -moz-linear-gradient(top, #85888e 0%, #57595e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #85888e 0%,#57595e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #85888e 0%,#57595e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85888e', endColorstr='#57595e',GradientType=0 ); /* IE6-9 
	*/
	height: 125px;
	margin: 0 0 36px 0;
}