@charset "utf-8";

/*-------------------------------------------------------
LAYOUT
Version: 1.0 2009
Author: VGraphicz.com (Miguel Vale)
E-mail: info@vgraphicz.com
Eebsite: VGraphicz.com
-------------------------------------------------------*/
@import url(menu.css);

/*Fonta Face*/
/*******************************************************/

@font-face {
	font-family: 'MisterGiaccoLigthItalic';
	src: url('mistegialigobl.eot');
	src: url('mistegialigobl.woff') format('woff'), url('mistegialigobl.ttf') format('truetype'), url('mistegialigobl.svg#webfont') format('svg');
}

@font-face {
	font-family: 'MisterGiaccoLigth';
	src: url('mistegialig.eot');
	src: url('mistegialig.woff') format('woff'), url('mistegialig.ttf') format('truetype'), url('mistegialig.svg#webfont') format('svg');
}


@font-face {
	font-family: 'MisterGiaccoMedium';
	src: url('mistegiamed.eot');
	src: url('mistegiamed.woff') format('woff'), url('mistegiamed.ttf') format('truetype'), url('mistegiamed.svg#webfont') format('svg');
}

@font-face {
	font-family: 'MisterGiaccoBold';
	src: url('mistegiabol.eot');
	src: url('mistegiabol.woff') format('woff'), url('mistegiabol.ttf') format('truetype'), url('mistegiabol.svg#webfont') format('svg');
}

/*Reset Css*/
/*******************************************************/
body {
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#6DB8D1;
}
.ver_mais {
	color:#6CF;
}
.ver_mais a {
	color:#6CF;
}
.ver_mais a:hover {
	color:#6CF;
	text-decoration:line-through;
}
/*main*/
/*******************************************************/

#main {
	width:960px;
	height:auto;
	margin:auto;
}
/*
#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin:20px 0 10px 10px;
}*/

#title {
	font:18px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	color:#666;
	margin:20px 0 10px 10px;
	text-transform:uppercase;
}

/*menu*/
/*******************************************************/

	
#menu {
	width:960px;
	height:auto;
}
#line {
	width:960px;
	height:auto;
	border-bottom:3px solid #dedede;
	margin-top:20px;
}
/*header*/
/*******************************************************/

	
#header {
	width:100%;
	height:200px;
	margin-top:20px;
}
#barra {
	width:100%;
	height:200px;
	background-color:#47c3d3;
	position: absolute;
	z-index:-1;
	left:0px;
	top:68px;
}
/*logo*/
	
#logo {
	width:240px;
	height:200px;
	float:left;
	background:url(/img/logo.jpg) top left no-repeat;
}
/*slider*/	
	
#slider {
	width:720px;
	height:200px;
	float:left;
}
#slider_img {
	width:360px;
	height:200px;
	float:left;
	overflow:hidden;
}
#slider_content {
	width:340px;
	height:160px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
/*#slider_top {
	width:340px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
	color:#333;
}*/

#slider_top {
	width:340px;
	height:auto;
	float:left;
	font:16px 'MisterGiaccoLigthItalic', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
}


/*#slider_headline {
	width:340px;
	height:auto;
	float:left;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}*/

#slider_headline {
	width:340px;
	height:auto;
	float:left;
	margin-top:20px;
	font:26px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
}


#slider_headline a { color:#FFF; }


/*#slider_date {
	width:340px;
	height:auto;
	float:left;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}*/

#slider_date {
	width:340px;
	height:auto;
	float:left;
	margin-top:20px;
	font:18px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	color:#000;
}



#slider_bts {
	float:right;
}

#slider_bts span {
	cursor:pointer;
	color:#A1A1A1;
	background-color:#FFF;
	font:16px 'MisterGiaccoMedium', Arial, Helvetica, sans-serif;
	padding:2px 6px;
}

#slider_bts .active{
	color:#fff;
	background-color:#b0b0b0;
}
/*content*/
/*******************************************************/	
	
#content_wrap {
	width:960px;
	height:auto;
	margin-top:20px;
	line-height:18px;
}
/*left*/

