/* CSS Document */

/**************************** HTML elements ***********************************/
body, html {
	background: #FFFEE2;
	color: #333333;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: tahoma;
	font-size: 12px;
}

a {
	color: #0033FF; /* #F3F010; */
	text-decoration: none;
}



a:hover {
	color: #0033FF; /*#F3F010; */
	text-decoration: underline;
}


ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	padding: 0px;
}


div#menutop {
	background-color: #900018;
	margin-left: auto;
	margin-right: auto;
}

div#menutop li {
	float: left;
}

div#menutop a {
	display: block;
	position: relative;
	padding: 2px 7px 2px 7px;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12px;
	color: #FFF;
	background-color: #900018;
	text-transform: uppercase;
	text-decoration: none;
}

div#menutop a:hover {
	text-decoration: none;
	background-color: #FF6600;
}



/* special markup for the entry title */
h3 {
	margin: 0.2em 0 0.6em 0;
	color: #333;
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 15px  tahoma;
}



h4 {
	font-size:14px;
	margin: 1.3em 0 0 0;
}


p {
	font: 12px  tahoma;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

tt {
	font-family: tahoma;
	font-size: 13px;
	
}

hr {
	margin: 1em 0.1em;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}


p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* Container */
#content {
	border: 0px solid #999;
	margin: 0 auto;
	max-width: 763px;
	width: expression(document.body.clientWidth > 763? "763px": "auto" );
	background-color: #FFF;
}

#header {
	background: #FFF url(http://hotel-dedoelen.nl/images/header.jpg) no-repeat top center;
	width: 100%;
	height: 108px;
	margin: 0;
	padding: 0;
}

/* menubalk */
#menubalk {
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #fff url(menubalk.gif) no-repeat top center;
	border-bottom: 0px solid #777;
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 351px;
	font-size:12px;
	line-height: 2.5em;	
	margin: 0;
	padding: 3px 7px 0 7px;
	float: left;
	background-color: #FFFEE2;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 502px;
	font-size: 12px;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

.pmo {
	white-space: nowrap;
	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 12px;
	line-height: 2.5em;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
	line-height: 1.4em;
	border-bottom: 1px dashed #999;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}


/* secondary info: post date, poster, category, number of comments */
.poster { 
     color: #fff;
     font-size: 10px;
     text-decoration: none; 
}

.poster a { 
     color: #F3F010;
     text-decoration: none; 
}

.poster a:hover { 
     color: #F3F010;
     text-decoration: underline; 
}



/* all other information goes here */
#secondary {
	background: #900018 url(../../images/left.jpg) no-repeat top center;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#linkdump {
	background-color: #FFFEE2;
	position: relative;
	top: 0;
	left: 0;
	width: 198px;
	height: 100%;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
	margin: 0px;
	padding: 0px;
}

#secondary p, #linkdump p {
	line-height: 1.4em;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
}


.images {
	background-color: #900019;
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;	
}

.titel {
	border: 0px solid #000;
	margin: 3px 0 0 0;	
}

.misc {
	background: #FFFEE2 url(../../images/rechtstop.jpg) no-repeat top center;
	border: 0px solid #000;
	padding: 4px;
}

h3 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	font-family:	"Tahoma", sans-serif;
}

h4 .date {
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"Tahoma", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 10px;
	color: #555;
	padding: 0em 0px 0.6em;
}

/* a nice footer */
#footer {
	background-color: #900019;
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both; border-top: 1px solid #FFF; padding: 3 px;
}

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	border: 1px inset #555;
	padding: 2px;	
	background-color: #F8F8F8;
	width: 110px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #555;
	background-color: #DDD;
	width: 50px;
}



/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }


