/*
Theme Name: GGD Marche
Description: Theme GDD Marche
Author: Emmealcubo 
Author URI: www.emmealcubo.com
Version: 1.2 ( 19-Feb-2009)

*/

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;
}


body {
	
	background:#FFF url(images/body-bg.gif) repeat-x;
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#669900;
	text-decoration:none
	}
a:hover {
	color:#none;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#444;
	font-style: normal;
		
	}
.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
	}

img.alignright {
	padding: 5px 5px;
	margin: 5px;
	display: inline;
	background:#DFE2E4;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px;
	display: inline;
	background:#DFE2E4;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #DFE2E4;
	padding: 4px 0px 5px 0px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

abbr[title], acronym[title] {
border-bottom:none;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.jcarousel-skin-tango {
	width:920px;
	}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* The Outer cover */

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 8px;
    background: #333333;
    border: 1px solid #000;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 920px;
    padding: 20px 30px;
	margin:15px 0 8px 10px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 920px;
    padding: 40px 20px;
	margin:12px 0 8px 11px;
	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  920px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 920px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}




#wrapper {
	width:1000px;
	margin:0 auto;
	padding-top:8px;
	}
#casing {
	padding:0px 0px ;
	background:#F2F2F2;
	margin:0px 0px;
	width:1000px;
	float:left;
	}		
	
	
	#slide {
/*background-image: url(images/slide-bg.gif);
*/height: 170px;
margin-top:0px;
width: 1000px;
margin-left: 7px;
float: left;
}
/* outmost wrapper element */
#scrollable {
background-repeat: no-repeat;
background-position: top;
padding:0px 0px 0px 0px;
width:1000px;
float: left;
height: 138px;
}

/* container for the scrollable items */
.items {
float:left;
width:700px;
height: 165px;
display: block;

}



.slide-items {
height: 110px;
width: 155px;
margin-left: 5px;
margin-right: 5px;
float: left;
background-color: #FFF;
padding: 5px;
}

.slide-items-a a {
color: #4E4E4E;
font-size: 10px;
margin: 8px 0px 0px 25px;
display: block;
}

/* single item */


/* next / prev buttons */
a.prev, a.next {
background-repeat:no-repeat;
display:block;
float:left;
height:131px;
margin:0 0 0;
width:30px;
}

a.prev {
background:url(images/slide-button-left.gif);
}


a.next {
background:url(images/slide-button-right.gif);	
margin-left: 2px;
}


/* navigator */
div.navi {
position:relative;
top:-30px;
left:310px;
margin-left:-50px;
width:50px;
height:0px;
}


/* items inside navigator */
div.navi span {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(img/dots.png) 0 0 no-repeat;     
cursor:pointer;
}

div.navi span:hover {
background-position:0 -8px;      
}

div.navi span.active {
background-position:0 -16px;     
} 	

.scrollable input {
border: 1px solid #DBDBDB;
height: 25px;
}
	

	
/* The Header */

#top {
	height:164px;
	margin:auto;
	background:transparent url(images/logo-header.gif) no-repeat 0 -8px;
	width:1000px;
	
	}
.blogname {
	width:500px;
	font-family:Georgia ,Century gothic,Verdana,Tahoma,sans-serif;	
	margin:10px 0 0 0px;
    float:left;
	background-repeat:no-repeat;

	}
.blogname h1  {
	font-size:45px;
	padding:0 0 0px 0;
	font-weight:normal;
	color:#cacccd;
	text-align:left;
	margin:5px 0 0 0px;
	text-indent:-9000px;
/*	background:url(images/logo.png) no-repeat;
*/	
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
.blogname h2 {
	margin:8px 0px 0px 10px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	}

.breadcrumb{

	padding:5px 10px;
	margin:0px 5px 5px 5px;
	border:1px solid #B3BCBF;
	font-size:13px;
	font-weight:normal;
	color:#444;
	background:#fff;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
}

/* The Search */
#search {
height:20px;
margin-top:5px;
padding:10px 5px 15px;
width:250px;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}


