@CHARSET "UTF-8";

/**
 *http://www.colourlovers.com/palette/76248/Casablanca
 *
 */
.news-action{
	width: 100%;
	border: 1px solid #ccc;
/*	padding-bottom:10px;*/
	background-color: #ffffff;
	background-image: url("../images/post/post.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: justify;
	}
/*Action Header - Cabeçalho*/
.news-action #news-action-header {
	width: 100%;
	height:128px;
	padding: 0;
	margin: 0;
	}

.news-action #news-action-header ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}
.news-action #news-action-header ul li {
	display: inline;
	}
/*Action Content - Conteudo*/
.news-action #news-action-content{
	padding: 0;
	position: relative;
	top: 40px;
	}

#calendar {
	background:url(../images/icons/128px/calendar_empty.png) no-repeat;
	width:128px;
	height:128px;
	float:left;
	text-align:center;
	text-transform:uppercase;
/*	padding-top:1px;*/
	margin-top:0px;
	padding:0px;
/*	border: 1px solid #000;*/
	}

#calendar div#month {
	color: #ffffff;
	margin-top: 31px;
	margin-left: 21px;
	font-size: 18px;
	text-align: left;
	font-family: Helvetica;
	font-weight: bold;
	}
#calendar div#day {
	font-size:50px;
	font-weight:bold;
	font-family:arial black;
	margin-top:-10px;
	padding:0;
	text-transform:none;
	display: block;
	color: #333333;

	}
#news-action-title {
	width:100%;
	text-align: left;
	font-size:2em;
	font-family: Verdana;
	color: #ff0000;
	font-weight: bold;
	}

#news-action-title a{
	color: #ff0000;
	}
#news-action-title a:HOVER{
	color: #BF0000;
	text-decoration: underline;
	}

#news-action-content {
	text-align: justify;
/*	font-family: Verdana;
	font-size: 1.1em;
	margin-left: 10px;

	color: #353538;*/
	}
#news-action-content a.more-link{
	color:#003078;
	}
#news-action-content a.more-link:HOVER{
	text-decoration: underline;
	color:#003060;
	font-weight: bold;

	}
/*Rodape das noticias*/
#news-footer *{
	padding:0;

	}
#news-footer {
position:relative;
	width: 100%;

	}
#news-footer ul	{
	list-style: none;
	width: 100%;

	}
#news-footer ul li	{
	display: inline;
	padding-left: 10px;
	}
#news-footer ul li.tags {
	}

#news-footer img{
	vertical-align:middle;
	}

/* Estilo das ultimas noticias*/

#last-news{
	width: 100%;
	}

/*Action Header - Cabeçalho*/
#box-last-news  {
	width: 100%;
	border: 1px solid #ccc;
	padding-bottom:10px;
	background-color: #ffffff;
	background-image: url("../images/post/post.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: justify;
	}
#box-last-news  ul{
	list-style: none;
	}
#box-last-news  ul li {
	display: inline;
	}
#box-last-news #last-news-title{
	margin-top:0px;
	padding:0;
	width:100%;
	text-align: left;
	font-size:1.6em;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
	}
#last-news-title a{
	color: #ff0000;
	}
#last-news-title a:HOVER{
	color: #BF0000;
	text-decoration: underline;
	}
/*Action Content - Conteudo*/
#box-last-news #news-action-content{
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

#box-last-news #calendar {
	background:url(../images/icons/64px/calendar_empty.png) no-repeat;
	width:64px;
	height:64px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
/*	padding-top:1px;*/
	margin-top:0px;
	padding:0px;
/*	border: 1px solid #000;*/
	}

#box-last-news #calendar p#month {
	color: #ffffff;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 10px;
	text-align: left;
	font-family: Helvetica;
	font-weight: bold;
	}
#box-last-news #calendar p#day {
	font-family:arial black;
	font-size:22px;
	margin-top:-15px;
	padding:0px;
	text-transform:none;
	color: #333333;
	}
.entry{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	}

#divclear{clear:both;}
