/*
 *   FLUFF MARKET
 *
 *   Stylesheet for screen and projection
 *   
 *   /css/fluff-screen.css
 *
 *   vizi | vorm geven aan inhoud
 *
 *   V0.1 - 10/07/2007 - Jeroen Visser
 *
 *********************************************************** */



/*  CLEAN START
-------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, 
table, tr, th, td, form, fieldset, legend, button, div, object
{
	margin:0;padding:0;border:0;list-style:none;font:normal 12px/1.5 'lucida grande','lucida sans unicode',geneva,arial,sans-serif;text-align:left;vertical-align:top;
}


/*  BASE
-------------------------------------------- */
body
{
	position: relative;
	background: #7e3023 url(../images/bg-fluff.gif) no-repeat;
	color: #fff;
}

h1
{
	color: #d1ac65;
	font-family: impact,'arial black',sans-serif;
	font-size: 400%;
	text-shadow: #7e3023 0 0 0;
}

h2
{
	margin: 1.5em 0 .25em;
	color: #e6d9c8;
	font-family: impact,'arial black',sans-serif;
	font-size: 200%;
	line-height: 1;
	text-shadow: #7e3023 0 0 0;
}

p
{
	text-shadow: #7e3023 0 0 0;
}

p.intro
{
	margin: 0 0 1em;
	font-family: impact,'arial black',sans-serif;
	font-size: 200%;
	text-shadow: #7e3023 0 0 0;
}

p#credits
{
	margin: 4em 0 0;
	border-top: 2px dotted #d1ac65;
	padding: .5em 0;
	color: #d1ac65;
	font-size: .8em;
	text-transform: uppercase;
}

p span
{
	color: #fff;
	font-family: impact,'arial black',sans-serif;
	font-size: 200%;
	line-height: .75;
}


a, a:link, a:visited
{
	color: #f4e7d6;

}

a:hover, a:focus
{
	color: #fff;
}


/*  FLUFF LOGO + MEISJE + WHO SAID...
-------------------------------------------- */
#flufflogo
{
	width: 407px;
	height: 71px;
	position: absolute;
	z-index: 60;
	top: 24px;
	left: 206px;
}

#fluffmeisje
{
	width: 243px;
	height: 410px;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	background: url(../images/fluff-meisje.gif) no-repeat;
}

#blond
{
	width: 126px;
	height: 137px;
	position: absolute;
	z-index: 50;
	top: -5px;
	left: 596px;

}


/*  MENU
-------------------------------------------- */
#menu ul
{
	display: block;
	position: absolute;
	z-index: 60;
	top: 109px;
	left: 258px;
}

#menu li
{
	display: block;
	height: 24px;
	float: left;
}

#menu li a
{
	display: block;
	height: 24px;
	position: relative;
}

#menu h2, #menu span
{
	position: absolute;
	top: -10000px;
	height: 0;
}

#menu-home     { width: 64px; background: url(../images/menu-home-dot.gif) no-repeat top right; }
#menu-watenhoe { width: 92px; background: url(../images/menu-watenhoe-dot.gif) no-repeat top right; }
#menu-archief  { width: 80px; background: url(../images/menu-archief-dot.gif) no-repeat top right; }
#menu-locatie  { width: 78px; background: url(../images/menu-locatie-dot.gif) no-repeat top right; }

#menu-home a     { width: 48px; background-image: url(../images/menu-home-uit.gif); }
#menu-watenhoe a { width: 77px; background-image: url(../images/menu-watenhoe-uit.gif); }
#menu-archief a  { width: 65px; background-image: url(../images/menu-archief-uit.gif); }
#menu-locatie a  { width: 63px; background-image: url(../images/menu-locatie-uit.gif); }
#menu-contact a  { width: 70px; background-image: url(../images/menu-contact-uit.gif); }

#menu-home a:hover, 
#menu-home a:focus, 
.home #menu-home a         { background-image: url(../images/menu-home-aan.gif); }
#menu-watenhoe a:hover, 
#menu-watenhoe a:focus, 
.watenhoe #menu-watenhoe a { background-image: url(../images/menu-watenhoe-aan.gif); }
#menu-archief a:hover, 
#menu-archief a:focus, 
.archief #menu-archief a   { background-image: url(../images/menu-archief-aan.gif); }
#menu-locatie a:hover, 
#menu-locatie a:focus, 
.locatie #menu-locatie a   { background-image: url(../images/menu-locatie-aan.gif); }
#menu-contact a:hover, 
#menu-contact a:focus, 
.contact #menu-contact a   { background-image: url(../images/menu-contact-aan.gif); }