#s {
	margin-left:0px;
	float: left;
	width:175px;
	padding: 6px 2px 7px 5px;
	background:#fff url(images/sform2.jpg) no-repeat;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
}

#searchsubmit {
	width:57px;
	float: left;
	background:#fff url(images/sbutton.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}

.feed{
	
	margin-top:5px;
	height:30px;
    padding:0 0 10px;
	
	

}
.feed a{
	text-indent:-9999px;
	display:block;
	height:30px;
	width:auto;
	width:250px;
	padding:0 5px 10px 5px;
	background:url(images/sottoscrivi-feed.gif) no-repeat;

}
.feed a:hover{
	text-indent:-9999px;	
	display:block;
	text-decoration:none;
	
}
.feed form {
	margin: 0;
	padding: 0;
}

.feed fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.feed p {
	margin: 0;
	font-size: 85%;
}

.input{
	margin-left:0px;
	float: left;
	width:	175px;
	padding: 6px 2px 7px 5px;
	background:#fff url(images/sform2.jpg) no-repeat;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
	
}

.sbutton{
	width:57px;
	float: left;
	background:#fff url(images/submit.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}

.box-staytuned {
/*background:transparent url(images/box-staytuned.gif) no-repeat scroll 0 0;
*/height:110px;
padding:0 25px 10px;
width:250px;

	}
	
	.box-staytuned ul {
		margin:0;
		padding:0;
		list-style:none;

	}
	.box-staytuned ul li{
		margin:10px 14px 0 0;
		padding:0;
		list-style:none;
		float:left;

	}
		.box-staytuned ul li a{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		text-indent:-9999px;
		width:40px;
	height:40px;


	}
	.box-staytuned ul li.ico1 a{
	background:url(images/icona-facebook.gif) no-repeat;
	width:40px;
	height:40px;

	}
		.box-staytuned ul li.ico2 a{
	background:url(images/icona-friendfeed.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico3 a{
	background:url(images/icona-linkedin.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico4 a{
	background:url(images/icona-twitter.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico5{
	background:url(images/icona-youtube.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico6{
	background:url(images/icona-flickr.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico7{
	background:url(images/icona-delicious.gif) no-repeat;
	width:40px;
	height:40px;


	}
		.box-staytuned ul li.ico8{
	background:url(images/icona-mail.gif) no-repeat;
	width:40px;
	height:40px;

	}
	
	.box-sponsor {
padding:0px 3px 10px;
width:250px;	
		
		}
		
		.box-sponsor h3{
	text-indent:-9999px;
	background: url(images/titolo-box-sponsor.png) no-repeat;
	margin:20px 0 0 0;
	width:250px;
	height:30px;
	
		
		}
		
		.box-sponsor ul{
			margin:0;
			padding:0;
			list-style-type:none;
		
		}
		
		.box-sponsor ul li{
			margin:6px 0 6px 0;
			list-style-type:none;
		
		}
	
	.box-twitter {
background:transparent url(images/box-twitter.gif) no-repeat scroll 0 0;
height:250px;
width:250px;
font-size:11px;

	}
	
	.box-twitter ul {
		margin:35px 0 0 0;
		padding:0;
		list-style:none;

	}
	.box-twitter ul li{
		margin:0;
		padding:5px 0 0 12px;
		list-style:none;
		float:left;

	}
		.box-twitter ul li a{
		margin:0;
		padding:0;
		list-style:none;



	}
	
/*Page menu*/

#foxmenucontainer{
	height:39px;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Georgia,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
/*	background:url(images/menu.gif) no-repeat;
*/	width:1000px;
	
	}
	

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

#menu a {
	color: #111;
	display: block;
    font-weight: normal;
   	padding: 10px 10px 10px 10px;
	}
	
#menu a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
  
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#5D0909;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#DFC3C3;
	
	}
	
#menu li li a:hover, #menu li li a:active {
	background:#971515;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#d7a1a1;

	}

#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:200;

	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}

/* Category menu*/
	
#catmenucontainer{
	height:33px;
	background:url(images/catmenu.jpg) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
    border-bottom:1px solid #BCB8B7;
	}
		
#catmenu{
	margin: 0px;
	padding: 0px;
	width:1000px;
	background:url(images/catmenu.jpg) repeat-x;
	height:33px;
	}
	
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #3f4d56;
	display: block;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	}

#catmenu li a:hover, #catmenu li a:active {
	background:url(images/catmenuhov.jpg) repeat-x;
	color: #495D5C;
    margin: 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:url(images/catmenu.jpg) repeat-x;
	width: 150px;
	color: #3f4d56;
	font-family:century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 7px 10px;
	border-bottom: 1px solid #CBC9CA;

	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:url(images/catmenuhov.jpg) repeat-x;
		color: #495D5C;
	padding: 8px 10px 7px 10px;
	}

#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#catmenu li li { 
	}

#catmenu li ul a { 
	width: 140px;
	}

