
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body{
	text-align: center;
	background: url("bg.jpg") no-repeat scroll center top #f1f1f1;
}

a{ color: #000; text-decoration: none; }
a:hover{ color: #000; text-decoration: underline; }


div#container{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

div#header{
	text-align: right;
}
	div#header h1 a{
		display: block;
		float: left;
		margin: 42px 0 0 30px;
		width: 255px;
		height: 63px;
	}

	div#header div{
		float: right;
		margin: 35px 30px 0 0;
	}
		div#header div p.search span{
			color: #9A9A9A;
			font-size: 14px;
		}

		div#header div p.search input{
			background:url('../bg_input.gif') repeat-x scroll center bottom;
			border:1px solid #E0E0E0;
			margin-right:3px;
			padding:2px 5px;
			vertical-align:top;
			width:175px;
		}
		div#header div p.search input.button{
			background:url('../bt_search.gif') no-repeat;
			border:medium none;
			display:inline-block;
			height:22px;
			line-height:22px;
			text-indent:-9999em;
			width:22px;
		}


	div#header p.link{
		margin-top: 25px;
	}


div#main{
	float: left;
	margin-top: 17px;
	width: 100%;
	background: #fff;
}



ul.top_menu{
	width: 100%;
	height: 50px;
	background: url(top_menu_bg.gif) repeat-x scroll 0 0;
	list-style: none;
}
	ul.top_menu li{
		float: left;
	}

	ul.top_menu li.last{
		padding-right: 31px;
	}

		ul.top_menu li a{
		    display: block;
			color: #fff;
			font-size: 20px;
		    padding: 8px 22px 0 22px;
		    height: 42px;
		    width: auto;
		    float: left;
		}
		ul.top_menu li a:hover{
			text-decoration: none;
			color: #fff;
			background: url(top_menu_bg_light.gif);
		}



div.content{
	float: left;
	width: 57.5%;
	padding: 20px 0 20px 20px;
	font-size: 14px;
}

	div.content h2.title{
		color:#96BC33;
		font-size:22pt;
		font-weight:normal;
	}


div.sidebar{
	float: right;
	width: 35.5%;
	padding: 20px 20px 20px 0;
}



/* Título da postagem */
div.post-title{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
	div.post-title p{
		border-bottom: 1px solid #ccc;
		float: left;
		width: 100%;
		position: relative;
		line-height: normal;
		margin-bottom: 0;
	}
		div.post-title p span{
			float: right;
			width: 75px;
			background: #0088CF url('date_bg.gif') repeat-x;
			padding: 8px 5px 8px 5px;
			text-align: center;
			color: #fff;
			position: absolute;
			bottom: -1px;
			right: 0;
		}

		div.post-title p a{
			font-size: 22pt;
			float: left;
			width: 470px;
			color: #0088CF;
			margin-bottom: 5px;
		}

	div.post-title small{
		float: left;
		margin-top: 5px;
	}
	
	div.post-title small.comment_number{
		float: right;
		text-indent: 18px;
		background: url('balao.gif') no-repeat top left;

	}

/* Fim do título da postagem */




div.post{
	float: left;
	margin-bottom: 40px;
	line-height: 30px;
}
	div.post p{
		margin-bottom: 0;
	}

	div.post img{
		border: 2px solid #EFEFEF;
		float: left;
		margin-right: 20px;
	}

	div.post a{
		color: #96bc33;
		font-weight: bold;
	}

	div.post.detail{
		margin-bottom: 40px;
	}

div#comments{
	float: left;
	width: 100%;
}

	div#comments p.title{
		text-align: left !important;
		margin-bottom: 10px;
	}

		div#comments p.title small strong{
			color: #96bc33;
			font-size: 10px;
			margin-left: 15px;
		}

	div#comments ul{
		list-style: none;
		width: 100%;
	}

		div#comments ul li p{
			width: 100%;
			font-size: 14px;
			background: #f1f1f1;
			border: 1px solid #eaeaea;
		}

		div#comments ul li a{
			color: #96bc33;
		}

p#footer{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: 20px 0 20px 0;

}


.content p{
	margin-bottom: 20px;
	line-height: 30px;
}

.content p a{
	color: #96BC33;
}
	.content p a:hover{
		#96BC33;
	}


.content p.highlight{
    font-size: 16px;
    font-weight: bold;
    color: #2299D1;
    margin: 30px 0 15px 0;
    line-height: normal;
}
