/*------------------------------------------*/
/*--- Eric Meyer's CSS-reset, html, body ---*/
/*------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/*----------------------------*/
/*---          CSS         ---*/
/*----------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}

/* general styles */

body {
	font: 62.5%/1.4 "arial", Verdana, sans-serif;
        background: #ede7e0 url(../gaia/images/autumn/fondo.jpg) no-repeat fixed;
	
	}

p, ul, ol, dl {
	font-size: 1.3em;
	margin: 0em;
	}

h1 {
	font: normal 3.4em/1 "georgia", sans-serif;
	margin: 0 25px 0;
	padding: 0.4em 0;
	}

h2 {
	font: normal 2.6em/1.2 "georgia", sans-serif;
	background: url(../images/border.gif) left bottom repeat-x;
	padding-bottom: 0em;
	margin: 0em 0 0;
	height: 1%;
      
	}

h3 {
	font: bold 1.4em Verdana, sans-serif;
	margin: 1.2em 0 0;
	}


h3b {
	font: bold 1.4em Verdana, sans-serif;
	margin: -1.5em 0 0;
	}


h4 {
	font: bold 1.3em Verdana, sans-serif;
	margin: 1.5em 0 0;
	}

hr {
	display: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:visited { 
	color: #c00;
	}

#container h1 a, #container h2 a {
	  color: #015094;
	text-decoration: none;
	}

a, #container h1 a:hover, #container h2 a:hover {
	color: #e64515;
	}

a img, abbr.datetime {
	border: none;
	}







/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../js/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../js/css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../js/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../js/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




















/* _____________________:::layout:::______________________ */

body {
	width: 87em;
	text-align: left;
	}

#skip-links {
	position: absolute;
	top: -100px;
	}

#container {
        background: #ffffff;
	width: 83em;
	margin: 0 auto;
	text-align: left;
	}


#container[id] {
	background: #ffffff;
	}

.left-aligned, .right-aligned {
	text-align: left;
	}

.left-aligned #container, .right-aligned #container {
	display: inline;
	margin: 0 100px;
	}

.left-aligned #container {
	float: left;
	}

.right-aligned #container {
	float: right;
	}

#wrapper {
	position: relative;
	height: 1%;
	}

.grid #wrapper {
	background: url(../images/grid.gif) 25px 0 repeat-y;
	}


/* shadows */

.shadow {
	display: block;
	width: 22px;
	height: 449px;
	position: absolute;
	}

#wrapper[id] .shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	}

#shadow-tl {
	top: 0;
	left: -22px;
	background-position: 0 0;
	}

#shadow-bl {
	left: -22px;
	bottom: 0;
	background-position: 0 -449px;
	}

#shadow-tr {
	top: 0;
	right: -22px;
	background-position: -22px 0;
	}

#shadow-br {	
	right: -22px;
	bottom: 0;
	background-position: -22px -449px;
	}

/* navigation */

.nav {
        background: #d0d0d0;
	list-style: none;
	padding: 0 1.5em;
	margin: 0;
	background: #eee;
	height: 1%;
	
	}

#container[id] .nav {
	overflow: hidden;
	}

.nav li {
	float: left;
	font: 1.1em 'Century Gothic', sans-serif;
	}

#container .nav li a, .nav li span {
	float: left;
	padding: 0.5em 0.8em;
	color: black;
	}


.nav li span.active {
	background: #e64515;
	}

.nav li a:hover {
        background: #e64515;
	text-decoration: none; 
	}

/* content */

#content {
	width: 81em;
	overflow-x: hidden;
	padding: 2.5em 2.5em;
	}

#hentry {
	float: left;
        width: 50em;
        padding: 0px;
        text-align: left;
	}

#hentry2 {
	float: left;
        width: 30em;
        padding: 0px;
        text-align: left;
	}

#hentry9 {
	float: left;
        width: 40em;
        padding: 0px;
        text-align: left;
	}

#hentry9b {
	float: left;
        width: 30em;
        padding: 0px;
        text-align: left;
	}

#hentrya {
	float: left;
        width: 22em;
        padding: 0px;
        text-align: left;
	}

#hentry2b {
	float: left;
        width: 30em;
        padding: 0px;
        text-align: left;
	}

#content h2.entry-title {
	padding-bottom: 0;
	background: none;
	}

#content p {
	margin-right: 2em;
	}

#content p.meta {
	padding-bottom: 1.5em;
	font-size: 1.1em;
	margin: 0.4em 0 1.4em;
	background: url(../images/border.gif) left bottom repeat-x;
	}


#content ul, #content ol {
	margin-left: 1.9em;
	margin-right: 7em;
	}

#content li ul, #content li ol, #content li dl {
	margin: 0 0 1em 1.9em;
	}

#container #content li * {
	font-size: 1em;
	margin-right: 0;
	}

