/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: center;
}

img, a img, :link img, :visited img {
	border: 0;
}

html, body {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana", "Verdana Ref", sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #fff;
	background-color: #000;
}

h1 {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 310px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #000 url("/img/capitalofafrica.png") 18px 13px no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -400em;
	overflow: hidden;
}

div#slideshow {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

div#description {
	position: absolute;
	z-index: 1000;
	top: 40px;
	left: 0;
	width: 310px;
	background: transparent url("/img/opaque_60.png") 0 0 repeat;
	text-align: left;
}

div#description div#wrapper {
	padding: 10px 20px 0 17px;
}

div#wrapper p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana", "Verdana Ref", sans-serif;
	font-weight: normal;
	text-align: left;
}

div#wrapper p#credits {
	margin-top: 20px;
	font-size: 0.7em;
}

div#wrapper p#license {
	margin: 10px 0 15px 0;
	font-size: 0.7em;
}

p#toggler {
	position: absolute;
	z-index: 1002;
	top: 13px;
	left: 212px;
	width: 85px;
	height: 15px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.1em;
}

p#toggler a {
	display: block;
	width: 60px;
	height: 15px;
	margin: 0;
	padding: 0 25px 0 0;
	text-align: right;
	outline: none;
}

.close a {
	background: transparent url("/img/close.png") right 0 no-repeat;
}

.open a {
	background: transparent url("/img/open.png") right 0 no-repeat;
}

a {
	font-size: inherit;
}

a:link {
	text-decoration: none;
	color: #c5e2b5;
}

a:visited {
	text-decoration: none;
	color: #95be7d;
}

a:hover {
	text-decoration: underline;
	color: #a1ff66;
}

a:active {
	text-decoration: none !important;
	color: #fff;
}