/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Filipinos.com
Version:		1
Author:			Cristian Sans
Company:		Gimmicklab
Date:			19/12/08  
Last change:	22/09/08  
URL:			http://www.filipinos.com

Notes:			--			

-------------------------------------------------------------------*/

@import "/css/reset.css";

/* Main Estructure */

body, html, #container {
	height: 100%;
	min-height: 675px;
}
body {
	background: transparent url(/img/pt/bg.png) repeat top left;
	font-size: 62.5% !important;
	color: #fff;
}

/* Tipography */

body, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
}

/* Layout */

div#container {
	background: transparent url(/img/pt/container.png) no-repeat -50px -125px;
	width: 1000px;
	margin: 0 auto;
}
div#container.lang div#header {
	padding-top: 17%
}
div#main.legal {
	width: 80% !important;
	margin: 3% auto !important;
	color: #ccc !important;
}
div#pics {
	margin: 3% auto 0 auto;
	width: 713px;
	height: 296px;
}
div#main p {
	width: 320px;
	height: 95px;
	margin: 0 auto 0 auto;
}
div#footer {
	bottom: 10px;
}

/* Block Elements */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: underline;
}
h1 {
	font-size: 2.2em;
	display: block;
	width: 402px;
	margin: 0 auto;
}
h1 a {
	background: transparent url(/img/pt/filipinos.png) no-repeat top left;
	display: block;
	width: 402px;
	height: 161px;
	text-indent: -9999px;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: capitalize;
	
}
h3 {
	font-size: 1.8em;
	margin: 5% 0;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 15px 0 15px 0;
}
ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.4em;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul ul, ol ol {
	font-size: 1em;
}
li {
	list-style: none;
}
span {
	font-size: 1em;
}
img {
	border: none;
}
input {outline: none;}
hr {
	display: none;
	clear: both;
}
a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

/* Main */

div#container.lang div#main a {
	display: block;
	width: 185px;
	height: 72px;
	float: left;
	text-indent: -9999px;
}
div#container.lang div#main p {
	width: 370px;
	height: auto;
	margin: 0 auto 0 auto;
}
div#main.legal p {
	width: 100% !important;
	height: auto !important;
	margin: 15px 0 !important;
	text-align: justify !important;
}
div#main a#es {
	background: transparent url(/img/pt/enter-es.png) no-repeat 0 0;
}
div#main a#pt {
	background: transparent url(/img/pt/enter-pt.png) no-repeat 0 0;
}
div#main p#es {
	background: transparent url(/img/pt/pronto.png) no-repeat 0 0;
}
div#main p#pt {
	background: transparent url(/img/pt/vinda.png) no-repeat 0 0;
}
div#main p span {
	visibility: hidden;
}
a#back {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 50px 0 50px 10px;
}
div#footer p {
	text-align: center;
}
div#container.lang div#footer a {
	display: inline;
}
div#footer a {	
	display: block;
	text-align: center;
	font-size: 1em;
}
/* Clases */

.clearfix:after, #main p:after, #main:after, #footer:after, #pics:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}