* 
{ margin: 0; padding: 0; border: 0; list-style: none; color: #5F5E5D; }

body
{
	background: #9F907B url(../../Images/content.jpg) no-repeat left 218px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}

hr
{
	height: 1px;
	color: #B2ACA1;
	margin: 5px 0;
}

a:hover
{
	color: #B51019;
}

.selected
{
	color: #B51019;	
	text-decoration: none;
	font-weight: bold;
}

div#header
{
	height: 218px;
	background-image: url(../../Images/header.jpg);
}
	
	div#header h1 a
	{
		display: block;
		width: 300px;
		margin-left: 362px;
		width: 393px;
		height: 155px;
		text-indent: -5000px;
	}

div#content-container
{
}

div#content
{
	float: left;	
	margin: -57px 0 10px 362px;
	width: 395px;
}

	/* IE6 HACK */
	* html div#content
	{ margin-left: 181px; }


	.divPaginacao
	{
		background-color: #F3F0ED;
		height: 36px;
	}

		.divPaginacao ul
		{
			width: 395px;
			padding: 10px 0;
		}

		.divPaginacao ul li
		{
			float: left;
			width: 95px;
			text-align: center;
			margin: 0 1px;
		}
		
	#blog
	{}

		#blog li,
		div#blog
		{
			padding: 25px 12px 12px 12px;
			background-color: #F3F0ED;
			margin-bottom: 10px;
		}
			
			#blog h2
			{
				font-size: 14px;
				font-weight: bold;
				margin-bottom: 5px;
			}
			
			#blog h3
			{
				font-size: 10px;
				font-weight: normal;
				margin-bottom: 10px;
				padding-left: 15px;
				background: url(../../Images/arrow.gif) 2px center no-repeat;
			}
			
			div#blog h3
			{
				margin: 10px 0;	
			}
			
			#blog h4
			{
				font-size: 11px;
				font-weight: bold;
				margin-bottom: 10px;
				border-bottom: 1px solid #CCC;
			}
			
			div.post-copy p
			{ 
				margin: 10px 0 0 0; 
				line-height: 15px;
			}
			
			div.comment
			{
				margin-top: 20px;
				padding: 10px 5px 22px 5px;
				color: #5F5E5D;
				background: #DAD5CE url(../../Images/post-comment-bg.gif) bottom left repeat-x;
			}
			div.comment a
			{ margin: 0 5px; }
			
			div.comment a.strong
			{ font-weight: bold; }

div#extra
{
	float: left;
	margin: 10px 0 0 10px;
	width: 200px;
	line-height: 15px;
}

	div#extra h2
	{ 
		font-size: 13px;
		font-family: Arial, Helvetica;
		margin-bottom: 5px;
	}
	
	div#extra ul li a
	{ text-decoration: none; }
	
	div#extra ul li a:hover
	{ text-decoration: underline; }


div#footer
{
	clear: both;
	padding-bottom: 50px;
}	

	div#footer ul
	{
		background: url(../../Images/footer-links-bg.gif) no-repeat;
		height: 57px;
		
	}
	
	div#footer ul li
	{
		float: left;
		margin: 15px 0;
	}
	
	div#footer ul li a
	{
		display: block;
		height: 25px;
		text-indent: -5000px;
		overflow: hidden;
	}
	
		li#site a
		{ width: 124px; background-image: url(../../Images/visite-nosso-site-btn.gif); margin-left: 70px; }
		
		li#email a
		{ width: 130px; background-image: url(../../Images/email-btn.gif); }
		
		li#css a
		{ margin-left: 250px; width: 81px; background-image: url(../../Images/css-btn.gif); }
		
		li#xhtml a
		{ width: 80px; background-image: url(../../Images/xhtml-btn.gif); }

	div#copyright
	{	
		margin: 5px 0;
		height: 20px;
		background: url(../../Images/copyright.gif) no-repeat;
		text-indent: -5000px;
		overflow: hidden;
	}
	
	div#footer address
	{	
		height: 20px;
		background: url(../../Images/address.gif) no-repeat;
		text-indent: -5000px;
		overflow: hidden;
	}