/* Fonts */
@font-face {
    font-family: 'zapf_dingbatsregular';
    src: url('fonts/zapfdingbats-webfont.woff2') format('woff2'),
		 url('fonts/zapfdingbats-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	/*background:url(../images/body_bg.gif) repeat;*/
	background-color: #999;
}
body {
	width: 100%;
	height: 100%;
	/*font-size: 62.5%;*/
	/* reset font-sizes to 1em == 10px */
}
body a {
	outline: none;
}
* {
	font-size: 12px;
	line-height: 16px;
	/*font-size: 1em;*/
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	/*font-family:Verdana,Helvetica,sans-serif;*/
	font-family: 'AntennaRegular';
	list-style:none;
	text-decoration: none;
	color: #282828;
}
a img{
	border:0;
}

/**********************************
 * 
 *  Portal
 *  
 ********************************/
.portal {
	background-color: #F7F7F7;
}
.portal * {
	color: #323232;
}

/* Layout CSS */
#Main {
	margin:20px auto;
	width:900px;
}
#Header {
	background:url(../images/blueback.gif) bottom left repeat-x;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	clear:left;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding:10px 50px 0;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}

#ContentContainer {
	background:#f5f5f5 url(../images/ss_watermark.gif) bottom left no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float:left;
	background:#f0f0f0;
	border:1px solid #ddd;
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	float: left;
	margin: 0px 20px;
	width:70%;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:#015581;
	clear:both;
	text-align:right;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		
/* Custom */
#logo {
	width: 319px;
	height: 61px;
	background: url('../images/curtas_2012_Site_Abril_logoprincipal.png') no-repeat;
	display: block;
	margin-bottom: 21px;
}

@font-face {
    font-family: 'AntennaRegular';
    src: url('fonts/antenna-regular-webfont.eot');
    src: url('fonts/antenna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antenna-regular-webfont.woff') format('woff'),
         url('fonts/antenna-regular-webfont.ttf') format('truetype'),
         url('fonts/antenna-regular-webfont.svg#AntennaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AntennaBold';
    src: url('fonts/antenna-bold-webfont.eot');
    src: url('fonts/antenna-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antenna-bold-webfont.woff') format('woff'),
         url('fonts/antenna-bold-webfont.ttf') format('truetype'),
         url('fonts/antenna-bold-webfont.svg#AntennaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ClarendonNo1URWStencilDXBd';
    src: url('fonts/clarendonno1urwsted-extbol-webfont.eot');
    src: url('fonts/clarendonno1urwsted-extbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendonno1urwsted-extbol-webfont.woff') format('woff'),
         url('fonts/clarendonno1urwsted-extbol-webfont.ttf') format('truetype'),
         url('fonts/clarendonno1urwsted-extbol-webfont.svg#ClarendonNo1URWStencilDXBd') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 * {
	font-size:58px;
	font-family: 'AntennaBold';
	line-height: 57px;
}
h3 {
	font-size:30px;
	font-family: 'AntennaBold';
	line-height: 35px;
}
.container {
	background-color: #F7F7F7;
	color: #282828;
	padding-top: 16px;
	padding-bottom: 48px;
}
.container_home {
	background-color: #F7F7F7;
	color: #282828;
	padding-top: 16px;
	padding-bottom: 20px;
}
.watch-online {
	background-color: #ffd200;
	position: relative;
	height: 40px;
}
.watch-online a {
	font-size:14px;
	font-family: 'AntennaBold';
}
.right-arrow {
	font-size: 14px;
	font-family: 'zapf_dingbatsregular';
}
.header {
	background-color: #EBEBEB;
	color: #282828;
	padding-top: 30px;
}
	/*.header a {
		color: #282828;
	}*/
	.header img:first-child {
		margin-bottom: 7px;
	}
#menu1 {
	margin-bottom: 13px;
}
	#menu1 a {
		font-size:15px;
		font-family: 'AntennaBold';
		margin-right: 20px;
		line-height: 22px;
	}
	#menu1 a:hover {
		color: #FFD200;
	}
#menu2 {
	padding-top: 10px;
	text-align: right;
}
	#menu2 a {
		margin-right: 13px; 
	}
#menu3 {
	margin-top: -16px;
}
	#menu3 div {
		float: left;
		margin-top: 13px;
	}
	#menu3 a {
		font-size:10px;
		margin-right: 5px; 
	}
	#menu3 img {
		vertical-align: -24px;
	}
