@charset "utf-8";
/* CSS Document */




/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,input:focus{margin:0;padding:0; outline: none; border: 0;}
img {
 border: none;
 }

/* GERAL */
body {
	background:url(images/bg-geral.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.clr {clear:both;}
.wrap960 {
	width:960px;
	margin:0 auto;
}
h1 { 
	color: #063;
	}
#topbar {
	background: rgba(0, 91, 46, 0.6);
	padding:7px;
}
#topbar h1 {
	color:#fff;
	font-size:24px;
	letter-spacing:-2px;
	text-transform:uppercase;
}
#header {height:240px;}
#logo-esgueira {
	float:left;
	position:absolute;
	margin:30px 0 -30px -20px;
	z-index:10;
}
.logo-esgueira-2 {
	position:absolute;
	margin:-40px 150px 0 650px;
}
#patrocinadores {
	position:relative;
	float:right;
	margin-top:100px;
	width:450px;
}
#patrocinadores h2 {
	background:#fc0;
	color:#00542A;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	padding:0 10px;
	display:inline-block;
}
.caixa-patrocinios {
	height:100px;
	padding:10px;
	background:rgba(255, 255, 255, 0.9);
}
.wrapbody {background:#fff; margin-bottom:20px;}
.menu-wrapper {border-bottom:3px solid #fc0;}
#menu {
	background: #006633; /* Old browsers */
	background: -moz-linear-gradient(top, #006633 0%, #003f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006633), color-stop(100%,#003f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006633 0%,#003f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006633 0%,#003f1f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #006633 0%,#003f1f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006633', endColorstr='#003f1f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #006633 0%,#003f1f 100%); /* W3C */
	border-bottom:2px solid #00542A;
	border-right:2px solid #00542A;
	border-top:2px solid #00783C;
	border-left:2px solid #00783C;
	height:50px;
}
#menu .float-menu {
	position:absolute;
	width:956px;
	margin:0;
	padding:0;
	z-index:20;
}
#menu .float-menu ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#menu .float-menu ul li {
	float:left;
	list-style:none;
}
#menu .float-menu ul li a {
	font-size:15px;
	color:#E6F0EB;
	padding:0 15px 0 15px;
	border-right:1px solid #003f1f;
	border-left:1px solid #063;
	line-height:50px;
	display:block;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:bold;
}
#menu .float-menu ul li:first-child a {border-left:0px;}
#menu .float-menu ul li:last-child a {border-right:0px;}
#menu .float-menu ul li:hover a {
	background:#003f1f;
	color:#fff;
	-webkit-transition-property:color, background;  
	-webkit-transition-duration: .1s, .1s;  
 	-webkit-transition-timing-function: ease-in, ease-in;
	-moz-transition-property:color, background;  
	-moz-transition-duration: .1s, .1s;  
 	-moz-transition-timing-function: ease-in, ease-in;
	-o-transition-property:color, background;  
	-o-transition-duration: .1s, .1s;  
 	-o-transition-timing-function: ease-in, ease-in;
	transition-property:color, background;  
	transition-duration: .1s, .1s;  
 	transition-timing-function: ease-in, ease-in;	
}
#menu .float-menu ul li ul {
	position:absolute;
	background:#003f1f;
	display:none;

}
#menu .float-menu ul li:hover ul {display:block; position:absolute; padding:15px 5px; z-index:8;}
#menu .float-menu ul li:hover ul li {float:none;}
#menu .float-menu ul li:hover ul li a {
	display:block;
	line-height:30px;
	font-size:12px;
	background-image:none;
	padding:0 60px 0 20px;
	letter-spacing:0;
	border-bottom:1px dotted #00783C;
	border-left:0px;
	border-right:0px;
}
#menu .float-menu ul li:hover ul li a:hover {background:#00783C;}
.news-col {
	width:570px;
	margin:20px 10px 20px 20px;
	float:left;
}
.sidebar {
	width:330px;
	margin:20px 20px 20px 10px;
	float:right;
}
#footer {position:relative; bottom:0;}
.footer-wrap1 {
	background:#063;
	border-bottom:1px dotted #003f1f;
}
.footer-wrap2 {
	background: #00542a; /* Old browsers */
	background: -moz-linear-gradient(top, #00542a 0%, #003f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00542a), color-stop(100%,#003f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00542a 0%,#003f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00542a 0%,#003f1f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00542a 0%,#003f1f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00542a', endColorstr='#003f1f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #00542a 0%,#003f1f 100%); /* W3C */
	min-height:130px;
}
.padding-footer {padding:10px 0;}
.logo-esgueira-footer {
	position:absolute;
	margin:0;
}
.menu-footer {
	float:right;
	list-style:none;
}
.menu-footer li {
	float:left;
	font-style:none;
}
.menu-footer li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 10px;
	line-height:25px;
	border-right:1px solid #00542A;
	border-left:1px solid #00783C;
}
.menu-footer li:first-child a {border-left:0px;}
.menu-footer li:last-child a {border-right:0px;}
.menu-footer li a:hover {background:#00783C;}
.footer-text-box {
	width:790px;
	float:right;
	color:#fff;
}
.footer-text-box p {margin:0 10px; line-height:17px; text-align:right; color:#80AB95;}
.caption-rot {background:rgba(0, 0, 0, 0.8); position:absolute; margin-top:240px; width:550px; height:20px; padding:10px; color:#fff; font-size:13px;}
.caption-not-h2 {font-size:18px; letter-spacing:-1px; font-weight:bold;}
.news-list {margin-top:40px; border-top:1px dotted #ccc;}
.block-news {padding:10px 0; border-bottom:1px dotted #ccc;}
.img-news {float:left; margin-right:10px; width:130px; height:130px;}
.news-date {color:#999; font-size:11px; display:block; margin-bottom:5px;}
.block-news h2 {font-size:22px; letter-spacing:-1px; color:#063; margin:8px 0; line-height:22px; display:block; text-decoration:none}
.block-news p {color:#666; width:430px; float:right;}
.block-news a {text-decoration:none; color:#063;}
.block-news a h2:hover {text-decoration:none; color:#096;}
.proximo-jogo {
	background:#f3f3f4;
	padding:10px;
	margin-bottom:20px;
	color:#666666;
}
.proximo-jogo p {text-align:center;}
.sidebar-header {
	margin:-10px -10px 10px;
	background:#ebebeb;
	padding:10px;
}
.sidebar-header h2 {float:left; font-size:24px; color:#063; text-transform:lowercase; letter-spacing:-1px;}
.data-next-game {float:right; font-size:24px; color:#ccc; text-transform:lowercase; letter-spacing:-1px;}

/*---------------------------------
 *	Tabs > No height
 *---------------------------------*/	
.tabs-noheight{width:330px;}

/* Nav */
.tabs-noheight .sliderkit-nav{position:relative;width:330px;height:39px;text-align:left;}
.tabs-noheight .sliderkit-nav-clip{margin:0;}
.tabs-noheight .sliderkit-nav-clip li{padding:0;margin:0 1px 0 0; list-style:none; display:block; border-top:2px solid #e0e0e0;}
.tabs-noheight .sliderkit-nav-clip li:last-child {margin:0;}
.tabs-noheight .sliderkit-nav-clip li,
.tabs-noheight .sliderkit-nav-clip li a{float:left;background:#e0e0e0; padding:6px 3px 14px;}
.tabs-noheight .sliderkit-nav-clip li a{margin:0;padding:4px 10px 0;color:#ccc;text-decoration:none;}
.tabs-noheight .sliderkit-nav-clip li.sliderkit-selected{background:#ebebeb; border-top:2px solid #063;}
.tabs-noheight .sliderkit-nav-clip li.sliderkit-selected a{color:#333;background:#ebebeb;}

/* Panel */
.tabs-noheight .sliderkit-panels{width:310px;padding:10px;background:#ebebeb;}
.tabs-noheight .sliderkit-panel{position:relative;}

/* News block */
.tabs-noheight .sliderkit-news h3,
.tabs-noheight .sliderkit-news h3 a{color:#000;font-weight:bold;}
.tabs-noheight .sliderkit-news h3{font-size:1.2em;margin:0 0 15px;}
.tabs-noheight .sliderkit-news p{margin:0;}


.slide{display:none;position:relative;overflow:hidden;text-align:left;}
.slide a,
.slide a:hover{text-decoration:none;}
.slide a:focus{outline:1px dotted #000;}
.slide img{border:0;}
.slide .slide-nav{z-index:10;position:absolute;text-align:center;}
.slide .slide-nav-clip{position:relative;overflow:hidden;margin:0;}
.slide .slide-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.slide .slide-nav-clip ul li{float:left;}
.slide .slide-nav-clip ul li a{display:block;overflow:hidden;}
.slide .slide-panel{z-index:1;position:absolute;overflow:hidden;}
.patrocinadores{width:430px;height:100px;}
.patrocinadores .slide-nav{left:0;bottom:0;width:440px;height:100px;}
.patrocinadores .slide-nav-clip ul li{float:left;margin:0px;}
.patrocinadores .slide-nav-clip ul li a{display:block;width:100px;height:100px;overflow:hidden;margin:3px;opacity:0.8;}
.patrocinadores .slide-nav-clip ul li a:hover{opacity:1;}


/* FIM DAS TABS*/

.button-gray {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* W3C */
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:7px 25px;
	color:#666;
	text-decoration:none;
	display:inline-block;
}
.button-gray:hover {
	background:#f8f8f8;
	color:#063;
}
.social-side {
	text-align:center;
	margin-bottom:20px;
}
.social-side img {margin:0 3px;}
.equipas-next-game {font-size:60px; text-align:center; color:#999999; margin:0 0 10px;}
.equipas-next-game img {height:85px; vertical-align:middle; margin:0 7px;}

/* TABELA JOGOS */

.table-proximojogo {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* W3C */
}
.table-proximojogo td {padding:5px; text-align:center; border-bottom:2px solid #ccc;}
.table-equipa img { height:42px !important;}
.table-x {font-size:18px; color:#aaa;}
.table-resultado {font-size:24px; color:#333;}
.table-data {font-size:11px; text-align: right !important; color:#999; padding:2px;}
.table-data strong {font-size:16px; color:#666;}
.table-competicao {color:#bbb; padding:4px; font-size:10px; text-transform:uppercase; text-align:right;}

.classificacao td, .classificacao th {padding:10px 5px; font-size:12px; text-align:center;}
.classificacao th {
	background: #006633; /* Old browsers */
	background: -moz-linear-gradient(top, #006633 0%, #003f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006633), color-stop(100%,#003f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006633 0%,#003f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006633 0%,#003f1f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #006633 0%,#003f1f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006633', endColorstr='#003f1f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #006633 0%,#003f1f 100%); /* W3C */
	color:#fff;
	border-left: 1px dotted #093;
	padding:10px 5px;
}
.classificacao th:first-child {border-left:none;}
.classificacao td {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* W3C */
	color:#666;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.classificacao td:first-child {border-left:none;}
.classificacao tr:nth-child(7) td {	border-bottom:2px solid #063;}

/* TABELA JOGOS */

/* NEWS ELEMENTS */
.news-elements p {margin:10px 0; color:#666;}
.news-elements a {color:#063; font-weight:bold; text-decoration:none;}
.news-elements a:hover {color:#096; text-decoration:underline;}
.news-elements h2 {font-size:36px; letter-spacing:-2px; line-height:36px; margin-bottom:10px; color:#063;}
.news-elements h3 {font-size:20px; letter-spacing:-1px; line-height:20px; margin-bottom:10px; color:#093;}
.news-elements ul, .news-elements ol {margin:10px 30px; color:#666;}
.news-elements ul li, .news-elements ol li {margin:5px 0;}
.news-elements dl {margin:10px; color:#666;}
.news-elements dl dt {font-weight:bold; font-size:14px;}
.news-elements dl dd {margin:5px 15px;}


.news-elements table {padding:0; margin:0;}	
.news-elements table td, .news-elements table th {padding:10px 5px; font-size:12px; text-align:center;}
.news-elements table th {
	background: #006633; /* Old browsers */
	background: -moz-linear-gradient(top, #006633 0%, #003f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006633), color-stop(100%,#003f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006633 0%,#003f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006633 0%,#003f1f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #006633 0%,#003f1f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006633', endColorstr='#003f1f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #006633 0%,#003f1f 100%); /* W3C */
	color:#fff;
	border-left: 1px dotted #093;
	padding:10px 5px;
}
.news-elements table th:first-child {border-left:none;}
.news-elements table td {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#eeeeee 100%); /* W3C */
	color:#666;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.news-elements table td:first-child {border-left:none;}


