@charset "UTF-8";
/* CSS Document - COLORS */
/* author: alessandro descovi with fleka */
/* start work: 18 may 2010 */
/*
qui ci vanno
color
background-color
background-image???

*/

body {/*background-image:url(../img/bghead.png); background-repeat:repeat-x;*/
background:url("http://www.fleka.me/test/img/backgroundprova.jpg");}
a {color:#000;}
a:hover {color:#c80001;}
.wrapper {
   /* background:url("http://www.fleka.me/test/img/overlay.png");*/
    background-position:top;
    background-repeat:no-repeat;
    }
/* HEADER --------------------------- */

#header ul {color:#666; border-bottom:1px #c5c5c5 solid;}
#header li {color:#40413c; text-shadow:1px 1px 1px #f4f6ea;}
#header a:hover {border-bottom:3px solid #40413c;}

.active {border-bottom:3px solid #c80001;}

#logo a {background-image:url(../img/logoFleka2.png); background-repeat:no-repeat}
#logo a:hover {border:none;}

/*#logo a:hover {background-image:url(../img/logoFlekaHover.png);}      */


/* BOX PROGETTI ------------------ */
.box {}
.box a:hover {color:#000;}
.box img {border:0 none; -webkit-box-shadow: rgba(57, 61, 39, 0.5) 0px 0px 10px;     -moz-box-shadow:0 0 3px #393d27;}
.box img:hover {-webkit-box-shadow: rgba(0, 0, 0, 0.492188) 0px 0px 20px;   			-moz-box-shadow:0 0 8px #000000;}
/* if map stasts remove the shadow from the img and put it over the div*/
#mapBigStats img {-moz-box-shadow:0 0 0 0; -webkit-box-shadow: 0 0 0 0}
#mapBigStats { -webkit-box-shadow: rgba(57, 61, 39, 0.5) 0px 0px 10px;     -moz-box-shadow:0 0 3px #393d27;}
#mapBigStats:hover {-webkit-box-shadow: rgba(0, 0, 0, 0.492188) 0px 0px 20px;   			-moz-box-shadow:0 0 8px #000000;}
.project li {background-color:#fff;}
.testo {
    background-image:url(../img/quote.png);
    background-repeat:no-repeat;
    background-position:15px 16px;
}
.ilike:hover {background-color:#c80001; color:white;}
.ilike a:hover {color:white;}

/* BOX tmb PROGETTI -------------- */
.box_tmb a:hover {
	color:#000;
}
.box_tmb img {
	-moz-box-shadow:0 0 1px #393D27; 
	-webkit-box-shadow:0 0 1px #393D27;
}
.box_tmb img:hover {
	-moz-box-shadow:0 0 1px #393D27; 
	-webkit-box-shadow:0 0 2px #393D27;
}

/* BOX PROGETTI SUB MENU --------- */
#sub_menu ul {color:#666;   border-bottom:1px #c5c5c5 solid;}
#sub_menu li {color:#30313c; text-shadow:1px 1px 1px #f4f6ea; }
#sub_menu a:hover {border-bottom:3px solid #40413c;}

        
/* ELEMENT OF SINGLE PROJECT |||||||||||||||||||||||||||||||||||| */
.description h3{color:#40413c;  border-bottom: #ccc solid 1px; /*border-top:#c5c5c5 solid 1px;*/text-shadow:1px 1px 1px #f4f6ea;}
.date { color:#666;}
.description h4, .description h5 {color:#40413c;text-shadow:1px 1px 1px #f4f6ea;}
.description p, .description ul {color:#40413c;}
.description strong {}
.description a {
	background:none repeat scroll 0 0 #FFF;
	color:#333;
	padding:0 6px;
}
.description a:hover {
	background:none repeat scroll 0 0 #000000;
	color:#E0E2D4;
	padding:0 6px;
}
.img p {border-top:1px #c5c5c5 solid;}

.sidebar {color:#40413c}
.sidebar h3 {border-bottom: #ccc solid 1px; /*border-top:#c5c5c5 solid 1px;*/text-shadow:1px 1px 1px #f4f6ea;}
.sidebar h4 {color:#666;}
/*.sidebar_dati ul {border-left:1px solid #999;}*/
#sidebar_role {}
#sidebar_media img {border:5px solid #fff;}
#sidebar_author img	{border:2px solid #fff;}
#sidebar_media img:hover {border:5px solid #cacbb2;}
#sidebar_author img:hover{border:2px solid #cacbb2;}
.sidebar_datiSocial img {border:0 none;}
.sidebar_btnSocial li a	{background-position:0px 32px;}
.sidebar_btnSocial li a:hover {background-position:0px 0px;}
#sharebtn_facebook		{background-image:url(../img/facebook.png)}
#sharebtn_twitter		{background-image:url(../img/twitter.png)}
#sharebtn_digg			{background-image:url(../img/digg.png)}
#sharebtn_stumbleupon	{background-image:url(../img/stumbleupon.png)}	
#sharebtn_delicious		{background-image:url(../img/delicious.png)}
	
/* ELEMENT FOOTER ||||||||||||||||||||||||||||||||||||||||||||||| */


/* PIEDE ------------------------- */

#footer {
    /*border-top:solid 1px #d7d7d7;*/
    background-image:url(../img/makkiolina.png);
    background-repeat:no-repeat;
    background-position:15px 13px;
    /*text-shadow:1px 1px 1px #f4f6ea;*/
}

.footer-wrapper {
	color:#999;

}

.footer-wrapper a {
	color:white;
}


