/* Fondamentali */

body
{
    background: black;
    text-align: justify;
    padding: 0px;
    margin: 0px;
    font-family: Optima,Gill Sans,Verdana,Helvetica,Arial,sans;
    font-size: 9pt;
    color: #cccccc;
    overflow: scroll
}

div.all
{
    margin: 0 auto;
    width: 630px;
}

hr
{
    height: 10px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a
{
    color: #cccccc;
}

a:hover
{
    color: #287171;
}

ul
{
    margin: 0px;
    padding-left: 20px;
}

/* TITOLO */

div.banner
{
    margin: 0 auto;
    width: 630px;
    height: 150px;
    text-align: left;
    position: relative;
}

div.banner h1
{
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    width: 630px;
    color: #6eb0b1;
    text-align: center;
    font-family: Adobe Caslon Pro,Palatino,Palatino Linotype,TeX Gyre Pagella,URW Palladio L,Times,Times New Roman,serif;
    font-style: italic;
    font-weight: bold;
    font-size: 28pt;
}

div.banner a
{
    text-decoration:none;
    color: #cccccc;
}

div.separatore
{
    width: 630px;
    height: 8px;
    background: #287171;
    color: #287171;
    font-size: 4pt;
}

/* CONTENUTO */

div.content
{
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #287171;
    overflow: auto;
}

div.inner h2
{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 14pt;
}

div.inner h2 span:hover
{
    color: #287171;
    cursor: pointer;
}

div.inner
{
    padding: 10px;
    border-right: 1px solid #6eb0b1;
    border-left: 1px solid #6eb0b1;
}

div.left
{
    float: left;
    width: 240px;
    margin: 10px 0px;
}

div.right
{
    float: right;
    width: 370px;
    margin: 10px 0px;
}

div.centre
{
    width: 616px;
    margin: 10px 0px;
}

div.left img
{
    padding-bottom:5px;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block; height:1px; background: black;}
.b1f {background:#6eb0b1; margin:0 5px;}
.b2f {margin:0 3px; border-right:2px solid #6eb0b1; border-left:2px solid #6eb0b1;}
.b3f {margin:0 2px; border-right:1px solid #6eb0b1; border-left:1px solid #6eb0b1;}
.b4f {height:2px; margin:0 1px; border-right:1px solid #6eb0b1; border-left:1px solid #6eb0b1;}

/* Galleria */

td.gallery {
    text-align:center;
    width: 192px;
    font-size: 7pt;
    vertical-align: top;
}

td.gallery div.origamidesc {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: justify;
    width: 182px;
}

td.gallery div.origamidesc span {
    display: block;
    font-family: Adobe Caslon Pro,Palatino,Palatino Linotype,TeX Gyre Pagella,URW Palladio L,Times,Times New Roman,serif;
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    margin: 3px 0px;
}

td.gallery a div.overimage
{
    position: relative;
    width: 176px;
}

td.gallery a div.overimage div
{
    width:176px;
    height:20px;
    background: url(../images/highlight.png);
    background-repeat: repeat;
    position:absolute;
    top:114px;
    left:2px;
    text-align:center;
}

td.gallery a div.overimage span
{
    display: block;
    width: 176px;
    text-align:center;
    position: absolute;
    bottom: 3px;
    color: white;
}

td.gallery a div.overimage img
{
    border-color: black;
}

td.gallery a:hover div.overimage img
{
    border-color: #287171;
}

h2 a
{
    text-decoration: none;
}

h2 a:focus
{
    text-decoration: none;
    outline: none;
}

