/* 

Template: 	Blue Bayou.
Author: 	Cissi Tsang.
Author URI:	http://arach.net.au/~electrawoman
Created: 	13th March, 2005.

This template is free for distribution and modification, but please
retain this portion of the stylesheet.*/

/* Basic typography. */

body { 
	background: #183441;
	text-align: center;
	width: 980px; margin: auto; padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

a {text-decoration: none; color: #90aa9c;}

a:hover {color: #C7CFB4;}

/* Accessibility options. 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; }

/* Speaking of the search box, here are some styles to make it
look nice. */

.searchbox { 
	padding: 2px; margin-right: 10px; width: 8em; 
	background-color: #fff; border: 1px solid #000;
	font-size: 10pt; color: #000; 
	}
	
.searchbutton { 
	padding: 1px;
	border: 1px solid #000;
	font-size: 10pt; color: #000;
	}
	
/* Additional accessibility codes. "hr" hides the borders can be seen in the "text-only" version, 
while the "skiplink" option allows people quick access to certain parts of the page. 
"Off" hides elements from view in the default stylesheet. */

hr {visibility:hidden; display:none;}
	
.skiplink {visibility: hidden; display:none;}	

.off {visibility: hidden; display: none;}

/* Optional - styles for the images code. */

.pivot-image {padding: 0px; border: 3px solid #fff;}

/* Page starts here. The #container ensures that the content remains within the 
specified perimeters. */

#container {width: 980px; margin: 10px 0 0 0; padding: 0; text-align: left;}

/* The header and the top navigation. */

#header {width: 980px; height: 220px; text-align: left; margin-top: 20px; float: left;}

.nav {
	width: 270px; height: 220px; margin: 0 10px 0 0;
	float: left;  
	}
	
.nav ul {
	margin: 0; padding: 0 20px 0 20px ; 
	list-style-type: none;
	}
	
.nav ul li {
	padding: 5px 0 5px 0; display: block; border-bottom: 2px solid #fff; 
	font-size: 9pt; color: #458B00; line-height: 1.6em; 
	}
	
	/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 
	IE users will simply not see any changes. */

.nav ul li:hover {
	background-color: #626a73;
	}

.title {
	float: left; margin: 0 0 0 0;
	width: 980px; height: 330px; 
	}
	
.star {
       float: left; background: url(kiekje.jpg) left no-repeat; height: 550px; width: 150px;
       }

h1 {
	float: left; 
	padding: 20px 0 0 0;
	color: #fff; font-weight: normal; font-size: 14pt; 
	}

/* This is the image. */

#middle {
	float: left; width: 980px; height: 115px; 
	text-align: left; 
	}

/* Column content. "#left" controls the general area, while ".block" controls each individual entry. */

#left {
	float: left; width: 220px; margin-top: 40px;
	text-align: left;  border-right: 2px solid #fff;
	}

		/* Below is an example of how you can incorporate images into text. */

h3.left {
	height: 20px; padding: 0px 0 0 0px;
	font-size: 11pt; color: #fbfff4; font-weight: bold; 
	}

.block {
	width: 220px; padding-bottom: 5px;
	}

.block h4 {
	height: 15px; padding: 1px 0 0 15px;
	font-size: 11pt; color: #3d606e; font-weight: bold;
	}

.block ul {
	margin: 0; padding: 0 20px 0 20px; 
	list-style-type: none; 
	}
	
.block ul li {
	padding: 5px 0 5px 0; display: block; border-bottom: 2px solid #fff; 
	font-size: 9pt; color: #466b5d; line-height: 1.6em; 
	}
	
.block ul li:hover { background-color: #fff;}


/* The right content, where the main content is held. "#right" controls the general area, ".content" controls
each individual entry, "entryfooter" controls the bottom of each entry.*/

#right {
	float: right; width: 730px; margin-top: 30px; 
	text-align: left; 
	}

h2 {
	font-size: 15pt; color: #90aa9c; font-weight: normal;
	}
	
h2.main {
	font-size: 16pt; color: #d1dbbc; font-weight: normal; line-height: 1.7em; 
	border-bottom: 2px solid #fff;
	}
	
h3 {
	font-size: 9pt; color: #90aa9c; font-weight: normal; 
	text-transform: uppercase;
	}

h4 {
	font-size: 9pt; color: #90aa9c; font-weight: normal; 
	}

.content {
        background: #183441;
        color: #fbfff4;
	width: 710px; padding-bottom: 20px; padding-left: 20px;
        	font-size: 10pt; line-height: 1.7em; 
	}
	
.entryfooter {
	width: 710px; padding-bottom: 10px;
	text-align: right; color: #3d606e;
	}

.gravatar { 
                float: left; 
                text-align=bottom;
                border: 2px solid #fff;
                padding: 1px 1px 1px 1px; 
                } 

/* End of the stylesheet. I hope you enjoyed it. */
/*	text-align: justify; */
/*             text-transform: uppercase; */
/*	border-bottom: 1px dotted #fff; */
