/* B/* Base Weblog (base-weblog.css) */

/* basic elements */

#sesto
{
   padding: 200px;
   color: #00ff00;
padding-top: 100px;
background-color: #6699CC;
}


a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6,  pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */


#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 680px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}

.small {
	font-family: verdana,'trebuchet ms',  sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 13px;
}

/* content */

.content-nav
{

   text-align: center;
}

.date-header,
.entry-content-1
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.entry-content-1,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}

.content-nav { margin-top: 0; }


/* basic page elements */

body
{   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   color: #666666;
   }

a { color: #A3AFBE; text-decoration: none; }
a:hover { color: #0080C0; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}


/* page layout */



#container
{
   width: 680px;
   margin-bottom: 20px;
   background: #fff;
}

/* Contorno del blog */
#container-inner
{
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEC8DB;
	border-right-color: #AEC8DB;
	border-bottom-color: #AEC8DB;
	border-left-color: #AEC8DB;
}



#beta { margin: 15px 15px 0 15px; width: 460px; }
#alpha {  }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.entry-content,
.entry-content-1,
.comment-content,
.trackback-content
{
      line-height: 1.5;
 }
 


.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #333;
   font-size: 11px;
   text-align: left;
}

.entry-footer a
{
text-decoration: bold
}




/* two-column-left tweaks - MODELLO SCELTO CASALEGGIO*/ 

   .layout-two-column-left #alpha
   {
	margin: 0;
	width: 220px;
	background-color: #FFFFFF;	
   }

   .layout-two-column-left #alpha-inner
   {
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 25px;
   }

   .layout-two-column-left #beta
   {
	width: 440px;
	background: none;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0px;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   
   /* --------------------------------------------------one column styles */

.layout-one-column #alpha {
       width:625px;
       margin:25px 20px 15px 20px;
}




/* CASALEGGIO */

   
    .nome_autore
   {
	font-size: x-small;
	font-style: italic;
	line-height: 10px;
	color: #666666;
   }
   
   
   /* Pagina di stampa */
.body-stampa
{
	min-width: 680px;
	color: #000000;
	 background: #fff;
}

#stampa
{
	width: 600px;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: left;	 
}


.link-autore a
{
	text-decoration: none; 
}

 .societa a
 { color: #9CE430; text-decoration: none; }
 .societa a:hover
 { color: #629810; }

 .entry-text a
 { color: #36414d; text-decoration: underline; }
 .entry-tex a:hover
 { color: #629810; }
 

.didascalia
{
	background-color: #000;
	width: 346px;
	padding: 1px;
	}
	
.testo
{
	background-color: #000;
	font-size: x-small;
	color: #FFFFFF;
	width: 344px;
	line-height: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	}

.didascalia a
{
	color: #FFFFFF;
}
.didascalia a:hover
{
	text-decoration: underline;
}

.didascalia img
{
	margin: 0px;
	padding: 0px;	
	border: 0px;	
	
}


.entry-content-1
{
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(http://www.casaleggioassociati.it/immagini_blog/sfondino.jpg);
}

.entry-content-2
{
	background-color: #EEEEEE;
	background-image: url(http://www.casaleggioassociati.it/immagini_blog/sfondino.jpg);
}

input.btn{
	
	font-family: 'trebuchet ms',helvetica,sans-serif;

	}


.autore-postato  {
   background: #cccccc;
}



div#box1{
	width: 182px;
	padding: 4px;
	color:#000;
	background-image: url(http://www.casaleggioassociati.it/e-commerce/immagini/box_focus2.gif);}
}


div#box2{width: 182px;padding: 4px;
   		background-image: url(http://www.abmedica.it/workshopipc/immagini/box_laterale.gif);}

div#box3{width: 182px;padding: 4px;
   		background-image: url(http://www.abmedica.it/workshopipc/immagini/box_laterale2.gif);}

div#box4{width: 182px;padding: 4px;
   		background-image: url(http://www.abmedica.it/workshopipc/immagini/box_laterale.gif);}

div#box5{width: 182px;padding: 4px;
   		background-image: url(http://www.abmedica.it/workshopipc/immagini/box_laterale_video.gif);}



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

.modulo input {
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:1px;
	background-color: #EFEFEF;
}

/*   - sito statico */

html { height: 100%;   }

  body {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	background-color: #ffffff;
	border: 0; margin: 0; padding: 0; 

}

.profilo
{
	color: #000000;
	background-color: #EBF3F5;
	padding: 4px;
	font-size: 14px;
}

a 
{
	color: #000000;
}

.no-u
{
	text-decoration: none;
}

#header a
{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}




#header {
	background-color: #EFF4FA;

}
#nav {
	background-color: #CCCCCC;
	background-image: url(http://www.casaleggioassociati.it/e-commerce/immagini/nav.gif);
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
	}



#teaser {
	padding: 5px 0;
	background-color: #F7f7f7;
	 background-image: url(http://www.casaleggioassociati.it/e-commerce/immagini/teaser.gif); 
	background-repeat: repeat-x;
	background-position: 0% top;
}

#main {
	background-color: #FFFFFF;
	position:relative;
	background-repeat: repeat-x;
	background-image: url(immagini/sfondino2.jpg);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#footer
{
	COLOR: #333333;
	LINE-HEIGHT: 1.6em;
	PADDING-TOP: 5px;
	FONT-FAMILY: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #DAE3DF;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
	background-repeat: repeat-x;
	background-image: url(immagini/footer_background.gif);
	background-position: -0px 25px;	
	}

.content { width: 680px; text-align: left; margin: 0 auto; padding: 0 20px;
}




/* HEADER */

#header .content {
	width: 680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}
#header #skip { position: absolute; visibility: hidden; }

/* NAVIGATION */

#nav .content {
	width: 680px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#nav ul { list-style: none; }
#nav li { display: inline; }

#nav a {
	float: left;  /* for IE5/Win */
	overflow: hidden;
	border: 0;
	margin-right: 40px;
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	position : relative;
}

#nav a:hover  {
		background-color: #6699CC;
	background-position : -200px 50%;
}





/* TEASER */


#teaser .content{
	width: 680px;
	overflow: hidden;
	
}

#teaser .content img{
vertical-align: middle
}


.bottone{
	left: 300px;	
	position: relative;
	top: -200px;
}





/* MAIN */

#main .content {
	width: 680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#main h2 a { color: #636567; }
#main h2 a:hover { color: #636567; border: 0; }
#main h3 a { color: #86B300; }
#main h3 a:hover { color: #86B300; border: 0; }
#main h4 a { color: #636567; }
#main h4 a:hover { color: #636567; border: 0; }


#main a:hover img { border-color: #B1B5B9; }


#main ul { list-style: square; margin: 0 0 0.75em; }
#main li { background: transparent; list-style: none; margin: 0; padding-left: 18px; }
#main ul.noarrow li { background: transparent; padding: 0; }
#main ul.noarrow li img { border: 0; padding: 0; }



/*   - Stile Footer */


#footer.content {
	width: 680px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	
}

.CC
{
	width: 600px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#partecipanti ul { list-style: none; 

 float: left;

  margin: 0;
  padding: 0;


}
#partecipanti li {
display:inline;
  float: left;

  margin: 0;
  padding: 0;
	width: 200px;
 }
 
#rassegna_stampa a{
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2D536A;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #2D536A;
 }
 

#rassegna_stampa li{
	padding-bottom: 10px;	
 }
 
.iscrizione{
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: small;
 }
