/**
 * www.maltesidellaprincipessa.it
 *
 * style_maltese.css
 * foglio di stile CSS 2.0 principale per "cane-da-compagnia-di-razza-maltese"
 *
 * @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   20080815
 * @package   [maltesidellaprincipessa]
 */

/**
 * tag HTML
 */
body {
    background: #FDFFEA url(../img/texture_maltese.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;
}

/**
 * header
 */
#header {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 27px;
    font-weight: normal;
    color: #F00;
}

/**
 * videoYouTube
 */
#videoYouTube p {
    margin: 110px 0 0 0;
    width: 300px;
    float: left;
}
#videoYouTube embed {
    margin: 0 0 0 45px;
}

/**
 * citeSuphaphit
 */
#citeSuphaphit em {
    margin: 75px 0 0 0;
    width: 300px;
    float: left;
}
#citeSuphaphit img {
    margin: 0 0 0 45px;
}

/**
 * menu
 */
#menu p {
    margin: 15px 20px 0 0;
    width: 140px;
    height: 200px;
    text-align: center;
    float: left;
}
#menu strong {
    margin: 20px 0 0 0;
    font-size: 22px;
    display: block;
}
#menu img {
    margin: 20px 0 0 0;
}
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:focus,
#menu a:active {
    font-style: italic;
    font-weight: bold;
}
#menu .info {
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #F00;
}

