/* ------------------------------------ *
 CSS
 venerd� 20 novembre 2009 15.04.05
 HAPedit 3.1.11.111
 * ------------------------------------ */
@import url("reset.css");
body {
background-image: url(../img/bg6.jpg);
background-repeat: no-repeat;
background-position: center top;
background-attachment:fixed;
background-color: black;
font-size:60%;
font-family: Arial;
background-color: black;
}
#container{
width:1253px;
margin:0 auto;
background-color:transparent;
background-image: url(../img/bgcontainer.png);
background-repeat: no-repeat;
background-position: top right;
overflow:hidden;
}

#header {
background-image: url(../img/bgheader.png);
background-repeat: no-repeat;
background-position: left top;
width:1253px;
height: 364px;
position:relative;
}
#footer {
background: none;

width:1253px;
height: 50px;
clear:both;
margin: 20px 0;
text-align:center;
padding:10px 0;
}
#nav {
width:350px;
float:left;
}

#content {
width:500px;
float:left;
background: none;
margin-top:-30px;
min-height:600px;
}
#paper{
    
width:631px;    
    
} 
#paper_top {
background-image:url(../img/bgcontent_top.png);
background-repeat: no-repeat;
background-position: center top;    
width:562px;
height:51px;    
}
.paper_center {
background-image:url(../img/bgcontent_center.png);
background-repeat: repeat-y;
background-position: center top;    
width:562px;
}

#paper_bottom {
background-image:url(../img/bgcontent_bottom.png);
background-repeat: no-repeat;
background-position: center top;    
width:562px;
height:104px;   
}


#content p{
width:380px;
padding-left:60px;  
padding-top:20px;   
font: normal 15px Arial, Helvetica, sans-serif;
color:white;    
}

#content h2 { margin: 0 20px; 
display:block;
padding:15px 0 5px 30px;
width:516px;
height:104px;
margin-left:-20px;
color:white;
 font: bolder 30px Arial;
 background: url(../img/bg_h1.png) no-repeat; }
span.autore_post{
color:#e7cfcf;
 font: bolder 12px Arial;   
    
} 
 #content a {color: #ffff80;}
 #content a:hover {color:white;
 text-decoration:underline;}
 
 .foto_post {
 margin-left:50px;  
 border: 4px solid white;   
    
 }
 a.commenta{
display:block;
height: 16px;
padding-left:20px;
background-image:url(../img/info.png);
background-position:left top;
background-repeat: no-repeat;   
float:left; 
} 
a.commenta:hover{
    background-position:left bottom;
}
a.commenti{
    float:left;
display:block;
height: 16px;
padding-left:20px;
background-image:url(../img/cloud.png);
background-position:left bottom;
background-repeat: no-repeat;   
    
} 
a.commenti:hover{
    background-position:left top;
}
p {
    background:url(../img/bgcomm_h.png) -500;   
    
}
p.body_comm {
padding:5px;
background-image:url(../img/bgcomm.png);    

border:1px solid white; 
margin:5px 0 5px 55px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;    
}
p.body_comm:hover{
background:url(../img/bgcomm_h.png);    
border:1px solid black; 
}
.msg {
    position:relative;
    top:50px;
    background:url(../img/bgcomm.png);
    border:1px solid white; 
    padding:5px;
    color:white;
    width:200px;
    margin-left:25px;
    font:normal 18px Arial; 
}
 .clear {clear:both;}
.contact {
position:relative;
top:30px;
left:40px;
width:500px;
height:359px;
}

.contact fieldset {
width:200px;
background:none;
float:left;
margin-left:5px;
margin-top:20px;
}
.contact label {
float:left;
width: 100px;
font: bold 16px Arial;
color: white;
}
.contact .input{
width: 100px;
font: bold 15px Arial;
background:#fefcfc;
border: 2px solid #452110;
}
.contact .input:focus {
background:#ffffbf;
border: 2px solid #d0ab79;  
    
    
}
.contact .text {
width: 180px;
height: 150px;
background:#fefcfc;
border: 2px solid #452110;
}
.contact .text:focus {
border: 2px solid #d0ab79;  
background:#ffffbf;
}
.contact .submit {
background-image:url(../img/submit.png);
background-repeat: no-repeat;
background-position: bottom;
width:95px;
height:37px;
border:none;
background-color:transparent;
color:black;
margin-top:15px;
margin-left:55px;
}
.contact .submit:hover,.contact .submit:active
{
background-position: top;
color:white
}
.contact legend {
border: 2px solid #804000;  
background:#ffffbf;
font:normal 20px Arial; 
padding:5px;
margin-top:20px;    
}
.error {color:red;
font:oblique 14px Arial;
}

/* menu di navigazione header */

.menu {
position:relative;
left: 10px;
top:200px;
background: url(../img/bgmenu.png) no-repeat;
width:627px;
height:130px;
z-index:900;
}
.menu li {
display:block;
float:left;
padding: 12px 10px;
}
.menu a {
padding:8px 0 0 2px;
color:white;
font:bold 16px Tahoma;
}
.menu a:hover {color:#452100;
text-decoration:underline;}
/* menu di navigazione categorie*/

.menucat {
    position:relative;
    z-index:10;
width:250px;
background-color:transparent;
margin-left:60px;
padding-top:10px;
margin-top:-60px;
}
.menucat li {
padding: 0;
margin:5px;

}
.menucat a {
width:250px;
height:40px;    
background: url(../img/tab_cat.png) bottom no-repeat;
color:#efefef;
font:normal 20px Arial, Helvetica, sans-serif;
margin-left:5px;
padding-top: 10px;
display:block;
text-align:center;
}
.menucat a:hover {
background-position:top;
color:#ffff80;

}
.menucat a.current {
font-weight:bolder;
font-style:oblique;
color:white;
text-align:left;
padding-left:15px;
width:235px;
}

/* form login*/
.login {
background-image:url(../img/bgformlogin.png);
background-repeat: no-repeat;
background-position: center top;
width:265px;
height:258px;
margin-left:80px;
}
.login  p {
padding-left:40px;
padding-top: 20px;
clear:both;
}
.login  fieldset {
width:265px;
background:none;
}


.label_user {

width:265px;
  height:21px;
  text-indent:-900em;
}
.label_pass {

width:265px;
  height:21px;
  text-indent:-900em;
}
.login  .input{
float:left;
width: 100px;
font: bold 15px Arial;
background:none;
border:none;
border-bottom: 1px solid black;
}

.login  .submit_log {
background-image:url(../img/submitlogin.png);
background-repeat: no-repeat;
background-position: bottom;
width:165px;
height:45px;
border:none;
background-color:transparent;
color:white;
}
.login  .submit_log:hover,.login .submit_log:active
{
background-position: top;
}

/*
bacheca
*/

.bacheca
{
    width:200px;
position:absolute;
top:30px;
left:695px; 
    
font:normal 12px Arial;
color:white;
padding:5px;    
}
span.autore_bacheca{
margin-top:5px;
    font:italic 12px Arial;
color:white;
    }
.copy {
color:#804000;  
font:italic 15px Arial; 
    
}
#footer a{color:#530000;font:bold 15px Arial;}
