@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: "MTMA"
Theme URI: http://www.mtma.com.br
Version: 1.01
Author: Maria Thereza M.A.
Author URI: http://www.mtma.com.br
*/

/*************************************
 +Containers
 *************************************/
body{
	background: #70c3d5 url(img/bg.jpg) fixed;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:justify;
	width:700px	
}

#title{
width:inherit;
height: 153px;
background:url(img/title.png);
padding:0xp;
}

#content{
	width: 660px;
	padding:20px;
	background:url(img/bg_content.png);
}

#footer{
	background: url(img/bg_foot.png);
	height:92px;
}

#footerlinks{
font-family: Century Gothic, Trebuchet MS;
padding:20px;
width:660px;
text-align:center;
text-transform:uppercase;
}

#feed-control {
width:500px;
background: none;
color: #000000;}

a #feed-control {color:246F7E}

#flags{
height:11px;
width:80px;
padding:20px;
float:right;
clear: both;
}

#info{
font-family: Century Gothic, Trebuchet MS;
height: 49px;
width:285px;
padding-right:40px;
margin-top:13px;
float:right;
clear:both;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}



/*************************************
 +Misc
 *************************************/
a{
	color:#246F7E;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#CC0000;
}

.entry img {border: 10px solid #e4e4e4} 

.alignleft {float:left}
.alignright {float:right}
