/*
Theme Name: DutchMasters - v2
Theme URI: http://wordpress.org/

Description: Special template for DM
Author: Oscar Smeulders
Version: 0.2
Tags: custom
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
/* Base styles*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font: 14px  "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, verdana, arial, sans-serif;
	background: #b2b2b2 url(style/img/bg.gif) center repeat-y;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}

#wrapper {
	width:980px;
	height:100%;
}

p {
	clear: both;
	margin: 0 0 0 0;
}

#logo, #headerImages {
	height:280px;
}
#logo {
	/* background-color:#DDD; */
	height:260px;
	padding: 20px 0 0 20px;
}

/* =links
-------------------------------------------------------------- */
a, a:visited, a:hover, a:active {
	color: #1E71B8;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* =header images
-------------------------------------------------------------- */

#headerImages {
	overflow: hidden;
	height: 240px;
}
#headerImages .col {
	width:238px;
	float: left;
	margin-right: 2px;
}
#headerImages .colWidth {
	width:718px;
	float: left;

}

#headerImages .credits {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	color: #656565;
	font-size: 8px;
	font-family: 'BryantMedium', "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, "lucida grande", verdana, arial, sans-serif;
	font-size-adjust: 0.44;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0 0 25px;
	background-color: #fff;
}
#homeAnimation {
	/* background-color:#999; */
	width: 720px;
	height: 100%;
	margin-top:100px;
	transform: scale(0.9,0.9);
	-webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
}
#homeAnimation #cirkels {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	width: 720px;
	height: 720px;
	position: relative;

}
#homeAnimation #cirkels .img {
	position: absolute;
	top:115px;
	bottom:0px;
	left: 0px;
	right:0px;
}
#homeAnimation #cirkels .img1 {
	   -webkit-animation: flickerAnimation-up 5s infinite;
   -moz-animation: flickerAnimation-up 5s infinite;
   -o-animation: flickerAnimation-up 5s infinite;
    animation: flickerAnimation-up 5s infinite;

}
#homeAnimation #cirkels .img2 {
	-webkit-animation: flickerAnimation-down 5s infinite;
   -moz-animation: flickerAnimation-down 5s infinite;
   -o-animation: flickerAnimation-down 5s infinite;
    animation: flickerAnimation-down 5s infinite;
}
#cirkels * {
    vertical-align: middle;
}

@keyframes flickerAnimation-up {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-o-keyframes flickerAnimation-up {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes flickerAnimation-up {
  0%   { opacity:0; }
  50%  { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes flickerAnimation-up {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@keyframes flickerAnimation-down {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation-down {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation-down {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation-down {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}


/*\*//*/
.cirkels {
    display: block;
}
.cirkels span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


/* =navigation
-------------------------------------------------------------- */
#navigation {
	/* background-color:#DDD; */
	clear:both;
	float: left;
	background: #FFFFFF;
}
.menu, .menuSub {
	padding-left: 35px;
}

.menu, .menu a, .menuSub, .menuSub a {
	color: #8b8b8b;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 17px;
	font-family: 'BryantMedium', "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, "lucida grande", verdana, arial, sans-serif;
	font-size-adjust: 0.44;
	text-transform: uppercase;
	text-decoration: none;
}

.menuSub, .menuSub a {
	font-size: 14px;
}
.menu li , .menuSub li{
	padding-bottom: 10px;
}
.menu .current_page_item a, .menuSub .current_page_item a {
	color: #000;
}

.menu a, .menu a:visited, .menu a:hover, .menu a:active,
.menuSub a, .menuSub a:visited, .menuSub a:hover, .menuSub a:active {
	text-decoration: none;
}
.menu a:hover, .menu a:active,
.menuSub a:hover, .menuSub a:active {
	color: #000;

}
/* =content
-------------------------------------------------------------- */
#content {
	/* background-color:#EEE; */
	/* clear:both; */
	width:480px;
}
#content ul,
#content ol,
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	padding: 0  0 18px 25px;
}
#content h1, #content h2,  #content h3 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 22px;
	font-family: 'BryantMedium', "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, "lucida grande", verdana, arial, sans-serif;
	font-size-adjust: 0.44;
	text-transform: uppercase;
}

#content h4 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 18px;
	font-family: 'BryantMedium', "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, "lucida grande", verdana, arial, sans-serif;
	font-size-adjust: 0.44;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#content h5, #content h6, #content h7  {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size: 14px;
	font-family: 'BryantMedium', "Calibri", "Lucida Grande", "Lucida Sans Unicode", Thonburi, "Helvetica Neue", Tahoma, "lucida grande", verdana, arial, sans-serif;
	font-size-adjust: 0.44;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#content ol , #content ul {
	list-style-type: disc;
/* 	list-style-position: inside; */
}
#content ol {
	list-style-type: upper-roman;
}

/* =footer
-------------------------------------------------------------- */
#footer {
	clear: both;
}