#catmenu li ul a:hover, #catmenu li ul a:active { 
	}

#catmenu li ul ul {
	margin: -33px 0 0 170px;
	}

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

#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
	left: auto;
	}

#catmenu li:hover, #catmenu li.sfhover { 
	position: static;
	}
	
/* Main Content*/	

#content {
	float:left;
	width: 540px;
	height:100%;
	padding:15px 0 0 30px;

	}
.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 5px 0px;
	
}	

.date {
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px;
   	color:#39525E;
	}
	
.single {
	width:530px;
	margin:0 4px 15px 5px;
	height:100%;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
	background:#ffffff;
	line-height:20px;
	border:1px solid #cccccc;
			position:relative;

	}
	

.single  h2 {
	margin: 10px 0 5px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-size: 15px;
	font-weight:normal;
	overflow:hidden;
	background:#99cc33;
	
	

	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#fff;
	background-color: transparent;
	padding-right:60px;
	}
.single  h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	
	
 .published {
background:transparent url(images/entry-post.gif) no-repeat scroll left top;
height:66px;
left:-31px;
line-height:15px;
padding-left:1px;
padding-top:20px;
position:absolute;
top:-11px;
width:30px;
}
 .published abbr {
	color:#669900;
	display:block;
	font-size:20px;
	text-align:center;
	text-decoration:none;
}
.published abbr span {
display:block;
text-decoration:none;
}
.published abbr .published-month {
font-size:11px;
text-transform:uppercase;
text-decoration:none;
}
.commenti {
	position:absolute;
	top:8px;
	left:450px;
	width:37px;
	height:37px;
	color:#FFF;
	background:url(images/baloon.png) no-repeat;
	padding:4px 0 0 14px;
	}
.commenti a {
	color:#FFF;
	}
	.commenti a:hover {
	color:#FFF;
	}

.author{
	color:#39525E;
	padding:0px 0 0px 5px;

}
.clock{
	color:#39525E;
	padding:0px 0 0px 5px;

}	


.comm{
	padding:0px 10px 0px 10px;
	position:relative;
	

}

.comm a:link,
.comm a:visited {
	color:#669900;
}
.comm a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.more{
	padding:0px 0 2px 20px;
	background:url(images/add.png) no-repeat;
	margin-right:5px;
	float:right;
}

.more a:link,
.more a:visited {
		color:#AC0604;
}
.more a:hover{
	color:#d42323;
}


.singleinfo {
	height:15px;
	margin:0px 0px;
	padding: 5px 0px 5px 0px;
	font:12px  Georgia, Arial,century gothic,verdana, sans-serif;
			}
	
.postmore{
	padding:0px 5px 2px 25px;
	float:left;
	font-weight:bold;
	background:url(images/pmore.jpg) left no-repeat;

}

.postmore a:link,
.postmore a:visited {

	color:#fff;

}
.postmore a:hover{

	color:#fff;
}
.category{
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px 5px 10px;
	text-transform: uppercase;

}

.category a:link,.category a:visited{
	color:#595D5F;
	font-size:12px;
	}
	
.category a:hover{
	color:#595D5F;
	text-decoration:underline;
	}
	
.entry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	
	}	
	
.entry a:link,
.entry a:visited {
	color: #669900;
	background-color: transparent;
	text-decoration: none;
}
.entry a:hover {
	color: #FF6600;
	text-decoration:underline;
	background-color: transparent;
}
	
