/* ******************************************************************* Top Elements */

* { 
    margin: 0; 
    padding: 0; 
    outline: 0 
}

body {
    text-align: center;
    font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
    background: #FFF url(images/standard/sfondo_sfumato.gif) repeat-x;
    color: #000; 
}

/* *** Parte per le classifiche di calcio */
/*      Se serve replicare qualche colore gia impostato per la pagina   */
.sfondopagina {
    background: #FFFFFF;
}

.bicolor_0 {
    background: #E2E2E2;
    padding:2px;
}
.bicolor_0 {
    padding:2px;
}

.promosse{
    font-weight: bold;
    color: #0000FF; 
}
.retrocesse{
    font-weight: bold;
    color: #FF0000; 
}
.playoff{
    font-weight: bold;
    color: #008000; 
}
.playout{
    font-weight: bold;
    color: #D00DDF; 
}
.normale{
    font-weight: bold;
    color: #026697; 
}


.testopagina {
    color: #000;
}
.colorh1 {
    color: #C92528;
}
.colorh2 {
    color: #F67B41;
}
.colorh3 {
    color: #C92528;
}
.colormenu { 
    color: #C92528;
}
.colormenu_i { 
    color: #fcc064;
}
.sfondomenu { 
    background: #fcc064;
    text-align:center;
    font-weight: bold;
}
.sfondomenu_i { 
    background: #C92528;
    text-align:center;
    font-weight: bold;
}



/* ******************************************************************* parti generali */

h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}

#logo-text{
    width:500px;
    position: relative;
    float: right;
    color: #FFFFFF;
    top: 0px;
    right: 50px;
    font-size: 30px;
    font-family: Arial;
    text-align: right;
}

h1 {
    font-size: 20px;	
    font-weight: bold;
    color: #C92528; 
}

h2 {
    font-size: 140%;
    color: #F67B41;
}

h3 {
    margin-top: 20px;
    font-size: 130%;
    color: #C92528; 
}

h1, h2, h3, p {
    padding: 10px;		
    margin: 0;
}

ul, ol {
    margin: 5px 20px;
    padding: 0 20px;
}

/* links */
a {
	text-decoration: none;
	color: #690A0A;
	background: inherit;
}
a:visited {
	text-decoration: none;
	color: #B51414;
	background: inherit;
}

a:hover {
	color: #B51414;
	background: inherit;
	text-decoration: underline;
}

/* form elements */

form {
    margin:10px; 
    padding: 5px;
    background-color: transparent; 	
}

label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}

input {
    padding:2px;
    border:1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}

textarea {
    width:400px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #eee;
    height:100px;
    display:block;
    color:#777;
}

input.button { 
    font: bold 12px Arial, Sans-serif; 
    height: 24px;
    margin: 0;
    padding: 2px 3px; 
    color: #FFF;
    background: #8EB50C url(images/standard/button-bg.jpg) repeat-x 0 0;
    border: none;
}

/* images */

img {
    background: #FAFAFA;
    border: 0px solid #E5E5E5;
    padding: 5px;
}

img.right {
    margin: 5px 0px 0px 10px;  
    padding: 0px;
}

img.left {
    margin: 5px 10px 0px 0px;
    padding: 0px;
}

p {
    margin: 0px; 
    padding: 0px;
    line-height: 170%;
}

/* alignment classes */

.left  { float: left; }
.right { float: right; }
.aleft  { text-align: left; }
.aright { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.permalink {
    float: right;
}

.permalink a {
    padding-right: 5px; 
}



.entry {
	padding: 2px 0px 2px 0px;
	text-align: left;
    background-color: transparent;
}

#main .entry {
    margin-bottom: 35px;
    background-color: transparent;
}

#main li{
    margin-left: 30px;
}

.links {
	clear: both;
	padding: 4px;
	background: #fcf4dc;
	border-top: 1px solid #B4BBBE;
	font-size: 0.8em;
}

.posted {
	margin-right: 15px;
}

.cleared {
	clear: both;
}

h1.categoria {
    margin-bottom: 3px;
    text-align: right;
    font-style: italic;
    font-size: 1.2em;
}

.googlemap {
    text-align: center;
}


/* ******************************************************************* wrapper */

#wrap {
    width: 896px;
    background: #FFF ;
    margin: 0 auto;
    text-align: left;
    border: 1px #630909 solid;
    border-width: 0 1px 1px 1px;
}

/* ******************************************************************* header */

#header {
    width: 896px;
    position: relative;
    height: 264px;
    background: #FFF url(images/standard/sfondo_header.gif) no-repeat center top;
    padding: 0px;
    color: #FFF;
    margin: 0px;
}
/*

#header {
    width: 820px;
    position: relative;
    height: 103px;
    background: #CCC url(images/standard/header.jpg) no-repeat center top;
    padding: 0;
    color: #FFF;
    overflow: hidden;
}
*/

#header h1#logo-text a {
    position: relative;
    margin: 0; padding: 0;
    font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing: -2px;
    text-transform: none;
    text-decoration: none;
    background: transparent;
    /* change the values of top and left to adjust the position of the logo*/
    z-index: 10;
}


#logo{
    width: 300px;
    height: 260px;
    line-height: 260px;
    float: left;
    z-index: 1;
    vertical-align: middle;
    overflow: hidden;
}

