/*
Theme Name: Pool Facility Support
Description: Theme for Pool Facility Support
Version: 1.0
Author: Colin Pool
Author URI: http://www.colinpool.net
*/

@font-face {
	font-family: Myriad Pro;
	src: url('fonts/myriadpro.otf');
}



html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; 
	padding: 0; 
	border: 0;
	}
	
body {
	color: #474747;
	font-family: Myriad Pro;
	background-image: url('images/bg.png');
	font-size: 13px;
	line-height: 150%;
	}
	
a {
	color: #187dd1;
	text-decoration: none;
	}
	
a:hover {
	color: #73a7d2;
	}

h1 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 48px;
	font-weight: 100;
	}

#logo
	{
	margin: 0;
	}

h2 {
	color: #282828;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
	}
	
h3 {
	color: #282828;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	}
	
h4 {
	color: #282828;
	font-size: 15px;
	font-weight: 300;
	}
	
h5 {
	color: #282828;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	}
	
h5 {
	color: #282828;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 20px;
	}
	
#top {
	background-image: url('images/top.png');
	width: 1108px; /* Misschien dit groter maken */
	height: 22px;
	margin: 0 auto;
	margin-top: 18px;
	float: center;
	}
	
#wrapper {
	background-image: url('images/content.png');	
	width: 1200px;
	margin: 0 auto;
	}
	
#footer {
	clear: both;
	width: 1000px;
	}
	
#bottom {
	background-image: url('images/bottom.png');
	width: 1108px;
	height: 22px;
	margin: 0 auto;
	margin-bottom: 18px;
	float: center;
	}
	
#content {
	width: 1000px;
	margin: 0 auto;
	}
	
#header {
	height: 108px;
	padding: 20px 0 0 0;
	}

#search {
	width: 225px;
	height: 25px;
	float: right;
	}
	
.searchform {
	color: #282828;
	background: none;
	border: none;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	font-family: Myriad Pro;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	width: 190px;
	height: 25px;
	float: left;
	}
	
.searchsubmit {
	text-indent: -9999px;
	background: none;
	border: none;
	background-image: url('images/searchsubmit.png');
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	}
	
#logo {
	background-image: url('images/logo.png');
	width: 108px;
	height: 108px;
	float: left;
	}
	
#header h2 {
	float: right;
	text-transform: uppercase;
	}

#header p {
	color: #282828;
	font-size: 10px;
	float: right;
	margin-right: -268px;
	margin-top: 30px;
	}
	
#menu {
	float: right;
	margin-top: 90px;
	margin-right: -268px;
	}
	
#menu ul li {
	display: inline;
	list-style-type: none;
	}
	
#menu ul a {
	color: #282828;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 15px;
	}
	
#menu ul a:hover {
	color: #474747;
	}
	
#image {
	background-image: url('images/img.png');
	width: 1000px;
	height: 300px;
	margin-top: 20px;
	}
	
.slide {
	width: 1000px;
	height: 300px;
	}
	
#indextop {
	width: 1000px;
	float: left;
	}
	
#smallbar {
	margin-right: 40px;
	width: 200px;	
	float: left;
	}
	
#post {
	width: 760px;
	float: right;
	}

.all {
	float: right;
	}
	
#projects {
	width: 760px;
	height: 230px;
	float: right;
	}
	
.project {
	background-image: url('images/project.png');
	width: 210px;
	height: 210px;
	padding: 10px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	}
	
.excerpt {
	height: 80px;
	overflow: hidden;
	}
	
/*.project:hover {
	background-image: url('images/projecthover.png');
	cursor: pointer;
	}
*/
	
.project h4 {
	margin-bottom: 10px;
	}

.thumb {
	background-image: url('images/nopicture.png');
	width: 210px;
	height: 100px;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
	}
	
.line {
	background-image: url('images/line.png');
	width: 1000px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.secondline {
	background-image: url('images/line.png');
	width: 1000px;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 20px;
	float: left;
	}
	
.thirdline {
	background-image: url('images/line.png');
	width: 1000px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	}
	
.newsline {
	background-image: url('images/line.png');
	width: 200px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	}
	
#header h2 a {
	color: #282828;
	}
	
#smallbar ul li {
	list-style-type: none;
	}
	
.lastline {
	width: 1000px;
	height: 0.1px;
	clear: both;
	}
	
.contactmaps {
	float: right;
	margin-top: -190px;
	margin-right: -40px;
	}
	
#gallery-1 {
	padding-top: 20px;
	}