html {
	min-width: 780px;
}

body {
	width: 100% !important;
	height: 100%;
	min-width: 780px;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: 400;
	background: #fff url(images/background.png);
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	line-height: 140%;
}

img, div, ul, ol, li, span, table, tr, td, a, p, body, strong, em {
	behavior: url(jscript/pngbehavior/iepngfix.htc);
}

a img {
	border: 0px;
	outline: none !important;
	text-decoration: none;
}

a:link, a:visited {
	color: #656565;
}

a:link:hover, a:visited:hover, a:active {
	color: #475b56;
	outline: none;
}

div.clear {
	clear: both;
}

#header {
	text-align: left;
	width: 700px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 15px;
	background: transparent url(images/header.png) repeat-x top left;
	position: relative;
	border: 1px solid #fff;
	margin-top: -1px;
}

#header #apple {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 231px;
	background: transparent url(images/apple.png) no-repeat top left;
	z-index: 10;
}

h1 {
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 40px;
	width: 462px;
	height: 50px;
	background: transparent url(images/title.png) no-repeat top left;
}

h1 a, #apple a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: 0px;
	text-decoration: none;
}

h1 span {
	visibility: hidden;
}

h2 {
	font-weight: 400;
	margin: 25px 0px 2px 0px;
	border-bottom: 1px solid #999;
	padding-bottom: 7px;
	font-size: 1.2em;
}

#outer-container {
	width: 700px;
	margin: 0px auto;
}

#container {
	text-align: left;
	width: 700px;
	margin: 0px auto;
	overflow: hidden;
	float: left;
	background: transparent url(images/container.png) repeat-y top left;
}

#sidebar {
	width: 200px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 25px 12px;
	padding: 0px;
}

#sidebar ul li ul {
	list-style-type: none;
	margin: 8px 12px;
	margin-left: 0px;
	border-top: 1px dashed #50726a;
	margin-bottom: 15px;
	display: none;
}

#sidebar ul li.current_page_parent ul, #sidebar ul li.current_page_item ul {
	display: block;
}

#sidebar ul li {
	font-size: .95em;
	margin: 6px 0px;
	text-transform: uppercase;
	line-height: 160%;
	position: relative;
}

#sidebar ul li ul li {
	font-size: .9em;
}

#sidebar ul li a:link, #sidebar ul li a:visited {	
	color: #656565;
	font-weight: 700;
	text-decoration: none;
}

#sidebar ul li a:link:hover, #sidebar ul li a:visited:hover, #sidebar ul li a:active {
	color: #50726a;
}

#sidebar ul li.current_page_parent a, #sidebar ul li.current_page_item a {
	color: #50726a;
}

#sidebar ul li.current_page_parent ul li a, #sidebar ul li.current_page_item ul li a {
	color: #656565;
}

#sidebar ul li.current_page_parent ul li.current_page_item a {
	color: #50726a;
}

#sidebar ul li ul li a {
	font-weight: 400 !important;
}

li.current-cat a {
	color: #50726a !important; 
}

#sidebar blockquote {
	margin: 36px 24px;
	margin-top: -12px;
	font-size: 1.2em;
	text-indent: -8px;
	font-weight: 700;
	line-height: 90%;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 1.8em;
	color: #2a98b0;
	text-indent: -18px;
}

#sidebar blockquote span {
	font-size: .65em;
	font-family: Verdana;
	color: #2a98b0;
}

#cover {
	width: 140px;
	height: 109px;
	margin: 8px;
}

#content {
	float: left;
	width: 460px;
	padding-left: 13px;
	padding-top: 0px;
	position: relative;
	overflow: visible;
	z-index: 5;
}

.post {
	margin-bottom: 35px;
}

h3 {
	color: #656565;
	font-weight: bold;
	font-size: 1.1em;
	margin: 15px 0px;
	margin-top: 5px;
}

h3 a {
	color: #656565;
	text-decoration: none;
}

.post p {
	color: #676767;
}

.post a.more-link {
	float: right;
	position: relative;
	top: -10px;
}

.post a.more-link:link, .post a.more-link:visited {
	color: #999;
}

.post p.more a:link:hover, .post p.more a:visited:hover, .post p.more a:active {
	color: #333;
}

#footer {
	clear: both;
	width: 700px;
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	top: 15px;
}

#footer a.cavalerie {
	display: block;
	float: left;
	width: 93px;
	height: 30px;
	margin: 18px 14px;
}

