/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white url('images/kubrickbgcolor.jpg') repeat-x !important;
	color: #333;
	text-align: center;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}



small {
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
color:#0093B5;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform label {
width:200px;

}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0!important;
	padding: 0;
	}

#page {
background:transparent none repeat scroll 0 0 !important;
margin:0 auto;
padding:0;
width:1000px;
	}

#header {
background:transparent url(images/kubrickheader.jpg) repeat scroll 0 0;
height:282px;
margin-left:-15px;
padding:0;
width:1000px;
	}

.narrowcolumn {
float:left;
margin:0;
padding:0 21px 0 26px;
width:646px;
	}

.widecolumn {
float:left;
margin:0;
padding:0 21px 0 26px;
width:646px;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
background: transparent url('images/kubrickfooter.jpg') no-repeat top;
float:left;
height:80px;
margin:-4px auto 0 1px;
padding:0;
width:1000px;
position:relative;
	}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
float:left;
margin:10px 0;
width:645px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 50px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 8px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform {
margin:5px 10px 0 0;
text-align:left;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
float:right;
font-size:1em;
height:30px;
margin:0;
padding-top:0 !important;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#BCD75F;
border:1px solid #A6B37B;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 10px;
padding:10px 10px 10px 12px;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
float:left;
height:685px;
margin-top:-4px;
padding:0;
width:215px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
display:block;
float:left;
margin-bottom:10px;
margin-top:10px;
text-align:center;
width:645px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#logo {
float:left;
height:128px;
padding-left:10px;
width:619px;
}

#selos_box {
float:left;
height:200px;
margin:35px 0 0 26px;
width:279px;
}

#selo{
float:right;
height:75px;
text-transform:lowercase;
width:75px;
}

#selo a{
color: #4d4d4d;
}

#selo a:hover{
text-decoration:none;
}

/*MENU*/

#menu {
background-image:url(images/menu.png);
float:left;
font-size:1em;
height:56px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-20px 0 0 45px;
width:912px;
	}

#menu li {
	display: inline; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none;
	}

#menu li a {
color:white;
float:left;
font-size:1.1em;
font-weight:bold;
height:20px;
margin:0;
padding:13px 23px 0;
text-transform:uppercase;
padding-top: expression('22px');
	}



#main_content_top{
float: left;
margin-left:44px;
}

#main_content {
background:transparent url(images/maincontent_rpt.png) repeat-y scroll 0 0;
float:left;
margin-left:44px;
width:915px;
}

#main_content_bottom{
float: left;
margin-left:44px;
}

#agenda_box {
background:transparent url(images/agenda_box.png) repeat scroll 0 0;
float:left;
height:253px;
margin-top:-11px;
width:220px;
}

#agenda_box h1 {
background:#BCD75F url(images/agenda.png) no-repeat scroll 0 0;
color:white;
font-size:2em;
font-weight:bold;
height:37px;
margin:8px 0 0 4px;
padding-top:13px;
text-align:center;
width:211px;
margin-left: expression('0px');
}

#evento {
border-bottom:1px dotted #BCD75F;
float:left;
height:60px;
margin-left:4px;
padding-left:10px;
width:200px;
}

#evento h2 {
color:#BCD75F;
font-size:1em;
padding:2px 0 3px;
text-align:left;
text-transform:uppercase;
width: 160px!important;
}

#evento p {
float:left;
line-height:1.5em;
margin:0;
text-align:left;
width:185px;
}

#evento a {
color:#BCD75F;
text-decoration:underline;
}

#evento a:hover {
color:#333333;
text-decoration:underline;
}


#noticias_box {
background:transparent url(images/agenda_box.png) repeat scroll 0 0;
float:left;
height:253px;
margin:4px 0 0 -1px;
width:220px;
}

#noticias_box h1 {
background:#F16628 url(images/noticias.png) no-repeat scroll 0 0;
color:white;
font-size:2em;
font-weight:bold;
height:37px;
margin:6px 0 0 4px;
padding-top:13px;
text-align:center;
width:212px;
margin-left: expression('-1px');
}

