/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  font-family: "Verdana", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color:#003419;font-family:"Arial" }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em ;margin-top:0px;margin-left:10px}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em;margin-left:10px }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em;margin-left:10px }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; margin-left:10px}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

#content a:focus, 
#content  a:hover     { color: #00cdcd; text-decoration: none;}
#content  a:visited   { color:#999; text-decoration: underline; }
#content  a           { color: #00cd00; text-decoration: underline; }

#footer a:focus, 
#footer  a:hover     { text-decoration: none; }
#footer  a:visited   { color:#999; text-decoration: underline }
#footer  a           { color: #fff; text-decoration: underline; }

.action a:focus, 
.action  a:hover     { text-decoration: none; }
.action  a:visited     { color:#0000cd;text-decoration: underline; }
.action  a           { color: #0000cd; text-decoration: underline; }

.blockquote  { margin: 1.5em; color: #666; font-style: italic; }
.strong      { font-weight: bold; }
.em,dfn      { font-style: italic; }
.dfn         { font-weight: bold; }
.sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:80%;border:1px solid #ccc; border-collapse:collapse; }
th          { font-weight: bold; font-size:12px; }
thead, th   { background: #c3d9ff; }
td          { font-family:"Arial", sans-serif; font-size:10px;padding: 4px 10px 4px 5px; border: 1px solid #bbb; }
th,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; font-family:"Verdana", Arial, sans-serif; font-size:12px;text-align:right; }
.verdino    { background: #66cd00; }
.bianco  { color: #fff; }
.spec    { background: #66cd00; }

#last_sort table { margin-bottom: 1.4em; width:80%;border:1px solid #ccc; border-collapse:collapse; }
#last_sort th          { font-weight: bold; font-size:12px; background:#fff;color:#8E4456; text-align:left; }
#last_sort caption { background: #66cd00;padding: 8px 10px 8px 10px; font-family:"Verdana", Arial, sans-serif; font-weight: bold;font-size:16px;color:#fff;text-align:center;}
#last_sort td.sestina { font-family:"Arial", sans-serif; font-size:18px;padding: 8px 10px 8px 10px; font-weight:bold;text-align:center; }
#last_sort td {border:0px solid #ccc;}
/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.left {
  float: left;
  text-align: left;
  width:46%;
  }
.right {
  float: right;
  text-align: right;
  width: 46%;
  }

.center {
  text-align: center;
  }
/* Alcune regole per la home page */

div.grid2{float:left;width:500px;margin-right:0px;display:inline}
div.grid2 div{float:left; width:230px; height:180px;margin-right:10px;display:inline;padding:5px}
div.grid3 div{float:left;width:145px;margin-right:20px;display:inline}
div.grid3 div.ext2{width:310px;display:inline}

.round1{background-image:url(../img/b1.gif); background-repeat:no-repeat}
.round2{background-image:url(../img/b2.gif); background-repeat:no-repeat}
.round3{background-image:url(../img/b3.gif); background-repeat:no-repeat}
.round4{background-image:url(../img/b4.gif); background-repeat:no-repeat}