img.ethumb   {
	border:0;
	float:left;
	padding:5px 5px;
	background:#dfe2e4;
	border:1px solid #ccc;
	margin:5px 5px 5px 5px;
	}
.entry p{
	margin:5px 5px;
	padding:0px 0px;

	font-family:  Tahoma,Georgia, Arial,century gothic,verdana, sans-serif;
	font-size:13px;
}
.entry ul{
	margin:0 0 0 25px;
	padding:0;
}
.entry ul li{
	margin:0;
	padding:2px 0 2px 3px;
	list-style:circle;
	
}


/* right column */
#rightcol{
	margin:0px 0px 0 0 ;
	float:right;
	width:270px;
	padding:10px 0px 5px 0;
	
}


/* right column */
#rightcol-mini{
float:right;
margin:0 0 0 0;
padding:10px 0 5px 0;
width:160px;
	
}
.mini-right-block {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #cccccc;
color:#000;
font-family:Tahoma,century gothic,Arial,verdana,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:100%;
line-height:20px;
margin:5px 4px 15px 5px;
position:relative;
width:140px;
	
	}
	
.mini-right-block h3 {
font-size:13px;
font-weight:normal;
overflow:hidden;
padding:5px 0 5px 10px;
text-align:left;
	}
	.mini-right-block h3 a {
		text-decoration:none;
		
	}
	
	.mini-right-block h3.woman  {
	text-indent:-9999px;
	background: url(images/ggd-italia-top.png) no-repeat;
	position:absolute;
	top:-10px;
	left:0;
	width:140px;
	height:40px;
		
		
	}
	
.mini-right-block h3.eventi  {
	text-indent:-9999px;
	background: url(images/ggd-eventi-top.png) no-repeat;
	position:absolute;
	top:-10px;
	left:0;
	width:140px;
	height:40px;
		
		
	}
	
	.mini-right-block h3.archivios  {
	text-indent:-9999px;
	background: url(images/ggd-archivio-top.png) no-repeat;
	position:absolute;
	top:-10px;
	left:0;
	width:140px;
	height:40px;
		
		
	}
	.mini-right-block h3.myblog  {
	text-indent:-9999px;
	background: url(images/ggd-friends-top.png) no-repeat;
	position:absolute;
	top:-10px;
	left:0;
	width:140px;
	height:40px;
		
		
	}
	
	
	.mini-right-block ul {
		margin:36px 0 0 0;
		padding:0 3px 0 3px;
		list-style:none;
	}
	.mini-right-block ul li {
		padding:2px 0 2px 0;
		margin:0;
		list-style:none;
		border-bottom:1px solid #ccc;
	}
	.mini-right-block ul li a {
		color:#000;
		font-size:11px;
	
	}

	.mini-right-block ul li a:hover {
		color:#669900;
		font-size:11px;
	}


body table#MBL_COMM td.mbl_fo_hidden {
	display:none;
}
body .widget_mybloglog {
	width:140px;
}
 

body table#MBL_COMM {
	background-color:#FFFFFF;
border:1px solid #FFFFFF;
font-family:Verdana,Arial,Sans-Serif;
font-style:normal;
font-weight:normal;
margin:41px 0 0;
width:140px;
}
 body table#MBL_COMM th.mbl_h {
	font-size:11px;
	height: 30px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:2px 2px;
	text-align:center;
	border-bottom:1px solid #d5d5d5;
} body table#MBL_COMM td.mbl_join_img {
	cursor:pointer;
	cursor:hand;
	width:26px;
	padding:2px 2px;
	margin:0;
	background-color:#999;
	color: #FFF;
} body table#MBL_COMM td.mbl_join {
	cursor:pointer;
	cursor:hand;
	text-align:left;
	background-color:#999;
	color: #FFF;
	font-size:11px;
	border-bottom:0;
	padding:6px 2px;
	margin:0;
} body table#MBL_COMM td.mbl_join a {
	display:block;
	width:80px;
	overflow:hidden;
	font-weight:normal;
	border:0;
	color:white;
	font-size:9px;
} body table#MBL_COMM td.mbl_join a:hover {
	border:0;
} body table#MBL_COMM td.mbl_img {
	cursor:pointer;
	cursor:hand;
	width:26px;
	padding:2px 2px;
	margin:0;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-top:none;
	border-right:none;
	background-color:#FFF;
} body table#MBL_COMM td.mbl_mem {
	cursor:pointer;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	background-color:#FFF;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-top:none;
	border-left:none;
	color:#000;
	padding:2px 2px;
	margin:0;
} body table#MBL_COMM td.mbl_mem a {
	display:block;
	width:76px;
	overflow:hidden;
	border:0;
	text-transform:capitalize;
	font-size:10px;
	color:#669900;