#noticias {
border-bottom:1px dotted #f16628;
float:left;
height:60px;
margin-left:10px;
padding-left:10px;
width:188px;
}

#noticias h2 {
color:#f16628;
font-size:1.1em;
padding:2px 0 3px 0;
text-align:left;
text-transform:uppercase;
width: 185px!important;
}

#noticias p {
float:left;
line-height:1.5em;
margin:0;
text-align: left;
}

#noticias a {
color:#f16628;
text-decoration:underline;
}

#noticias a:hover {
color:#333333;
text-decoration:underline;
}

#newsletter_box {
background:transparent url(images/newsletter_box.png) repeat scroll 0 0;
float:left;
height:186px;
margin-left:-2px;
width:222px;
}

#newsletter_box h1 {
background:#0093B5 url(images/newsletter.png) no-repeat scroll 0 0;
color:white;
font-size:2em;
font-weight:bold;
height:37px;
margin:7px 0 0 5px;
padding-top:13px;
text-align:center;
width:212px;
margin-left: expression('0px');
}

#newsletter_left {
float:left;
height:60px;
padding-left:16px;
width:135px;
}

#newsletter_right {
float:left;
height:48px;
margin-top:23px;
padding-left:6px;
width:40px;
}

#newsletter_box p {
float:left;
line-height:1.5em;
margin:0;
padding:0 18px;
text-align:left;
}

.searchform_input {
background:transparent none repeat scroll 0 0;
border-color:#0093B5;
border-style:none none dotted;
border-width:medium medium 1px;
color:#0093B5;
float:left;
height:15px;
margin-top:10px;
width:130px;
}

#footer_left {
color:white;
float:left;
height:50px;
line-height:1.4em;
padding:17px 0 0 65px;
text-align:left;
width:475px;
}

#footer_right {
float:left;
height:50px;
padding:15px 0 0 5px;
width:400px;
}

#colophon {
background:white url(images/colophon_rpt.png) repeat-x scroll 0 0 !important;
float:left;
height:191px;
width:100%;
margin-top: -75px;
}

#colophon img {
float:left;
padding:65px 0 0 134px;
}



/* MENU ABRIR */


#menu a:hover, #menu .current_page_item a {
	color: #fff; 
	background: url(images/vela_lusa_menu_li_combo.jpg) no-repeat; 
	background-position: top right;
	text-decoration: none;
	}
	
#menu ul#menus li ul{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#018FB0 none repeat scroll 0 0;
border:5px solid #018FB0;
margin-left:5px;
margin-top:8px;
padding-left:15px;
width:130px;
	}	

#menu ul#menus li ul li a{
background:transparent none repeat scroll 0 0;
border-bottom:1px dotted white;
color:#BCD75F;
font-size:1em;
margin:0;
padding:5px 0 0;
text-align:left;
width:116px;
	}		
	
	
#menu ul#menus li ul li a:hover, #menu ul#menus li ul li .current_page_item a{	
	background: url('images/submenu_back.jpg') repeat-x;
	color: white;
	}	
	
	
#menu ul#menus li ul li ul li a{
background:transparent none repeat scroll 0 0;
color:SkyBlue;
font-size:1em;
margin:0;
padding:5px 0 0;
text-align:left;
width:91px;
	}	
	
	
#menu .current-cat a {
	color: #fff; 
	text-decoration: none;
	}

/*HOMEPAGE*/

#destaque {
float:left;
padding:0 10px;
width:645px;
margin:10px 0px 20px 0px;
}

#destaque_thumb {
float:left;
height:144px;
margin-right:10px;
width:218px;
}

#destaque_text {
float:left;
width:400px;
}

#destaque_text h1{
color:#449D2C;
float:left;
font-size:1.4em;
font-weight:bold;
}

#destaque_text h2{
color:#2D2F26;
float:left;
font-size:1.1em;
font-weight:bold !important;
margin-top:5px;
width:350px;
}

#destaque_text p{
float:left;
font-size:0.9em;
margin-top:5px;
}

#novidade {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#F7F4E6;
float:left;
height:120px;
margin:10px;
width:301px;
border: 1px solid #e4e1d4;
}

