/* ---------------------------------------------

  spaceforum.fct.mctes.pt / core.css
  rev. 25.01.2010

  1. GENERAL PROPERTIES
  2. LISTS
  3. STRUCTURE
  4. TIMELINE
  5. SLIDER
  6. MISC

  --------------------------------------------- */

/* ---	@ 1. GENERAL PROPERTIES ---*/

body {
	font: 62.5%/1.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #000 url('/img/spacef_bck.jpg') repeat-y center;
	margin: 0;
	padding: 0;
	}

h1 {
	background: url('../img/logo_spaceforum.png') no-repeat;
	width: 888px;
	height: 127px;
	text-indent: -9999px;
	}

h1, h2, h3 {
	font-size: 2.4em;
	font-weight: 400;
	color: #f8f8f8;
	margin-bottom: 1.5em;
	}

@font-face {
	font-family: 'DroidSansBold';
	src: url('../fonts/DroidSans-Bold-webfont.eot');
	src: local('☺'), url('../fonts/DroidSans-Bold-webfont.woff') format('woff'), url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('../fonts/DroidSans-Bold-webfont.svg#webfontljpTCDjw') format('svg');
	font-weight: normal;
	font-style: normal;
	}

.fontface h2 {
	font: 1.8em 'DroidSansBold';
	padding-left: 10px;
	}

.no-fontface h2 {
	font: 2.1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-left: 10px;
	}

h3 {
	font-size: 1.4em;
	color: #f8f8f8;
	}

h4 {
	 font-size: 1.2em;
	 text-transform: uppercase;
	 }

p {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.8em;
	color: #999;
	margin-bottom: 1.5em;
	}

a:link, a:visited  {
	color: #70a4cc;
	text-decoration: none;
	-moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  	-webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
	}

a:hover, a:focus {
	color: #7eb9e6;
	text-decoration: none;
	border-bottom: 1px solid #466780;
	}

strong {
	font-weight: 600;
	}

/* --- @ 2. LISTS --- */

ol, ul {
	list-style-type: decimal;
	margin: 0 0 0 30px;
	}

ul {
	list-style-type: square;
	margin: 1em 0 1em 20px;
	}

ol li, ul li {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #999;
    padding: 3px 0;
    }

ul.material {
	list-style-type: none;
	margin: 10px 0 20px;
	}

ul.material li.doc {
	color: #3d3c3e;
	background: url('../img/icon_doc.png') no-repeat 0 50%;
	padding-left: 20px;
	}

/* -- @ 3. STRUCTURE -- */

header, section, footer {
	display: block;
	}

header {
	padding-top: 200px;
	}

#wrapper {
	position: relative;
	background: url('../img/planet.png') no-repeat top center;
	}

#lang_switcher {
	position: absolute;
	top: 0;
	right: 20px;
	display: inline-block;
	background: #21273a;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	behavior: url('../js/libs/PIE.htc');
	padding: 4px 12px;
	}

#intro {
	padding-bottom: 20px;
	}

#intro h3 {
	font-weight: 500;
	margin-bottom: 0;
	}

#timeline, #space_sector {
	padding: 40px 0 20px 0;
	}

	.rgba #timeline, .rgba #space_sector {
		background-color: rgba(255,255,255, .05)
		}

#timeline h3 {
	padding-top: 2px;
	color: #ccc9a7;
	}

#chart {
	padding: 40px 0 90px;
	}

#space_sector h2 {
	margin-bottom: 0;
	}

footer {
	padding: 40px 0;
	}

footer p {
	font-size: 1.1em;
	color: #555;
	margin-bottom: 0;
	}

footer a:link, footer a:visited {
	color: #777;
	}

footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #555;
	}

/* --- @ 4. TIMELINE --- */

.year {
	float: left;
	display: inline-block;
	background: #ccc9a7;
	font-size: 1.4em;
	font-weight: 700;
	color: #333;
	padding: 2px 8px;
	margin-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url('../js/libs/PIE.htc');
	}

ul.time {
	display: inline-block;
	list-style-type: none;
	margin: 10px 0 40px 0;
	padding: 0 0 0 10px;
	}

ul.time > li {
	display: inline;
	float: left;
	width: 46px;
	height: 26px;
	color: #a17176;
	text-align: center;
	background: #a17176;
	margin: 0 1px 0 0;
	padding: 0;
	}

ul.time li:first-child  {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	behavior: url('../js/libs/PIE.htc');
	}

 ul.time li:last-child,  ul.time li:last-child a:hover{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	behavior: url('../js/libs/PIE.htc');
	}

ul.time li a:link, ul.time li a:visited {
	display: block;
	width: 46px;
	color: #f8f8f8;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 2px;
	-moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
  	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
	behavior: url('../js/libs/PIE.htc');
	}

ul.time li a:hover {
	display: block;
	width: 46px;
	color: #333;
	text-decoration: none;
	background: #ccc9a7;
	margin: 0;
	padding: 3px 0 2px;
	}

/* --- @ 5. SLIDER --- */

#slides {
    position:relative;
    width:960px;
    height:160px;
	padding-bottom: 30px;
	}

#slides img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	}

.slides_container {
	}

#slides .next {
	left:585px;
	}

.pagination {
	list-style-type: none;
	margin: 0 auto 0;
	width: 200px;
	}

.pagination li {
	float:left;
	margin: 0 3px;
	}

.pagination li a {
	display:block;
	width:12px;
	height: 0px;
	padding-top:12px;
	background: url('/img/slider/pagination_alt.png') no-repeat 0 0;
	float:left;
	overflow:hidden;
	}

.pagination li.current a {
	background-position: 0 -13px;
	}

/* --- @ 6. MISC --- */

.invisible {
	display: none;
	}

.off {
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	}

.double_space_bottom {
	margin-bottom: 20px;
	}

.n_margin_bottom {
	margin-bottom: 0;
	}
