/*   
Theme Name: MVEFilm
Theme URI: http://www.mvefilm.nl
Description: Theme for the non-blog website mvefilm.nl
Author: David
Author URI: none
*/

html, body {
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	height: 100%;
}
	
td {
	vertical-align: top;
}

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

p {
	margin: 0;
	margin-bottom: 7px;
	margin-top: 2px;
}

/* Begin Images */
img {
	border: 0px;
	margin: 8px;
	margin-top: 2px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}
/* End Various Tags & Classes*/

/* Begin Hyperlinks */
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
/* End Hyperlinks */	
	
/* Begin Structure */	
#container {
	width: 792px;
	background-color: #fff;
	min-height:400px;
	height:auto !important;
	height:400px;
	background-color: transparent;
}

#centerPane, #rightPane, #leftPane {
	padding: 0px;
}	

#centerPane {
	background-image: url('images/bg_content.png');
	background-repeat: repeat;
	padding-bottom: 0;
}
			
#leftPane, #rightPane {
	background-image: url('images/bg_tile.png');
	background-repeat: repeat;
	background-position: left top;
	width: 50%;
}

#leftPane {
	background-position: right top;
}

#topShade {
	background-image: url('images/bg_tile_shade_bottom.png');
	background-repeat: no-repeat;
	height: 17px;
}

#logo {	
	margin-right: 48px;
	margin-top: 29px;
	margin-bottom: 15px;
	text-align: right;
}

.shadow_box {
	background: url('images/shadow.gif');
	background-position: right bottom;
	padding-right: 5px;
	padding-bottom: 5px;	
}

.shadow_subbox {
	margin-top: -5px;
	margin-left: -5px;
}

.error {
	margin-bottom: 20px;
	border: 1px solid #fff;
	padding: 5px;
	font-style: italic;	
	width: auto;
}

.mo:hover {
	cursor: pointer;
}

.mo {
	border: 1px solid red;
	z-index: 1000;
}


/* End Structure */

/* Begin Forms */
.input_field {
	width: 160px;
	font-family: Verdana;
	font-size: 13px;
	border: 1px solid #000;
	margin-top: 3px;
	margin-bottom: 9px;
	display: block;
}

.button {
	margin-left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
	background-color: #fff;
}
/* End Forms */

/* Begin Content */
.content_box {
	width: 712px;
	margin-left: 43px;
	margin-bottom: 10px;
}

.content_subbox {
	border: 1px solid black;
	padding: 18px;
	background: url('images/content_tile.png');
	background-repeat: repeat;
	overflow: auto;
	width: 678px;
}

.content_type {
	color: #d8b67c;
	font-weight: bold;
}

.content_date {
	font-size: 12px;
	font-style: italic;
}

.content_title {
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
}

.content {
	color: #fff;
}

.content img {
	border: 1px solid white;
	margin-right: 25px;
}
/* End Content */

/* Begin Lists */
.preview ul {
	margin: -1px;
	padding: 0px;
	padding-top: 9px;
}

.preview li {
	list-style-position: outside;
	list-style-type: none;
	color: #fff;
	padding: 2px;
	margin-left: 0px;
}
/* End Lists */