text-decoration:none;
} body table#MBL_COMM td.mbl_mem a:hover {
	border:0;
	color:#FF6600;
text-decoration:underline;
} body table#MBL_COMM td.mbl_fo_hidden {
	cursor:hand;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	background-color:#f1f1f1;
	color:#ffffff;
	padding:3px 5px 3px 5px;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
} body table#MBL_COMM a {
	color: 4a7c9f;
	border:0;
	background:none
} body table#MBL_COMM a:hover {
	color: 4a7c9f;
	text-decoration:underline;
	border:0;
} body table#MBL_COMM a:visited {
	color:#294254;
	text-decoration:none;
	border:0;
} body table#MBL_COMM a:visited:hover {
	text-decoration:underline;
	border:0;
} body table#MBL_COMM td.mbl_fo_hidden a {
	color: #878787;
} body table#MBL_COMM td.mbl_fo_hidden a:hover, body table#MBL_COMM td.mbl_fo_hidden a:visited:hover {
	color:#294254;
	text-decoration:underline;
	border:0;
} body table#MBL_COMM img {
	width:30px;
	height:30px;
	z-index:999;
	margin:3px 0px 3px 4px;
	float:left;
	position:relative;
}

/* The Sidebar1 */
.sidebar1{
	float:left;
	width:270px;
	padding-top:5px;
	font-size:12px;
	font-family:Tahoma,Georgia,Century gothic, Arial, sans-serif;

	}

.sidebar1 h2 {
	line-height:20px;
	font-size:18px;
	color:#535f67;
	margin:15px 0 5px 0 ;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;

	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px ;
	padding: 0;

	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background:#fff url(images/side.jpg) repeat-x;
	float:left;
	border:1px solid #bbb;

	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	background:#fff;
	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 240px;

	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	
	color:#6e777d;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px dotted #ccc;
	}

.sidebar1 ul li a:hover {

	color: #669900;
	}

.sidebar1 p {
	padding: 7px 5px;
	margin:0;

	}

.sidebar1 table {
	width:100%;
	text-align:center;
	color:#6e777d;
	}	
	

/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0 0 15px;

}

#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
	
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;

	color:#252525;
}

#wp-calendar td a{
	background:#fff;
	padding: 5px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
/* --- FOOTER --- */

#footer {
	height:35px;
	padding:10px 0 0 0px;
	color:#A8C3CF;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	font-family: Tahoma,georgia,Century gothic,  Arial, sans-serif;
	float:left;
	width:1000px;
	background:#39525E;
	border-top:5px solid #55656F;

	}

#footer a:link , #footer a:visited{
	color:#A8C3CF;
	}

#footer a:hover {
	color:#FFFFFF;
	}



/* The Navigation */

#navigation{	
	width:640px;
	overflow: hidden;
	margin:5px 5px 5px 5px;
	padding:5px 0px;



	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:5px 5px;
	margin:0px 0 10px 5px;
	font-size:16px;
	text-align:center;
	color:#4A413C;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
	
