/**
 * www.maltesidellaprincipessa.it
 *
 * style_home.css
 * foglio di stile CSS 2.0 principale per "home"
 *
 * @author    MoiKano Web Reality di Mattia Placido Opizzi (www.moikano.it)
 * @copyright Copyright 2007, MoiKano Web Reality di Mattia Placido Opizzi (info@moikano.it)
 * @license   http://www.gnu.org/licenses/gpl.txt GNU Public License v2.0
 * @version   20071127
 * @package   [maltesidellaprincipessa]
 */

/**
 * tag HTML
 */
body {
    background: #FDFFEA url(../img/texture_home.jpg) repeat-y;
    margin: 30px 0;
    padding: 0 40px 0 70px;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #000;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    font-weight: normal;
    color: #808080;
}
img {
    border: none;
    vertical-align: middle;
}

/**
 * classi generali
 */
.clear {
    padding: 20px 0;
    width: 60%;
    clear: both;
    text-align: justify;
}
.center {
    text-align: center;
}
.blue {
    color: #000080;
}
.blue a:link,
.blue a:visited,
.blue a:hover,
.blue a:focus,
.blue a:active {
    font-weight: bold;
}
.red {
    color: #F00;
}
 
/**
 * header
 */
#header {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 27px;
    font-weight: normal;
    color: #F00;
}

/**
 * content
 */
#content {
    margin: 0 20px 0 0;
    width: 60%;
    float: left;
}

/**
 * menu
 */
#menu {
    padding: 10px 0 0 0;
    font-style: italic;
}
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:focus,
#menu a:active {
    font-weight: bold;
}

/**
 * images
 */
#images {
    width: 35%;
    float: left;
}

/**
 * footer
 */
#footer {
    padding: 60px 20px 0 0;
    text-align: right;
    clear: both;
}
