/*
Theme Name: Wetterhorn
Theme URI: http://wetterhorn.nl
Version: 1.0
Author: Alex Budding
Author URI: http://wetterhorn.nl
*/

@import "css/reset.css";
@import "css/layout.css";

/************* MISC *************/

body  {
	background: rgba(47,189,189,1);
	border-top: 30px #ECF5FC solid;
	border-top: 30px rgba(255,255,255,0.35) solid;
}

article iframe ,article object{
	margin: -20px -30px -30px -30px;
	border-bottom: none;
}

article img {
	margin: -20px -30px;
	padding-bottom: 20px;
	border: none;
	background: url(images/border-black.png) bottom no-repeat;
}

@font-face {  
	font-family: GllSns;  
	src: url('gil-webfont.eot');
	src: local('?'), url('font/gil-webfont.woff') format('woff'), url('font/gil-webfont.ttf') format('truetype'), url('font/gil-webfont.txt#webfontrTWa7Iew') format('svg');
	font-weight: normal;
	font-style: normal;
}  
 

h1, h2, h3 , h1 a, h2 a, time, time a{
	font-family: GllSns, Gill Sans, Gill Sans MT, Calibri, Trebuchet, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size-adjust: 0.45;
	text-rendering:optimizeLegibility;
	-webkit-text-size-adjust: none;
}

p {
	font: 18pt / 22pt Joanna, Baskerville, "Times New Roman", Times, serif;
	color: black;
	background: white;
	text-rendering: optimizeLegibility;
}

p a,p a:visited {
	color: #333333;
}

/************* HEADER *************/

header hgroup {
	background: url("images/bg-primavera.png");
	height: 265px;
	width: 800px;
	margin: -30px auto 0 auto;
}

header hgroup h1 a{
	position: absolute;
	display: block;
	font-size: 256px;
	width: 800px;
	height: 265px;
	text-indent: -100em;
}

/************* ARTICLE *************/

article  {
	width: 800px;
	margin: 0 auto 50px auto;
}

article header h1, article header h2, article  header h2 a{
	font-family: GllSns, Gill Sans, Gill Sans MT, Calibri, Trebuchet, sans-serif;
	font-size: 38pt;
	color: white;
	margin: 5px 0 15px 5px;
	text-shadow: 1px 1px 2px rgba(30,30,30,1);
}

article header h1 {
	margin-left: 30px;
}


article time {
	background: url("images/dot-white.png") left bottom repeat-x;
	padding-bottom: 25px;
	width: 180px;
}

article time, article time a {
	font-family: GllSns, Gill Sans, Gill Sans MT, Calibri, Trebuchet, sans-serif;
	color: white;
	font-size: 20pt;
	letter-spacing: -1px;
	text-shadow: 1px 1px 2px rgba(30,30,30,1);
	float: right;
}

article p{
	width: 540px;
	box-shadow: 0px 1px 8px black;
	-moz-box-shadow: 0px 1px 8px black;
	-webkit-box-shadow: 0px 1px 8px black;
	text-shadow: 0px 3px 2px rgba(255,255,255,0.3);
	padding: 20px 30px;
	letter-spacing: 0px;
}

/************* NAV *************/
nav {
	width: 800px;
	margin: 65px auto 60px auto;
}

nav section {
	position: relative;
	width: 132px;
	height: 80px;
	font-size: 20pt;
	margin: 0 auto 0 230px;
	background: url(images/prev_next-white.png) no-repeat bottom left;
}

nav section  a {
	position: absolute;
	display: block;
	width: 66px;
	height: 80px;
	text-indent: -999px;
	top: 0;
}

div#btn_prev {
	width: 66px;
	height: 80px;
	left: 0; 
	float: left;
}

div#btn_next { 
	width: 66px;
	height: 80px;
	right: 0; 
	float: right;
}

div#btn_prev a:hover { background: url(images/prev_next-white.png) no-repeat top left; }
div#btn_next a:hover { background: url(images/prev_next-white.png) no-repeat top right; }



/************* FOOTER *************/
footer {
	background: #CCD9E2;
	background: rgba(0,0,0,0.1);
	padding: 40px 0 0px 0;
	height: 280px;
}

footer  .footer{
	width: 800px;
	margin: 0 auto;
}

footer .footer p,footer .footer a{
	font-family: tester, Gill Sans, Gill Sans MT, Calibri, Trebuchet, sans-serif;
	font-size: 18px;
	background: none;
	color: white;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
}

footer img {
	margin-top: -5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}

footer img:hover {
	box-shadow: 0px 2px 9px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 2px 9px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 2px 9px rgba(0,0,0,0.8);
}

footer .footer .left {
	float: left;
	width: 250px;
	height: 220px;
	margin-right: 20px;
	padding-right: 10px;
	background: url("images/dot-white.png") top right repeat-y;
}

footer .footer .middle {
	width: 300px;
	height: 220px;
	float: left;
}

footer .footer .right {
	float: right;
	width: 180px;
	height: 220px;
	margin-left: 20px;
	padding-left: 20px;
	background: url("images/dot-white.png") top left repeat-y;
}