/*
Theme Name: USA 2012
Theme URI: http://www.umsegredoeumamor.com/
Description: Tema desenvolvido por Falconer WebDesign
Author: Paulo Fonseca
Author URI: http://www.umsegredoeumamor.com/paulofonseca
Version: 1.0
*/
@font-face {
    font-family: 'ISOCPEUR';
    src: url('css/isocpeur.eot');
    src: url('css/isocpeur.eot?#iefix') format('embedded-opentype'),
         url('css/isocpeur.woff') format('woff'),
         url('css/isocpeur.ttf') format('truetype'),
         url('css/isocpeur.svg#ISOCPEUR') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000;
}
img {
	border: 0px none;
}
.fundo {
	background: #000 url(imgs/fundo.jpg) no-repeat center 0px;
	width: 100%;
	height: 100%;
}
.site {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
}
.menu {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 40px;
	padding-top: 10px;
}
.menu li {
	list-style: none;
	padding: 10px 5px;
	margin: 5px;
	display: inline;
}
.menu a {
	color: #FFF;
	text-decoration:none;
	background: url(imgs/white_20.png);
	padding: 5px;
}
.menu a:hover {
	background: url(imgs/black_30.png);
}
.logo {
	width: 100%;
	height: 300px;
	background: transparent url(imgs/topo.jpg) no-repeat center;
}
.conteudo {
	width: 100%;
}
.creditos {
	clear: both;
	width: 1000px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-family: Arial;
	padding-top: 40px;
}
.creditos a {
	color: #FFF;
	text-decoration: none;
}
.listanoticias a {
	text-decoration: none;
}