/*
Theme Name:Marissa Evers
Theme URI:http://www.marissaevers.nl/
Description:tailor made for Marissa Evers
Version:1.0
Author:Arthur Nieuwenhuijs
Author URI:http://zbrass.com
Tags:zbrass
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black;
	color: #bfbfbf;
	text-align: center;
	}
#page, #page_home, #page_cv {
	text-align: left;
	}

#header {
	background: 0;
	}

#headerimg 	{
	padding-top: 5px;
	margin: 0px;
	padding-left: 50px;
	background-position: 0;
	width: 250px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
		font-style: normal;
		font-weight: normal;
		font-family: "American typewriter", Courier, Monaco, monospace;
	}

h1 {
	letter-spacing: 0.2em;
	font-size: 25px;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 20px;
	}

h2 .nav {
	color: white;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	}

h4 { margin: 0px; font-size: 1.2em; }
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-transform: lowercase;
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {color: #d8d8d8;}

#post h2{
}

h3, h3 a, h3 a:visited {
		font-style: normal;
		font-weight: normal;
		color: white;
	}

.right_txt h3{ 
	padding-top: 5px;
	text-transform: lowercase; 
	font-size: 18px; 
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

.entry p a:visited {
	color: #cc0000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, .nieuwsmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #6699cc;
	}

a:hover {
	color: #0099ff;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page_home {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/M_closed.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	}

#page_cv {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/M_cv2.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	}

#page {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/M_open.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	}

#header {
	float: left;
	width: 250px;
	display: block;
	margin: 0px;
	padding: 0;
	}

#headerimg {
	float: left;
	}

#s_follow {
	padding-right: 125px;
	padding-top: 5px;
	float: right;
	margin: 0;
	}
#nav {
	margin-left: 50px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	float: left;
	z-index: 99;
	width: 250px;
}

/* #nav a { height: 25px; padding-right: 5px; padding-left: 5px; margin-right: 5px; font-size: 14px; background-color: #fc0 } */

#content {
				padding: 0px;
				margin: 0px;
			}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	clear: both;
	min-height: 670px;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	}
	
.scrollImage {
	display: block;
	float:left;
	margin:0;
}

.scrollImage img {
	display: inline-block;
	float:left;
	}

.post {
	padding: 0px;
	text-align: left;
	}

#txt {
	margin-right: 5px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 550px;
	float: left;
	display: block;
}
#right_bar{ margin-left: 10px; margin-top: 62px; float: left; }

#right_flag{ margin-left: 10px; margin-top: 0px; float: left; }

#post {
		margin-left: 30px;
		margin-bottom: 0px;
		margin-right: 30px;
		margin-top: 0px;
	}

#port_post {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/port_back.png);
	text-align: center;
	color: #d8d8cd;
	padding-right: 10px;
	padding-left: 10px;
	height: 130px;
	width: 172px;
	position: absolute;
	top: 130px; left: 0;
	}
	
#port_post a {
	color: #d8d8cd;
	}
	
.port_wrap {
	background-color: #1d1d23;
	padding: 0px;
	width: 192px;
	height: 130px;
	position: relative;
	overflow: hidden;
	float: left;
	}


.port_wrap img {
	position: absolute;
	top: 0; left: 0;
	}
	
hr {
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #656b60;
	border: 0px;
	color: #656b60;
	display: block;
	width: 100%;
	height: 1px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
		margin-left: 10px;
		margin-bottom: 0px;
		margin-right: 0;
		margin-top: 15px;
	}

.nieuwsmetadata {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 0px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0px;
	margin: 0;
	}

