/* Stylesheet for Beca / Voices, beca.lonnroth.info
Written by Olof Lonnroth, 2005 */

/* General layout */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.7em Tahoma, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #000000;
}

#backdrop {
	height: 300px;
	width: 6000px;
	position: absolute;
	top: 100px;
	left: 0;
	background: #353535 url('img/backdrop.gif') top left repeat-x;
}

#becapic {
	width: 146px;
	height: 130px;
	position: absolute;
	bottom: -38px;
	left: 390px;
	background: url('img/pix1.gif') top left no-repeat;
}

#premopic {
	width: 146px;
	height: 130px;
	position: absolute;
	bottom: -38px;
	left: 2090px;
	background: url('img/pix2.gif') top left no-repeat;
}


#head {
	width: 155px;
	height: 340px;
	background: #353535 url('img/head.gif') top right no-repeat;
	position: fixed;
	top: 100px;
	left: 0px;
	z-index: 1;
}

.wrap {
	float: left;
	display: inline;
	padding-left: 4px;
	padding-top: 60px;
	width: 300px;
	margin-right: 60px;
	margin-left: 170px;
}

#who {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	background: url('img/title-who.gif') 171px 0px no-repeat;
}

#what {
	position: absolute;
	top: 0px;
	left: 1700px;
	width: 650px;
	background: url('img/title-what.gif') 170px 0px no-repeat;
}

#where {
	position: absolute;
	top: 0px;
	left: 3400px;
	width: 650px;
	height: 300px;
	background: url('img/title-where.gif') 170px 0px no-repeat;
}

#foot {
	position: fixed;
	bottom: 0;
	left: 0;
}

/* Navigation */

.navbar {
	width: 20px;
	height: 100px;
	margin-left: 77px;
	margin-top: 23px;
}

.next-btn {
	width: 31px;
	height: 300px;
	float: left;
}

#last-gap {
	width: 31px;
	height: 300px;
	float: left;
	background: url('img/lastgap.gif') top left no-repeat;
}

.back-btn {
	width: 38px;
	height: 39px;
	position: absolute;
	bottom: -5px;
	left: 3980px;
}

ul.navi {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navi li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.navi li a {
	display: block;
	height: 33px;
	width: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

ul.navi li.nav-who a {
	background-image: url('img/nav-who.gif');
	text-indent: -4500px;
}

ul.navi li.nav-what a {
	background-image: url('img/nav-what.gif');
	text-indent: -4500px;
}

ul.navi li.nav-where a {
	background-image: url('img/nav-where.gif');
	text-indent: -4500px;
}

ul.navi li.nav-next a {
	background-image: url('img/btn-next.gif');
	text-indent: -4500px;
	width: 31px;
	height: 300px;
}

ul.navi li.nav-back a {
	background-image: url('img/btn-back.gif');
	text-indent: -4500px;
	width: 38px;
	height: 39px;
}

ul.navi li a:hover {
	background-position: 0 -33px;
}

ul.navi li.nav-next a:hover {
	background-position: 0 -300px;
}

ul.navi li.nav-back a:hover {
	background-position: 0 -39px;
}

ul.navi li h3 {
	font-size: 1px;
	color: #353535;
}

/* Links */

a, a:link {
	color: #9aeb39;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #9aeb39;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Fonts */

p {
	color: #dddddd;
	line-height: 150%;
	text-shadow: 2px 2px 1px #111111;
	margin-bottom: 14px;
}

p.ingress {
	color: #9aeb39;
	text-transform: uppercase;
	border-bottom: #424242 1px solid;
	padding-bottom: 14px;
}

#foot p {
	margin: 0 0 5px 5px;
}

#head h1 {
	display: none;
}

h2 {
	display: none;
}

span {
	color: #858585;
	font-weight: bold;
}