.footer {
	background-color: #282828;
	padding-top: 20px;
	padding-bottom: 15px;
	/*min-height: 235px;*/
}
	.footer * {
		color: #F3F3F3;
}
	.footer span {
		font-size: 10px;
		display: block; 
	}
	.footer a {
		font-size: 10px;
	}
	.footer span.bold {
		font-family: 'AntennaBold';
	}
.separador-1px {
	height: 1px;
	background: url('../images/separador-1px.png') repeat-x;
	margin: 12px 0 8px 0;
}
.separador-1px-white {
	height: 1px;
	background: url('../images/separador-1px-white.png') repeat-x;
	margin: 8px 0 8px 0;
}
.separador-2px {
	height: 2px;
	background: url('../images/separador-2px.png') repeat-x;
	margin-bottom: 11px;
}
.separador-bolt {
	height: 7px;
	background: url('../images/separador-bolt.png') repeat-x;
}
.separador-yellow {
	height: 20px;
	background-color: #FFD200;
	margin-bottom: 8px;
}
.destaques {
	margin-top: -4px;
}
	.destaques li {
		background-color: #282828;
		height: 78px;
		margin-top: 16px;
	}
	.destaques img.hoverPhoto {
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.destaques img.sep {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.destaques div {
		padding: 7px 8px 7px 8px;
		height: 64px;
		overflow: hidden;
		font-size: 14px;
		color: #F3F3F3;
		cursor: pointer;
	}
	.destaques div:hover {
		background-color: #FFD200;
	}
	.destaques li.active {
		background-color: #FFD200;
	}
	.destaques li.current {
		background-color: #FFD200;
	}
	.destaques li.column-1 {
		margin-left: 0;
	}
	.destaques li.column-0 {
		margin-right: 0;
	}
	.destaques h4 {
		font-family: 'ClarendonNo1URWStencilDXBd';
		font-size: 14px;
		color: #F3F3F3;
	}
.destContainer div {
	font-size: 15px;
	line-height: 22px;
}
	.destContainer div > * {
		font-size: 15px;
		line-height: 22px;
	}
#blogNav {
	padding-top: 12px;
	height: 40px;
	background-color: #F7F7F7;
	z-index: 100;
}
	#blogNav a {
		font-family: 'AntennaBold';
		margin-right: 17px;
	}
	#blogNav .nav {
		vertical-align: -3px;
	}
	#blogNav .close {
		vertical-align: -1px;
		margin: 0 0 0 395px;
		/*position: absolute;
		top: 1px;
		right: 10px;*/
	}
.default {
    height: 40px;
	margin-top: -16px;
}
.fixed {
    position: fixed;
    top: -5px;
}
#infoNav {
	/*height: 50px;*/
	background-color: #F7F7F7;
	z-index: 100;
}
	#infoNav a {
		font-family: 'AntennaBold';
		font-size: 15px;
		margin-right: 10px;
	}
	#infoNav span {
		font-family: 'AntennaBold';
		font-size: 15px;
		margin-right: 25px;
	}
	#infoNav .close {
		vertical-align: -1px;
		position: absolute;
		right: 0px;
	}
.defaultInfo {
    /*height: 50px;*/
	margin-top: -16px;
}
.fixedInfo {
    position: fixed;
    top: 0px;
}
.blogEntry h3 {
	margin-top: 8px;
}
.blogEntry .mainImg {
	margin: 22px 0 22px 0;
}
.blogEntry-photo h3 {
	margin-top: 8px;
	display: inline-block;
}
	.blogEntry-photo .more {
		vertical-align: 3px;
		margin-left: 36px;
	}
.blogThumbs {
	margin-bottom: 27px;
}
	.blogThumbs .head {
		margin-top: -12px;
		height: 94px;
		overflow: hidden;
	}
	.blogThumbs .body {
		overflow: hidden;
		visibility: hidden;
	}
	.blogThumbs li {
		background-color: #282828;
		height: 78px;
		margin-top: 16px;
	}
	.blogThumbs .mask-img {
		width: 39px;
		height: 27px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -13px 0 0 -20px;
	}
.blogSidebar * {
	font-size: 10px;
}
.blogSidebar li {
	margin-bottom: 10px;
}
/* COMMON */
.hidden {
	display: none;
}
.current {
	color: #FFD200;
}
.section {
	color: #FFD200;
}
.vertical-center {
	/*margin: 0;*/
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }

/* Modal GALLERY */
#modal_gallery {display:none;}
#modal_gallery-container {height:490px; width:804px;}
#modal_gallery-container .simplemodal-data {padding:0px;}
#modal_gallery-container a.modalCloseImg {background:url(../images/close-gallery.png) no-repeat; width:10px; height:10px; display:inline; z-index:3200; position:absolute; top:472px; right:10px; cursor:pointer;}
#modal_gallery  span {color: #FFFFFF; margin-top: 15px; display: block;}
#modal_gallery #leftNav {
	position: absolute;
	left: 15px;
	top: 214px;
	z-index: 999;
}
#modal_gallery #rightNav {
	position: absolute;
	right: 15px;
	top: 214px;
	z-index: 999;
}
#container_gallery {
	width: 804px;
	height: 454px;
	overflow: hidden;
}
.galleryThumbs {
	width: 772px;
	height: 74px;
	position: absolute;
	left: 16px;
	bottom: 96px;
	overflow: hidden;
}
	.galleryThumbs .thumbPhoto {
		width: 140px;
		height: 74px;
		float: left;
		margin-right: 18px;
		position: relative;
	}
	.thumbPhoto .mask-img {
		width: 39px;
		height: 27px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -13px 0 0 -20px;
	}
	.thumbPhoto .mask-video {
		width: 23px;
		height: 38px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -18px 0 0 -7px;
	}
#carousel-wrap {
	width: 772px;
	height: 74px;
	position: absolute;
	left: 16px;
	top: 362px;
	overflow: hidden;
}
#carousel-demo li {
	background:#ccc; 
	float:left;
	height:74px;
	list-style:none;
	margin:0 18px 0 0;
	width:140px;
	position: relative;
}
#placesGallery {
	height: 266px;
	width: 476px;
	background-color: #282828;
}
	#placesGallery .bx-prev {
		position: absolute;
		top: 155px;
		left: 16px;
		z-index: 999;
		text-indent: -999999px;
		display: block;
		width: 7px;
		height: 13px;
		background: url('../images/left-small.png') no-repeat;
	}
	#placesGallery .bx-next {
		position: absolute;
		top: 155px;
		right: 16px;
		z-index: 999;
		text-indent: -999999px;
		display: block;
		width: 7px;
		height: 13px;
		background: url('../images/right-small.png') no-repeat;
	}
	#placesGallery #placesSlider #firstSlide {
		color: #F3F3F3;
		font-size:58px;
		font-family: 'ClarendonNo1URWStencilDXBd';
		line-height: 57px;
		padding: 12px 0 0 16px; 
	}
#placesCarousel-wrap {
	width: 444px;
	height: 73px;
	position: absolute;
	left: 16px;
	top: 177px;
	overflow: hidden;
}
#placesCarousel li {
	background:#ccc; 
	float:left;
	height:73px;
	list-style:none;
	margin:0 15px 0 0;
	width:138px;
	position: relative;
}
.sections {
	margin-bottom: 20px;
}
	.sections a {
		font-size: 36px;
		line-height: 44px;
	}
	.sections span {
		font-size: 36px;
		line-height: 44px;
	}
.sectionDesc span {
	font-size: 15px;
	line-height: 21px;
}
#agenda-tooltips * {
	font-size: 15px;
	line-height: 21px;
}
	#agenda-tooltips div.container {
		width: 350px;
		background-color: #FFD200;
		padding: 8px 12px 8px 12px;
		overflow:hidden;
	}
	#agenda-tooltips a {
		display: table-cell;
	}
	#agenda-tooltips a.time {
		vertical-align: -3px;
		width: 55px;
		float: left;
	}
	#agenda-tooltips div.separador-1px {
		margin: 4px 0 4px 0;
	}
	#agenda-tooltips .agenda-tooltip {
		position: absolute; z-index: 9999; display: none;
	}
	
#detailsGallery {
	height: 360px;
	width: 640px;
	background-color: #282828;
	position: relative;
}
	#detailsGallery .bx-prev {
		position: absolute;
		top: 249px;
		left: 16px;
		z-index: 999;
		text-indent: -999999px;
		display: block;
		width: 7px;
		height: 13px;
		background: url('../images/left-small.png') no-repeat;
	}
	#detailsGallery .bx-next {
		position: absolute;
		top: 249px;
		right: 16px;
		z-index: 999;
		text-indent: -999999px;
		display: block;
		width: 7px;
		height: 13px;
		background: url('../images/right-small.png') no-repeat;
	}
	#detailsGallery #detailsSlider #firstSlide span {
		color: #F3F3F3;
		font-size:58px;
		line-height: 62px;
		padding: 12px 0 0 16px;
		display: block;
	}
