@import "pagination.css";

#content .post {
	position: relative;
	padding: 30px 20px 30px 0;
	margin-bottom: 40px;
	border-bottom: 1px dashed #353745;
	background: url('../imagem/bg_post_bottom.gif') no-repeat right bottom;
	overflow: hidden;
	}
	#content .post h3 {
		font-size: 33px;
		font-weight: normal;
		margin-bottom: 5px;
		width: 440px;
		}
		#content .post h3 a {
			color: #353745;
			}
	#content .post h4 {
		font-size: 12px;
		margin-bottom: 30px;
		}
		
	#content .post p {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 10px;
		}
		#content .post p a, #content .post ol li a {
			color: #000;
			text-decoration: underline;
			}
			#content .post p a:hover, #content .post ol li a:hover {
				text-decoration: none;
				}
	#content .post ul, #content .post ol {
		list-style-position: inside;
		margin-bottom: 10px;
		font-size: 12px;
		}
		#content .post ol li {
			margin-bottom: 10px;
			}
	#content .post blockquote, #content .post blockquote * {
		padding-left: 30px;
		font-style: italic !important;
		}
	#content .post p.post-meta {
		margin-bottom: 15px;
		font-size: 11px;
		}
		#content .post p.post-meta a {
			color: #3a3a3a;
			}
	#content .post .bottom-post {
		margin-top: 18px;
		overflow: hidden;
		_height: 100%;
		}
		#content .post .bottom-post .meta {
			float: left;
			margin: 10px 10px 0 0;
			padding-right: 13px;
			}
		#content .post .bottom-post .tag {
			background: url('../imagem/bg_tag_right.gif') no-repeat right;
			}
		#content .post .bottom-post .category {
			background: url('../imagem/bg_categoria_right.gif') no-repeat right;
			}
			#content .post .bottom-post span {
				font-weight: bold;
				font-size: 10px;
				padding-left: 13px;
				display: block;
				}
			#content .post .bottom-post .tag span {
				background: url('../imagem/bg_tag_left.gif') no-repeat left;
				}
			#content .post .bottom-post .category span {
				background: url('../imagem/bg_categoria_left.gif') no-repeat left;
				}
				#content .post .bottom-post span a {
					padding: 7px 0;
					color: #fff;
					display: block;
					}
				#content .post .bottom-post .tag span a {
					background: url('../imagem/bg_tag_middle.gif') repeat-x;
					}
				#content .post .bottom-post .category span a {
					background: url('../imagem/bg_categoria_middle.gif') repeat-x;
					}
	
	#content .post .comments {
		width: 72px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: url('../imagem/post/balao_comentarios.gif') no-repeat;
		}
		#content .post .comments a, #content .post .comments span {
			color: #fff;
			display: block;
			width: 42px;
			height: 45px;
			padding: 10px 0 0 30px;
			}
