/* $Id: style.css,v 1.1.2.2 2010/04/07 08:42:22 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/*
= Body
*/
body {
  font-family: Verdana, Geneva, sans-serif;
  color:#0D0D0D;
}
body#tinymce {
	background:#fff;
	font-size:100%;	
}
/*
= header
*/
#site-slogan {
	display:none;	
}
/*
= language
*/
#block-locale-0 {
	right:30px;
	top:80px;
	position:absolute;	
}
#block-locale-0 li {
	display:inline;
	list-style:none;
}
#block-locale-0 a {
	padding-left:15px;
	font-size:12px;
}
#block-locale-0 a.active {
	text-decoration:none;
	color:#000066;	
	font-weight:bold;
	color:green;
}
/*
= Fixed size
*/
#footer-message *, #block-block-1 a, label, input {
	font-size:12px !important;	
}
/*
= HTML Elements
*/
h1, h2,h3 { font-family: 'Ubuntu', arial,  sans-serif; }
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/*
 = Global Link Styles
*/
a {
  margin: 0; 
  padding: 0;
}

a:link    { color:#000066;}
a:visited { color:#330066;}
a:hover   {}
a:active  {}
a.active  {}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #330066;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {}

/* Remove borders on linked images. */
a img {
  border: none;
}


/*
 = Accessibility Classes
*/
.invisible {
  height: 0;
  overflow: hidden;
  position: absolute;
}

.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
= Home
*/

#block-views-noticias-block_1 .view-noticias .view-content  a {
	font-weight:normal;
	font-size:24px;
	line-height:230%;
	text-decoration:none;

}
#block-views-noticias-block_1 .view-noticias .view-content h2 {
 		border-bottom:1px solid #fff;	
}
#block-views-noticias-block_1 h2.title {
	padding-left:30px;	
}
#block-views-noticias-block_1 .view-content  a {
	color:#fff;
}
#block-views-noticias-block_1 .view-content  a:hover  {
	color:#FC0;	
}
#block-views-noticias-block_2 .noticia {
	clear:both;
	padding-right:1em;
}
#block-views-noticias-block_2 .noticia img {
	float:left;
	margin-right:5px;	
	border:1px solid #ccc;
	padding:.5em;
}
#block-views-noticias-block_2 .noticia h3 {
	font-weight:normal;
	font-size:1.2em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#block-views-noticias-block_2 .noticia a {
	text-decoration:none;	
}
#block-views-noticias-block_2  p.postdate {
	padding:0 0 0 0;
	font-weight:bold;
	margin:0 0 0 0;	
	clear:both;
	widows:100%;
}
/*= bloco galeria */
#block-views-galeria-block_1 .view-content .foto {
	width:70px;
	float:left;	
	margin-right:5px;
}
#block-views-galeria-block_1 .view-content .foto.last {
	margin-right:0px;	
}
/*= Bloco redes sociais */
#block-block-1  {
	padding-bottom:10px;	
}
#block-block-1 a {
	display:block;
	float:left;
	width:58px;
	padding-left:20px;
	text-decoration:none;
	color:#666;
	font-size:11px;
}
#block-block-1 a#twitterico {
	background: transparent url(../images/twitter-ico.png) top left no-repeat;	
}
#block-block-1 a#youtubeico {
	background: transparent url(../images/youtube-ico.png) top left no-repeat;	
}
#block-block-1 a#rssico {
	background: transparent url(../images/rss-ico.png) top left no-repeat;
	width:35px;
}
/*
= Agenda
*/
.date-display-single {
	font-weight:bold;
	margin-right:3px;
	padding-right:6px;
}
/*agenda PDF */
#block-block-3 p a{
	background:#000033;
	color:#fff;
	padding:.5em 1em;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
/*
= home slideshow
*/

#block-views-noticias-block_1 .view-noticias {
	background:#000;
	position:relative;
	height: 215px; 
	width: 980px; 
	}
#block-views-noticias-block_1 .view-noticias .view-content {
	position:absolute;
	z-index:10;	
	top:0;
	left:0;
	height: 200px; 
	width: 920px; 
	padding: 15px 30px;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg { 
	position:absolute; 
	height: 215px; 
	width: 980px; 
	z-index:1;
	top:0;
	left:0;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide01, 
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide02 {
	width:980px;
	height:215px;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide01 {
	background:url(../images/destaque_bg_1.jpg) top left no-repeat;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide02 {
	background:url(../images/destaque_bg_2.jpg) top left no-repeat;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide03 {
	background:url(../images/destaque_bg_3.jpg) top left no-repeat;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide04 {
	background:url(../images/destaque_bg_4.jpg) top left no-repeat;
}
#block-views-noticias-block_1 .view-noticias .slideshowbg .slide05 {
	background:url(../images/destaque_bg_5.jpg) top left no-repeat;
}

/*= Noticia aberta*/
.section-noticia .node .field-field-imagem {
	float:left;
	margin: 0 10px 10px 0;	
}
.section-noticia .links.tags {
	display:none;	
}
.section-atletas .imagecache-Foto_peq {
	float: left;
	margin-right: 5px;
}
.section-atletas  .views-view-grid .col-1,
.section-atletas  .views-view-grid .col-2 {
	width:390px !important;
}
.node-type-atleta .field-type-filefield {
	float: left;
	margin-right: 10px;
}
table.views-table {
	width: 100%;
}