/*
Theme Name: Chaosmongers
Theme URI: http://timelord.nl
Description: .
Author: Marcel Pol
Version: 1.0
Tags: black, 2-column, fixed-width, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* Text elements */
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre, code {
	border-radius: 6px 6px 6px 6px;
	background: #222;
	line-height: 18px;
	margin: 35px 25px;
	padding: 1.5em;
	display: block;
}
form {
	padding: 10px 0;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
#content_left ul,
#content ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
#content_left ol,
#content ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Images */
#content img {
	margin: 0;
	height: auto;
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}


/* =Comments */
#comments {
	clear: both;
	margin-top: 70px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #ece7cd;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}

/* Comments form */
span.your-message textarea {
	width: 500px;
}
#respond {
	border-top: 1px solid #ece7cd;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-author span,
#respond .comment-form-email span {
	float: left;
	margin-right: 5px;
}
#respond input {
	margin: 0 0 9px 0;
	width: 250px;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
	margin-left: 10px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	display: none;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 24px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
input[type=submit] {
	color: #ece7cd;
	border: 2px solid #ece7cd;
	background-color: #111;
	background: -moz-linear-gradient(top,  #444,  #000);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#000));
	border-radius: 6px;
	padding: 3px 17px;
}
input[type=submit]:hover {
	text-decoration: underline;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ece7cd;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 6px 6px 6px 6px;
	padding: 2px;
}

/* Header */
#image_container {
	height: 180px;
	width: 100%;
	margin: 0px auto 0 auto;
	overflow: hidden;
}
#image_container img {
	margin: 0;
}

/* Search */
#search {
	float: right;
}
#search input[type="text"] {
	width: 120px;
}
#search input[type=submit] {
	padding: 3px;
	font-size: 14px;
}


/* Logo */
#logo {
	float: left;
}
#logo a {
	display: block;
}
#logo img {
	margin: -20px 0 0 40px;
	width: 100px;
	height: 100px;
}

body {
	color:#ece7cd;
	background-color:#000;
	background-image: url('/images/black_header.jpg');
	background-repeat: repeat-x;
	background-position: 50% top;
	margin: 0 auto;
	width: 960px;
	font: 14px/19px Tahoma,Verdana,Geneva,sans-serif;
}
div.all {
	margin: 0 auto;
}

a, a:link {
	text-decoration: none;
	color: white;
}
a:hover,
a:active	{
	text-decoration: underline;
}
hr {
	color: #ece7cd;
	margin: 13px auto 30px auto;
	background-color: #ece7cd;
	height: 3px;
	text-align: center;
	border-radius: 2px;
}
hr.bottom {
	margin: 40px auto 20px auto;
	height: 8px;
	clear: both;
	border: 0;
	border-radius: 6px;
}
hr.clear {
	color: black;
	background-color: #000;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 20px auto 6px;
	padding: 3px 0;
}
p {
	margin: 0 auto 15px;
}
p.small {
	color: #ece7cd;
	font-size: 80%;
	text-shadow: #111 1px 1px 1px;
}

/* Sidebar */
#primary {
	float: right;
	width: 260px;
	margin: 20px 0 0 20px;
}
.widget {
	margin: 0 0 20px 0;
	border: 2px solid #ece7cd;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 1px 1px #222;
	background-color: #111;
}
#primary li {
	list-style-type: none;
}

/* language selector */
ul.qtrans_language_chooser {
	height: 12px;
}
ul.qtrans_language_chooser li {
	padding: 0 20px 0 0;
	float: left;
}

/* Weblog widget */
#berichten h2 {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
}
#berichten .bericht {
	padding: 3px 0;
}


/* Content */
#content {
	width: 960px;
}
#content_left {
	width: 680px;
	float: left;
}
.entry-meta {
	margin: 0 0 10px 0;
	font-size: 80%;
}

div.solid {
	border-bottom: solid #ece7cd 1px;
}
.clear{
	height:	40px;
	clear:	both;
	margin:	0 5% 0 5%;
}

/* Navigatie */
.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
	border: 2px solid #ece7cd;
	border-radius: 6px;
	padding: 5px 7px;
}

/* Images */
img {
	border: 0;
	margin: 20px 0;
}
#lightbox img, #lightbox a img, #lightbox a {
	margin: 1px 0;
}

/* Album */
#albumcontent .albumlist,
#navlist {
	margin: 15px 0;
}
#navlist_header {
	margin: 0 0 15px 0;
}
#albumcontent .albumlist a,
#navlist a {
	border: 2px solid #fff;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-radius: 6px;
	box-shadow: 1px 1px #222;
	background-color: #111;
	background: -moz-linear-gradient(top,  #444,  #000);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#000));
}

#albumcontent table {
	margin: 0 auto;
}
.item {
	float: left;
	width: 25%;
	text-align: center;
	height: 190px;
}
#albumcontent #albumimage a,
.item a {
	display: block;
	margin: 0 auto;
}
.item h2,
.item h4 {
	font-size: 120%;
	padding: 3px 0;
	margin: 20px auto 6;
}
#albumcontent img,
.item .image a {
	width: 132px;
	min-height: 102px;
	border: 2px solid #ece7cd;
	padding: 7px;
	margin: 10px 40px;
	border-radius: 6px;
	box-shadow: 1px 1px #222;
}
.item .image a img {
	margin: 0;
}
#albumcontent #imagenav {
	width: 100%;
	height: 25px;
	margin-bottom: 20px;
}
#albumcontent #imagenav div {
	float: left;
	width: 33%;
	text-align: center;
}
#albumcontent #albumimage {
	margin: 0 auto;
}

/* Lightbox overschrijving */
#imageContainer img {
	margin: 0;
}


/* Assorti */
img.space {
	margin: 20px;
}
.right, .alignright {
	margin: 20px 0 20px 20px;
	float: right;
}
#assorti {
	float: right;
	width: 352px;
	height: 352px;
	margin: 0 0 20px 20px;
}
#assorti img {
	float: left;
	margin: 0 8px 8px 0;
}

/* Floats en Clears */
.clearright {
	margin:	20px 0 20px 20px;
	float:	right;
	clear:	right;
}
.left, .alignleft {
	margin:	20px 20px 20px 0;
	float:	left;
}
.clearleft {
	margin:	20px 20px 20px 0;
	float:	left;
	clear:	left;
}

/* Portfolio pagina */
.portfolio_right {
	float: right;
	height: 350px;
	width: 470px;
	margin-top: 20px;
}
.portfolio_left {
	float: left;
	height: 350px;
	width: 470px;
	margin-top: 20px;
}
.portfolio_right img,
.portfolio_left img {
	border-radius: 15px;
	background-color: #222;
	padding: 10px;
}

/* Menu */
.wrap{
	width: 100%;
	height: 60px;
	border: 0px solid #f0f0f0;
	padding: 0;
	margin: 30px 0 19px 0;
}
#nav {
	width: 574px;
	height: 48px;
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 3000;
	overflow: visible;
}

.menu {
	width:574px;
	height:48px;
	position:relative;
	font-size:15px;
	margin: 0;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#ece7cd;
	font-weight:bold;
	width:81px;
	height:42px;
	text-align:center;
	border-bottom: 0;
	background-image:url('/images/black/center.png');
	line-height:48px;
	overflow:hidden;
	padding-left: 1px;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.menu .left_nosub,
.menu .left_hassub {
	background-image:url('/images/black/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub,
.menu .right_nosub {
	background-image:url('/images/black/right.png');
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
	z-index: 1000;
}
.menu ul li ul {
	display: none;
	background:#ECE7CD;
	border-radius: 0 0 6px 6px;
}

/* Hovers */
.menu ul li:hover a {
	color:#222;
	background:url('/images/black/center_hassub.png');
}
.menu ul li:hover .left_hassub {
	color:#222;
	background:url('/images/black/left_hassub.png');
}
.menu ul li:hover .left_nosub {
	color:#222;
	background:url('/images/black/left_nosub.png');
}
.menu ul li:hover .right_hassub {
	color:#222;
	background:url('/images/black/right_hassub.png') ;
}
.menu ul li:hover .right_nosub {
	color:#222;
	background:url('/images/black/right_nosub.png') ;
}

/* DropDown */
.menu ul li:hover ul li a {
	background-image: none;
	display:block;
	height: 28px;
	line-height: 26px;
	color:#222;
	width:142px;
	text-align:left;
	margin: 0;
	padding:0 0 0 4px;
	font-weight: bold;
}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-color: #ece7cd;
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	position:absolute;
	top:42px;
	left:0;
	width:146px;
	z-index: 900;
}
.menu ul li ul li a:hover {
	color:#ECE7CD !important;
	background-image: none;
	background-color: #000;
	border-radius: 6px;
}
/* -- End Black Menu -- */


/* Footer */
#footer {
	clear: both;
	width: 100%;
	padding: 10px 0;
}
#footer p {
	float: left;
}
#social_media {
	float: right;
}
#social_media a {
	float: left;
	margin-left: 20px;
	display: block;
}
#social_media a img {
	margin: 0;
}


/* =Print Style */

@media print {
	body, html {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#respond,
	#image_container,
	#search,
	#logo,
	#primary,
	#assorti {
		display:none;
	}
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 24pt 0 0;
		width: 100%;
	}
}

@media only screen and (max-width: 780px) {
	#image_container,
	#search,
	#logo,
	#primary,
	#assorti {
		display:none;
	}

	body {
		width: 600px;
	}

	#content,
	#content_left {
		width: 500px;
		margin: 0 50px;
		font-size: 124%;
	}
}

