/* CSS Document */

/* =Reset
-----------------------------------------------------------------------------*/
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,th,var {
 font-style:normal;
 font-weight:normal;
}

em{
	font-style: italic;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}
 
a{ text-decoration:none; color:#3564a7; }
* {
  margin: 0;
  padding: 0;
}

 
 
/* =Hacks
-----------------------------------------------------------------------------*/
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix { height:1%; }

/* =Estrutura
-----------------------------------------------------------------------------*/
html{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	overflow: auto;	
	height: 100%;
}

body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	background-color: #000000;
	height: 100%;
	width: 100%;
	position:relative;
	top: 0px;
	left: 0px;
}

#site{
	width: 775px;
	height: 520px;
	position: relative;
	left: 0px;
	margin: auto;
	background-color: #000000;/*	margin-top: 18px;
*/}
#cabecalho{
	width: 767px;
	background-color: #000000;
	float: left;
	padding-left: 8px;
}

#logo{
	background-color: #FFFFFF;
	background-image: url(../../images/freelance/cabecalho/logotipo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 597px;
	height: 48px;
	float: left;
}
#menu{
	background-color: #000000;
	float: left;
	width: 700px;
	height: 24px;
}

#menu ul, #menu li{
	display: inline;
	float: left;
}

#conteudo{
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	background-color: #000000;
	float: left;
	height: auto;
	padding: 0px;
	width: 775px;
}

#players{
	float: right;
}
#audio_player{
	margin-top:	20px;
	visibility: hidden;
	z-index: 1;
}
#video_player{
	margin-top:	30px;
	z-index: 2;
	background-color: #000000;
	visibility: hidden;
	width: 225px;
	height:150px;
}
#isession_box{
	margin-top:	30px;
	visibility: hidden;
	z-index: auto;
	color: #FFFFFF;
}
#topLine{
	background-color: #000000;
	top: 0px;
	left: 200px;
	height: 28px;
	width: 350px;
	position: relative;
	z-index: 10;
}
#contentOuter{
	background-color: #000000;
	text-align: left;
	background-image: url(../../images/freelance/bg/william_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentInner{
margin-top: 8px;
}

#contentInner a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
#contentInner a:visited{
	color: #999999;
	text-decoration: underline;
}
#contentInner a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

h1{
	display: none;
}

h2{
	display: none;
}

h3{
	color: #FFFFFF;	
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 15px;
}
h3.cd{
	color: #B32317;	
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 15px;
}

h4 /*titulo do mailing e outras secoes*/ {
	font-weight: bold;
}

p{
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
th{
	color: #B32317;	
	font-size: 13px;
	font-weight: bold;	
	margin-bottom: 15px;
}

table{
	margin-bottom: 18px;
}
td.capp{
	text-transform: uppercase;
}


.imagem{
	height: 125px;
	width: 170px;
	margin-right: 9px;
	margin-bottom: 9px;
	display: inline;
}

.artwork{
	float: left;
	width: 140px;
}

.descricao{
	float: right;
	width: 160px;
}


/* JINGLES */
.jingles ul, li{
	display: block;
	float: none;
}
.jingles ul{
list-style:none;
}
.jingles li{
/*	background-image:url(../../images/freelance/setinha.jpg);
	padding-left:_px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	margin-bottom: 4px;*/
}
.jingles .titulo{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;	
}
.jingles .destaque{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;	
}

/* VOCAL DEMOS*/
.vocal_demos ul, li{
	display: block;
	float: none;
}
.vocal_demos ul{
	list-style:none;
}
.vocal_demos li{
/*	background-image:url(../../images/freelance/setinha.jpg);
	padding-left:_px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	margin-bottom: 8px;*/
}

/* PERFORMANCE CREDITS*/
h3.performance_credits{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
}

/* I-SESSIONS*/
h3.i_sessions{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
}

/* HEADINGS */

#h_blog{
	background-image: url(../../images/freelance/headings/blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 54px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_jingles{
	background-image: url(../../images/freelance/headings/jingles.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 74px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_vocal_demos{
	background-image: url(../../images/freelance/headings/vocal_demos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 129px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_artist_tours{
	background-image: url(../../images/freelance/headings/artist_tours.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 129px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_performance_credits{
	background-image: url(../../images/freelance/headings/performance_credits.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 214px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_blog{
	background-image: url(../../images/freelance/headings/blog.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 54px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_i_sessions{
	background-image: url(../../images/freelance/headings/i_sessions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 101px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_contact{
	background-image: url(../../images/freelance/headings/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 86px;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#h_past_shows{
	background-image: url(../../images/freelance/headings/past_dates.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 153px;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.past_dates_heading{
	color: #B32317;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding:0;
}