.home #menu-home a, 
.watenhoe #menu-watenhoe a
.archief #menu-archief a, 
.locatie #menu-locatie a
.contact #menu-contact a   { cursor: default; }


/*  CONTENT
-------------------------------------------- */
#content
{
	padding: 257px 50px 40px 110px;
	background: url(../images/fluff-meisje.jpg) no-repeat;
}

.home #content
{
	padding-top: 227px;
}

/*  HOMEPAGE: DEELNEMERS
    VERSIE 1: 11-08-2007
-------------------------------------------- */
#deelnemers ul
{
	width: 800px;
}

#deelnemers ul:after
{
	content: " ";
	display: block;
	clear: left;
	visibility: hidden;
	height: 0;
}

#deelnemers li
{
	display: block;
	float: left;
	position: relative;
	margin-right: 15px;
}

#deelnemers a
{
	display: block;
	position: relative;
	text-decoration: none !important;
}

#deelnemers li span.fluffbeen
{
	display: block;
	width: 130px;
	height: 45px;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	background: url(../images/fluff-meisje-been.jpg) no-repeat;
}

#deelnemers h2, #deelnemers a span
{
	position: absolute;
	top: -10000px;
	height: 0;
}

#fluff-070811-01 a { width: 205px; height: 160px; background: url(../images/frames/frame1-1.gif) no-repeat; }
#fluff-070811-02 a { width: 163px; height: 192px; background: url(../images/frames/frame1-2.gif) no-repeat; position: relative; top: -12px; margin-bottom: -12px; }
#fluff-070811-03 a { width: 118px; height: 142px; background: url(../images/frames/frame1-3.gif) no-repeat; }
#fluff-070811-04 a { width: 126px; height: 128px; background: url(../images/frames/frame1-4.gif) no-repeat; }
#fluff-070811-05 a { width: 104px; height: 133px; background: url(../images/frames/frame1-5.gif) no-repeat; }

#fluff-070811-06 a { width: 133px; height: 158px; background: url(../images/frames/frame2-1.gif) no-repeat; }
#fluff-070811-07 a { width: 136px; height: 112px; background: url(../images/frames/frame2-2.gif) no-repeat; }
#fluff-070811-08 a { width: 149px; height:  96px; background: url(../images/frames/frame2-3.gif) no-repeat; }
#fluff-070811-09 a { width: 131px; height: 183px; background: url(../images/frames/frame2-4.gif) no-repeat; position: relative; top: -13px; margin-bottom: -13px; }
#fluff-070811-10 a { width: 111px; height: 111px; background: url(../images/frames/frame2-5.gif) no-repeat; }

#fluff-070811-11 a { width: 114px; height: 113px; background: url(../images/frames/frame3-1.gif) no-repeat; }
#fluff-070811-12 a { width: 110px; height: 137px; background: url(../images/frames/frame3-2.gif) no-repeat; position: relative; top: -10px; margin-bottom: -10px; }
#fluff-070811-13 a { width: 172px; height: 174px; background: url(../images/frames/frame3-3.gif) no-repeat; position: relative; top: -24px; margin-bottom: -24px; }
#fluff-070811-14 a { width: 152px; height: 111px; background: url(../images/frames/frame3-4.gif) no-repeat; }
#fluff-070811-15 a { width:  94px; height: 113px; background: url(../images/frames/frame3-5.gif) no-repeat; }

#fluff-070811-16 a { width: 108px; height: 140px; background: url(../images/frames/frame4-1.gif) no-repeat; }
#fluff-070811-17 a { width: 102px; height: 132px; background: url(../images/frames/frame4-2.gif) no-repeat; }
#fluff-070811-18 a { width: 121px; height: 105px; background: url(../images/frames/frame4-3.gif) no-repeat; }
#fluff-070811-19 a { width: 130px; height: 130px; background: url(../images/frames/frame4-4.gif) no-repeat; }
#fluff-070811-20 a { width: 110px; height: 142px; background: url(../images/frames/frame4-5.gif) no-repeat; }

