/*
 ****************************************************************************************
 *
 * @file wiki.css
 *
 * @brief BLEWaves - wiki.php Cascading style sheet
 *
 * Copyright (C) RivieraWaves 2009-2012
 *
 ****************************************************************************************
 */

body
{
	margin: auto;
	width: 1000px;
	border-radius: 10px;
	border: 1px solid black;
	height: 100%;
	font-family: "Calibri", "Oxygen", serif;
	box-shadow: 5px 5px 6px black;
}

/*
 * Header
 */
header
{
	width: 1000px;
	height: 120px;
	margin: auto;
	padding-bottom: 10px;
	border-radius: 10px 10px 0px 0px;
	
	background-image: url('../../ressources/background_header.png');
	background-size: 100% 100%;
	
	position: relative;
}

#rivierawaves_logo
{
	width: 241px;
	height: 120px;
	position: absolute;
	margin: 5px 10px 0px 0px;
	right: 0px;
	top: 0px;
	border: 0px;
}

#header_title
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 10px;
	color: white;
	font-size: 60px;
	font-style: bold;
}

#header_subtitle
{
	position: absolute;
	left: 0px;
	top: 70px;
	margin: 5px 0px 0px 15px;
	color: white;
	font-size: 40px;
	font-style: bold;
}

/*
 * Title bar
 */
#titlebar
{
	margin: 0;
	padding: 0;
	background-color: rgb(200,190,119);
	width: 100%;
	
	position: relative;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#titlebar  #intro
{
    font-size: 1.5em;
	color: white;
	padding: 0px 15px 0px 15px;
	margin: 0;
}

/*
 * Wiki Points
 */
#content .wiki_point_t1
{
	width: 610px;
	border: 1px solid black;
	border-radius: 5px;
	vertical-align: top;
	margin: 10px auto 10px auto;
	
	background-image: url('../../ressources/gray.png');
	background-size: 100% 100%;
}

#content .wiki_point_t2
{
	width: 765px;
	border: 1px solid black;
	border-radius: 5px;
	vertical-align: top;
	margin: 10px auto 10px auto;
	
	background-image: url('../../ressources/gray.png');
	background-size: 100% 100%;
}

#content .wiki_point_nb
{
	display: inline-block;
	color: red;
	font-size: 40px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}

#content  .wiki_point_text
{
	display: inline-block;
	font-size: 0.9em;
	width: 400px;
	text-align: justify;
	vertical-align: top;
}

#content .wiki_point_screen_s1
{
	display: inline-block;
	margin-left: 15px;
}

#content .wiki_point_screen_s2
{
	display: inline-block;
	
	margin-left: 15px;
	margin-right: 15px;
}

#content .screenshot
{
	width: 120px;
	height: 180px;
}

/*
 * Footer
 */
footer
{
	width: 100%;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid black;
	background-image: url('../../ressources/background_header.png');
}

#copyright
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50%;
	text-align: center;
	color: white;
	margin: 0 auto 0 auto;
}