/*magbox*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	}
	
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	

.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(images/postinf.jpg)repeat-x;
			}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
}

.categ a:link,.categ a:visited{
	color:#4395be;

	}
	
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	

.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}

.centry p{
	margin:2px 0;
}

.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}
	


.ad1{
	text-align:center;
	margin:5px 5px;
	
}

.ad2{
	text-align:center;
	margin:2px auto;

}

#comment{

	height:100%;
	padding:0px 5px;
	margin:0px 0px;
	}
	
h3#comments {
	padding:10px 20px;
	margin:10px 0px;
	font-size:18px;
	font-weight:normal;
	color:#999999;
	font-family:tahoma, Century gothic, Arial, Helvetica, sans-serif;


	} 	
	
#respond{

	height:100%;
	padding:0px 5px;
	margin:0px 0px;
	background:#fff;
	border:1px solid #DEDCDD; 

}	
#respond h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#444;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
#commentform {
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#BFAFA7;
	font-family:tahoma, Century gothic, Arial, Helvetica, sans-serif;
	}
	
#commentform p {	
	color:#669900;

	}
#commentform input {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;

	}
#commentform textarea {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	width:95%;
	padding:5px 5px;

	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#669900;
	border:2px solid #336600;
	color:#fff;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	border:1px solid #bbb; 
	margin:0 0 10px; 
	padding:5px 7px 5px 57px; 
	position:relative;

 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font:14px Georgia, helvetica,arial,sans-serif; 
	padding:5px 0px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#669900; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
	border:5px solid #ddd; 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 
	font:11px Tahoma, helvetica,arial,sans-serif; 
	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#336600; 
	text-decoration:none; 
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}
ol.commentlist li p { 
	font:normal 12px Tahoma, helvetica,arial,sans-serif;
	margin:0 0 1em;
	line-height:18px;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4 helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.commentlist li div.reply {
	display:none;
	background:#777; 
	border:2px solid #555; 
	color:#fff; 
	font:bold 9px/1 Tahoma, Georgia,arial,sans-serif;
	padding:5px 10px;  
	text-align:center; 
	width:36px;
 }
 
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 
	background:#f4F4F4; 
}

ol.commentlist li.odd { 
	background:#fff;
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}




#footer {position: relative;
margin:0;
padding:0;
height: 140px;
	clear:both;
	background:transparent url(images/footerbg2.gif) repeat-x;
} 

#footerwrap {
	background:#575759 url(images/footer-bg.gif) repeat-x scroll 0 0;
	float:left;
	padding:0;
	width:100%;
	z-index:10;
}
#footer-cont {
	width:1000px;
	margin:0 auto;
	background:url(images/footer.gif) no-repeat;
	height:200px;
	
	position:relative;
	z-index:20;

}
div#footer-cont .blocco-foot {
float:left;
margin:60px 0 0 30px;
padding:0 0 0 27px;
width:256px;
	
}
div#footer-cont .blocco-foot h4 {
color:#FFFFFF;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
margin-right:18px;
padding:10px 0 2px;
text-transform:uppercase;
	
}
div#footer-cont .blocco ul {
	padding:0;
	margin:0;
	list-style:none;
	background:none;

}
div#footer-cont .blocco-foot ul li {
	background:transparent none repeat scroll 0 0;
border-bottom:1px solid #666666;
color:#FFFFFF;
display:block;
font-size:11px;
line-height:18px;	
	
}
div#footer-cont .blocco-foot ul li.copy {
	background:transparent none repeat scroll 0 0;
	margin-top:10px;
color:#FFFFFF;
display:block;
font-size:10px;
line-height:18px;
border:none;
padding:11px 0 0 35px;
	
}

div#footer-cont .blocco-foot ul li.loghino {
	background:transparent url(images/emmealcubo-logo.gif) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
display:block;
font-size:10px;
line-height:26px;
margin:5px 0 0;
padding:0 0 0 35px;
}
div#footer-cont .blocco-foot ul li a {
	font-size:11px;
	color:#FFF;
	
}

#contentLoading .contentLoading {
    -moz-border-radius: 8px;
    background: #333333;
    border: 1px solid #000;
    width: 920px;
    padding: 20px 30px;
	margin:15px 0 8px 10px;
	text-align:center;
	}
ul#mycarousel  {
	width:920px;
	list-style:none;
	
	}
	ul#mycarousel li img  {
		float:left;
	
	}
	
	#wp_fb_like_button {
    
	margin:20px 0 0 10px;

	}