#footer a.cavalerie img {
	display: block;
	width: 93px;
	height: 30px;
}

#footer a.edison {
	display: block;
	float: right;
	width: 90px;
	height: 23px;
	margin: 21px 14px;
}

#footer a.edison img {
	display: block;
	width: 90px;
	height: 23px;
}

#footer a.vh {
	display: block;
	margin: 0px auto;
	padding: 24px 0px 0px 0px;
	width: 150px;
	height: 25px;
}

#footer a.vh img {
	display: block;
	width: 150px;
	height: 25px;
}

input[type="text"], input[type="password"], input[type="search"], textarea {
	border: 1px solid #999;
	border-top-color: #444 !important;
	border-left-color: #444 !important;
	width: 210px;
	height: 16px;
	padding: 4px 5px;
	font-family: "Verdana";
	font-size: 1.0em;
	color: #555;
}

textarea {
	width: 400px;
	height: 175px;
	resize: none;
}

textarea.fullwidth {
	width: 448px;
}

.mceLayout {
	border: 1px solid #999 !important;
	border-top-color: #444 !important;
	border-left-color: #444 !important;
}

input[type="button"], input[type="submit"], .button, input[type="reset"] {
	background-color: #afc5c5;
	border: 1px solid #999;
	border-right-color: #444;
	border-bottom-color: #444;
	color: #333 !important;
	padding: 5px 10px;
	font-size: .9em;
	line-height: 150%;
	margin: 0px 4px 4px 0px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	cursor: default;
	outline: none !important;
}

.button {
	padding: 6px 10px;
}

input[type="button"], input[type="submit"].faded, .button.faded, input[type="reset"] {
	background-color: #e0e1e2;
}

input[type="button"].submit, input[type="submit"].submit, .button.submit {
	background-color: #afc5c5;
	border: 1px solid #999;
	border-right-color: #444;
	border-bottom-color: #444;
}

input[type="button"].red, input[type="submit"].red, .button.red {
	background-color: #e7b5b5;
	border-color: #c35353;
	border-bottom-color: #7f1212;
	border-right-color: #7f1212;
}

input[type="button"]:active, input[type="submit"]:active, .button:active {
	border-color: #111;
	border-right-color: #444;
	border-bottom-color: #444;
	outline: none !important;
}

.red:active {
	border-color: #c35353;
	border-top-color: #7f1212;
	border-left-color: #7f1212;	
}

#sidebar ul li div.dropdown {
	width: 15px;
	height: 15px;
	background: transparent url(images/drop-left.png) no-repeat center center;
	position: absolute;
	right: 12px;
	top: 2px;
	cursor: pointer;
}

#sidebar ul li.opened div.dropdown, #sidebar ul li.current_page_parent div.dropdown {
	background: transparent url(images/drop-down.png) no-repeat center center;
}

#sidebar ul li.current_page_parent div.dropdown {
	cursor: default;
}

#sidebar ul li.current_page_item ul.dropdown, #sidebar ul li ul.dropdown {
	display: none;
}

#sidebar ul li.current_page_item.opened ul.dropdown, #sidebar ul li.opened ul.dropdown, #sidebar ul li.current_page_parent ul.dropdown {
	display: block;
}

form table {
	border-collapse: collapse;
	margin: 10px 0px;
}

form table td {
	padding: 2px 4px;
	padding-left: 0px;
}

form td.submit {
	padding: 10px 1px;
	text-align: center;
}

div.message, div.error, div.notice {
	padding: 8px 4px;
	font-size: 0.9em;
	margin: 2px 0px;
}

div.message {
	background-color: #d4f7d5;
	color: #3e7e1f;
}

div.error {
	background-color: #f9e7c5;
	color: #7c6844;
}

div.notice {
	background-color: #f9e7c5;
	color: #7c6844;
}

div.message p, div.error p, div.notice p {
	margin: 3px 0px;
}

form {
	margin: 15px 0px;
}

.form-hiddenform {
	margin: -5px 0px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #e5ecf0;
	padding: 0px 5px;
	position: relative;
	top: auto;
	left: auto;
	width: 450px;
}

.form-hiddenform p {
	margin: 7px 0px;
}

a.iconlink {
	padding-left: 4px;
	text-decoration: none;
}

a.iconlink img {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}