#novidade_thumb {
float:left;
width: 104px;
height: 99px;
border: 1px solid grey;
margin-top: 10px;
}

#novidade_text {
float:left;
width:187px;
}

#novidade_titulo {
float:left;
height:50px;
padding:6px 0 0 10px;
width:180px;
}

#novidade_titulo_thumb {
float: left;
width: 55px;
height: 55px;
}

#novidade_titulo_text h1{
color:#4C463A;
float:left;
font-size:1.3em;
font-weight:bold;
margin-top:8px;
}

#novidade_titulo_text h2{
color:#F16628;
float:left;
font-size:1em;
font-weight:bold;
margin:0;
text-transform:lowercase;
width: 100px!important;
}

#novidade_text p{
float:left;
font-size:0.9em;
margin-top:3px;
padding:0 10px;
}

#socio {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#BCD75F;
border:1px solid #A6B37B;
float:left;
height:100px;
margin:15px 10px;
width:420px;
}

#socio p{
float:left;
font-size:0.9em;
padding:0 10px;
margin-top: 5px;
}

#valedalama {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#449D2C;
border:1px solid #556E4F;
float:left;
height:100px;
margin:15px 10px;
width:182px;
}

#valedalama p{
float:left;
font-size:0.9em;
margin-top:5px;
padding:0 10px;
}

#escritorio {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#A5D6E2;
border:1px solid #7E9FA7;
float:left;
height:100px;
margin:15px 10px;
width:625px;
}


#escritorio p{
float:left;
font-size:0.9em;
margin-top:5px;
padding:0 10px;
}

h3 {
color:darkBlue;
font-size:1.4em;
font-weight:bold;
margin:10px 0 0 10px;
text-align:left;
	}
	

h3 a {
border-bottom: 1px dotted white;
color: white!important;
}

h3 a:hover {
border-bottom: 1px dotted #333333;
color: #333333!important;
}

#colunas {
float: left;
width: 313px;
}

#colunas img {
border: 1px dashed grey;
}

#workshop_box {
float:left;
height:230px;
margin-right:10px;
width:312px;
}

#workshop_text{
float: left;
width: 300px;
}

/*ACCORDION*/

/* AJAXTABS */

#wrapper{
width: 580px;
margin: 0 auto;
}

.box{
padding:0 14px;
height: 650px;
font-size: 0.9em;
}

.box h3{
color:#30322A;
float:left;
font-size:1.3em;
font-weight:bold;
margin:10px 0 0px;
width:620px;
}

#galeria_passado {
float:left;
height:100px;
margin-top:15px;
width:650px;
	}

.box img {
float: left;
margin-right: 16px;
}

.boxholder{
background:white none repeat scroll 0 0;
clear:both;
float:left;
width:650px;
margin-top: -10px;
}


.tab{
cursor:pointer;
float:left;
font-size:1em;
margin:0 4px 2px 0;
padding:0;
}


h4 {
color:#F16628;
font-size:1.4em;
font-weight:bold;
float: left;
width: 650px;
margin: 20px 0px 10px 0px;
}

#por_ca{
float: left;
width: 430px;
margin-right: 20px;
}

#por_ca_box {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#BCD75F;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
width:176px;
float: left;
margin-bottom: 10px;
}

#jornal_capa {
float:left;
height:400px;
margin-right:10px;
width:228px;
}

#jornal_paginas {
float:left;
height:400px;
margin-right:5px;
width:400px;
}

#jornal_paginas a{
float:left;
height:99px;
margin-bottom:10px;
margin-right:10px;
width:70px;
}

#formulario_box {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#CCCCCC;
border:1px solid #999999;
float:left;
width:636px;
padding-left: 10px;
margin-bottom: 5px;
padding-bottom: expression('20px');
}

#form_contacto {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

#textarea {
float: left;
width:620px;
margin-bottom: 20px;
}

#left_form {
float:left;
margin-right:20px;
width:427px;
}

#left_form p{
float: left;
width: 425px;
margin-right: 20px;
height:35px;
margin-top: expression('20px');
}

#right_form {
float:left;
height:250px;
width:188px;
}

#right_form p{
float:left;
height:35px;
width:200px;
margin-top: expression('20px');
}

