/* 
Template: 	Butterfly v1.1.
Author: 	Cissi Tsang.
Author URI:	http://arach.net.au/~electrawoman
Created: 	10th July, 2005.

This template is free for distribution and modification, but please
retain this portion of the stylesheet.*/
/*background: #686868 url(http://www.eamel.net/images/body-bg2.jpg);
/*background: #686868 url(http://www.eamel.net/images/nature_0024.jpg) fixed;
/*background: #C5E3FF url(http://www.eamel.net/images/bg2.gif);
/*background: #C5E3FF url(http://www.eamel.net/images/lui_paard.jpg);

/* Basic typography. */

body { 
	background: #FFFFFF url(http://www.eamel.net/images/skutsje1600.jpg) fixed;
	width: auto; margin: auto;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	 }

a { 
	color: #000000; 
	text-decoration: underline;
	 }

a:visited { 
	color: #666; 
	text-decoration: underline; 
	}
		
blockquote { 
	background: #fff url(quote.gif) top left no-repeat;
	}
         
/* Accessibility tags. These hide the tags to prevent the design
from altering. Firstly, the search box. */

.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; }

/* Styles for the search box. */

.searchbox { 
        width: 9em; 
	font-size: 8pt;
	border: 1px solid #000000; 
        }

.searchbutton { 
	border: 1px solid #000; font-size: 8pt; 
	}

/* Additional accessibility tags. */

hr {visibility: hidden; display: none;}

.skiplink {visibility: hidden; display: none;}

/* The #page attribute ensures that content remains 
within the specified perimeters */

#page { width: 650px; margin: 20px 0 0 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	 }

/* The #header attribute controls the top of the content. */

#header { 
	width: auto;
	height: 240px;
	border-bottom: 1px solid #000000;
	background: #fff url(images/header.jpg) no-repeat;

	 }
	
.headertext { 
	float: right; width: 400px;
	padding-top: 10px;
	text-align: right;
	}

h1 { 	
	margin-top: -10px;
	font-size: 30pt; font-style: italic; font-weight: normal;
	font-family : Arial, Georgia, "Times New Roman", Times, serif; 
	 }

.headersubtext { 
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: right; 
	}

h2 { 
	margin-top: -10px; 
	font-size: 15pt; font-style: italic; font-weight: normal;
	font-family : Arial, Georgia, "Times New Roman", Times, serif;	
	}

/* The #menu controls the optional navigational area. */

#menu { 
	width: auto;
	border: 10px solid #ffffff;
	text-align: center;
	 }

#menu ul { 
	margin: 0; padding: 0; 
	border: 0;
	}

#menu li { 
	display: inline; padding: 10px;
	font-size: 13pt; color: #000
	}
	
#menu a { 
	padding: 10px;
	border-bottom: 1px solid #878484; 
	text-decoration: none;  
	}

#menu a:visited { 
	text-decoration: none; 
	}
	
#menu a:active { 
	text-decoration: none; 
	}

#menu a:hover { 
	background-color: #878484; color: #ffffff; 
	}

/* The main entries. "#left" defines the area where the 
content will be held; ".content" defines each separate entry.*/

#left { width: 450px; 
	border-left: 10px solid #ffffff;
	text-align: left; }
	
.content { margin-top: 15px; padding: 0 20px 0px 0;
	border-right: 1px solid #eeeeee;
	color: #000000; font-size: 11pt; line-height: 15pt; }	

h3 { 
	border-bottom: 1px solid #000000; 
	color: #000000;
	font-size: 14pt; font-weight: bold; 
	}
	
h3.category { 
	padding: 5px; background-color: #FFFFFF; 
	color: #9C9C9C; text-transform: uppercase;
	text-align: center;
	font-size: 10pt; font-weight: bold;
	border: none;
	}
	
h3.date { 
	padding: 5px; margin-top: -10px; 
	background-color: #FFFFFF; color: #9C9C9C;
	text-align: center;
	font-size: 10pt; font-weight: bold;
	border: 0px solid #000000;
	}


/* The entry footer for the comments, permalink, etc. */

.entryfooter { 
	width: auto; margin: 10px 20px 20px 0;
	font-size: 10pt;	
	text-align: right; 
	}

.entryfooter a { 
	border-bottom: 2px solid #c0c0c0;
	color: #878484; 
	text-decoration: none;
	 }

.entryfooter a:visited { 
	color: #878484; 
	text-decoration: none; 
	}

.entryfooter a:active { 
	color: #878484; 
	text-decoration: none; 
	}

/* Styles for the comment form. */
	
.commentform input { 
	margin: 1px; padding: 2px;
	background-color: #fff;
	color: #000000; 
	font-size: 8pt;
	border: 1px solid #000000; 
	}

.commentform textarea { 
	margin: 1px; padding: 2px;
	background-color: #ffffff;
	color: #000000;	
	font-size: 8pt;
	border: 1px solid #000000; 
	}

/* The column area. "#right" defines the  area where the content will be held and ".rightcontent" defines each entry. */

#right { 
	float: right; width: 160px;
	text-align: left;
	border-right: 10px solid #ffffff; 
	}

.rightcontent { 
	margin-top: 15px; padding-bottom: 5px;
	color: #000000; 
	font-size: 7pt; line-height: 13pt; 
	}

.rightcontent ul {
	margin: 0; padding: 0; width: auto;
	}
.rightcontent ul li {
	display: block; list-style: none;
	}

/* The #footer" attribute, where the small print is contained. */

#footer { 
	padding: 20px;
	font-size: 8pt; line-height: 14pt; color: #000000; 
	text-align: center; }

/* The #footer2" attribute is an empty space beneath the #page. It is for the 
benefit of IE users. */

#footer2 { width: 650px; height: 20px; }

/* End of the template. I hope you enjoyed it. */


/* 

Appendix: the main colours used were:

#ffffff: The background.
#cc0000: The menu hover links.
#000000: Text and link color.
#666666: Visited links color.

*/


</body>