ul.admin-list {
	padding: 0px;
	margin: 0px 0px -5px 0px;
	list-style-type: none;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

ul.admin-list li {
}

ul.admin-list li a {
	text-decoration: none;
	padding: 5px 8px 6px 5px;
	display: block;
	position: relative;
}

ul.admin-list li.odd a {
	background-color: #efefef;
}

ul.admin-list li a span {
	color: #666;
	display: block;
	font-size: 1.6em;
	font-family: Georgia, Times, "Times New Roman";
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -14px;
}

.header-sub-p {
	margin-top: 6px;
}

.admin-inzending td {
	line-height: 160%;
}

.form-hiddenform h4 {
	font-weight: 400;
	font-size: 1.15em;
	margin: 15px 0px 5px 0px;
}

h3 {
	margin-bottom: 5px;
	color: #333;
	font-weight: 400;
	font-size: 1.4em;
}

.description {
	color: #777;
	margin-top: 0px;
}

.description span {
	color: #000;
}

.inzendingen {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.inzending {
	margin: 20px 0px 0px 0px;
	color: #444;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.inzending h4 {
	font-weight: 700;
	font-family: Verdana;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.inzending h4 img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	right: 4px;
	float: right;
}

.inzending h4 a {
	color: #000;
	text-decoration: none;
}

.inzending p.datum {
	font-size: 0.85em;
	margin: 10px 0px 0px 0px;
	color: #666;
}

.inzending .bericht {
	font-size: 0.95em;
	color: #444;
}

.inzending .bericht p {
	margin: 4px 0px;
}

.inzending .afbeelding {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #fff;
	margin: 10px 0px;
	display: block;
}

.alignmiddle {
	position: relative;
	top: 3px;
	margin-top: -3px;
}

.trofeeIcon {
	margin-left: 15px;
}

.paginas {
	margin: 15px 0px 5px 0px;
	text-align: right;
}

.paginas a.current {
	text-decoration: none;
	color: #000;
	cursor: default;
}

form.reacties {
	margin: 15px 0px;
	padding: 25px 0px 0px 0px;
	border-top: 1px solid #999;
}

form.reacties table, form.inzenden .table {
	border-collapse: collapse;
	margin: 0px 0px;
}

form.reacties td, form.inzenden .table .td {
	vertical-align: top;
	padding: 3px 0px;
}

form.reacties input[type="text"], form.inzenden input[type="text"] {
	width: 300px;
	margin: 0px;
	padding: 6px 4px;
}

form.reacties textarea, form.inzenden textarea {
	height: 125px;
	width: 300px;
	margin: 0px;
	padding: 8px 4px;
}

form.inzenden textarea {
	height: 175px;
}

form.inzenden .span {
	width: 50px;
}

form.reacties td span, form.inzenden .table .td .span {
	display: block;
	padding: 6px 24px 6px 5px;
	background-color: #efefef;
	border: 1px solid #666;
	border-right: 0px;
	line-height: 125%;
}

form.reacties .captcha, form.inzenden .captcha {
	position: relative;
	top: -4px;
	left: -4px;
}

form.inzenden .tinymce_div {

}

form.inzenden .mceLayout {
	position: relative;
	margin: 0px 0px 0px 0px !important;
	top: 1px;
	left: 0px;
}

div.reactie {
	border-top: 1px solid #999;
}

div.reactie h4 {
	margin-bottom: 0px;
}

div.reactie p.datum {
	margin-top: 2px;
	font-size: 0.85em;
}

div.reactie div.bericht {
	margin: 5px 0px 20px 0px;
	font-size: 0.9em;
	width: 70%;
	color: #666;
}

.recensie {
	font-size: 0.85em;
}

.recensie p {
	display: block;
	clear: both;
	line-height: 140%;
}

.recensie p.rating {
	float: left;
	clear: none;
	position: relative;
	margin: 20px 0px 15px 0px;
}

.recensie p.rating img {
	width: 16px;
	height: 16px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.recensie p.rating img.logo {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	width: 125px;
	height: auto;
	position: relative;
	top: 1px;
	margin-right: 10px;
}

p.movie {
	margin-top: 25px;
}

img.alignright {
	border: 1px solid #ccc;
	padding: 4px;
	margin-top: -5px;
	float: right;
	display: block;
}

div.bestel {
	width: 244px;
	margin: 0px auto;
}

form.bestel {
	float: left;
	width: 122px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: -15px;
}

form.bestel strong {
	margin-bottom: -10px;
	display: block;
	text-align: center;
}