/* CSS Document */

/* Tags */

html, body
{
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff; 
    /*background-image: url(Layout/bodyBg.gif);
    background-repeat: repeat-x;*/
    color: #2e2e2e;
    font-family: Verdana, "Trebuchet MS", Sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center; /* Center on IE5 PC */
}

td
{
    text-align: left;
}

form
{
    height: 100%;
}

p
{
    color: #2e2e2e;
    font-family: Verdana, "Trebuchet MS", Sans-serif;
    font-size: 12px;
    line-height: 21px;
}

p a:link, p a:visited
{
    color: #F60000;
    text-decoration: underline;
}

p a:hover
{
    text-decoration: none;
}

h1
{
    margin: 8px 0 8px 0;
    color: #6d6d6d;/*#696969;#5faae1;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    line-height: 24px;
    word-spacing: -50%;
}

h1 a:link, h1 a:visited
{
    margin: 8px 0 8px 0;
    color: #6d6d6d;/*#696969;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    word-spacing: -50%;
}

h1 a:hover
{
    color: #6d6d6d;/*#696969;*/
    text-decoration: underline;
}

h2
{
    margin: 4px 0 16px 0;
    color: #2e2e2e; /*#9ec0ce;*/ /*font-style: oblique;*/
    font-weight: normal;
    font-variant: normal;
    font-family: Verdana, "Trebuchet MS", Sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

em
{
    color: #333333;
}

hr
{
    border: 0;
    color: #333333;
    height: 1px;
}


/* IDs */

#main
{
    margin: 0 auto 0 auto;
    width: 972px;
}

#header
{
    margin: 0 auto 0 auto;
    width: 972px;
    height: 24px;
    
}

#headerLeft
{
    width: 256px;
    height: 24px;
    float: left;
    text-align: left;
}

#headerRight
{
    width: 256px;
    height: 24px;
    text-align: right;
    float: right;
}

#container
{
    width: 972px;

}

#content
{
    padding: 8px;
    text-align: left;
    width: 956px;
    height: 100%;
}

#contentBox
{
    width: 956px;
    /*height: 250px;*/
    background-color: #E7E7E4;
}

#contentLeft
{
    float: left;
    margin: 8px 0 0 0;
    width: 654px;
    /*border-right: solid 1px #f2f2f2;
    border-bottom: dotted 1px #f2f2f2;
    background-color: #fff;*/
}

#contentRight
{
    float: right;
    margin: 8px 0 0 0;
    width: 301px;
    /*background-color: #fdfdfd;
    border-right: solid 1px #f2f2f2;
    border-bottom: dotted 1px #f2f2f2;*/
}

.blog { background:url(Layout/nav_blog_h.png) bottom left no-repeat; }
.attivitapolitica { background:url(Layout/nav_attivitapolitica_h.png) bottom left no-repeat; }
.opinioniidee { background:url(Layout/nav_opinioniidee_h.png) bottom left no-repeat; }
.incontri { background:url(Layout/nav_incontri_h.png) bottom left no-repeat; }
.gallery { background:url(Layout/nav_gallery_h.png) bottom left no-repeat; }
.links { background:url(Layout/nav_links_h.png) bottom left no-repeat; }
.indietro { background:url(Layout/nav_indietro_h.png) bottom left no-repeat; }

#navlist
{
    /*padding: 2px 0;
    margin: 1px 0 0 0;
    border-bottom: 1px solid #fdfdfd;    */
    /*background-color: #fdfdfd;*/
    height: 24px;
    margin:1em 0;
}

#navlist li
{
    /*list-style: none;
    margin: 0;
    display: inline;*/
    display:block;
	/*width:120px;*/
	float:left;
}

#navlist a:hover img {
	visibility:hidden;
}

#navlist a {
	display:block;
}
#navlist a/**/ {
	height:24px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #navlist a {
	cursor:hand;
}
* html #navlist li a:hover {
	height:1%;
}
/* */

/*#navlist li a
{
    /*padding: 2px 0.5em;
    margin-left: 2px;
    border: 1px solid #fdfdfd;
    border-bottom: none;
    background-color: #fdfdfd;
    text-decoration: none;*/
/*}*/

/*#navlist li a:link
{
    color: #696969;
}*/
/*#navlist li a:visited
{
    color: #696969;
}*/

/*#navlist li a:hover
{
    color: #696969;
    background-color: #5faae1;
    border-color: #fdfdfd;
    text-decoration: underline;
}*/

/*#navlist li a.current
{   
    color: #6d6d6d;
    background-color: #fdfdfd;
    border-bottom: 2px solid #fdfdfd;
}*/

/*#navlist li a:hover.current
{
    color: #6d6d6d;
    background-color: #fdfdfd;
    border-bottom: 2px solid #fdfdfd;
    text-decoration: none;
}*/

#biography
{
    background-color: #fff; 
}

#navbio
{
    padding: 3px 0;
    margin: 1px 0 0 0;
    border-bottom: 1px solid #5faae1;
}

#navbio li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#navbio li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #5faae1;
    border-bottom: none;
    background-color: #e6eef1;
    text-decoration: none;
}

#navbio li a:link
{
    color: #F60000;
}
#navbio li a:visited
{
    color: #6d6d6d;
}

#navbio li a:hover
{
    color: #F60000;
    background-color: #e0eef1;
    border-color: #5faae1;
    text-decoration: underline;
}

#navbio li a.current
{   
    color: #6d6d6d;
    background-color: #fdfdfd;
    border-bottom: 2px solid #fdfdfd;
}

#navbio li a:hover.current
{
    color: #6d6d6d;
    background-color: #fdfdfd;
    border-bottom: 2px solid #fdfdfd;
    text-decoration: none;
}

#footer
{
    clear: both;
    margin: 0 auto 0 auto;
    width: 956px;
}

#footerLeft
{
    width: 256px;
    height: 32px;
    float: left;
    text-align: left;
}

#footerRight
{
    width: 256px;
    text-align: right;
    float: right;
}

/* classes */

/* classes */

.spacer
{
    height: 8px;
}

.box
{
  border: solid 1px #ddd;  
}

.button 

{
    color: #2e2e2e;
    margin: 0;
}


.comments
{
    padding: 4px;
    border: solid 1px #ddd;
    width: 628px;
    /*background-color: #696969;*/
}

.commentTxt
{
    color: #6d6d6d;
}

.feedTxt
{
    color: #fc8030;
}

.serviceTxt
{
    color: #767676;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

a.feedTxt:link, a.feedTxt:visited
{
    /*color: #fc8030;*/
    color: #2e2e2e;
    text-decoration: underline;
}

a.feedTxt:hover
{
    text-decoration: none;
}

.toolTxt
{
    font-family: Arial, Helvetica, sans-serif;
    color: #6d6d6d;
    font-size: 10px;
}

.whiteTxt
{
    color: #FFFFFF;
}

.smallTxt
{
    color: #6d6d6d;
    font-size: 9px;
}

.koTxt
{
   color: #F60000; 
}

.okTxt
{
   color: #76d80d; 
}

.moreTxt
{
    color: #0078bc;
}

a.moreTxt:link, a.moreTxt:visited
{
    text-decoration: none;
}

a.moreTxt:hover
{
    text-decoration: underline;
}

.footerTxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #6d6d6d;
}

a.lnk:link, a.lnk:visited
{
    text-decoration: none;
}

a.lnk:hover
{
    text-decoration: underline;
}

.hidden
{
    color: #FFFFFF;
    font-size: 1px;
}
