/*
Theme Name: DNZ custom theme
Theme URI: http://www.denieuwezaak.nl/
Description: DNZ custom theme based on the default Wordpress theme.
Version: 0.8
Author: De Nieuwe Zaak
Author URI: http://www.denieuwezaak.nl/
Tags: custom
*/
/* reset appearance of all elements */
* {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
	background: transparent;
}

/* firefox cosmetics */
html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */


/* default font */
body {
	font: 75%/1.5 Tahoma, Arial, Helvetica, Sans-serif;
	color: #000;
}

/* default links */
a {
	text-decoration: underline;
	color: #ff4e00;
}
a:hover {
	text-decoration: underline;
	color: #a9ae00;
}

a.more,
.readmore a {
	padding-left: 7px;
	background: url(images/bullet_more.gif) no-repeat left 5px;
	text-decoration: underline;
	color: #ff4e00;
}
a.more:hover,
.readmore a:hover {
	background-image: url(images/bullet_more_on.gif);
	color: #a9ae00;
}
a.next {
	padding-right: 7px;
	background: url(images/bullet_more.gif) no-repeat right 5px;
	text-decoration: underline;
	color: #ff4e00;
}
a.next:hover {
	background-image: url(images/bullet_more_on.gif);
	color: #a9ae00;
}
a.prev {
	padding-left: 7px;
	background: url(images/bullet_less.gif) no-repeat left 5px;
	text-decoration: underline;
	color: #ff4e00;
}
a.prev:hover {
	background-image: url(images/bullet_less_on.gif);
	color: #a9ae00;
}

a.dim {
	text-decoration: none;
	color: #2e210a;
}
a.dim:hover {
	text-decoration: underline;
	color: #ff4e00;
}

/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgLeft		{ float: left; display: inline; margin: 0.25em 1.5em 0.5em 0; }
.imgRight		{ float: right; display: inline; margin: 0.25em 0 0.5em 1.5em; }
.txtLeft		{ text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	{ vertical-align: middle; }
.valignBottom	{ vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }

/* various */
hr			{ height: 1px; border-top: 1px solid #b5b5b5; }
img.border	{ border: 1px solid #015bb4; }
address		{ font-style: normal; }
.noWrap		{ white-space: nowrap; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal; }
.caps		{ text-transform: uppercase; }
em, i		{ font-style: italic; }
strong, b	{ font-weight: bold; }
.medium		{ line-height: 1.3; font-size: 0.9em; }
small, .small	{ line-height: 1.2; font-size: 0.8em; }
sup			{ line-height: 1; font-size: 60%; }
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.hidden {
	display: none;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; line-height: 1.3; text-decoration: none;
}
h1 { font-size: 27px; text-transform: uppercase; color: #d8d5d1; margin: 0 0 25px 0; }
h2 { font-size: 16px; text-transform: uppercase; color: #2e210a; margin: 0 0 5px 0; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* default bottom-margin for content elements */
p, table, dl, ol, ul {
	margin-bottom: 1.5em;
}

/* default list positioning  */
ol, ul { margin-left: 30px; }
li {
	margin-bottom: 5px;
}

ul.dash {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.dash li {
	margin: 0 0 3px 0; padding: 0 0 0 12px;
	list-style: none;
	background: url(images/bullet_dash.gif) no-repeat 3px 7px;
}
ul.arrow {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.arrow li {
	margin: 0 0 7px 0; padding: 0 0 0 12px;
	list-style: none;
	background: url(images/bullet_arrow.gif) no-repeat 2px 4px;
}

/* default table styling */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
}

/* forms */
fieldset {
	margin: 0 0 15px 0; padding: 20px;
	border: 1px solid #c9c9c9;
}
legend {
	padding: 0 7px;
	font-weight: bold;
	color: #585858;
}
	* html legend {
		margin-bottom: 10px; /* fix margin for IE6 */
	}
	* +html legend {
		margin-bottom: 10px; /* fix margin for IE7 */
	}
label {
	cursor: pointer;
}
input, select, textarea {
	font: 12px/14px Tahoma, Arial, Verdana, sans-serif;
	background: #fff url(./images/input_back.gif) repeat-x left top;
	border: 1px solid #3d3d3d;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
	border-radius: 2px;
	color: #1f1f1f;
}
input:focus, select:focus, textarea:focus {
	background: #d9f1ff;
}
/*
input.error,
select.error,
textarea.error {
	border-color: #cc0000;
	color: #cc0000;
}
*/
input,
textarea {
	padding: 3px 5px;
}
	* html input {
		padding: 3px 5px 2px 5px;
	}
	* +html input {
		padding: 3px 5px 2px 5px;
	}
input.submit {
	cursor: pointer;
	background: #ff4e00;
	color: #fff;
	font-weight: bold;
}
input.submit:hover {
	background: #a9ae00;
}

/* formfields */
ul.formfields {
	margin: 0 0 10px 0; padding: 0; list-style: none;
}
ul.formfields li {
	clear: both;
	padding: 7px 0;
	min-height: 16px;
}
ul.formfields li .label {
	float: left; display: inline;
	margin: 0 10px 0 0; padding: 3px 0 0 0;
	width: 200px;
}
ul.formfields li .label label {
	font-weight: bold;
}
ul.formfields li .input {
	float: left; display: inline;
	width: 255px;
}
ul.formfields li.footer {
	padding: 10px 0;
}
/* submit */
ul.formfields .submit input {
	padding-left: 10px; padding-right: 10px;
	background: #ff4e00;
	border: 1px solid #1f1f1f;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: #fff;
	cursor: pointer;
}
	* +html ul.formfields .submit input {
		padding-bottom: 3px;
	}
ul.formfields .submit input:hover {
	background: #a9ae00;
}
ul.formfields li .comment {
	clear: left;
	float: left; display: inline;
	width: 180px;
	margin: 0; padding: 3px 10px 5px 0;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	line-height: 1.2;
	font-size: 10px;
	color: #444444;
}

/* widths */
ul.formfields .defaultWidth {
	width: 230px;
}
ul.formfields select.defaultWidth {
	width: 242px;
}
ul.formfields select.defaultWidth option {
	padding: 1px 6px;
}

/* various */
.required {
	color: #ff4e00;
}
.button {
	cursor: pointer;
}
.button:hover {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}


/* Contact Form 7 plugin */
.wpcf7-not-valid-tip-no-ajax,
.wpcf7-not-valid-tip {
	display: block;
	padding: 2px 0 2px 18px;
	background: url(./images/ico_alert.gif) no-repeat left center;
	font-size: 11px;
	color: #cc0000;
}
.wpcf7-response-output {
	margin: 20px 0 10px 0; padding: 7px;
	line-height: 1.4;
	font-size: 12px;
}
.wpcf7-mail-sent-ok {
	background: #dbf2db;
	border: 1px solid #004400;
	color: #004400;
}
.wpcf7-validation-errors {
	padding-left: 28px;
	background: #ffdede url(./images/ico_alert.gif) no-repeat 7px 7px;
	border: 1px solid #cc0000;
	color: #cc0000;
}

/* Comment form validation */
label.error {
	display: block;
	padding: 4px 0 2px 18px !important;
	background: url(./images/ico_alert.gif) no-repeat left center;
	font-size: 11px;
	color: #cc0000;
}


/* WORDPRESS DEFAULT */

/* Begin Images */
a img {
	border: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 10px 25px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 25px 10px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin: 10px; padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 0; padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 4px 5px;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-style: italic;
	line-height: 15px;
	font-size: 11px;
	color: #797979;
}
/* End captions */