@charset "utf-8";
/* CSS Document */

/* fonts */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-t8rh1h');
	src:url('fonts/icomoon.eot?#iefix-t8rh1h') format('embedded-opentype'),
		url('fonts/icomoon.woff?-t8rh1h') format('woff'),
		url('fonts/icomoon.ttf?-t8rh1h') format('truetype'),
		url('fonts/icomoon.svg?-t8rh1h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ms100';
	src: url('fonts/museosans_100-webfont.eot?') format('eot'),
		url('fonts/museosans_100-webfont.woff') format('woff'),
		url('fonts/museosans_100-webfont.ttf') format('truetype'),
		url('fonts/museosans_100-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ms500';
	src: url('fonts/museosans_500-webfont.eot?') format('eot'),
		url('fonts/museosans_500-webfont.woff') format('woff'),
		url('fonts/museosans_500-webfont.ttf') format('truetype'),
		url('fonts/museosans_500-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dazed';
	src: url('fonts/dazedarchetype-webfont.eot?') format('eot'),
		url('fonts/dazedarchetype-webfont.woff') format('woff'),
		url('fonts/dazedarchetype-webfont.ttf') format('truetype'),
		url('fonts/dazedarchetype-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto';
	src: url('fonts/Roboto-Regular-webfont.eot?') format('eot'),
		url('fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Regular-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotol';
	src: url('fonts/Roboto-Light-webfont.eot?') format('eot'),
		url('fonts/Roboto-Light-webfont.woff') format('woff'),
		url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
		url('fonts/Roboto-Light-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'calendas';
	src: url('fonts/calendas_plus-webfont.eot?') format('eot'),
		url('fonts/calendas_plus-webfont.woff') format('woff'),
		url('fonts/calendas_plus-webfont.ttf') format('truetype'),
		url('fonts/calendas_plus-webfont.svg#webfontltamNxo5') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* general */

body {
	padding: 0px;
	margin: 0px;
}
body, table {
	font-family: roboto, verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #575756;
	line-height: 20px;
}

img {
	display: block;
	border: 0px none;
}

h1,h2,h3,.h1,.h2,.h3 {
	font-weight: normal;
	color: #c58d51;
}
h1 a:hover,h2 a:hover,h3 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover {
	text-decoration: none;
}
h1,.h1 {
	font-family: calendas, "Times New Roman", Times, serif;
	font-size: 55.76px;
	line-height: 55.76px;
}
h2,.h2 {
	font-family: ms100, arial, verdana;
	font-size: 33.45px;
	line-height: 33.45px;
}
h3,.h3 {
	font-family: ms500, arial, verdana;
	font-size: 12.76px;
	line-height: 12.76px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #c58d51;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul,ol {
	margin: 0px;
	padding: 0px;
}

tr { vertical-align: top; }
th { text-align: left; }
th, td { padding: 5px; }

/* form */

label {
	padding-left: 20px;
	display: block;
	float: left;
	width: 150px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=submit],
input[type=image] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	height: 28px;
	padding-left: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
}

/* default */

.clear { clear: both; }
.hidden { display: none; }
.nowrap { white-space: nowrap; }

/* main */

#main {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#head {
	position: relative;
	padding-top: 12px;
	padding-bottom: 8px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 250px;
	height: 45px;
	margin-left: 2px;
}
#logo a {
	display: block;
	height: 45px;
}
#logo_outlet {
	background: url(../images/logo_outlet.png) no-repeat;
	width: 157px;
	height: 48px;
	position: absolute;
	top: 10px;
	right: 180px;
}
#logo_outlet a {
	display: block;
	height: 48px;
}
#logo_yourstyle {
	background: url(../images/logo_yourstyle.png) no-repeat;
	width: 134px;
	height: 41px;
	position: absolute;
	top: 15px;
	right: 20px;
}
#logo_yourstyle a {
	display: block;
	height: 41px;
}
/* nav */

