@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	color: #104d5c;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 16px;
}

h2 {
	font-size: 21px;
	margin-bottom: 14px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #6b0e2a;
}

a:hover {
	text-decoration: underline;	
}

h2 a {
	color: #104d5c;
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}
/*
ul {
	list-style-type: disc;
	margin-bottom: 18px;
}
*/
em, dfn {
	font-style: italic;
}

abbr, acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #C0BFBF;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */


body {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background:#CCCCCC;
}

#berrytimmermans_nl a {
	position: absolute;
	text-indent: -9000px;
	margin-left: -340px;
	left: 50%;
	display:block;
	width: 125px;
	height: 23px;
	background: url('/images/style/berrytimmermans-nl.png') no-repeat;
	z-index: 3;
	cursor: pointer;	
}

#container{
	margin:0 auto 30px auto; 
	width:720px;
	font-size: 1.1em;
	line-height: 1.5em;
	background:#ffffff;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.entry ul {
	margin-bottom: 15px;	
}

ul#social_bookmarks {
	list-style:none;
	overflow: auto;
	margin-bottom: 15px;
}

ul#social_bookmarks li {
	float: left;
	margin-left: 3px;
}

ul#navigation {
	padding: 0 15px;
	background: #CCCCCC url('../images/template/bg-categories.jpg') repeat-x;
	overflow: hidden;
	margin-bottom: 15px;
	height: 35px;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

ul#navigation li {
	float: left;
	margin: 0 15px;
}

ul#navigation li a {
	line-height: 37px;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #EEEEEE;	
}

ul#navigation li .active {
	background: url('../images/template/bg-active-category.jpg') repeat-x;
	overflow: auto;
	margin: 0 -5px;
}

ul#navigation li .active a strong:hover {
	color: #EEEEEE;	
}

ul#navigation li .active .left, ul#navigation li .active strong, ul#navigation li .active .right {
	float: left;
}

ul#navigation li .active .left, ul#navigation li .active .right {
	height: 35px;
	width: 16px;
} 

ul#navigation li .active .left {
	background: url('../images/template/bg-active-category-left.jpg') no-repeat;
}

ul#navigation li .active .right {
	background: url('../images/template/bg-active-category-right.jpg') no-repeat;
}

ul#navigation li .active strong {
	color: #EEEEEE;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 38px;	
}

ul#index {
	list-style:none;
	padding:0;
	margin:0;
}

ul#index li { 
	float:left;
	margin:0 2px 2px 0;
	width:80px;
	height:80px;
	overflow:hidden;
}

ul#index li a { 
	float:left;
	position:relative;
	width:80px;
	height:80px;
	margin:-80px 0 0 0;
	background:none;
}

ul#index li a:hover { 
	background:url(/images/style/dot.gif);
	text-decoration:none; 
}
ul#index li img { 
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

ul#index li .new { 
	float:left;
	font:italic 12px Times New Roman, Times, serif;
	color:#FFFFFF;
	background:#333333;
	padding:0 2px;
}

#content {
	margin:30px;	
}

#content.links ul {
	list-style:none;	
}

#content.add_ons pre { 
	padding: 15px 20px 15px 10px;
	font-size: 11px;
	font-family: Monaco, Courier, "Courier New", monospace;
	background-color: #232323;
	color: #f8f8f8;
	overflow:auto
}

#content.add_ons pre code {
	font-family: Monaco, Courier, "Courier New", monospace;
	font-size: 11px;
	line-height: 1.4;
	color: #f8f8f8;
}

#content.add_ons ul li ul {
	padding-left: 2em;			
}

#content.add_ons ul li ul li{
	list-style: disc outside;	
}

#footer {
	text-align:center;
	padding:10px 0 15px 0;
}

.spacer { 
	clear:both;
}

.under_construction {
	padding: 15px;
	text-align: center;
	color:#FF0000;
	font-size:2.0em;	
}

#contact_form span.required {
	color: #666666;
	font-size: 10px;
	font-style: italic;	
}


#contact_form fieldset legend {
	margin-bottom:10px;
}

#contact_form input, #contact_form textarea {
	width: 350px;
	background: #FFFFFF;
	border: 1px solid #C0BFBF;
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 4px;
	color: #212121;
}

#contact_form input.submit {
	color: #FFFFFF;
	background: #104d5c;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	width: 80px;
	border: 0px;
	cursor: pointer;
}

#contact_form p.error { 
	color: #FF0000;
	font-style: italic;
}

#prev_next {
	background:#104d5c;
	padding:5px 10px;
	overflow: auto;	
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#prev_next a {
	color: #FFFFFF;
}

#prev_next .left {
	float: left;	
}

#prev_next .right {
	float: right;
}

/*SLIDER*/

#carousel { position:relative; margin-top:0; height:270px; width:720px; margin:0; padding:0; /*float:left; display:block;*/ }

#carousel a#vorige, #carousel a#volgende { width:30px; height:69px; display:block; text-indent:-9000px; overflow:hidden; position:relative; padding:0; margin-top:-170px; z-index:1; }

#carousel a#vorige { float:left; margin-left:0px; background:url(/images/style/vorige.png); }
#carousel a#vorige:active { background:url(/images/style/vorige.png) bottom; }
#carousel a#volgende { float:right; margin-right:0px; background:url(/images/style/volgende.png); }
#carousel a#volgende:active { background:url(/images/style/volgende.png) bottom; }

.slideshow { display:block; width:720px; height:270px; margin:0; padding:0; list-style:none; position:relative; z-index:0; }

.slideshow a.image1, .slideshow a.image2, .slideshow a.image3, .slideshow a.image4, .slideshow a.image5  { height:270px; width:720px; padding:0; margin:0; display:block; text-indent:-9000px; overflow:hidden; }

.slideshow a.image1 { background:url(http://www.berrytimmermans.nl/images/carousel/sanne-kortooms.jpg); }
.slideshow a.image2 { background:url(http://www.berrytimmermans.nl/images/carousel/de-blauwe-bus.jpg); }
.slideshow a.image3 { background:url(http://www.berrytimmermans.nl/images/carousel/mooie-mond-en-mijn-ogen-groen.jpg); }
.slideshow a.image4 { background:url(http://www.berrytimmermans.nl/images/carousel/onbekend-zelfportret.jpg); }
.slideshow a.image5 { background:url(http://www.berrytimmermans.nl/images/carousel/roodharige-vrouw.jpg); }