/**
 * Post stylesheet para http://www.marcelovigliar.com.br
 * 
 * @section		screen
 * @author 		Anderson Felix
 * @version		1.01
 * @copyright 	andersonfelix.com.br
 * @media		screen
 *
 * Descricao    Post de notas,artigos,etc..
 */

/**
 * MV - CSS padrão do site.
 */
@import url(mv.css);

/**
 * Post
 */
div.post{
	width:100%
}
div.post img{
	border:5px solid #fff;
	border-left-width:7px;
	border-right-width:7px;
	display:block;
	margin:5px 0 5px 0
}
div.post p{
	font-size:1.1em
}
div.post dl,div.post dl dt,div.post dl dd{
	display:block
}
div.post dl{
	padding-top:10px
}
div.post dl dt{
	background:url(../imagens/layout/bg_darkgray_dotted.gif) repeat-x bottom;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:6px;
	padding-bottom:3px;
	text-transform:uppercase
}
div.post dl dd{
	margin-bottom:4px
}