#content pre {
	clear: both;
	font-size: 1.2em;
	border: 1px solid #ccc;
	background: #f2d8c1;
	overflow-x: auto;
	width: 100%;
	margin: 1.3em 0;
	padding-bottom: 1.2em;
        color: black;
	}

#content[id] pre {
	font-size: 12px !important;
	}

#content blockquote {
	margin-left: 8.1%;
	padding-left: 1em;
	position: relative;
	border-left: 5px solid #ccc;
	}

#content blockquote.inline {
	float: right;
	display: inline;
	font-style: italic;
	padding: 0;
	border: none;
	margin: 0 0 1em 2em;
	width: 31.9%;
	}

#content blockquote.inline.one-half {
	width: 50%;
	}

#content blockquote.inline.two-thirds {
	width: 65.9%;
	}

#content blockquote.inline.alt {
	float: left;
	margin: 0 2em 1em 0;
	}

#content blockquote.inline p {
	font-size: 1.6em;
	margin: 0;
	}

#content blockquote cite {
	font-size: 0.9em;
	}

#content p.img {
	float: right; 
	margin: 0 0 1em 1.5em;
	display: inline;
	}

#content p.img.alt {
	float: left;
	margin: 0 1.5em 1em 0;
	}

#content p.img.full-width {
	float: none;
	margin: 1em 0;
	}

/* comments */

#content .comments {
	list-style: none;
	margin: 0;
	}

.comments li, #cpreview {
	height: 1%;
	overflow: hidden;
	background: url(../images/border.gif) bottom repeat-x;
	}

#cpreview #preview-notice {
	margin: 0;
	padding: 1em;
        background: #e64515;
	color: #f3f3f3;
	}

.comments li li {
	background: none;
	}

.comments abbr.datetime, #cpreview  abbr.datetime {
	font-size: 0.85em;
	}

.comments_error {
	list-style: none;
	}

#content .comment-meta {
	width: 32%;
	margin-right: 0;
	float: left;
	}

.comment-body {
	width: 66%;
	float: right;
	}

#content .comment-body p {
	margin-right: 0;
	}
	


.meta, .comment-meta { 
	color: #766;
	}

/* comment form */

#content fieldset {
	border: none;
	padding-top: 1em;
	}

#content fieldset legend {
	display: none;
	}

#content fieldset .left-col {
	width: 18.5em;
	float: right;
	}

#content fieldset p {
	margin: 0 0 0.3em 0;
	}

#content fieldset p label {
	width: 7.2em;
	}

#content fieldset p input {
	width: 14em;
	}

#content #buttons-block {
	text-align: right;
	margin-top: 1.5em;
	background: url(../images/border.gif) repeat-x;
	padding-top: 1.5em;
	}

#content #buttons-block input {
	width: 6.9em;
	height: 2em;
	margin-left: 0.5em;
	}

#content #remember-block input {
	width: auto;
	}

#content #message-block textarea {
	width: 65.4%;	
	height: 10.1em;
	overflow: auto;
	}

#content[id] #message-block textarea {
	font-size: 12px;
	}

/* footer */

#footer {
	padding: 1.5em 2.5em;
	margin-top: 5em;
	background: #e64515;
        color: #f3f3f3;
	}

#footer h2 {
	margin-top: 0;
        color: white;
	}

#footer p {
	font-size: 1.2em;
	}

#footer a {
	color: #fcc;
	}

#search p {
	padding-top: 2em;
	background: url(../images/border.gif) repeat-x;
	text-align: right;
	font-size: 1em;
	height: 1%;
	}

#search label {
	font-size: 1.2em;
	}

#search-input {
        background: #776659;
	color: #f3f3f3;
	font-size: 1.3em;
	width: 12em;
	border: 1px solid #aaa;
	}

#search-submit {
	font-size: 1.2em;
	margin-left: 0.5em;
	width: 4em;
	}

/* archive */

dl#archive dt {
	font: 2.4em/1 "Century Gothic", sans-serif;
	width: 3em;
	float: left;
	}

dl#archive dt strong {
	font-weight: normal;
	}

dl#archive dd {
	margin-left: 7.2em;
	}




























/*--- Defined lists ---*/

