﻿/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

@font-face {
	font-family: Roboto;
	src: url('Roboto-Medium.ttf');
}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

html, body, div, span, applet, object, iframe, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

h1{
color:#25345F; 
font-size:18px;
}

#headerbar{
	width:100%;
	height:40px;
	background-image:url('images/bg-foot-inner.jpg');
	border-bottom:5px solid #2BA6D2;
}

#headerbar img{
	float:right;
	margin-right:20px;
	margin-top:6px;
	border:0px;
}

#headerbar img:hover{
	margin-top:5px;
}



#header #title{
float:right;
width:650px;
height:120px;
margin-top:30px;

	font-size:40px;
	text-align:center;
	color:#26355E;
	font-family: Roboto;
}

#extra{
    margin:20px auto;
    width:908px;
height:170px;
border-top:1px solid #CECECE;
}

#newsletter{
	float:left;
	width:290px;
	height:150px;
	margin-top:25px;
	border-right:1px solid #CECECE;
}

#error ul li{
	list-style-type:none;
	color:red;
	width:280px;
}

#quote{
float:right;
width:600px;
height:130px;
margin-top:25px;
background:url(images/quotebg.png) no-repeat;
}

#quotetext{
float:left;
width:450px;
height:110px;
margin-left:70px;
margin-top:10px;
text-align:center;
display: table;
}

#quotetext p{
display: table-cell; 
vertical-align: middle;
}

#quotetext p{
font-size:18px;
font-style:italic;
}

input.button {
cursor:pointer;
float:right; 
background:transparent url('images/btnInschrijven.png');
border: 0px solid #000000;
height:39px; 
width:100px;
}


#footbar{
	width:100%;
	height:70px;
	margin-top:30px;
	background-image:url('images/bg-foot-inner.jpg');
	border-top:5px solid #2BA6D2;
}

#footbar p, #footbar a{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	font-family: Roboto;
	color:#2BA6D2;
	text-decoration:none;
}
#footer{
	width:100%;
	height:25px;
	color:#2BA6D2;
	background-image:url('images/bg-foot-inner.jpg');
		font-size:12px;
	text-align:center;
	font-family: Roboto;
	padding-top:5xp;
	
}

#footer p{
margin-bottom:-10px;
}

body {
	line-height:1;
	color:black;
}


#content {
    margin:50px auto;
    width:908px;
	height:288px;
    overflow:hidden;
}
#content ul {
    list-style:none outside none;
    margin:0;
    padding:0;
	
}
#content ul li {
    color:#FFFFFF;
    float:left;
    height:288px;
    margin:0 0 0 16px;
    overflow:hidden;
    padding:0;
    position:relative;
    width:288px;
}
#content ul li:first-child {
    margin:0;
}
#content ul li img {
    float:left;
}
#content ul li div {
    background:url(images/tile.png) repeat scroll 0 0 transparent;
    bottom:-50px;
    left:0;
    padding:14px 18px 13px 15px;
    position:absolute;
    width:255px;

    -moz-transition:bottom 0.25s linear;
    -ms-transition:bottom 0.25s linear;
    -o-transition:bottom 0.25s linear;
    -webkit-transition:bottom 0.25s linear;
    transition:bottom 0.25s linear;
}

#content ul li div#chrono{
background:url(images/tile2.png) repeat scroll 0 0 transparent;
bottom:-50px;
    left:0;
    padding:14px 18px 13px 15px;
    position:absolute;
    width:255px;

    -moz-transition:bottom 0.25s linear;
    -ms-transition:bottom 0.25s linear;
    -o-transition:bottom 0.25s linear;
    -webkit-transition:bottom 0.25s linear;
    transition:bottom 0.25s linear;
}
#content ul li:hover div, #content ul li:hover div#chrono {
    bottom:0;
}
#content ul li div p, #content ul li div#chrono p {
    color:#FFFFFF;
    font-size:13px;
    line-height:16px;
    padding:0 0 2px;
}
#content ul li div a.more, #content ul li div#chrono a.more {
    color:#FFFFFF;
    float:right;
    font-size:15px;
    font-style:italic;
    line-height:1.2em;
    text-decoration:underline;
}


table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	/*background:#eee;*/
	background: #eee none no-repeat fixed top left;
  background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#dddddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#dddddd));
  background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2, #f2f2f2, #dddddd);
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

/*#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}*/



.theme-default #slider {
    margin:10px auto 0 auto;
    width:908px; /* Make sure your images are the same size */
    height:341px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}