/* CSS Document */

@import url("geral.css");

#videoWrapper {
	background-color: #310901;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#videoContent {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#videoHolder {
	float: left;
	display: inline;
	width: 440px;
}
#videoPlayer {
	height: 294px;
	width: 440px;
}
#videoDescription {
	width: 410px;
	height: 105px;
	margin-top: 2px;
	background-color: #e5e5e5;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
.videoDescTitle {
	font-size: 18px;
	color: #7d1d09;
	text-decoration: underline;
}
.videoDescText {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
#videoArchive {
	float: left;
	display: inline;
	margin-left: 5px;
	width: 530px;
}
#videoArchiveItem {
	float: left;
	height: 55px;
	width: 255px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}
.archiveTitle {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #7d1d09;
	display: inline;
	text-decoration: underline;
}
.archiveTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #7d1d09;
	height: 14px;
}
.icoAudio {
	float: left;
	margin-right: 5px;
}
.archiveDate {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 14px;
}
.archiveBtns {
	background-image: url(../images/btnMediaAction.gif);
	background-repeat: no-repeat;
	width: 63px;
	font-size: 12px;
	color: #e5e5e5;
	text-decoration: none;
	padding-top: 3px;
	font-weight: bold;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	height: 23px;
}
#videoArchiveNavigation {
	text-align: center;
	padding-top: 15px;
	/* margin-top: 375px; */
}
#whiteBackWrapper {
	padding: 5px;
}
#blogWrapper {
	width: 350px;
}
#blogContent {
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#blogContent a {
	color: #000000;
	text-decoration: none;
}
.blogTitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #bd8a10;
}
#twitterWrapper {
	margin-top: 10px;
	width: 350px;
	background-color: #ebebeb;
	height: 313px;
}
#twitterHolder {
	margin-top: 10px;
	background-color: #ebebeb;
	overflow-y: auto;
	overflow-x: hidden;
	height: 260px;
}
#declaracaoWrapper {
	float: right;
	background-color: #f1a500;
	width: 625px;
}
#declaracaoContent {
	padding-bottom: 5px;
	padding-left: 5px;
}
#mainImgHolder {
	height: 243px;
	width: 440px;
	background-color: #FFFFFF;
}
#mainImgDescription {
	width: 430px;
	height: 85px;
	background-color: #666666;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	line-height: 14px;
}
#albumDescription {
	width: 420px;
	height: 98px;
	padding: 10px;
	background-color: #f2b329;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.albumTitle {
	font-weight: bold;
	margin-bottom: 10px;
}
.mainImgTitle {
	font-weight: bold;
	color: #ffaf00;
	margin-bottom: 5px;
}
#thumbsHolder {
	float: right;
	width: 176px;
}
.thumbItem a {
	float: left;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}
#thumbNavigation {
	text-align: center;
	/* float: left; */
	width: 156px;
	/* margin-top: 400px; */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #c08400;
}