#fluff-070811-21 a { width: 130px; height:  85px; background: url(../images/frames/frame5-1.gif) no-repeat; }
#fluff-070811-22 a { width: 109px; height: 147px; background: url(../images/frames/frame5-2.gif) no-repeat; }
#fluff-070811-23 a { width: 124px; height: 139px; background: url(../images/frames/frame5-3.gif) no-repeat; }
#fluff-070811-24 a { width: 130px; height: 130px; background: url(../images/frames/frame5-4.gif) no-repeat; }
#fluff-070811-25 a { width: 105px; height: 141px; background: url(../images/frames/frame5-5.gif) no-repeat; }

/* Margin-bottom op li om te levellen */
#fluff-070811-01 { background: url(../images/deelnemers/01-poptasi.jpg) no-repeat center center; margin-bottom: 20px; }
#fluff-070811-02 { background: url(../images/deelnemers/02-hunkies.jpg) no-repeat 50% 30%; margin-bottom:  0px; }
#fluff-070811-03 { background: url(../images/deelnemers/03-ploesiepoesie.jpg) no-repeat center center; margin-bottom: 38px; }
#fluff-070811-04 { background: url(../images/deelnemers/04-applepiepussy.jpg) no-repeat center center; margin-bottom: 52px; }
#fluff-070811-05 { background: url(../images/deelnemers/05-bianca.jpg) no-repeat center center; margin-bottom: 47px; }

#fluff-070811-06 { background: url(../images/deelnemers/06-discodip.jpg) no-repeat center center; margin-bottom: 22px; }
#fluff-070811-07 { background: url(../images/deelnemers/07-oneeye.jpg) no-repeat center center; margin-bottom: 48px; margin-top: 20px; }
#fluff-070811-08 { background: url(../images/deelnemers/08-dubbel-visitekaartje-esli.jpg) no-repeat center center; margin-bottom: 54px; margin-top: 30px; }
#fluff-070811-09 { background: url(../images/deelnemers/09-nienkehippin.jpg) no-repeat center center; margin-bottom:  0px; }
#fluff-070811-10 { background: url(../images/deelnemers/10-lenie-ezel-fluff-market.jpg) no-repeat center center; margin-bottom: 69px; }

#fluff-070811-11 { background: url(../images/deelnemers/11-kleurgestikt.jpg) no-repeat center center; margin-bottom: 37px; margin-right: 45px !important; }
#fluff-070811-12 { background: url(../images/deelnemers/12-hieronymus.jpg) no-repeat center center; margin-bottom: 13px; }
#fluff-070811-13 { background: url(../images/deelnemers/13-minii.jpg) no-repeat center center; margin-bottom:  0px; }
#fluff-070811-14 { background: url(../images/deelnemers/14-card-gaudygoods.jpg) no-repeat center center; margin-bottom: 39px; }
#fluff-070811-15 { background: url(../images/deelnemers/15-japans-meisje.jpg) no-repeat center center; margin-bottom: 37px; }

#fluff-070811-16 { background: url(../images/deelnemers/16-absoluutdesigns.jpg) no-repeat center center; margin: 0 35px 20px 15px !important; }
#fluff-070811-17 { background: url(../images/deelnemers/17-evalienlang-fluff.jpg) no-repeat center center; margin-bottom: 28px; margin-right: 35px !important; }
#fluff-070811-18 { background: url(../images/deelnemers/18-daniellahefter.jpg) no-repeat center center; margin: 15px 40px 4px 0 !important; }
#fluff-070811-19 { background: url(../images/deelnemers/19-zooart.jpg) no-repeat center center; margin-bottom: 30px; margin-right: 25px !important; }
#fluff-070811-20 { background: url(../images/deelnemers/20-olgagoud.jpg) no-repeat center center; margin-bottom: 18px; }

#fluff-070811-21 { background: url(../images/deelnemers/21-daniellesmits.jpg) no-repeat center center; margin: 30px 25px 35px 0 !important; }
#fluff-070811-22 { background: url(../images/deelnemers/22-haadjarfris.jpg) no-repeat center center; margin-bottom: 22px; margin-right: 35px !important; }
#fluff-070811-23 { background: url(../images/deelnemers/23-fluffels-2d.jpg) no-repeat center center; margin-bottom: 22px; margin-right: 35px !important; }
#fluff-070811-24 { background: url(../images/deelnemers/24-ybekun.jpg) no-repeat center center; margin-bottom: 22px; margin-right: 35px !important; }
#fluff-070811-25 { background: url(../images/deelnemers/25-blackblossom.jpg) no-repeat center center; margin-bottom: 22px; }


/*  Q & A
-------------------------------------------- */
#qa h2 span
{
	color: #fff;
	line-height: .75;
}

