/************************************	

	Jedyte PureLand website			
	CSS stylesheet				

	Wim R. Crols
	wo jul 21 14:07:12 CEST 2004

/************************************/


body {
	font: 11pt/1.4 normal "Bitstream Vera Serif", "Georgia", serif;
	color: #020;
	margin: 0em;
	background: #000600 url(PureLand-Bg.jpg) no-repeat;
}

#footer, h3, .postFooter {
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Verdana", sans-serif;
}

a {
	color: #fff;
}

a:hover, #menu li a:hover, #archive li a:hover, #ads li a:hover, #blogroll li a:hover {
	color: #361; 
}

div.boxed {
	border: 3px #fff solid;
	position: absolute;
}

div h3 {
	color: #372;
	font-size: 1.4em;
	font-weight: normal;
}

div h4 {
	color: #020;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em;
	margin-top: 2em;
	border-bottom: 3px solid #fff;
	width: 50%; 
}

div img {
	border: 3px solid #fff;
}

div a:hover img {
	border-color: #692;
}


/* Specifieke delen *********************/

#title {
	position: relative;
	top:  55px;
	left: 55px;
	width: 600px;
	height: 400px;
	background: url(PureLand-title.png) no-repeat;

	/* De stijlregels die beginnen met _ worden enkel door Internet Explorer gelezen  */
	/* en dienen als fix voor het feit dat hij geen png met alpha transparantie doet. */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='/style/PureLand-title.png');
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding-top: 0.3em;
	text-align: right;
}

#footer span {	
	font-size: 0.7em;
	margin-right: 1em;
}

#giveComment { /* Blogger link om commentaar te posten */
	/*background: #fff;*/
	border: 2px dotted #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.em;
	padding: 0.7em;
	margin: 1em;
}


/* menuEntry, en beetje archiveEntry **********************/

#menu {
	background: #808280 url(PureLand-menuBg.jpg) no-repeat; /* #808280 = bgColor + 50,2% wit */
	top:   340px;
	left:  20px;
	width: 170px;
}

#blogroll {
	background: #808280; /* #808280 = bgColor + 50,2% wit */
	top:   61em; /*490px;*/
	left:  20px;
	width: 170px;       
}

#ads {
	background: #808280; /* #808280 = bgColor + 50,2% wit */
	top:   93em; /*490px;*/
	left:  20px;
	width: 160px;       
}

#archive {
	background: #808280; /* #808280 = bgColor + 50,2% wit */
	top:   136em;
	left:  20px;
	width: 170px;
}

#menu h3, #archive h3, #blogroll h3 {
	width: 100%; 
	font-size: 1.2em;
	margin-top: 0.8em;
	padding: 0.4em; 
	background: url(PureLand-menuEntryBg.png) no-repeat;

	/* Fix voor IEwin. */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/style/PureLand-menuEntryBg.png');
}

#menu h3 a, #archive h3 a, #blogroll h3 a {
	color: #372;
	text-decoration: none;
	position: relative;
}

#menu h3 a:hover, #archive h3 a:hover, #blogroll h3 a:hover {
	color: #692;
}

#menu ul, #archive ul, #blogroll ul {
	margin-top:	  -0.5em;
	margin-bottom: 1.8em;
	list-style-type: none; /* Fix om alles gelijk te maken: geen list-image maar background per li */
}

#menu li, #archive li, #blogroll li {
	/* Hier wat gepruts om alles hetzelfde te tonen zowel in Firefox als IEwin */
	margin-left: -1.3em;
	margin-top: 0.4em;	
	padding-top: 0.1em;	
	padding-left: 1.4em;
	height: 100%; 
	background: url(PureLand-listItem.png) no-repeat;
	
	/* Fix voor IEwin. */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/style/PureLand-listItem.png');
}

#menu li a, #archive li a, #blogroll li a {
	font-style: italic;
	text-decoration: none;
	color: #020;
}


/* contentEntry *********************/

#content {
	top:   300px; 
	left:  220px;
	width: 600px;
	padding-bottom: 2em;
	background: #808280 url(PureLand-contentBg.jpg) no-repeat; /* #808280 = bgColor + 50,2% wit */
}

.contentEntry {
	margin-top: 1.5em;
	margin-bottom: 3.5em;
}

.contentEntry h3 {
	width: 100%; 
	padding: 0.5em;
	letter-spacing: 0.05em;
	background: url(PureLand-contentEntryBg.png) no-repeat;

	/* Fix voor IEwin. */
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/style/PureLand-contentEntryBg.png')
}

.contentEntry p, .contentEntry div { /* om een of andere reden voegt Blogger hier extra div tags toe, die mijn p tag hier kapot maakt */
	margin-left: 3em;
	margin-right: 3em;
}

.postFooter { /* Blogger post onderaan* */
	border-top: 1px solid #fff;
	padding-top: 0.5em;
	font-size: 0.8em;   
	margin-left: 4.4em;
	margin-right: 15em;
}

	
/* gallery **************************/

.galleryLeft, .galleryRight {
	position: relative;
	height: 135px;
}

.galleryLeft p, .galleryRight p, .galleryLeft img, .galleryRight img {
	position: absolute;
	top: 0%;
	border-color: #361;
}

.galleryLeft p, .galleryRight p {
	width: 62%;
	text-align: justify;
}

.galleryLeft img {
	left: 5%;
}

.galleryLeft p {
	left: 26%;
}

.galleryRight img {
	right: 6%;
}

.galleryRight p {
	left: 12%;
}
