
/*	style.php
	author: Arthur de Rougé
	date: 2013-11-21
*/

/* 	Generated for  browser on  */


/*** RESET ***/

html,body,div,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; border: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
body,div,a { position: relative; }






@font-face {
 font-family: 'tabitha';
    src: url('fonts/tabitha-webfont.eot');
    src: url('fonts/tabitha-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tabitha-webfont.woff2') format('woff2'),
         url('fonts/tabitha-webfont.woff') format('woff'),
         url('fonts/tabitha-webfont.ttf') format('truetype'),
         url('fonts/tabitha-webfont.svg#tabitharegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** COMMON ***/

html, body {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
	font: 14px/19px "HelveticaNeue", Helvetica, sans-serif;
	/*background: #015df6 url('./images/BlueGradient.png') repeat-x;*/
	background:#6AA2D2;
}

div, a, span, p, table, tbody, tr, th, td, form {position: relative;}
p { margin: 10px 0; padding: 0; border: 0; }
a {color: #0084ff;}

h1 {
	font-family: 'tabitha';
	/*font-weight: bold;*/
	margin-top: 35px;
	margin-bottom: 25px;
	font-size:30px;
	line-height:25px;
	position: relative;
	color:#333;
}

h1 span {float:right; margin-right: 0px; font-weight: normal; font-size:14px;}
h1 span img {margin-bottom:-3px;}

hr {
  height: 1px;
  margin: 20px -20px;
  padding: 0;
  color: #666;
  background-color: #555;
  border: 0;
}


/*** STRUCTURE ***/

#header {
	display: block;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	padding:10px;
	-moz-box-shadow:    0px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 20px rgba(0,0,0,0.3);
}

#header img {margin-left: -100px;}

#container {
	background: #fff;
	position: relative; 
	width: 1150px;
	margin: 25px auto 0;
	border: 1px solid #555;
	-moz-border-radius: 10px;
	border-radius: 10px;
		border-collapse: collapse;
	/*color: #004e90;*/
	color:#666;
}

#footer {
	color: #7fb3f3;
	position: relative; 
	width: 1110px;
	margin: 0 auto;
	padding: 0 20px;
}

.column {
	float: none;
	width: 342px;
	padding:0 20px 20px;
	display: table-cell;
}

.column.middle {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.about {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	width: 135px;
	padding: 5px 0px;
	margin: 4px;
	font-size: 95%;
	text-align: center;
	border: 1px solid #6AA2D2;
	border-radius:15px;
	background:rgba(106,162,206,.25);
	color:#666;
}

.schedule {
	float:right;
	margin-right: 0px;
}

.discreet {
	font-style: italic;
	color: #518ec1;
	font-size: 90%;
}

#login div {width:30%; float:left; margin-right: 20px;}
#login div label {display: block;width: 100%;}
#login div input {width: 100%;}

#kw {margin-left:-9999px;}

img.inline {margin-bottom:-3px;}

input {
	background-color: #dbeafb;
}

.highlighted {color: #f65119;}


