/*
Theme Name: Martine Mussies
Version: 1
Author: Gwendolyn
*/



/* standaard */	

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(images/mainbg.jpg);
	font-family: georgia;
	font-size: 11px;
	color: #604F42;
}
a {
	color: #697056;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #DD8FAC;
}
b {
}
u {	

}
i {

}
strong {

}
blockquote {
	color: #404040;
	font-size: 8pt;
	padding: 15px;
	margin: 20px;
}
input, textarea {
	background-color: #f6f6f6;
	border: #ffffff 1px solid;
	border: #eaeaea 1px solid;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

hr {
	color: transparent;
	background-color: transparent;
	margin: 10px;
	padding: 10px;
	border: #ffffff 0px solid;
}

/* menu */

.sidebar {
	text-align: left;
	font-size: 11px;
	color: #604F42;
	line-height: 17px;
}

/* footer */

.footer {
	font-family: arial;
	font-size: 11px;
	color: #DD8FAC;
}
.footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
	color: #C85C70;
}

/* content */

.main {
	text-align: justify;
	font-family: georgia;
	font-size: 12px;
	color: #604F42;
	line-height: 20px;
	margin: 0px;
	align: center;
}

p.meta {
	font-size: 8pt;
	font-family: arial;
	text-align: left;
	border-top: #6A5C52 1px solid;
	padding-top: 5px;
}
p.meta a {
}
p.meta a:hover {
	text-decoration: none;
}
.date{
	float: left;
	padding: 2px;
	margin: 0px 10px 5px 0px;
	width: 50px;
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.commentmetadata {
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	color: #404040;
}
.commentmetadata a {
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	color: #F5B7C1;
	font-weight: bold;
}
.commentmetadata a:hover {
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	color: #F5B7C1;
}

/* titels */


h2 {
	font-family: georgia;
	font-weight: normal;
	text-align: left;
	font-size: 24px;
	letter-spacing: -1px;
	color: #B76D89;
	line-height: 120%;
	font-style: italic;
	margin: 0px;
}
h1 {
	font-family: georgia;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	letter-spacing: -1px;
	color: #6A5C52;
	line-height: 120%;
	font-style: italic;
	margin: 0px;
	border-bottom: #6A5C52 1px solid;
}
h3 {
	font-family: georgia;
	font-weight: normal;
	text-align: left;
	font-size: 24px;
	letter-spacing: -1px;
	color: #C33D56;
	line-height: 120%;
	font-style: italic;
	margin: 0px;
}
h4.post-date {
	margin: 0;
	font-size: 7pt;
	font-family: verdana;
	text-align: left;
	color: #3E352E;
	font-weight: normal;
} 


/* afbeeldingen */

img.border {
	background: #fff;
	padding: 9px;
	margin: 1px;
	border: 1px #eaeaea solid;
	_border: 10px solid #f6f6f6; 

}
a:hover img.border { 
	background: #fff;
	padding: 9px;
	margin: 1px;
	border: 1px #c0c0c0 solid;
	_border: 10px solid #eaeaea; 
}
img {
	border: 0px solid #ffffff;
}


/* layout */

#schaduw {
	width: 830px;
	margin: 0px auto;
	background: url(images/schaduw.jpg);
} 
#layout {
	text-align: left;
	background-color: #3D342F;
	margin: 0px auto;
    padding: 0px;
    width: 800px;
} 
#lamp {
    width: 200px;
    height: 193px;
	float: left;
} 
#header {
    width: 600px;
    height: 193px;
	float: right;
    background: url(images/header.jpg);
} 
#menuline {
	clear: both;
	vertical-align: bottom;
	height: 37px;
	padding-top: 13px;
	line-height: 90%;
	text-align: right;
	padding-right: 38px;
	width: 762px;
	background: url(images/menuline.jpg);
}
#contenttop {
	width: 800px;
	height: 53px;
	background: url(images/contenttop.jpg);
}
#content {
	width: 800px;
	background: url(images/bg.jpg);
}
#sidebar {
    width: 230px;
    float: left;
	padding-left: 20px;
	padding-right: 20px;
} 
#main {
    width: 470px;
    float: right;
	padding-left: 30px;
	padding-right: 30px;
}
#footer {
	width: 800px;
    clear: both;
    height: 51px;
    background: url(images/footer.jpg);
	text-align: center;
	padding-top: 60px;
} 
#line {
	height: 20px;
	width: 100%;
	background: transparent;
}