/* "Einstein's Telescope: the hunt for dark matter and dark energy in the Universe" website, style for "home" page */

body {
	background-color: #000000;
	background-image: url(images/back-center.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#page {
	width: 844px;
	margin: 30px 0px 30px 0px;
	padding: 50px 0px 50px 0px;
	border: #b0601a solid 1px;
	color: #000000;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

/* overwrite IE values for other browers */
html>body #page {
	width: 842px;
}

#canvas {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(images/back-side.gif);
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

#logo {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

#page-title {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* SIDE of the page */
#side {
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 50px 50px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 11pt;
	text-align: justify;
}

/* MENU on the SIDE */
.side-menu {
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

/* INFO box of the page */
.info {
	position: relative;
	display: block;
	width: 150px;
	margin: 0px 0px 50px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
}

.info-title {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	height: 23px;
	background-color: #f48221;
	background-image: url(images/back-info.gif);
	background-repeat: no-repeat;
	border-bottom: #eeeeee solid 1px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.info-text {
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 11pt;
	text-align: justify;
}

/* TITLE on page */
.content-title {
	display: block;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	font-size: 15pt;
	font-weight: bold;
	color: #f48221;
}

.paragraph {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
}

.paragraph-title {
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	border-bottom: #000000 dotted 1px;
	color: #f48221;
	font-weight: bold;
	font-size: 12pt;
}

.paragraph-comments {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
}

.paragraph-text {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;
}

.paragraph-menu {
	position: relative;
	display: block;
	margin: 0px 0px 20px 50px;
	padding: 0px 0px 0px 0px;
}

.list-menu {
	position: relative;
	display: block;
}

/* BOX for PICTURE in paragraph */
.picture {
	position: relative;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.picture-image {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.picture-caption {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
}

/* highlight PICTURE and text for HOME page */
#highlight {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eeeeee;
	border: #aaaaaa solid 1px;
}

#highlight-image {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#highlight-capture {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 10pt;
}

#endorsement {
	display: block;
	margin: 0px 50px 50px 50px;
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
	border: #aaaaaa solid 1px;
	text-align: justify;
	font-size: 10pt;
}

.decor {
	color: #f48221;
	font-weight: bold;
	font-size: 12pt;
}

.text_verysmall {
	font-size: 10pt;
}

li {
	padding: 0.1em 0.1em 0.1em 0.1em;
}

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

a:visited {
	text-decoration: none;
	color: #0000bb;
}

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

/* BOX for PICTURE in paragraph */
.rightpicture {
	position: relative;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	float: right;
}

/* BOX for PICTURE in paragraph */
.leftpicture {
	position: relative;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	float: left;
}