#nav_left {
	width:220px;
	height:auto;
	float:left;
	margin-right:20px;
	border-top:4px solid #dedede;
}
#cb {
	width:220px;
	height:auto;
	margin-top:10px;
	border-top:2px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#downlod {
	width:220px;
	height:200px;
	margin-top:20px;
	border-top:2px solid #CCC;
}
/*center*/	
	
#content {
	width:480px;
	height:auto;
	float:left;
	margin-right:20px;
}
.post {
	width:480px;
	height:auto;
	float:left;
	margin-bottom:20px;
	border-top:4px solid #dedede;
}
.post_img {
	width:170px;
	height:210px;
	float:left;
	margin:20px 0 0 10px;
	overflow:hidden;
}
.postcontent_wrap {
	width:270px;
	height:auto;
	float:left;
	margin:20px 0 0 20px;
}
/*.post_date {
	width:270px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}*/

.post_date {
	width:270px;
	height:auto;
	font:18px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/*.post_title {
	width:270px;
	height:auto;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}*/

.post_title {
	width:270px;
	height:auto;
	margin:12px 0 0 0;
	font:20px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
}

.post_ticket { float:right; }
.post_title a {
	color:#999;
}
.post_title a:hover {
	color:#999;
	text-decoration:underline;
}
.post_text {
	width:270px;
	height:auto;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#count_pages {
	width:480px;
	height:auto;
	float:left;
	padding-top:5px;
	margin-top:20px;
	border-top:4px solid #dedede;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dedede;
}
/*Post int*/
/*******************************************************/

.postint_content_wrap {
	width:270px;
	height:auto;
	float:left;
	margin:20px 0 0 20px;
}
.postint_category {
	width:270px;
	height:38px;
}
.category_img {
	width:270px;
	height:38px;
}
.category_text {
	width:265px;
	height:auto;
	padding:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-style:italic;
	font-size:12px;
	color:#fff;
	position: relative;
	top:-35px
}
/*.postint_date {
	width:270px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
}*/

.postint_date {
	width:270px;
	height:auto;
	font:18px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:5px 0 0 0;
}



.postint_subtitle {
	width:270px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-style:italic;
	font-size:12px;
	color:#666;
	margin-top:20px;
}



/*.postint_title {
	width:270px;
	height:auto;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
}*/

.postint_title {
	width:270px;
	height:auto;
	margin:2px 0 0 0;
	font:20px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#999;
}

/*.postint_diahora {
	width:270px;
	height:auto;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}*/

.postint_diahora {
	width:270px;
	height:auto;
	margin:15px 0 0 0;
	font:18px 'MisterGiaccoLigth', Arial, Helvetica, sans-serif;
	color:#666;
}



/*.postint_local {
	width:270px;
	height:auto;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-size:16px;
	color:#666;
}*/

.postint_local {
	width:270px;
	height:auto;
	margin:0px 0 0 0;
	font:18px 'MisterGiaccoBold', Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	color:#666;
}

	
	
	
.postint_text {
	width:480px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.postint_bottom {
	width:480px;
	height:auto;
	float:left;
	padding-top:5px;
	margin-top:20px;
	border-top:4px solid #dedede;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#dedede;
}
.postint_links {
	width:420px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	color:#dedede;
}
.postint_links ul {
	width:440px;
	height:auto;
	margin:0;
	padding:0;
}
.postint_links li {
	width:50px;
	height:50px;
	float:left;
	list-style:none;
	margin-right:10px;
}
.postint_back {
	width:60px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0FF;
}
.postint_back a {
	width:40px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	color:#6CF;
}
.postint_back a:hover {
	color:#6CF;
	text-decoration:line-through;
}
/*Download Agenda*/

#dwnld_post {
	width:480px;
	height:auto;
	float:left;
	margin-bottom:20px;
	border-top:4px solid #dedede;
}
#dwnld_img {
	width:170px;
	height:auto;
	float:left;
	margin:20px 0 0 10px;
}
#dwnld_wrap {
	width:270px;
	height:auto;
	float:left;
	margin:20px 0 0 20px;
}
#dwnld_title {
	width:270px;
	height:auto;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fbb034;
}
#dwnld_text {
	width:270px;
	height:auto;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#dwnld_download {
	width:80px;
	height:auto;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	color:#fbb034;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#dwnld_download a {
	width:40px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	color:#fbb034;
}
#dwnld_download a:hover {
	color:#fbb034;
	text-decoration:line-through;
}
/*contactos*/

