﻿/* DEFAULTS
----------------------------------------------------------*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
  background: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #000;	
}

p 
{
  margin-bottom: 10px;
  text-align: justify;
}

a:link, a:visited
{
  color: #000;
  text-decoration: none;
}
a:hover
{
  color: #333;
}
a:active
{
  color: #000;
}

img { border: 0px; }

* { outline: none; }

/*------------------------------------------------*/

#wrapper {
	min-height:100%;
	position:relative;  
  background:#fff;
}

/*------------------------------------------------*/

#header {
  height:170px;	
  background: #000 url('../img/imgTopo.png') no-repeat center;	
}
.header
{
    margin:0 auto;
    width:1200px;   
    height:170px;
}
.header-logo
{
    float: left;    
    width: 306px;
    height:170px;
}
.header-social
{    
    position: relative;
    float:left;
    width:490px;
    height:170px;
}
.header-social .social
{
    position:absolute;
    bottom:10px;
    right:20px;
    width: 418px;
    height:30px;
}
.header-social .social span
{
    font-size:14px;
    font-weight:bold;
    color:#777;
}
.header-social .social a {
  margin:5px; 
}

.menu
{
    position: relative;
    float: left;
    width: 400px;
    height: 170px;
}
.menu-in
{  
    position:absolute;
    bottom: 0px;
    right:0px;  
    margin:0px;
    padding:0px;
}
.nav {
    display: block;
    float: right;
    margin: 0;
    list-style: none;  
}
.nav > li {
    float: left;
}
.nav > li > a {
    float: none;
    padding: 20px 16px 10px;
    color: #fff;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display: block;
    outline: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;  
}
.nav > li > a:hover,
.nav > li > a:focus, 
.nav > li > a.active
{
  color:#000;
  background-color: #fff;
}

/*------------------------------------------------*/

#content 
{  
  margin:0 auto;
  width:1200px;
  background:#fff;
	padding-bottom:115px;
}

/*------------------------------------------------*/

.video
{    
    margin-top: 35px;
    padding:0px;
    width: 100%;    
    background-color:#000;
}

.home-artistas-titulo
{
    margin-top: 10px;
    padding:0px;
    width: 100%;
    text-align:center;
}

.home-artistas-titulo h3
{
  font-size:30px;
  color:#000;
  font-weight:bold;  
}

.artistas
{      
    margin: 35px auto;
    width: 1200px;
}

.artistas-item
{
    position:relative;
    float:left;
    display:inline;
    overflow: hidden;
    width:382px;
    height: 221px;
    margin-right:25px;
    margin-bottom:15px;
}

.artistas-item.right
{
    float:right;
    margin-right:0px;
}

.artistas-fundo
{
    position:absolute;
    width:382px;
    height:56px;
    bottom:0;
    background-color:#000;
    filter:alpha(opacity=65);
    opacity:.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.artistas-nome
{
    position:absolute;
    width:382px;
    height:56px;    
    bottom:0;
}

.artistas-nome span
{
    position:absolute;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-left:18px;
    margin-top:14px;
}

.home-artistas-botao
{
    margin: 35px auto;
    width: 1160px;
    padding:8px 20px 8px 20px;
    text-align:center;
}

.home-artistas-botao a, .home-artistas-botao a:link, .home-artistas-botao a:visited
{
    background-color:#000;
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    padding: 3px 12px 3px 12px;
    text-decoration: none;
}
.home-artistas-botao a:hover
{
    background-color:#ccc;
    cursor:pointer;
}

/*------------------------------------------------*/

.titulo
{
    margin: 35px auto;
    width: 1160px;
    padding:8px 20px 8px 20px;
    background-color:#000;
}

.titulo h1
{
  font-size:18px;
  color:#fff;
  line-height:33px;
  font-weight:bold;
  display:inline;
}

.titulo a, .titulo a:link, .titulo a:visited
{
    display:inline;
    background-color: #fff;
    font-size: 16px;
    font-weight:bold;
    color: #000;
    padding: 3px 12px 3px 12px;
    margin: 15px;
    text-decoration: none;
}
.titulo a:hover
{
    background-color:#ccc;
    cursor:pointer;
}

.titulo-w
{
    margin: 35px auto;
    width: 1160px;
    padding:8px 20px 8px 20px;
}

.titulo-w h1
{
  font-size:18px;
  color:#000;
  line-height:33px;
  font-weight:bold;
  display:inline;
}

.titulo-w a, .titulo-w a:link, .titulo-w a:visited
{
    display:inline;
    background-color: #000;
    font-size: 16px;
    font-weight:bold;
    color: #fff;
    padding: 3px 12px 3px 12px;
    margin: 15px;
    text-decoration: none;
}
.titulo-w a:hover
{
    background-color:#333;
    cursor:pointer;
}

/*------------------------------------------------*/

.noticias
{      
    margin: 35px auto;
    width: 1160px;
    padding:8px 20px 8px 20px;
}

.noticias .item
{
    float:left;
    width:360px;
    margin-left:15px;
    margin-bottom:15px;
}

.noticias .item a
{
    color:#ee610f;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
}

.noticias .item a:hover
{
  color:#000;
}

/*------------------------------------------------*/

#footer {
	background:#000;
	width:100%;
	height:115px;
	position:absolute;
	bottom:0;
	left:0;
}

.footer-in
{
    margin:0 auto;
    width:1200px;
    height:115px;
}

.footer-1
{
    margin-top:30px;
    width:220px;
    float:left;
}

.footer-2
{
    margin-top:30px;
    width:430px;
    text-align:center;
    float:left;
}
.footer-2 span
{
    color:#fff;
    font-size:14px;
    font-weight:bold;
}

.footer-3
{
    margin-top:30px;
    width:430px;
    text-align:center;
    float:left;
}
.footer-3 span
{
    color:#fff;
    font-size:14px;
    font-weight:bold;    
}

.footer-4
{
    margin-top:15px;
    width:120px;
    float:left;
    text-align:right;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.clear5
{
    clear: both;
    height: 5px;
}

.clear10
{
    clear: both;
    height: 10px;
}