#sendsubmit {
float:left;
height:30px;
margin:0 0 20px 0;
width:90px;

}

/*----------------------Contact form-----------------------	*/
.contactform_back{
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#CCCCCC;
border:1px solid #999999;
height:210px;
padding:10px;
width:610px;
}

.contactform {
margin-top: 10px;
padding-left:10px;
font-family:tahoma;
}

#wpcf label {
float:left;
font-size:1.1em;
padding-right:13px;
padding-top:3px;
text-align:left;
width:92px;
}

#wpcf input {
float:left;
margin:0 0 8px 0;
padding:1px;
width:480px;
}
#wpcf textarea {
float:left;
height:50px;
margin:0 0 10px 0;
padding:1px;
width:480px;
}

#wpcf #contactsubmit {
float:left;
height:30px;
margin-left:104px;
width:90px;
}	

#respond {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#CCCCCC;
border:1px solid #999999;
height:310px;
margin:20px 0px;
padding:10px;
width:624px;
float: left;
}

#respond h3 {
font-size:1.3em;
font-weight:bold;
margin:10px 0 0 0px;
text-align: left;
color: #333333;
}

#form_preinsc textarea {
float:left;
margin-bottom:20px;
width:620px;
}


#socio_box {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#BCD75F;
border:1px solid #999999;
float:left;
height:145px;
margin-right:10px;
padding:15px;
width:286px;
text-align: left;
}

#actividade_box {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
background-color:#BCD75F;
border:1px solid #A6B37B;
float:left;
height:120px;
margin:15px 0 0 15px;
width:300px;
}

#actividade_box a{
color: #333333;
text-decoration: underline;
background-image: url(images/seta.png);
background-repeat: no-repeat;
padding-left: 20px;
height: 20px;
float: left;
margin-top: 5px;
}

#actividade_box:hover {
background-color:#0093B5;
border:1px solid #124063;
cursor:pointer;
}

#actividade_title {
border-bottom:1px dotted white;
float:left;
height:35px;
width:300px;
}

#actividade_title h1 {
color:white;
font-size:1.6em;
font-weight:bold;
height:8px;
overflow:hidden;
padding:9px 0 10px 10px;
text-align:left;
text-transform:uppercase;
width:290px;
}

#actividade_text {
padding: 10px 0px 0px 10px;
text-align: left;
float: left;
line-height:1.6em;
width: 210px;
}

#actividade_local {
float: left;
width: 200px;
height: 20px;
overflow: hidden;
}

#actividade_idades {
float: left;
width: 200px;
height: 20px;
overflow: hidden;
}


#actividade_data {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-topleft:8px;
background-color:#F16628;
border-bottom:1px solid white;
border-left:1px solid white;
border-top:1px solid white;
float:right;
font-weight:bold;
height:27px;
margin-top:10px;
padding:10px 2px 0 4px;
width:72px;
}

#actividade_data h1{
color:white;
float:left;
font-size:1.5em;
height:18px;
overflow:hidden;
width:70px;
}

#imprensa {
float:left;
height:164px;
width:650px;
}

#imprensa img {
margin-right: 10px;
float: left;
width: 110px;
height:158px;
}

#imprensa_legenda {
float: left;
text-align: left;
width: 640px;
margin-bottom: 20px;
}

#button {
background-image:url(images/buttonmenu.jpg);
background-repeat:no-repeat;
float:left;
height:35px;
margin:10px 0 0 10px;
padding-top:15px;
text-align:center;
width:150px;
}

#button a {
color: white;
font-size: 1.2em;
font-weight: bold;
}

#nl_box {
float:left;
height:110px;
margin-bottom:20px;
margin-right:5px;
width:315px;
}

#nl_text {
float:left;
height:90px;
padding:0 10px 0 20px;
width:165px;
text-align:left;
}

#nl_text a{
color:#BCD75F;
font-size:1.2em;
font-weight:bold;
text-decoration:underline;
}

#nl_thumb {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border:2px solid;
float:left;
height:100px;
width:116px;
}

.pie-item a{
float: left;
width: 72px;
height: 72px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

