@charset "UTF-8";

/* Tags */

*:focus {outline: none;}
body {
	font-family: "Helvetica Neue", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #808080;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
	line-height: 16px;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ff6a00;
}

/* Resets */



/* Divs */

#menutop {
	font-family: "Helvetica Neue", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: right;
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}

#logo {
	vertical-align: middle;
	width: 315px;
	float: left;
	height: 110px;
	display: table;
}

#tweet {
	text-align: right;
	height: 70px;
	width: 675px;
	display: table;
	padding-top: 40px;
	padding-bottom: 0px;
}

#url {
	text-align: center;
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#topurls {
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: table;
}

#tit_topurls {
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #ff6a00;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#keywords {
	vertical-align: middle;
	width: 500px;
	height: 250px;
        margin-right: auto;
        margin-left: auto;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        color: #ff6a00;
        letter-spacing: -1px;
        margin-bottom: 0px;
}

#topurl_cell {
	padding: 10px;
	float: left;
	width: 227px;
	text-align: center;
	vertical-align: top;
	display: table;
	margin-bottom: 10px;
}

#footer {
	vertical-align: middle;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/* Classes */

.thumb {
	border-color: #808080;
	color: #808080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.url {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #808080;
	background-image: url(../images/bg_input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px;
	height: 50px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.copyright {
	font-size: 11px;
	line-height: 14px;
	color: #bfbfbf;
	margin: 0px;
	padding: 0px;
}
.texto_longo {
	font-size: 16px;
	line-height: 18px;
}


/* Cells */

.tweet {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #4189af;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

/* Tits */

.tit_tweets {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #6fd0fc;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.tit_topurls {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #ff6a00;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}