#detailsCarousel-wrap {
	width: 608px;
	height: 74px;
	position: absolute;
	left: 16px;
	top: 271px;
	overflow: hidden;
}
#detailsCarousel li {
	background:#ccc; 
	float:left;
	height:74px;
	list-style:none;
	margin:0 15px 0 0;
	width:140px;
	position: relative;
}
.tech * {
	font-size: 9px;
}
	.tech img {
		margin: 0 5px 0 5px;
	}
.newsletterOptions td {
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}
	.newsletterOptions input {
		margin-top: 3px;
	}
.newsletterButton {
	background-color: #FFD200;
	padding: 14px 6px 14px 6px;
	cursor: pointer;
	border: none;
}
.newsletterTextBox {
	width: 270px;
	border: 2px dotted #727272;
	color: #999999;
	padding: 3px;
}
/* delete */
/*#FreePassForm_FreePassForm input,
#FreePassForm_FreePassForm select,
#GuestsForm_GuestsForm input,
#GuestsForm_GuestsForm select,
#GuestsForm_GuestsForm textarea {
	border: 2px dotted #727272;
	color: #999999;
	padding: 3px;
	width: 100%;
}*/

.form input,
.form select,
.form textarea {
	border: 2px dotted #727272;
	color: #999999;
	padding: 3px;
	width: 100%;
}

#GuestsForm_GuestsForm .Time input {
	border: 2px dotted #727272;
	color: #999999;
	padding: 3px;
	width: 90px;
}

#GuestsForm_GuestsForm .Time select {
	border: 2px dotted #727272;
	color: #999999;
	padding: 3px;
	width: 90px;
	margin-left: 5px;
}

.textboxWrapper {
	padding-right: 15px;
}
.selectWrapper {
	padding-right: 6px;
}
.fancyButton {
	background-color: grey;
	padding: 12px 0 12px 0;
	width: 145px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 25px 20px 25px 0;
	border: 0;
}
.fancyButton:hover {
	background-color: #FFD200;
}
.validationError span {
	color: #C00;
}
.alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
/**********************************
 * 
 *  Free-Pass
 *  
 ********************************/
.freepassBox {
	width: 148px;
	height: 172px;
	float: left;
	margin: 20px 15px 20px 0;
	position: relative;
	background: #FFD200 url('../images/freepassHole.png') no-repeat 65px 15px;
}
.freepassBox span {
	position: absolute;
	/*bottom: 25px;*/
	top: 81px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 22px;
}
/* delete */
/*#FreePassForm_FreePassForm label,
#GuestsForm_GuestsForm label {
	margin: 10px 0 4px 0;
	display: block;
}
#FreePassForm_FreePassForm #title,
#GuestsForm_GuestsForm #title {
	width: 70px;
	margin-right: 10px;
}*/
.form label {
	margin: 10px 0 4px 0;
	display: block;
}
/* delete */
/*#FreePassForm_FreePassForm #title,
#GuestsForm_GuestsForm #title {
	width: 70px;
	margin-right: 10px;
}*/

/**********************************
 * 
 *  Search Form
 *  
 ********************************/
#SearchResults a:hover {
	color: #FFD200
}

/**********************************
 * 
 *  Portal
 *  
 ********************************/
.entry_area {
	cursor: pointer;
}
.entry_area .social_links {
	position: absolute;	
	bottom: 28px; 
	right: 14px;
}
.entry_area .social_links  img{
	margin-left: 1px;
}
#portal_menu .hover_img {
	width: 158px;
}
.social_links .hover_img {
	width: 25px;
}
.newsletter.hover_img {
	width: 312px;
}
.current_azul {
	color: #0055A4;
}
.current_amarelo {
	color: #FFD300;
}
.current_vermelho {
	color: #E30614;
}
.current_verde {
	color: #3AAB35;
}
.footer-portal {
	padding-bottom: 15px;
}
	.footer-portal * {
		font-size: 10px; 
	}
	.footer-portal span {
		display: block; 
	}
	.footer-portal img {
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.footer-portal span.bold {
		font-family: 'AntennaBold';
	}
/**********************************
 * 
 *  Film List Page
 *  
 ********************************/	
.film-list a:hover {
	color:#FFD200;
}

 
 
/**********************************
 * 
 *  Cufon Flicker Hack
 *  
 ********************************/
.cufonClarendon { visibility: hidden; }
.cufon-ready .cufonClarendon { visibility: visible; }
.cufonAntennaBold { visibility: hidden; }
.cufon-ready .cufonAntennaBold { visibility: visible; }
.cufonAntennaBoldHover { visibility: hidden; }
.cufon-ready .cufonAntennaBoldHover { visibility: visible; }