/* CSS Document */

/* GLOBALS */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'PT Sans', sans-serif, Arial, Verdana, Geneva, sans-serif;
	color: #374C63;
	font-size: 12px;
}
	
p {
	line-height: 140%;
}
	
a {
	color: #183147;
	text-decoration: none;
}

time {
	color: #999;
}

h1, h2, h3, p, ul {
	margin: 0 0 5px 0;
	padding: 0px;}
	
h3 {
	margin-top: 10px;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #183147;
	color: #cc3300;
}
	
header h1 {
	display: none;}
	
	
header {
	height: 30px; 
	width: 100%;
	display: block;
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc3300 0%, #972600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#972600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3300 0%,#972600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3300 0%,#972600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3300 0%,#972600 100%); /* IE10+ */
	background: linear-gradient(top,  #cc3300 0%,#972600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#972600',GradientType=0 ); /* IE6-9 */}


article {
	background-color: #E0EDF1;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #183147;}

article.detail {
	background-color: #FFF;
}

li a {
	padding: 7px 5px;
	margin: 0px;
	min-height: 22px;
	border-bottom: 1px solid #183147;
	display: block;}
	
li {
	list-style: none;}
	
dt {
	color: #999;
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	padding: 4px;
	clear: left;

}
dl  {
	border-bottom: 1px solid #183147;
	margin-top: -1px;
}
dl a {
	border-top: 1px solid #183147;
	display: block;
	width: 100%;
}

dd {
	padding: 4px;
	min-height: 20px;
}	
footer {
	border-top: 1px solid #9FBFDF;
	background-color: #E0EDF1;
	margin-top: 30px;
	padding: 10px 0px;}
	
.logo {
	margin: -22px 0px 6px 5px;}

.topNav {
	height: 30px;
	width: 100%;
	margin: -33px 0px 0px 0px;
	display: block;
	text-align: right;
}

.topNav img { 
	border-left: 1px solid #FFF;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}

.center {
	width: 100%;
	text-align: center;
}

.foto {
	text-align: center;
}

.foto h2 {
	font-size: 16px;}

.buttonP {
	margin-top: -8px;
}

.grRood {
	background: #cc3300; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc3300 0%, #972600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3300), color-stop(100%,#972600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3300 0%,#972600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3300 0%,#972600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3300 0%,#972600 100%); /* IE10+ */
	background: linear-gradient(top,  #cc3300 0%,#972600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#972600',GradientType=0 ); /* IE6-9 */}

.grBlauw {
	background: #255f90; /* Old browsers */
	background: -moz-linear-gradient(top, #255f90 0%, #143949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#255f90), color-stop(100%,#143949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #255f90 0%,#143949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #255f90 0%,#143949 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #255f90 0%,#143949 100%); /* IE10+ */
	background: linear-gradient(top, #255f90 0%,#143949 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255f90', endColorstr='#143949',GradientType=0 ); /* IE6-9 */}
	
.buttonBlauw {
	margin: 3px 7px 3px 0px;
	color: #ffffff;
	background-color: #21567F;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2D76AC), to(#21567F));
	background-image: -moz-linear-gradient(top, #2D76AC, #21567F);
	background-image: -ms-linear-gradient(top, #2D76AC, #21567F);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2D76AC), color-stop(100%, #21567F));
	background-image: -webkit-linear-gradient(top, #2D76AC, #21567F);
	background-image: -o-linear-gradient(top, #2D76AC, #21567F);
	background-image: linear-gradient(top, #2D76AC, #21567F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D76AC', endColorstr='#2D76AC', GradientType=0);
	padding: 5px 14px 6px;
	width: 200px;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-size: 11px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

.breed{
	width: 265px;
}

.buttonRood {
	margin: 5px;
	color: #ffffff;
	background-color: #972600;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#cc3300), to(#972600));
	background-image: -moz-linear-gradient(top, #cc3300, #972600);
	background-image: -ms-linear-gradient(top, #cc3300, #972600);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3300), color-stop(100%, #972600));
	background-image: -webkit-linear-gradient(top, #cc3300, #972600);
	background-image: -o-linear-gradient(top, #cc3300, #972600);
	background-image: linear-gradient(top, #cc3300, #972600);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#cc3300', GradientType=0);
	padding: 5px 14px 6px;
	width: 300px;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-size: 11px;
	line-height: normal;
	border: 1px solid #ccc;
	border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

.buttonBlauw:hover, .buttonRood:hover {
	background-position: 0 -15px;
	color: #fff;
	text-decoration: none;}
	
.pagination {
  height: 36px;
  margin: 18px 5px;
}
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-bottom: 0px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */

  text-decoration: none;
}
.pagination a:hover, .pagination .active a {
  background-color: #c7eefe;
}
.pagination .disabled a, .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
}

form {
	padding: 5px 0px 5px 0px;}
	
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.submit {
	cursor: pointer;
	width: auto;
	height: auto;
	vertical-align: middle; 
	*vertical-align: text-bottom;
	margin-top: -4px;
	}