@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #441229;
	background-image: url(../images/background-fleur.png);
	color: #c99;
	font-family: "Times New Roman", Times, serif;
}
.cleanlinks a:link, .cleanlinks a:visited {
	color: #c99;
}
a:link, a:visited, .linklist {
	color: #f66;
	text-decoration: none;
}
.cleanlinks a:hover, a:hover {
	color: #fff;
}
a img {
	border: 0;
}
h2 {
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.2em;
	color: #fff;
}
p + h2 {
	margin-top: 0.5em;
}
h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-style: italic;
}
h2 + ul, h3 + ul {
	margin-top: 0em;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

#page {
	width: 860px;
	min-height: 550px;
	margin: 30px auto 0;
	background-image: url(../images/background-magenta.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 8px double #330d1f;
	padding-bottom: 10px;
	background-color: #412;
}
#header {
	background-image:url(../images/gradient-black-top.png);
	background-repeat: repeat-x;
	height: 200px;
}
#header ul {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#navigation {
	position: absolute;
	left: 410px;
	top: 20px;
	margin-top: 0;
	list-style-type: none;
	padding: 0;
	line-height: 1.3em;
}
#navigation > li {
	display: inline;
	margin-right: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
}
#navigation > li > ul {
	background-color: #441229;
}
#navigation > li:hover, #navigation > li:hover > a {
	color: #fff;
}
#navigation > li:before {
	content: "\25BE  ";
}
#navigation > li > ul {
	position: absolute;
	list-style-type: none;
	padding: 0;
	display: none;
	top: 24px;
	left: 0;
	-moz-box-shadow:3px 3px 7px #201;
	-webkit-box-shadow:3px 3px 7px #201;
	box-shadow:3px 3px 7px #201;
}
#navigation > li:hover > ul {
	display: block;
}
#navigation > li > ul > li {
	white-space: nowrap;
	margin: 4px 0;
}
#navigation a:link, #navigation a:visited {
	color: #CC9999;
}
#navigation a:hover {
	color: #fff;
}
#navigation > li > ul a {
	margin: 10px;
}
#navigation > li > a {
	padding-bottom: 15px;
}
#body {
	padding: 0px 20px;
	clear: both;
	z-index: 100;
	position: relative;
}
.contestant {
	float: left;
	height: 148px;
	width: 98px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}
.contestant p {
	line-height: 1.2em;
}
.contestant img {
	border: 5px solid #441229;
}
.contestant img.full {
	position: absolute;
	display: none;
	border-color: #903;
	top: -215px;
}
.contestant.left img.full {
	right: -50px;
	-moz-box-shadow:-5px 5px 15px #000;
	-webkit-box-shadow:-5px 5px 15px #000;
	box-shadow:-5px 5px 15px #000;
}
.contestant.right img.full {
	left: -50px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
}
.contestant .description {
	position: absolute;
	padding: 5px 15px 10px;
	background-color: #903;
	display: none;
	color: #FCC;
	min-width: 250px;
	top: 180px;
	z-index: 100;
}
.contestant.left .description {
	right: 80px;
	text-align: right;
	-moz-box-shadow:-5px 5px 15px #000;
	-webkit-box-shadow:-5px 5px 15px #000;
	box-shadow:-5px 5px 15px #000;
}
.contestant.right .description {
	left: 80px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
}
.contestant .values {
	font-style: italic;
	font-size: 150%;
	color: #fff;
}
.contestant.left .values {
	text-align: right;
}
.contestant h2 {
	margin: 0;
	color: #fff;
}
.contestant p {
	margin: 0;
}
.contestant blockquote {
	position: absolute;
	background-color: #903;
	padding: 5px 15px 10px;
	color: #FCC;
	display: none;
	width: 500px;
}
.contestant.left blockquote {
	top: -120px;
	right: 230px;
	-moz-box-shadow:-5px 5px 15px #000;
	-webkit-box-shadow:-5px 5px 15px #000;
	box-shadow:-5px 5px 15px #000;
}
.contestant.right blockquote {
	top: -120px;
	left: 230px;
	-moz-box-shadow:5px 5px 15px #000;
	-webkit-box-shadow:5px 5px 15px #000;
	box-shadow:5px 5px 15px #000;
}
.contestant:hover img.full,
.contestant:hover .description,
.contestant:hover blockquote,
.contestant:hover .fan {
	display: block;
}
#fdbk_container {
	height: 540px !important;
}
#footer {
	margin: 10px auto;
	width: 960px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	clear: both;
	min-height: 200px;
}
#footer .byline {
	padding-top: 10px;
	text-align: center;
}
.clear {
	clear: both;
}
.subtitle {
	font-variant: small-caps;
	text-transform: lowercase;
	font-style: normal;
}
.numbers {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fan {
	display: none;
	background-color: #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	position: relative;
	top: -138px;
	left: 5px;
	width: 88px;
	opacity: 0.8;
}
.fan a {
	position: relative;
	display: block;
	padding-top: 83px;
	color: #fff;
	width: 88px;
	height: 50px;
	text-decoration: none;
}
.orgs {
	text-align: center;
	margin-bottom: 1em;
}
.orgs img, .orgs span {
	margin: 0 0.5em 0.5em;
}
.orgs a:link, .orgs a:visited {
	color: #fff;
}
.orgs a:hover {
	color: #f66;
}

.sidebar.right {
	position: fixed;
	top: 30px;
	right: -2px;
	width: 30px;
}

.sidebar.right img {
	float: left;
	margin-bottom: 4px;
	width: 24px;
	height: 24px;
}
