body#presentation {
	background-color: #abd6e4;
	text-align: left;
	font-size: xx-large;
}
/* the slideshow button */
#spip_presentation_show {
	display: block;
	float: right;
	min-width: 48px;
	margin-top: -8em;
	margin-right: 120px;
	padding-top: 48px;
	background: transparent url("http://media.doudoulinux.org/images/website/slideshow/video-projector.png") no-repeat 50% 0;
	font-size: 0.7em;
}
#image_preload {
	display: none;
}

/* presentation title on every page */
#spip_presentation_title {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #22155F;
}
#presentation h1 {
	padding: 0.9em 0;
	text-align: right;
	color: lightgrey;
	font-size: 1em;
	letter-spacing: 0;
}
#presentation h1:before {
	content: "[";
}
#presentation h1:after {
	content: "]";
}

/* date */
#presentation p#spip_presentation_date {
	position: absolute;
	right: 0;
	margin-top: -2em;
	margin-right: 0.5em;
	font-size: 0.35em;
	color: lightgrey;
}

/* logo */
#presentation img#logo {
	display: block;
	position: absolute;
	top: 1.1em;
	left: 5px;
}

/* cycling indicator */
#cycling {
	display: none;
	position: absolute;
	top: 120px;
	left: 63px;
	margin-top: 1.1em;  /* see logo */
}

/* navigation links */
#spip_presentation_nav {
	position: absolute;
	right: 0;
	background: #8f8ea4 url("http://media.doudoulinux.org/images/website/slideshow/navbox.png") no-repeat left bottom;
}
#spip_presentation_nav a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 5px;
	opacity: 0.7;
}
#spip_presentation_nav a:hover {
	opacity: 1.0;
}
#spip_presentation_nav .prev {
	margin-left: 10px;
	background-image: url("http://media.doudoulinux.org/images/website/slideshow/previous.png");
}
#spip_presentation_nav .stop {
	background-image: url("http://media.doudoulinux.org/images/website/slideshow/stop.png");
}
#spip_presentation_nav .next {
	background-image: url("http://media.doudoulinux.org/images/website/slideshow/next.png");
}

/***************** 1st slide ********************/

/* presentation title */
#presentation h2 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0.35em 70px 0 0;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
}
ul#presentation_toc {
}
#presentation ul#presentation_toc li {
	margin: 0.5em 0 0.5em 30px;
	font-size: 0.88em;
	background-image: none;
}

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

#spip_presentation {
	margin: 0 2em 1.5em 133px;
}

/* slide title */
#presentation h3 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0.35em 1em 0.35em 0.25em;
	color: white;
	font-size: 1.5em;
	letter-spacing: 2px;
}

/* lists */
#presentation ul {
	list-style-type: none;
}
#presentation ul li {
	margin: 0.5em 0;
	padding-left: 30px;
	background: transparent url("http://media.doudoulinux.org/images/website/slideshow/bullet.png") no-repeat left 0.25em;
}

/* paragraphs */
#presentation p {
	margin: 0.5em 1em 0.5em 1.5em;
}
#presentation-end {
	position: absolute;
	top: 50%;
}

/* documents like images */
#spip_presentation p img {
	width: 100%;
}
#spip_presentation span.spip_documents {
	display: block;
}
#spip_presentation span.spip_documents_right {
	width: 33%;
	margin-right: -8%;
	margin-top: 0.5em;
}
#spip_presentation span.spip_documents_center {
	width: 80%;
}

/* license box */
#presentation div#license {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 113px;
	float: none;
	margin: 0;
	padding: 0;
	background: #cfe0e8 url("http://media.doudoulinux.org/images/website/slideshow/background.png") repeat-x left bottom;
	font-size: 0.5em;
	color: grey;
	border: 0;
}
#presentation div#license p {
	width: 500px;
	margin: 15px 0 0 150px;
	text-align: left;
	line-height: 1.4em;
}
#presentation div#license img {
	float: left;
	margin: 0.25em 1em 0 0;
}

/* page numbers */
#spip_presentation_footer {
	position: absolute;
	top: 7.25em;
	right: 130px;
	color: #555;
	font-size: 0.45em;
	font-style: italic;
}