#cntcts {
	width:480px;
	height:auto;
	float:left;
	margin-bottom:20px;
	border-top:4px solid #dedede;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#cntcts_header {
	width:470px;
	height:35px;
	float:left;
	padding:5px 0 0 10px;
	margin:20px 0 0 0;
}
#cntcts_text {
	width:470px;
	height:auto;
	float:left;
	padding:0 0 0 10px;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#cntcts_img{
	float:right;
	margin: 0 0 5px 5px
}
/*right*/
/*******************************************************/


#nav_right {
	width:220px;
	height:auto;
	float:left;
	border-top:4px solid #dedede;
}
.form_wrap {
	width:210px;
	height:50px;
	margin-left:10px;
}
/*Pesquisa*/

#form_pesquisa {
	width:220px;
/*	height:50px; */
	margin-bottom:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif
}
input.src_form {
	width:162px;
	height:25px;
	float:left;
	border:none;
	padding:3px 0 0 5px;
	background:url(/img/src_form.jpg) top left no-repeat;
	color:#999;
}




/*hack ffx 3 */
/*input.src_form, x:default { 
	width:162px;
	height:25px;
	float:left;
	border:none;
	padding:4px 0 0 5px;
	background:url(/img/src_form.jpg) top left no-repeat;
	color:#999;
	} */



* {
	outline:none;
}
/*Newsletter*/
	
#form_newsletter {
	width:220px;
	height:80px;
	margin-bottom:20px;
	border-top:2px solid #CCC;
}
/*calendario*/

#calendario {
	width:220px;
	height:auto;
	margin-bottom:20px;
	border-top:2px solid #CCC;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#cl {
	border-spacing:3px;
	color:#666;
}
#cl td { text-align:center; }
#cl_nav	{
	width:210px;
	margin:20px 0 10px 0;
	padding-top:4px;
	/*background-color:#f3f3f3;*/
	background:url(/img/src_calen.jpg) top left no-repeat;
	font-weight:bold;
}
#cl_day_week { font-weight:bold; }
#cl .cl_day	{
	background-color:#f5f5f5;
/*	border:solid 1px #CECECE; */
}
#cl .cl_day_event {
/*	border:3px double #FDF09C;  */
}
#cl .cl_event_link {
	color:#FFF;
	padding:0 3px;
}

/*agenda em casa*/

#form_agenda {
	width:220px;
	height:170px;
	margin-bottom:20px;
	border-top:2px solid #CCC;
}
#form_agenda form input#agenda_name {
	width:200px;
	height:20px;
	float:left;
	border:none;
	padding:8px 0 0 5px;
	background:url(/img/agenda_nome.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_morada {
	width:200px;
	height:20px;
	float:left;
	border:none;
	padding:8px 0 0 5px;
	background:url(/img/agenda_nome.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_cod_1 {
	width:50px;
	height:20px;
	float:left;
	border:none;
	padding:8px 0 0 5px;
	background:url(/img/agenda_nome.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_cod_2 {
	width:30px;
	height:20px;
	float:left;
	border:none;
	padding:8px 0 0 5px;
	background:url(/img/agenda_nome.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_local {
	width:105px;
	height:20px;
	float:left;
	border:none;
	padding:8px 0 0 5px;
	background:url(/img/agenda_nome.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_email {
	width:162px;
	height:24px;
	float:left;
	border:none;
	margin-top:0px;
	padding:5px 0 0 5px;
	background:url(/img/agenda_email.jpg) top left no-repeat;
	color:#999;
}
#form_agenda form input#agenda_bt {
	margin-top:1px;
}
/*social*/

#social {
	width:220px;
	height:80px;
	margin-bottom:20px;
	border-top:2px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#social ul {
	width:220px;
	height:30px;
	margin:0;
	padding:0;
}
#social li {
	width:30px;
	height:30px;
	float:left;
	list-style:none;
	margin-right:10px;
}
#social li a {
	width:30px;
	height:30px;
	float:left;
	list-style:none;
	margin-right:10px;
}
#social li.flickr a {
	background:#008C99 url("/img/flickr.jpg") left no-repeat;
}
#social li.twitter a {
	background:#008C99 url("/img/twitter.jpg") left no-repeat;
}
#social li.blogger a {
	background:#008C99 url("/img/blogger.jpg") left no-repeat;
}
#social li.facebook a {
	background:#008C99 url("/img/facebook.jpg") left no-repeat;
}

#cultrede {
	width:220px;
	height:30px;
	padding-top:20px;
	border-top:2px solid #CCC;	
	background:url("/img/cultrede.jpg") left no-repeat;
	border-bottom:2px solid #CCC;	
}

