/* ----- Generic styles ----------------------------------------------*/
* { margin: 0; padding: 0; }

body {
	padding: 4em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333333;
	background: #f2f2f2;
	}

.alt { position: absolute; left: -9999px; }


/* ----- Layout rules ------------------------------------------------*/
div#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url("../images/layout/wrap-bg.gif") repeat-y 0 0;
	}

div.col {
	display: inline;
	float: left;
	width: 330px;
	padding: 24px 20px 0 20px;
	background: url("../images/layout/col-bg.gif") no-repeat 0 0;
	}

div#col-en { margin-right: 20px; }

div.col h1 { margin-bottom: 1em; }

h1#logo-en a {
	display: block;
	width: 249px;
	height: 95px;
	background: url("../images/layout/logo-bg-en.gif") no-repeat 0 0;
	}

h1#logo-pt a {
	display: block;
	width: 249px;
	height: 95px;
	background: url("../images/layout/logo-bg-pt.gif") no-repeat 0 0;
	}

div.col h2 {
	margin-bottom: 0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	}

div.col p {
	margin: 0 0 1.5em 0;
	font-size: 1.3em;
	line-height: 1.2em;
	}

div.col p.help {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666666;
	}

div.col ul {
	margin: 0 0 1.5em 0;
	font-size: 1.3em;
	list-style: none;
	}

div.col ul li { margin-bottom: 0.6em; }
div.col ul li a { padding-left: 84px; background-repeat: no-repeat; background-position: 0 0; }
div.col ul li a.sub-itunes { background-image: url("../images/icon-itunes.gif"); }
div.col ul li a.sub-odeo { background-image: url("../images/icon-odeo.gif"); }
div.col ul li a.sub-fireant { background-image: url("../images/icon-fireant.gif"); }
div.col ul li a.sub-feedburner { background-image: url("../images/icon-feedburner.gif"); }
div.col ul li a.sub-xml { background-image: url("../images/icon-video.gif"); }

div.col a { text-decoration: underline; color: #52ae25; }
div.col a:hover { color: #3b7e1a; }

div.about {
	margin: 3em 0 2em 0;
	padding-left: 54px;
	background: url("../images/layout/about-bg.gif") no-repeat 0 0;
	}

div.about h3 {
	margin-bottom: 0.25em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	}

div.about p {
	font-size: 1.1em;
	line-height: 1.1em;
	}

div#footer {
	clear: both;
	width: 100%;
	padding-top: 50px;
	background: #f2f2f2 url("../images/layout/footer-bg.gif") no-repeat 0 0;
	}

div#footer div.col { padding-top: 0; background: none; }
div#footer div#license-en { margin-right: 20px; }
div#footer p { font-size: 1.1em; text-align: center; color: #999999; }
div#footer p img { vertical-align: middle; }
div#footer p a, div#footer p a:hover { color: #666666; }



/* ----- Tool tips ---------------------------------------------------*/
body div#toolTip {
	position: absolute;
	z-index: 1000;
	width: 220px;
	min-height: 1em;
	border: 2px solid #999999;
	padding: 5px;
	font-size: 1.1em;
	text-align: left;
	background: #f9f9f9;
	-moz-border-radius: 5px;
	}

body div#toolTip p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
	}

body div#toolTip p em {
	display: block;
	margin-top: 3px;
	font-style: normal;
	color: #3b7e1a;
	}

body div#toolTip p em span {
	font-weight: bold;
	color: #ffffff;
	}

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