/* BASICS */

html, body { height: 100%; }
body
{
	color: #444;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
a,
a:link,
a:hover,
a:visited,
a:active
{
	color: #777;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .25s linear;
	-moz-transition:    color .25s linear;
	-ms-transition:     color .25s linear;
	-o-transition:      color .25s linear;
	transition:         color .25s linear;
}
a.open,
a:hover,
a:active,
.current-cat a,
.current-menu-item a,
.current_page_item a,
.current-page-ancestor a,
.current-post-parent a
{
	color: #222;
}
::-moz-selection { background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; }
:focus {
  -moz-outline-style: none;
}
em
{
	font-style: italic;
}
strong
{
	color: #222;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #777;
}
h1,h2,h3,h4,h5,h6,p
{
	margin-bottom: 1.4em;
}
blockquote, blockquote p
{
	color: #777;
	font-style: italic;
}
#sm2-container
{
	position: absolute;
	height: 0;
	width: 0;
	top:0;
	left:0;
}
#sm2-container embed
{
	width: 1px;
	height: 1px;
}
/* STRUCTURE */
#home
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
.home #home
{
	display: block;
}
.has-nav #home
{
	display: none;
}
#home .loaded
{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
#home .loaded img
{
	position: absolute;
}
#home .loaded.show
{
	visibility: visible;
}
#home .logo,
#nav .logo
{
	display: block;
	width: 220px;
	height: 60px;
	position: absolute;
	right: 20px;
	bottom: 0%;
	text-indent: -9999px;
}
#home .black .logo,
#nav .logo
{
	background: url(../img/mana_b.png) no-repeat right center;
}
#home .white .logo,
.white #nav .logo,
.blackout #nav .logo
{
	background: url(../img/mana_w.png) no-repeat right center;
}
#home .logo
{
	margin-bottom: 6px;
}
/*.logo {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.logo:hover
{
	opacity: .50;
}*/
/*
.cssanimations #home .show .logo
{
	-webkit-animation: logopulse 4s infinite;
}*/
@-webkit-keyframes logopulse {
        0% {
            opacity: .35;
        }
        50% {
            opacity: 1;
        }
        100% {
        	opacity: .35;
        }
}

#nav
{
	display: block;
	height: 60px;
	width: 100%;
	position: absolute;
	/*background: white;*/
	top: 0%;
	left: 0;
	margin-top: 0;
	z-index: 11;
	-webkit-transition: top 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	-o-transition: top 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	transition: top 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}
.home #nav
{
	top: 100%;
	margin-top: -66px;
}
.home.white #nav a
{
	color: white;
}
.home.white #nav a:hover
{
	color: #eee;
}
#nav_main ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 30px;
	margin-right: 260px;
}
#nav_sub ul
{
	margin: 0;
	padding: 0;	
}
#nav_main li,
#nav_sub li
{
	display: block;
	float: left;
	margin-right: 14px;
	text-transform: lowercase;
}
#nav_sub
{
	display: none;
}
.archive.tax-arquivos #nav .logo.sub,
.archive.tax-arquivos #nav_sub,
.page-parent #nav .logo.sub,
.page-parent #nav_sub
{
	display: block;
}
#nav .logo.sub,
.page-parent.nav_main #nav .logo.sub,
.page-parent.nav_main #nav_sub,
.page-parent #nav .logo.main,
.page-parent #nav_main > ul,
.archive.tax-arquivos.nav_main #nav .logo.sub,
.archive.tax-arquivos.nav_main #nav_sub,
.archive.tax-arquivos #nav .logo.main,
.archive.tax-arquivos #nav_main > ul
{
	display: none;
}
.page-parent.nav_main #nav .logo.main,
.page-parent.nav_main #nav_main > ul,
.tax-arquivos.nav_main #nav .logo.main,
.tax-arquivos.nav_main #nav_main > ul
{
	display: block;
}
a.hide-sub
{
	font-size: 80%;
	padding: 0 10px;
}
#nav_main .ico {
	font-size: 20px;
	margin-right: 10px;
	position: relative;
}
#nav_main .ico a {
	display: block;	
}
#main
{
	margin: 0 30px;
	position: relative;
	display: block;
	height: 100%;
}
#content
{
	margin-top: 60px;
	padding-bottom: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.home #content
{
	/*top: 100%;*/
}
#content .body
{
	max-width: 780px;
	margin-top: 15px;
}
/* GRID CONTAINER */
#content .grid-container
{
	overflow: auto;
	margin-right: -30px;
}
#content .grid-container .post
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 200px;
}
#content .grid-container .post-image
{
	display: block;
	width: 200px;
	height: 200px;
}
#content .grid-container .post-title
{
	background: white;
	position: absolute;
	display: none;
	width: 180px;
	height: 120px;
	padding: 80px 10px 0;
	text-align: center;
	top: 0;
	left: 0;
	text-transform: lowercase;
}
#content .grid-container .post:hover .post-title
{
	display: block;
}
#content .grid-container .post:hover .post-title .sub-title
{
	color: #777;
}
/* GRID CONTAINER OVERRIDE */
#content .body.parceiros,
#content .body.clipping
{
	max-width: none;
}
#content .grid-container .post.parceiros
{
	margin-right: 60px;
}
/* SINGLE */
#single
{
	background: white url(../img/loading.gif) no-repeat center center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#single.show
{
	display: block;
}
#single .slides-clip
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#single .slides-container
{
	width: 10000px;
	height: 100%;
}
#single .slide
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 600px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#single .slide.vert
{
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
#single .slide img
{
	position: absolute;
	display: none;
}
#single .slide img.loaded
{
	position: absolute;
	display: block;
}
/*
.opacity.csstransitions #single .slide img
{
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
.opacity.csstransitions #single .slide img.loaded
{
	position: absolute;
	opacity: 1;
}
*/
#single .info
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 0;
	width: 200px;
}
#single .info .post-title,
#single .info .post-date
{
	color: #777;
}
#single .info .controls
{
	margin: 0 0 0 -16px;
	padding: 0;
	position: absolute;
	list-style: none;
	overflow: hidden;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#single .info .controls li
{
	float: right;
}
#audio
{
	position: absolute;
	bottom: 0;
	right: 150px;
}
#single .info .icon
{
	background-image: url(../img/mana_sprites.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
}
.info .icon.prev { background-position: 0 0; }
.info .icon.prev:hover { background-position: 0 -50px; }
#single .info .icon.next { background-position: -50px 0; }
#single .info .icon.next:hover { background-position: -50px -50px; }
#single .info .icon.more { background-position: -100px 0; }
#single .info .icon.more:hover { background-position: -100px -50px; }
#single .info.show .icon.more { background-position: -150px 0; }
#single .info.show .icon.more:hover { background-position: -150px -50px; }
#single .info .close { background-position: -200px 0;}
#single .info .close:hover { background-position: -200px -50px;}
#single .info .hover
{
	background: white;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 270px;
	z-index: 9;
}
#single .info.show .hover
{
	display: block;
}
#single .info-container
{
	padding: 20px 20px 60px;
	border: solid 1px #eee;
}
/* IMPRENSA */
#the_list_container
{
	overflow: hidden;
	width: 600px;
}
#the_list
{
	font-size: 80%;
}
#the_list,
#the_list_display
{
	float: left;
	width: 200px;
}

span.imprensa
{
	display: block;
}
.imprensa-file
{
	font-size: 80%;
	margin-top: 4px;
}
.imprensa-image img
{
	border: 1px #ddd solid;
}
/* INDEX */
.index-container
{
	width: 720px;
	margin-top: 15px;
}
.index-container .posts-date
{
	margin-bottom: 20px;
}
.index-container .post
{
	overflow: hidden;
	margin-bottom: 40px;
}
.index-container .column-content
{
	
}
.index-container .post p
{
	margin-bottom: .5em;
}
.index-container .post .sub-title
{
	color: #777;
}
.index-container .attachment-post-thumbnail
{
	height: 90px;
	width: auto;
}
/* INFO */

.body.info,
.body.info p
{
	font-size: 12px;
}

.body.info p
{
	margin: 20px 0;
}

.body.info table tr > td:first-child {
	width: 40px;
}


/* VIDEOS */

body.blackout {
	background: #000;
}
.blackout a.open,
.blackout a:hover,
.blackout a:active,
.blackout .current-cat a,
.blackout .current-menu-item a,
.blackout .current_page_item a,
.blackout .current-page-ancestor a,
.blackout .current-post-parent a
{
	color: #fff;
}
.blackout #content .grid-container .post-title {
	background: #000;
}
/* UTIL */
.hide,
.hidden
{
	display: none;
}
.show
{
	display: block;
}
/*
#wpadminbar
{
	display: none;
}
*/
/* INDEX */
.small-grid {
	max-height: 90px;
}