/*footer*/
/*******************************************************/	

#footer {
	width:960px;
	height:50px;
	border-top:1px solid #dedede;
	margin-top:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
/*pressrelease*/
/*******************************************************/		
#pressrelease {
	width:480px;
	height:auto;
	float:left;
	margin-bottom:20px;
	border-top:4px solid #dedede;
}
#pressrelease_img {
	width:460px;
	height:200px;
	float:left;
	margin:20px 0 0 10px;
	background-color:#C00;
}
#pressrelease_text {
	width:460px;
	height:auto;
	float:left;
	margin:20px 0 0 10px;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#pressrelease a {
	color:#999;
}
#pressrelease a:hover {
	color:#6cf;
}
/*cvpress*/
/*******************************************************/		
#cvpress {
	width:480px;
	height:auto;
	margin-bottom:20px;
	border-top:4px solid #dedede;
}
#cvpress_img {
	width:460px;
	height:200px;
	margin:20px 0 0 10px;
	background-color:#C00;
}
#cvpress_text {
	width:460px;
	height:auto;
	margin:20px 0 0 10px;
	padding:20px 0 0 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#cvpress a {
	color:#999;
}
#cvpress a:hover {
	color:#6cf;
}
/*auditório*/
/*******************************************************/		
#auditorio {
	width:480px;
	height:auto;
	margin-bottom:20px;
	border-top:4px solid #dedede;
}
#auditorio_img {
	width:460px;
	height:200px;
	margin:20px 0 0 10px;
	background-color:#C00;
}
#auditorio_text {
	width:460px;
	height:auto;
	margin:20px 0 0 10px;
	padding:20px 0 20px 0;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border-bottom:1px solid #ccc;
}
#auditorio a {
	color:#999;
}
#auditorio a:hover {
	color:#6cf;
}
#auditorio_thumbs {
	width:100px;
	height:100px;
	float:left;
	background-color:#C00;
	margin:20px 10px 0 10px;
	padding:0;
}

#pagination {
	text-align:center;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
a.pagelink{
	padding:2px 6px;
	background-color:#ECECEC;
	font-size:80%;
}
span.page{
	padding:2px 6px;
	font-size:80%;
	font-weight:bold;
	color:#666;
}

.month1{color:#6DB8D1;}
.month2{color:#9C9511;}
.month0{color:#E7B131;}

#find_title{
	padding-top:20px;
}
#find_events{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
#find_events div{
	margin:6px 2px;
	padding:4px 0;
}
.find_event_count{
	float:left;
	display:block;
	font-weight:bold;
	width:20px;
	margin-right:6px;
	padding-right:4px;
	text-align:right;
	color:#FFF;
	font-size:12px;
}
.find_event_date{
	font-size:11px;
}
.find_event_url{
	font-weight:bold;
	font-size:14px;
	color:#999;
}
#nwsltr_confirm { width:100%; }