h2 {
	margin: 0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.entry h3{
	margin-top: 5px;
	font-size: 22px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h1.title {
	padding-top: 5px;
	padding-bottom: 25px;
}

h2.title {
	text-transform: lowercase;
	padding-top: 10px;
	padding-bottom: 25px;
}

/* End captions */

h1.footer {
		letter-spacing: 0.2em;
		font-size: 2em;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 10px;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-right: 20px;
		padding-top: 15px;
		display: inline-block;
		font-variant: small-caps;
		text-transform: none;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
	}

h1.footerN {
		font-size: 3em;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 10px;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-right: 20px;
		padding-top: 10px;
		display: inline-block;
		font-variant: small-caps;
		text-transform: none;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
	}

#rights, #rights a {
		color: #666666;
		font-style: normal;
		font-weight: normal;
		text-transform: lowercase;
		text-decoration: none;
		text-align: center;
	}

#mmmm {
		margin-right: 60px;
		margin-top: -105px;
		float: right;
	}

.flat {
		font-style: normal;
		font-weight: normal;
	}

.cv_txt {
		padding-bottom: 25px;
		padding-top: 5px;
		margin-top: 20px;
		background-color: black;
		padding-left: 15px;
		padding-right: 15px;
		-khtml-border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
.cv_txt p {
		margin-bottom: 10px;
	}
.form_txt {
		list-style-type: none;
		padding-bottom: 25px;
		padding-top: 5px;
		margin-top: 20px;
		background-color: black;
		padding-left: 15px;
		padding-right: 15px;
		-khtml-border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}	
#mp_mail_links_mailinglists ul li {list-style-type: none;}
	
/* bottomlines */

#bottomlines {
	font-size: 10px;
	position: relative;
	margin-bottom: 0px;
	width:1000px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:15px;
	overflow: hidden;
}

#bottomlines, #bottomlines ul, #bottomlines li {
	list-style-type: none;
}

 #bottomlines h3 {
	text-transform: lowercase;
	color: white;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#bottomlines h3 a {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
} 

#bottomlines li {
	padding: 10px;
	margin: 3px;
	border-width: 1px;
	border-color: #1d1d23;
	border-style: solid;
	float: left;
	width: 280px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow: hidden;
	}
	
#bottomlines li:hover {
	border-width: 1px;
	border-color: #25252d;
	border-style: solid;
	float: left;
	overflow: hidden;
	}
	
#bottomlines a, #bottomlines a:visited {
	color: white;
	height: 110px;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#bottomlines a:hover,#bottomlines a:active{
	color: white;
	display:block;
	}
	
img.sidenail{background-color:#f2f2f2;border-color:#e5e5e5;border-style:solid;border-width:1px;display:block;margin:5px auto;max-height:75px;max-width:150px;overflow:hidden;padding:2px}
img.nieuwsnail{ margin-bottom: 5px; margin-right: 15px; margin-top: 5px; float: left; background-color:#f2f2f2;border-color:#e5e5e5;border-style:solid;border-width:1px;display:block;max-height:75px;max-width:150px;overflow:hidden;padding:2px}
.wordtube{ margin-top: 35px; }
.volvic{ margin-top: 85px; }
#flag{ 
	margin-left: 900px; 
	margin-top: 5px; 
	height: 32px; 
	width: 32px; 
	position: absolute; 
	display: block; 
	}

#kraan{ 
	margin-left: -40px; 
	margin-top: 534px; 
	background-position: left top; 
	height: 121px; 
	width: 105px; 
	background-image: url(images/kraan1.png); 
	background-repeat: no-repeat; 
	position: absolute; 
	display: block; 
	}

.kraan_link{ 
	position: absolute; 
	height: 121px; 
	width: 105px;
	cursor:pointer; 
	}
.kraan_link a{ 
	display: block; 
	height: 121px; 
	width: 105px; 
	}
.kraan_link span{ 
	display: none; 
	}
	
#homebut{   
	margin-left: 905px;   
	position: absolute;   
	margin-top: 563px; 
	background-position: center top; 
	height: 40px; 
	width: 34px; 
	background-image: url(images/m_kl.png); 
	background-repeat: no-repeat; 
	display: block; 
	}

.homebut_link{ 
	position: absolute; 
	height: 40px; 
	width: 34px;
	cursor:pointer; 
	}
.homebut_link a{ 
	display: block; 
	height: 40px; 
	width: 34px; 
	}
.homebut_link span{ 
	display: none; 
	}
#lokvogel{
	}