#nav {
	position: relative;
	background-color: #e8d9b6;
	height: 50px;
	padding-left: 20px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	margin-right: 15px;
	font-family: ms100, arial, verdana;
	font-size: 15px;
	line-height: 50px;
}
#nav ul li a {
	color: #575756;
}
#nav ul li a.active,
#nav ul li a:hover {
	text-decoration: none;
	font-family: ms500, arial, verdana;
}
#nav ul li ul {
	display:none;
	position: absolute;
	background-color: #ffffff;
	border-left: 1px solid #575756;
	border-bottom: 1px solid #575756;
	border-right: 1px solid #575756;
	padding-left: 10px;
}
#nav ul li:hover ul {
	display: block;
}

/* social */
#social {
	position: absolute;
	top: 8px;
	right: 0px;
}
#social li {
	width: 30px;
	height: 30px;
}
#facebook_kop span,
#nav #social li a {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	color: #c58d51;
	text-decoration: none;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#facebook_kop span:before,
#btn_facebook a span:before { content: "\e602"; }
#btn_twitter a span:before { content: "\e607"; }
#btn_youtube a span:before { content: "\e608"; }
#btn_flickr a span:before { content: "\e603"; }

/* main */

#content {
	width: 520px;
	float: left;
	margin-right: 50px;
	margin-bottom: 230px;
}

#content_middle {
	width: 310px;
	min-height: 200px;
	float: left;
	padding-right: 19px;
	margin-right: 19px;
	border-right: 1px solid #000000;
	margin-top: 73px;
}

#content_right {
	width: 280px;
	float: left;
	margin-top: 73px;
}

.datum {
	font-family: roboto, arial, verdana;
	font-weight: bold;
}

.image_overflow {
	height: 350px;
	overflow: hidden;
}

#footer {
	text-transform: uppercase;
	color: #d0d0d0;
	font-size: 10px;
	margin-bottom: 40px;
}

/* news */

#content_middle .nieuws {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9b38c;
	margin-bottom: 10px;
}
#content_middle .nieuws.last {
	border-bottom: 0px none;
}
#content_middle .nieuws h3 {
	font-family: ms100, arial, verdana;
	font-size: 33.45px;
	line-height: 33.45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_middle .nieuws h3 a, .artikel .h3 a{
	display: block;
}

a.news_message {
	color: #575756;
	display: block;
}
a.news_message {
	color: #575756;
	text-decoration:none;
}

/* highlights */
#content_right .highlight {
	padding-bottom: 18px;
	border-bottom: 1px solid #414141;
	margin-bottom: 18px;
}
#content_right .highlight.last {
	border-bottom: 0px none;
}
#content_right .highlight img {
	width: 280px;
	height: auto;
}
#content_right .highlight h3 {
	font-family: ms100, arial, verdana;
	color: #575756;
	font-size: 25.49px;
	line-height: 25.49px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content_right .highlight h3 a {
	color: #575756;
}

/* laatste reacties */

#facebook_kop {
	font-family: robotol, arial, verdana;
	font-size: 21.24px;
	line-height: 43px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #ebebeb;
	margin-bottom: 10px;
}
#facebook_kop span {
	color: #36589b;
	line-height: 43px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: 3px;
}

/* social addthis */

.social .at300b {
	padding-right: 0px;
}
.addthis_toolbox a {
	float: left;
}
/*.social .addthis_button_facebook span {
	background: url(../images/sm/facebook.png) transparent!important;
	background-position: top;
}
.social .addthis_button_twitter span {
	background: url(../images/sm/twitter.png) transparent!important;
	background-position: top;
}*/
.social .addthis_button_linkedin span {
	background: url(../images/sm/linkedin.png) transparent!important;
	background-position: top;
}
.social .addthis_button_email span {
	background: url(../images/sm/email.png) transparent!important;
	background-position: top;
}
/*.social .addthis_button_pinterest_share span {
	background: url(../images/sm/pinterest.png) transparent!important;
	background-position: top;
}*/
.social .addthis_counter .atc_s {
	width: 18px;
	height: 16px;
	background: url(../images/sm/addthis.png) no-repeat transparent!important;
	background-position: top;
}

/* cms */
.cms_navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.cms_navigation ul li {
	display: inline;
	margin-left: 5px;
	/* margin-right: 5px; */
}

.cms_edit, .cms_delete {
	display: inline;
	margin-right: 5px;
}