dt { font: l0.9em/1.5em Georgia, serif; margin: 5px 0 0 0; padding: 0 0 0 17px; background: url(design/stars.png) no-repeat top left #f4f3f3; height: 20px; max-height: 20px; overflow: hidden; }
dd { font: 0.9em/1.2em Arial, Helvetica, Sans-Serif; margin: 0 0 5px 5px; color: #100f0f; }
	dt:hover { background-position: bottom left; }
		dt a { color: black; display: block; height: 20px; }
			dt a:hover { color: #5e6566; border: 0; } 

/*------------------*/
/*--- Next match ---*/
/*------------------*/

	div.cnk_next_game {	margin: 15px 0 15px 0; }
	div.cnk_next_game img { border: 0; }
	img.cnk_sc_club_logo_1 { margin: 0 0 0 15px; }
	p#teams { padding: 7px 10px; font: 1.3em/1.4em Georgia, serif; color: black; }
	p#date { font: 1em/1.4em Arial, Helvetica, sans-serif; color: #5e6566; }


/*----------------------*/
/*--- Football Table ---*/
/*----------------------*/

div.table { 
	background: url(design/bottom.gif) no-repeat bottom left #252726;
	color: white;
	padding: 5px;
	max-width: 270px;
	overflow: hidden;
	margin: 10px 0 15px 0;
}

	div.table h4 { color: white; }
	div.table p { color: #b4b2b2; border-bottom: 1px dotted #b4b2b2; padding: 0 0 5px 0; font-size: 0.9em; }

	div.table a { 
		margin: 7px 0 15px 2px; 
		display: block; 
		font: 1em/1.2em Georia, serif; 
		background: url(design/exclamation.png) no-repeat center left; 
		padding: 0 0 0 20px; 
		color: #EB6D59;
	}
    
		div.table a:hover { border: 0; color: #b4b2b2 }
		

/*---------------------------*/
/*--- Football Table full ---*/
/*---------------------------*/		
		
div.table-full { 
	background: url(design/bottom.gif) repeat-x bottom left #252726;
	color: #ffffff;
	padding: 5px;
	max-width: 270px;
	width: 270px;
	overflow: hidden;
	margin: 0 0 15px 0;
}



div.table-full h6 { 
                           color: #ffffff; 
                           font: normal 2em/1 "georgia", sans-serif;
                             }



	div.table-full h4 { color: white; font-size: 2em; }
	div.table-full p { color: #ffffff; border-bottom: 1px dotted #ffffff; padding: 0 0 5px 0; font-size: 0.9em; }

	div.table-full a { 
		margin: 7px 0 15px 0px; 
		display: block; 
		font: 1em/1.2em Georia, serif; 
		background: url(design/exclamation.png) no-repeat center left; 
		padding: 0 0 0 0px; 
		color: #ffffff;
	}
    
		div.table-full a:hover { border: 0; color: #b4b2b2 }

/*--------------*/
/*--- Tables ---*/
/*--------------*/

div.table-full .cnk_ranking_table table {
	width: 290px;
	border-collapse: collapse;
	text-align: left;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

.cnk_ranking_table table {
        font-size: 1.3em;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

  .cnk_ranking_table th{
	font: bold normal 1em/1.2em Arial, Helvetica, Sans-Serif;
	padding: 5px 3px 5px 3px;
  }

	.cnk_ranking_table td{
		font-size: 0.9em;
		line-height: 1.5em;
		padding: 3px;
		
	}

		.cnk_ranking_table tbody tr:hover td{
			color: #ffffff;
			background: #0a1a1a;
		}






/*---------------------------*/
/*--- Football Table full 2 ---*/
/*---------------------------*/		
		
div.table-full2 { 
	background: url(design/bottom.gif) repeat-x bottom left #252726;
	color: white;
	padding: 5px;
	max-width: 480px;
	width: 480px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

	div.table-full2 h6 { 
                           color: white; 
                           font: normal 2em/1 "georgia", sans-serif;
                             }

	div.table-full2 p { color: #b4b2b2; border-bottom: 1px dotted #b4b2b2; padding: 0 0 5px 0; font-size: 0.9em; }

	div.table-full2 a { 
		margin: 7px 0 15px 2px; 
		display: block; 
		font: 1em/1.2em Georia, serif; 
		background: url(design/exclamation.png) no-repeat center left; 
		padding: 0 0 0 20px; 
		color: #EB6D59;
	}
    
		div.table-full2 a:hover { border: 0; color: #b4b2b2 }

/*--------------*/
/*--- Tables 2 ---*/
/*--------------*/

div.table-full2 .cnk_ranking_table table {
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	color: white;
	margin: 5px 0 5px 0;
}

.cnk_ranking_table table {
        font-size: 1.3em;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	color: white;
	margin: 5px 0 5px 0;
}

  .cnk_ranking_table th{
	font: bold normal 1em/1.2em Arial, Helvetica, Sans-Serif;
	padding: 5px 3px 5px 3px;
  }

	.cnk_ranking_table td{
		font-size: 0.9em;
		line-height: 1.5em;
		padding: 3px;
		
	}

		.cnk_ranking_table tbody tr:hover td{
			color: white;
			background: #0a1a1a;
		}







/*-----------------------------------------*/
/*--- relegation zone and followed team ---*/
/*-----------------------------------------*/

tr#relegation td { border-top: 1px dotted #b4b2b2; }
tr.cnk_sc_fav td { background: #404040; color: white; font-style: italic; }      





/*----------------------------*/
/*--- That's all folks. ;) ---*/
/*----------------------------*/
