@charset "UTF-8";
/* CSS Document */
/* Specific settings for Anneko.nl website */

/* Import Google Web fonts */

@import url('http://fonts.googleapis.com/css?family=Fredoka+One');
@import url('http://fonts.googleapis.com/css?family=Nunito:300');


/* Styles */

h2.no-top-margin {
	margin-top: 0px;
}

h4 {
	font-style:italic;
}

a.buttonlink:hover{
	background: #777;
}

#hero {
	background-image:url(../images/background-quilt.jpg);
	background-repeat: repeat;
	border-top: 2px dashed #ddd8d4;
	border-bottom: 2px dashed #ddd8d4;
}

#page-header {
	background-image:url(../images/background-quilt.jpg);
	background-repeat: repeat;
	border-top: 2px dashed #ddd8d4;
	border-bottom: 2px dashed #ddd8d4;
}

.img-border {
	border: 4px solid #fff;
}

.text-fuchsia {
	color: #cc0066;
}

.image-in-text {
	float: left; margin: 0px 15px 15px 0px;
}

.image-box-fuchsia {
	background-color: transparent;
	border: 2px solid #cc0066;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}

.image-box-fuchsia-shadow {
	background-color: transparent;
	border: 2px solid #cc0066;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	-moz-box-shadow: 5px 5px 5px #aaaaaa;
	-webkit-box-shadow: 5px 5px 5px #aaaaaa;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.website-box-fuchsia {
	background-color: transparent;
	border: 1px solid #666666;
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	-moz-box-shadow: 5px 5px 5px #aaaaaa;
	-webkit-box-shadow: 5px 5px 5px #aaaaaa;
	box-shadow: 5px 5px 5px #aaaaaa;
}

#footer-style {
	color: #cc0066;
	font-family: 'Nunito', sans-serif;
	background-image:url(../images/poppentricot-licht.jpg);
	background-repeat: repeat;
	border-top: 2px dashed #fcd1c8;
}


