 /*
    Theme Name: WordPress Default
    Theme URI: http://wordpress.org/
    Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
    Version: 1.6
    Author: Michael Heilemann
    Author URI: http://binarybonsai.com/
    Tags: blue, custom header, fixed width, two columns, widgets
 */
  /* Schermi */
     @media screen {
   /* Codice HTML di Base */
      *,
      html,
      html * {
       margin: 0;
       padding: 0;
      }
      body {
       margin: 0 10px;
       background-color: black;
       color: white;
       font: normal normal 1em Verdana, Arial, Helvetica, sans-serif;
       text-align: center;
      }
    /* Accessibility */
       p#skip {
        display: none;
       }
     /* Navigazione */
        div#navigation {
         padding: 10px 0;
         background-color: #2e3436;
         color: white;
         width: 100%;
         font: normal normal 100% Verdana, sans-serif;
         border-radius: 0 0 1em 1em;
        -moz-border-radius-bottomleft: 1em; /* Motore Gecko */
        -moz-border-radius-bottomright: 1em; /* Motore Gecko */
        -webkit-border-bottom-left-radius: 1em; /* Motore WebKit */
        -webkit-border-bottom-right-radius: 1em; /* Motore WebKit */
       }
       div#navigation ul {
        display: inline;
        padding: 10px 0;
        max-with: 70%;
        list-style: none;
       }
       div#navigation li {
        float: left;
        padding: 0 10px;
        min-height: 16px;
        height: auto !important;
        height: 16px; /* Internet Explorer */
        font-size: 75%;
        vertical-align: middle;
       }
       div#navigation a {
        background-color: #2e3436;
        color: #babdb6;
        text-decoration: none;
       }
       div#navigation a:focus,
       div#navigation a:hover {
        background-color: #2e3436;
        color: #729fcf;
       }
       div#navigation a:visited {
        background-color: #2e3436;
        color: #ad7fa8;
       }
       div#navigation strong.start {
        padding-left: 21px;
        background: url('../images/start.png') no-repeat left center;
        font-weight: bold;
       }
       div#navigation a.start {
        padding-left: 21px;
        background: url('../images/start-go.png') no-repeat left center;
       }
       div#navigation strong.about {
        padding-left: 21px;
        background: url('../images/about.png') no-repeat left center;
        font-weight: bold;
       }
       div#navigation a.about {
        padding-left: 21px;
        background: url('../images/about-go.png') no-repeat left center;
       }
      
       div#navigation form {
        display: inline;
        padding: 10px 0;
        max-width: 30%;
       }
       div#navigation fieldset {
        float: right;
        border: none;
       }
       div#navigation p {
        padding: 0 10px;
        font-size: 100%;
       }
       div#navigation input[type=text] {
        padding: .15em 21px .15em 5px;
        background: white url('../images/search.png') no-repeat right center;
        color: black;
        min-height: 16px;
        height: auto !important;
        height: 16px; /* Internet Explorer */
        font: normal normal 75% 'Courier New', monospace;
        border-radius : .5em ;
       -moz-border-radius : .5em ; /* Motore Gecko */
       -webkit-border-radius : .5em ; /* Motore WebKit */
        border: none;
       }
       div#navigation input[type=text]:focus,
       div#navigation input[type=text]:hover {
        background-color: #fce94f;
        color: black;
       }
       div#navigation hr {
        clear: both;
        height: 0;
        border: none;
       }
      /* Testata */
         div#header {
          margin: 10px auto;
          background: url('../images/header.png') no-repeat center center;
          width: 640px;
          height: 120px;
         }
         div#header a {
          display: block;
          background: transparent;
          width: 640px;
          height: 120px;
         }
       /* Percorso */
          #path {
           display: block;
           margin: 0 auto;
           width: 640px;
           font: normal normal 100% Verdana, sans-serif;
          }
          #path ul {
           display: inline;
           width: 100%;
           list-style: none;
          }
          #path li {
           float: left;
           padding-bottom: 10px;
           font-size: 75%;
          }
       
       
       
       
       
        /* Contenuti */
           #contents {
            clear : both ;
            margin : 0 auto ;
            width : 640px ;
            font-size : 100% ;
          }
         /* Corpo del Documento */
            #main {
             float : left ;
             padding : 10px ;
             background-color : white ;
             color : black ;
             width : 440px ;
             border-radius : 1em ;
            -moz-border-radius : 1em ; /* Motore Gecko */
            -webkit-border-radius : 1em ; /* Motore WebKit */
            }
          /* Interventi */
              .post {
              }
              .entry {
               font : normal normal 75% Georgia , serif ;
              }
     }
.center {
 text-align : center ;
}
.hidden,
.text-only {
 display: none;
}
.small {
 font-size : smaller ;
}
.strike {
 text-decoration: line-through;
}
