/* FANCYBOX */
@import url('../js/fancybox/fancybox.css');

body
{
  background: #efe2bf;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5em;
}

#wrapper
{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.clear
{
  clear: both;
  position: relative;
}

blockquote
{
	margin: 0 2em 2em 0;
}

blockquote p:first-letter 
{
	float: left;
	margin: 5px .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 220%;
	font-weight: bold; 
}

blockquote strong
{
  font-size: 0.9em;
	font-variant: normal;
	font-weight: bold;
}

a:link,
a:visited,
a:active
{
  color: #731A0A;
}

p
{
  margin-bottom: 1.3em;
}

h2
{
  font-size: 2.6em;
  font-weight: normal;
  margin-bottom: 0.2em;
}

h3
{
  font-size: 1.65em;
  font-weight: normal;
  margin-bottom: 0.1em;
}

h4
{
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 0.4em;
}

#promo {
  -moz-border-radius: 50px;
  -moz-box-shadow: 3px 3px 0 #731A0A;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0 #731A0A;
  box-shadow: 3px 3px 0 #731A0A;
  background: none repeat scroll 0 0 #EFE2BF;
  border: 2px solid #731A0A;
  margin-bottom: 2em;
  padding: 15px 35px;
}

#promo h3 {
  margin-bottom: 0;
}

#promo h4 {
  font-size: 1.35em;
}

#promo h4 span {
  text-shadow: 0 -2px 15px #731A0A;
}

#subForm label {
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 10px;
}

#subForm input[type="email"] {
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  border: 2px solid #731A0A;
  padding: 6px 10px;
}

#subForm input[type="submit"] {
  -moz-border-radius: 24px 24px 24px 24px;
  -webkit-border-radius: 24px 24px 24px 24px;
  border-radius: 24px 24px 24px 24px;
  background: none repeat scroll 0 0 #731A0A;
  border: 2px solid #731A0A;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}

/* HEADER */

#header 
{
  position: relative;
  height: 140px;
  margin-top: 20px;
}

h1 a
{
  text-indent: -1000px;
  background: transparent url('../images/home_nl.png') no-repeat top left;
  overflow: hidden;
  float: left;
  position: relative;
  display: block;
  width: 233px;
  height: 121px;
  margin-left: 20px;
}

body.en h1 a {
  background: transparent url('../images/home_en.png') no-repeat top left;
}

#nav 
{
  position: relative;
  float: right;
}

#nav ul
{
  position: relative;
  margin-top: 107px;
  display: block;
  height: 32px;
  line-height: 32px;
}

#nav ul li
{
  float: left;
  display: block;
  position: relative;
}

#nav ul li a
{
  background: #2f0602 url('../images/note.png') no-repeat right top;
  color: #efe2bf;
  padding: 0 24px 0 12px;
  font-family: Georgia, sans-serif;
  font-size: 1.2em;
  display: block;
  position: relative;
  text-decoration: none;
  margin-left: 12px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#nav ul li a:hover
{
  background: #2f0602 url('../images/note-hover.png') no-repeat right top;
  color: #ffffff;
}

#nav ul li a.active
{
  background: #731A0A url('../images/note-hover.png') no-repeat right top;
  color: #ffffff;
}

#languages
{
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

#languages a
{
  color: #2f0602;
  
}

/* CONTENT */

#page
{
  background: #731A0A;
  border: 10px solid #ffffff;
}

.column
{
  position: relative;
}

.left
{
  width: 370px;
  background: #731a0a;
  float: left;
}

.left img
{
  display: block;
  position: relative;
  margin: 0 auto;
}

.right 
{
  background: #ffffff;
  float: right;
  padding:  5px 60px 20px 35px;
  width: 475px;
  min-height: 437px;
}

div.right.front {
  background: #ffffff url('../images/key.jpg') no-repeat scroll right bottom;
}

.press-item {
  padding-bottom: 20px;
}

.press-item img {
  opacity: 0.8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  border: 5px solid #731A0A;
  display: block;
  position: relative;
  -moz-box-shadow: 4px 4px 0 #CCCCCC, 4px 4px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 0 #CCCCCC, 4px 4px 16px rgba(0, 0, 0, 0.3);
  -box-shadow: 4px 4px 0 #CCCCCC, 4px 4px 16px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
}

.press-item a:hover img {
  opacity: 1;
  -moz-transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
  -moz-box-shadow: 6px 6px 0 #CCCCCC, 6px 6px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 6px 6px 0 #CCCCCC, 6px 6px 16px rgba(0, 0, 0, 0.3);
  -box-shadow: 6px 6px 0 #CCCCCC, 6px 6px 16px rgba(0, 0, 0, 0.3);
}

.press-item a:active img {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* AGENDA */

th
{
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
  padding-right: 20px;
}

td
{
  padding-right: 10px;
  margin-right: 20px;
}

.right td,
.right th {
  border-bottom: 2px dotted #DDDDDD;
}

td.date {
  width: 75px;
}

td.description {
  width: 175px;
}
  
  
/* LANGUAGE SWITCHER **/

#languages
{
  font-family: Georgia, sans-serif;
  font-size: 0.95em;
}

#languages .flag {
  background: transparent url('../images/en.png') no-repeat scroll top left;
  cursor: pointer;
  display: block;
  float :right;
  height: 11px;
  margin-left: 3px;
  position: relative;
  text-decoration: none;
  top: 4px;
  width: 16px;
}

body.en #languages .flag {
  background: transparent url('../images/nl.png') no-repeat scroll top left;
}

/* NEWSLETTER SUBSCRIPTION */

#subscribe {
  font-family: Georgia, sans-serif;
  font-size: 0.95em;
  position: absolute;
  top: 20px;
  color: #000000;
  text-decoration: none;
  right: 0;
  text-align: right;
  background: transparent url('../images/mail.png') no-repeat scroll top right;
  padding-right: 22px;
  line-height: 14px;
}

#subscribe span {
  text-decoration: underline;
  color: #731A0A;
}

#newsletter {
  display: none;
}

#fancy_div form {
  padding: 20px 25px;
}

#fancy_div label {
  font-size: 1.6em;
}

#fancy_div input {
  display: block;
  width: 234px;
  padding: 6px 4px;
  background: #FFFFFF;
  border: 4px solid #CCCCCC;
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

#fancy_div input[type="submit"] {
  width: 250px;
  margin-top: 20px;
}

div#fancy_div {
  background: #731A0A;
}

/* FOOTER */

#footer
{
  font-family: Georgia, sans-serif;
  font-size: 0.95em;
  margin: 1em auto 60px;
  position: relative;
  text-align: center;
}
