/*******************************************************************************
* mojito_structure.css
* -------------------
* created : August 30, 2004
* copyright : GPL version 2
* creator : Kevin Wetzels
* email : kevin.wetzels@gmail.com
* web : http://legion.gibbering.net/el/
********************************************************************************
*
* This template is free; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*******************************************************************************/

/**************************** HTML elements ***********************************/
body, html {
	background: #FFFFFF;
	color: #000000;
	margin: 10;
	padding: 0px 10px;
	font: 8pt/14pt "trebuchet ms", "arial", sans-serif;
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	color: #BB8800; /* #0066cc; */
	text-decoration: none;
}



a:hover {
	color: #FFBB00; /*#ff6600; */
	text-decoration: none;
}

h1 {
	margin: 0 0 0 48px;
	padding: 24px 0 0 0;
	font-size: 29pt;
	font-family:  "trebuchet ms", "arial", sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 72pt;
}

h2 {
	margin: 0.2em 0 0.6em 0;
	padding-left: 0px;
	color: #666666;
	font-size: 9pt;
	font-family:  "trebuchet ms", "arial",serif;
}

/* special markup for the entry title */
h3 {
	margin: 0.2em 0 0.6em 0;
	padding-left: 0px;
	color: #BB7700;
	font-size: 11pt;
	font-family:  "Trebuchet ms", "Comic Sans MS", Georgia, "Times new Roman",serif;
	font-weight: bold;
	line-height: 14pt;
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: 1px;
	font: bold 14pt/18pt  "trebuchet ms", "arial", sans-serif;
}

h6 {
	margin: 0 0 0 16px;
	padding: 0px 0 0 0;
	font-size: 8pt;
	font-family:  "trebuchet ms", "arial", sans-serif;
	letter-spacing: 0px;
	line-height: 12pt;
}

h1 a, h1 a:hover {
	text-decoration: none;
	color: #FFBB00;
}

h5 a, h5 a:hover {
	text-decoration: none;
	color: #555555;
}


h6 a {
	text-decoration: none;
	color: #FFFFFF;
}

h6 a:hover {
	text-decoration: none;
	color: #FFBB00;
}

h1.top {
	color: #BB7700;
	margin-top: 0;
	margin-left: 39px;
	padding: 0px;
}

h5.top {
	color: #666666;
	margin-top: 0;
	margin-left: 15px;
	padding: 0px;
}


h1.shadow, h5.shadow {
	color: #000;
}


h4 {
	font-size: 13pt;
	margin: 0.3em 0 0 0;
}


p {
	font: 9pt/11pt "trebuchet ms", "arial",sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

p.strong {
	color: #BB7700;
                font: 9pt/11pt "trebuchet ms", "arial",sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;

}


tt {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	
}

hr {
	margin: 1em 0.1em;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 13pt;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

p.entry-navigation {
	color: #666;
	text-align: center;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* Container */
#container {
	border: 0px solid #999;
	max-width: 690px;
	width: expression(document.body.clientWidth > 690? "690px": "auto" ); 

/*	margin: 0px auto; */
	margin: 0px; 
	background-color: transparent;
	background-image: url(achtergrond.gif);
	background-position: top left;
	background-repeat: repeat;

}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	color: transparent;
	border-bottom: 0px solid #777;
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 340px;
	font-size: 10pt;
	line-height: 16pt;	
	margin: 10 0px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {

	width: 440px;
	font-size: 9pt;
	line-height: 11pt;	
	margin: 5px 0px 0 0;
	padding: 24px 12px 0 12px;
	background-color: transparent;
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: 9pt;
	line-height: 30pt;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
	line-height: 11pt;
	border-bottom: 0px solid #FF0000;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}


/* secondary info: post date, poster, category, number of comments */
.info {
	color: #666666;
}



/* all other information goes here */
#secondary, #linkdump {
float: left;
/*	background-color: #848484; */ 
	background-color: transparent; 

	position: relative;
	top: 0;
	left: 0;
	width: 206px;
	font-size: 9pt;
	line-height: 16pt;
	margin: 0 0px 0 0;
	padding: 18px 0px 0 0;
	border: 0px solid #0F0;
}


#secondary p, #linkdump p {
	line-height: 17pt;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0px 8px 0;
	padding: 0 0 0 0px;
	font: 9pt 	"trebuchet ms", "arial", Georgia, "Times new Roman",serif;
	color: #444444;
}

#secondary a, #linkdump a{
	color: #FFFFFF;
}

#secondary a:hover, #linkdump a:hover{

	color: #FFBB00; /*#ff6600; */
}


#tagcloud {
	line-height: 20pt;
}
 
#tagcloud a {
	line-height: 20pt;
}

#tagcosmos { 
	line-height: 20pt;
}
 
#tagcosmos a { 
	line-height: 20pt;
}

#tagcloudmenu {
	line-height: 20pt;
}
 
#tagcloudmenu a {
	line-height: 20pt;
}



/* 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; 
}

.calendarlink {
	margin: 0.3em 0 0.5em !important;
	border-bottom: 0px solid #0FD; 
	font-size: 9pt;
}

.about-box {
	border: 1px solid #AAA;
	background-color: #BECED6;
	padding: 6px;
	color: #2F446B;
	margin: 0px 5px 15px 15px;	
}



.misc {
	border: 0px solid #AAA;
	background-color: transparent;
	padding: 0px;
	color: #444444;
	margin: 10px 15px 10px 15px;	
}


p .category {
	font-size: 9pt;
	float: right;
	font-weight: normal;
//	padding-top: 1px;
//	padding-right: 9px;
	font-family:	"trebuchet ms", "arial", sans-serif;
	color: #000000;
}
h3 .date {
	font-size: 8pt;
	float: right;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 8px;
	font-family:	"trebuchet ms", "arial", sans-serif;
	color: #888888;
}

h4 .date {
	font-size: 9pt;
	float: right;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	font-family:	"trebuchet ms", "arial", sans-serif;
}


p.comments {
	padding-top: 0.4em;
}

p.comment-footer {
	font-size: 11;
	line-height: 16pt;
	color: #555;
	padding: 0em 0px 0.6em;
}



/* a nice footer */
#footer {
	width: 100%;
	text-align: center;
	color: #666666;
	clear: both;
}

/* these styles are for the calendar widget */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 10pt;
	background-color: #aaaaaa;
}


.calendarHeader {
	font-weight: bold;
	color: #000;
	background: #eee;
	margin: 0px;
	padding: 2px 5px;
	font-size: 11px;
}

.calendarToday {
	background-color: #aaa;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.calendar {
	/* only the calendar has a line, not the individual cells */
	border: 1px solid #333;
	padding: 0px;
	width: 175px;
}

table.calendar td {
	text-align: center;
}

.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #24B;
	text-decoration: none;
}

/* end of the calendar styles */



.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, .result-searchbox { 
	width: 130px; 
	font-size: 9pt;
	font-family:	"trebuchet ms", "arial", sans-serif;
	color: #BB7700;	
	border: 0px;
}

.searchbox:hover, .result-searchbox:hover  {
	border: 0px;
}
	
.searchbutton, .result-searchbutton {
	border: 0px outset #555;
	font-size: 9pt;
	width: 40px;
	height: 20px;
	font-family:	"trebuchet ms", "arial", sans-serif;
	background: #FFBB00;
	color: #BB7700;	
	border: 0px;

}


/* 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; }
