/*
Theme Name: COW
Theme URI: http://www.duikwerken.com
Description: Basic two column theme, sidebar on right.
Version: 1.0
Author: B3D-Design
Author URI: http://www.b3d-design.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region  Styles for comment thread, forms, etc.
5. Sidebar Region  Styles for widgets, additional menus lists and links.
6. Footer Region  Styles specific to the footer region.
7. Misc. & Plugins  Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	background: url('images/background.png') #222 repeat-x;
	background-position: 0px -35px;  
	/*background-color: #013361;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #999;
}

a {
	outline: none;
}

#tooltip{
	position: absolute;
	display: none;
	font: 20px Helvetica, sans-serif;
	color: #999;
	background: #333;
	outline: 2px solid #111;
	border-top: 1px solid #555;
	padding: 10px 20px;
	}

h1 {
	font-family: Gill Sans, sans-serif;
    font-size: 1.4em;
    color: #e17908;
}
h2 {
	font-family: Gill Sans, sans-serif;
    font-size: 1.2em;
    color: #e17908;
}
h3 {
	font-family: Gill Sans, sans-serif;
    font-size: 1.em;
    color: #e17908;
}

#wrapper {
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 20px 0 0 0;
	position: relative;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/



/*=== START SECTION 2 - Header Region ===*/

#language-selector {
	position: absolute;
	top: 0px;
	right: 20px;
	line-height: 20px;
	font-size: 12px;
}
#language-selector a { color: #fff; text-decoration: none; }
#language-selector a:hover { color: #999; text-decoration: underline; }

#left {
	float: left;
	line-height: 16px;
	margin: 0 10px 0 0; padding: 0;
}

#left img {
	float: left;
	width: 16px;
	margin-right: 5px;
}

#right {
	float: left;
	line-height: 16px;
	margin: 0; padding: 0;
}

#right img {
	float: left;
	width: 16px;
	margin-right: 5px;
}

#header {
	width: 800px;
	margin: 0 0 17px 0;
    padding: 0;
}
#logo {
	float: left;
	background: url('images/logo.png') no-repeat center;
	width: 342px;
	height: 72px;
	margin: 0 0 20px 0;
	padding: 0;
}
#menu {
    margin: 0;
    padding: 16px 0 0 0;
}
#menu li {
    list-style: none;
    display: inline;
}
#menu a {
    float: right;
    background: url("images/top-menu-bg.png") no-repeat;
    width: 100px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 0;
}
#menu a:hover {
    background: url("images/top-menu-bg-rollover.png") no-repeat;
    color: #f2f2f2;
}
#headers {
	clear: both;
	position: relative;
	background: url('images/header.jpg') no-repeat;
	width: 800px;
	height: 215px;
	margin: 0;
	padding: 0;
}
#hmenu {
	float: left;
	width: 173px;
	height: 195px;
	list-style: none;
	padding: 0;
	margin: 0;
}
	#hmenu ul {
		margin: 13px 0 0 0;
		padding-left: 1em;
	}

		#hmenu ul li {
			list-style: none;
			line-height: 17px;
		}

			#current
			{
				background-image: url('images/bullit-over.png');
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}

			#current a
			{
				color: #f2f2f2 !important;
			}

			#hmenu ul li a {
				display: block;
				background-image: url('images/bullit.png');
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #333;
				font-weight: bold;
				font-size: 80%;
				text-decoration: none;
				padding: 0 0 0 22px;
			}
			#hmenu ul li a:hover {
				color: #f2f2f2;
				background-image: url('images/bullit-over.png');
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}

#headshow {
    float: right;
}

/*=== END SECTION 2 - Header Region ===*/



/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 800px;
}
#main ul, #mainli {
    list-style: inside;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#main #checklist li {
    list-style-type: none;
    background-image: url('images/vinkje.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}
#main img {
    border: none;
	outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 10px;
	background: #333;
}
#main img {
    outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 5px;
	background: #333;
}
#main a img {
}
#main a img:hover {
	outline: 1px solid #444;
	border-top: 1px solid #999;
	background: #666;

}
#content {
	float: left;
    font-size: 0.9em;
    width: 800px;
    margin: 0;
    padding: 0;
}
#content-sidebar-on {
	float: left;
    font-size: 0.9em;
    width: 600px;
    margin: 0;
    padding: 0;
}
/*#content-top {
    float: left;
    background: url('images/content-top.png_') no-repeat center;
    width: 600px;
    height: 10px;
}*/
#content-middle {
    float: left;
    /*background: #FFF;*/
    width: 560px;
    margin: 0;
    padding: 0px 20px 0 20px;
}
/*#content-bottom {
    float: left;
    background: url('images/content-bottom.png_') no-repeat center;
    width: 600px;
    height: 10px;
}*/
#content a:link, #content a:visited {
	text-decoration: none;
    padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#videoplayer {
	margin: 20px 0 20px 0;
    clear: both;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 0;
    padding: 0 0 10px 0;
}
.post a:link, .post a:visited {
	text-decoration: none;
	color: #1252A0;
    padding: 2px;
}
.post a:hover {
	text-decoration: underline;
}
.post h2 {
	font-size: 1.2em;
    color: #e17908;
	margin: 20px 0 20px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.2em;
  color: #e17908;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
    margin-right: 10px;
}
a.post-edit-link:link, a.post-edit-link:visited {
	clear: both;
    float: left;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content a:link, .entry-content a:visited {
	text-decoration: none;
	color: #f2f2f2;
}
.entry-content a:hover {
	text-decoration: underline;
    color: #fff;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	margin: 0;
    padding: 0;
}
.navigation {
  clear: both;
}
.navigation-button {
  clear: both;
  margin: 0 0 20px 0;
}
.navigation-button a {
    float: left;
    background: url("images/top-menu-bg.png") no-repeat;
    width: 100px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.navigation-button a:hover {
    background: url("images/top-menu-bg-rollover.png") no-repeat;
    color: #333;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

/* <--- Clientlist --->*/

#clientlist {
	clear: both;
	float: left;
    width: 800px;
	margin: 0;
	padding: 0;
}
#clientlist ul {
	float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}
#clientlist li {
	position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
}
#clientlist li p {
	position: absolute;
    font-size: 70%;
    padding: 10px 20px 0 0;
}
#clientlist li a {
	color: #999;
	text-decoration: none;
}
#clientlist li a:hover {
	color: #e17908;
	text-decoration: underline;
}
#clientlist li img {
    position: absolute;
    top: 0px;
    left: 0px;
    outline: 1px solid #111;
	border-top: 1px solid #555;
	padding: 5px;
	background: #333;
}
#clientlist li a img {
}
#clientlist li a img:hover {
	outline: 1px solid #444;
	border-top: 1px solid #999;
	background: #666;

}

/* <--- End of Clientlist --->*/

/*=== END SECTION 3 - Content Region ===*/



/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {
    width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/



/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	float: right;
    width: 180px;
    font-size: 0.9em;
	margin: 0;
    padding: 0;
}
/*#sidebar-top {
    float: left;
    background: url('images/sidebar-top.png_') no-repeat center;
    width: 180px;
    height: 10px;
}*/
#sidebar-middle {
    float: left;
    /*background: #FFF;*/
    width: 140px;
    margin: 0;
    padding: 5px 20px 10px 20px;

	color: #fff;
	background: #181818;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

}
/*#sidebar-bottom {
    float: left;
    background: url('images/sidebar-bottom.png_') no-repeat center;
    width: 180px;
    height: 10px;
}*/
#sidebar h1 {
	font-size: 1.4em;
    color: #e17908;
}
#sidebar h2 {
	font-size: 1.2em;
    color: #e17908;
}
#sidebar h3 {
	font-size: 1em;
    color: #e17908;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 5 - Sidebar Region ===*/



/*=== START SECTION 6 - Footer Region ===*/

#test {
	width: 400px;
    height: 150px;
	color: #fff;
	background: #111;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

    margin: 100px auto 100px auto;

}

#footer {
	clear: both;
    background: url('images/footer.png') no-repeat bottom;
    height: 60px;
    margin: 0;
	padding: 0;
}
#footer p {
	text-align: left;
	font-size: 0.9em;
    font-weight: bold;
    color: #333;
    line-height: 80px;
    margin: 0 0 0 20px;
}
#footer a:link, #footer a:visited {
	color: #f2f2f2;
}
#footer a:hover {
	text-decoration: none;
}
#kiwa-logos {
    float: right;
    clear: right;
    margin: 20px 0 0 0;
}
#ziekenhuis-logo { float: left; margin-right: 20px; border: none; outline: none; }
#port-of-rotterdam { background: url("images/port-of-rotterdam.png") no-repeat; width: 66px; height: 75px; float: right; margin-left: 20px; border: none; outline: none; }
#kiwa-1 {
	float: left;
    clear: none;
    background: url('images/kiwa-1.png') no-repeat;
    width: 50px;
    height: 75px;
    margin: 0 20px 0 0;
    padding: 0;
}
#kiwa-2 {
	float: left;
    clear: none;
    background: url('images/kiwa-2.png') no-repeat;
    width: 50px;
    height: 75px;
    margin: 0;
    padding: 0;
}
#login {
    clear: both;
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#login li {
    list-style: none;
    display: inline;
}
#login a {
    font-size: 10px;
    color: #666;
    text-decoration: none;
    margin: 0 0 0 5px;
}
#login a:hover {
    color: #fff;
}
/*=== END SECTION 6 - Footer Region ===*/



/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