#wid_testata{
    margin-right: 5px;
    float: right;
    width: 585px;
    height: 100px;
    z-index: 2;
    overflow: hidden;
/*    background: #f00; */
}

#logo_image{
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#logoimg {
    margin: 0px;
    padding: 0px;
}

#header p#slogan {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
    color: #FFF;
    /* change the values of top and left to adjust the position of the slogan*/
    top: 5px; right: 30px;
    z-index: 10;
    width: 500px;
    text-align: right;
}

/* ******************************************************************* languagebox */

#languagebox {
    position: absolute;
    float: left;
    clear: none;
    z-index: 90;
    margin-left: 864px;
    margin-top: 10px;
}

#languagebox img {
    padding: 2px;
    background-color: #FFF;
}

#languagebox .languageflag {
    display: block;
}

/* ******************************************************************* menutop */

#menuwrap 
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF url(images/standard/sfondo_menu.gif) no-repeat;
    font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
    height: 65px;
    width: 896px;
}

		/* all lists */
#menu {
    list-style: none;
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    margin-left: 245px;
    padding: 0;
}

#menu ul { 
    padding: 5px;
    margin: 0;
    list-style: none;
    line-height: 1;
}

		/* The border for the menus (eventually) */
#menu ul {
    border: none;
}

		/* Each link in the 1st level */
#menu a {
    font-size: 92%;
    font-weight: bold;
    color: #C92528;
    display: block;
    padding: 0px 16px 0px 2px;
}

#menu a:hover {
    color: #690A0A;
}

		/* Each link under the 1st level */
#menu ul a,
#menu ul ul a,
#menu ul ul ul a {
    font-weight: normal;
    min-width: 100px;
    display: block;
    /*padding: 5px 25px 5px 1px;*/
    padding: 4px 12px 2px 2px;
    min-height: 14px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 14px;
    border-color: #FFFFFF;
    border-style: dashed;
    border-width: 0 0 0 0;
}

		/* all list items */
#menu li { 
    float: left;
    /* min-width: 100px; /* width needed or else Opera goes nuts */
}

		/* second-level lists */
#menu li ul { 
    min-width: 100px;
    position: absolute;
    background: #FCF4DC;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-color: #C92528;
    border-style: dotted;
    border-width: 0 1px 1px 1px;
}

		/* clearing the menus on both sides */
#menu li ul li,
#menu li ul li ul li,
#menu li ul li ul li ul li
{ 
    clear: both;
}

		/* third-and-above-level lists */
#menu li ul ul,  
#menu li ul ul ul,
#menu li ul ul ul ul { 
    margin: -2em 0 0 130px;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
    left: -999em;
}

		/* lists nested under hovered list items */
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
    left: auto;
}

.notseen {
    display: none;
}

li.menu_important_info {
    color: #000000;
    display: none;
}


/* ******************************************************************* Footer */

#footer {
    background: #FFF;
    clear: both;
    width: 896px;
    text-align: center;
    font-size: 92%;
    padding-top: 30px;
    padding-bottom: 15px;
}

#footerowner {
    Line-Height: 12px;
    padding-right: 0px;
}

#footerlegal {
    float: right;
    padding-left: 10px;
}

#footerlegal, #footerlegal a{
    color: #555;
}

#footer a { 
    color: #000;
    text-decoration: none; 
}

/* ******************************************************************* menu laterale */

#sidewrap {
    top: 263px;
    z-index: 10;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 177px;
    background-color: #FFFFFF;
    margin-left: 68px;
}

#sidebar {
    border: 1px #C92528 solid;
    border-width: 0 1px 0 1px;
    background-color: #FCF4DC;
    min-height: 100px;
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
}

#sidebottom {
    margin: 0;
    height: 29px;
    background: transparent url(images/standard/base_sx.png) no-repeat center bottom;
}

#sidemenu {
}

#sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 7px 4px 8px 0; 
    padding: 0;
    text-decoration: none;		
    /*border-bottom: 1px dotted #C92528;*/
}

#sidebar ul.sidemenu li {
    list-style: none;
    padding: 4px 0 4px 5px;
    margin: 0 2px;	
    color: #68774A;	
    border-top: 1px dotted #C92528;
}
#sidebar ul.sidemenu ul li a {	
    color: #C92528;
}
#sidebar ul.sidemenu ul li a:hover {	
    color: #690A0A;
}

#sidebar ul.sidemenu li.withmargin {
    margin: 0 2px 0 15px;	
}


* html body #sidebar ul.sidemenu li {
    height: 1%;
}
#sidebar ul.sidemenu li a {
    text-decoration: none;	
    background-image: none;	
    color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
    color: #1773BC;	
}

#sidebar ul.sidemenu ul { 
    margin: 0 0 0 5px; 
    padding: 0; 
}

#sidebar ul.sidemenu ul li { 
    background: none; 
}


#sidebar h3 {
    margin-top: 10px;
    padding: 5px 5px; 
    font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #728D26;	
}


/* ******************************************************************* parte centrale */

#content-wrap {
    padding-left: 5px;
    padding-right: 15px;
    min-height: 500px;
}

#main {
    margin-left: 250px;
}

h1.title {
/*    background: #FFFFFF url(images/standard/sfondo_titolo.gif) no-repeat top right;
*/
    height: 35px;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}

h1.title a {
    background: none;
}

table.page{
    font-size: 80%;
}
