/* @group reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,b,big,cite,code,del,dfn,em,font,i,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}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}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:""""}

/* @end */

/* @group basic styles */

#myGallery
{
width: 560px !important;
height: 180px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0px solid #c3e8f4;
}

body {
	background: #71cfee url(../_img/bg-body.jpg) 0% 0 repeat-y;
	color: #371b15;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	letter-spacing: 0.00em;
}
em { font-style: italic; }
strong { font-weight: bold; }
p {	
	margin: 0px;
}
a {
	color: #00779f;
	text-decoration:none;
	border-bottom: 1px dotted #00779f;
}
a:hover {
	color: #043949;
	border-bottom: 1px solid #043949;
}
.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
	margin-top: -1px;
}
.clearfix, #projects li:after, .post-meta:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.ie7 .clearfix, .ie6 .clearfix {
		height: 1%;
	}
	
	/* 	dark blue 	00779f; 
		medium blue	82d3f0;
	 	light blue	c3e8f4;
		red			ed1d2b;
		*/
		
p {	
	margin-left:15px;
	margin-right:10px;
	font-size:15px;
	line-height:25px;
}
h1 {
	margin:0px;
	margin-bottom:10px;
	padding-left:10px;
	border: 1px solid #c3e8f4;
	-webkit-border-top-left-radius: 19px;
	-webkit-border-top-right-radius: 19px;
	-moz-border-radius-topleft: 19px;
	-moz-border-radius-topright: 19px;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	background-color:#c3e8f4;
	color:#00779f;
	font-size:25px;
	line-height:40px;
}
h3 {
	font-size: 10px;
}
.inputbox {
	width:230px;
	
	}
	
.boxleft {
	float:left;
	margin-left:30px;
	width: 300px;
	}
.boxright {
	float:right;
	margin-right:30px;
	width: 560px;
	}
.box {
	position:relative;
	min-height: 40px;
	margin-bottom:30px;
	padding-bottom:20px;
	border: 1px solid #c3e8f4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.topbox{
	float:right;
	margin-right:30px;
	width: 560px;
	margin-top:10px;
	}
.kop {
	font-size: 19px;
	margin-top:23px;
	color:#00779f;
}
.highlight{
	color:#00779f;
}
.form{
	font-size:12px;
	margin:20px;
	margin-bottom:0px;
	padding:10px;
		-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#ddf3fa;
}
.iframe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


::selection {
	background: #85d8d5;
	color: #fff;
}
::-moz-selection {
	background: #85d8d5;
	color: #fff;
}
#layout-wrapper {
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto;
	min-height: 200px;
}
#toplayer {
	width: 950px;
	height: 220px;
	padding-top:20px;
	position: relative;
}
#logo {
	background: url(../_img/top-banner.png) 0 0 no-repeat;
	width: 225px;
	height: 200px;
	position: relative;
	top: 0px;
	left: 60px;
	display: block;
	float:left;
}

#content {
	background-color:#FFFFFF;
	}
	
#content ul {

}
#content li {
	margin-left:20px;
	line-height:25px;
	font-size:15px;
	}

#sub-footer {
	background-color:#000000;
	font-family: Helvetica, Arial, Sans-Serif;	
	color: #82d3f0; 
	text-align: center;
	width: 950px;
	padding-top:5px;

}
#sub-footer ul { float: left; }
#sub-footer li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #6f4828;
	font-size: 12px;
}

#sub-footer li:last-child {
	border-right: none;
}
#sub-footer a {
	color: #c3e8f4;
	border-bottom: 1px dotted #c3e8f4;
}
#sub-footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#footer {
	width: 950px;
	background: url(../_img/footer.png) 0 0 no-repeat;
	height: 419px;
	padding: 0px;
	margin: 0 auto;
}
