﻿/* CSS layout */
#masthead {
	background-color:black;
	padding-bottom:5px;
	width:992px;
	text-align:center;
}
#top_nav {
	clear:both;
	width:1002px;
	min-height:520px;
}
#page_content {
}
#footer {
}
#bloco {
	float:left;
	width:210px;
	height:210px;
	margin:5px;
	padding:15px;
	/*border-style:ridge;
	border-width:5px;
	border-color:white;*/
	background-color:black;
	text-align:center;
	background-image:url('img/moldura.antiga.png');
}
#bloco_video {
	float:left;
	width:365px;
	height:240px;
	padding:5px;
	text-align:center;
}
#video {
	width: 365px; 
	height: 240px;
}
#bloco_imagem {
	float:left;
	width:365px;
	height:240px;
	padding:5px;
	text-align:center;
}
#imagem {
	width:360px;
	height:240px;
}
#blocoB {
	float:left;
	width:220px;
	height:220px;
	margin:5px;
	padding:5px;
	border-style:ridge;
	border-width:5px;
	border-color:white;
	background-color:black;
	font-size:14px;
}
#inputsubmit {
	border: 0px none black; 
	height: 50px; 
	width: 50px; 
	background-color: #000000;
	color: #FFFFFF;
	margin:3px;
}
#bloco_nick {
	
}
#bloco_comentario {
	font-size:14px;
}
#bloco_data {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:lime;
	text-align:left;
}
#post_efetuado {
	text-align:center;
	background-color:blue;
}
#pub_div {
	position:absolute;
	top:130px;
	left:1010px;
}
#pub_iframe {
	border:0px;
	width:120px;
	height:600px;
}



















