@charset "utf-8";
/* CSS Document */

#principal {
	width: 620px;
	min-height: 300px;
    padding: 8px; 
	background: #FFF;
}
#principal_videos {
	width: 620px;
	min-height: 300px;
    padding: 10px; 
	background: #EBEBEB;
}
a {
	text-decoration: none;
	color: #21a2d6;
}

a:hover {
	text-decoration: none;
	color: #ffa242;
}

p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
}

m {
	font-family: Verdana;
	font-size: 15px;
	line-height: 17px;
}

h2 {
	font-size: 1.2em;
	color: #d66d10;
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding-left: 6px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
}

h3{
	font-size: 0.8em;
	color: #d66d10;
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding-left: 6px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;


}

h3{
	font-size: 1.0em;
	color: #d66d10;
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding-left: 6px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
}

h5 {
	font-size:12px;
	color: #d66d10;
	display: block;
	padding-top: 8px;
	font-family: Trebuchet MS;
}

img {
	border: none;
}

/* Layout */

#wrapper {
	margin: 0px auto;
	width: 850px;
	background-color: #fff;
}


#button {
	background-color: #fff;
	color: #555555;
	border: 1px solid #ccc;
}

#inputbox {
	background-color: #fff;
	color: #555555;
	border: 1px solid #ccc;
}

#bar {
	background-color: #f4f4f4;
	height: 22px;
	font-size: 10px;
	font-family: Verdana;
	padding: 6px 0px 0px 8px;
	text-align: center;
}

#bar span {
	padding-right: 20px;
	padding-left: 20px;
}

#bar #comments {
	background-image: url(../imagens/comment.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#bar #date {
	background-image: url(../imagens/date.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#bar #read {
	background-image: url(../imagens/reads.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#clear { clear: both; }

#footer div.footer {	
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#footer div.footer span {
	padding-right: 100px;
}

/* Classes */

.orangeText { color: #ffa242 }
.blueText { color: #21a2d6 }
.bold { font-weight: bold; }
.left-align { float: left; }
.right-align { float: right; }
.small { font-size: 10px; }
.big { font-size: 18px; }