/*
 * www.carletti.name CSS file: Main CSS
 *
 * @category        weppos.com
 * @package         weppos.com
 * @author          Simone Carletti <weppos@weppos.net>
 * @copyright       2007-2008 The Authors
 * @license
 * @version         SVN: $Id$
 * @link            http://www.carletti.name/
 */


/* -------------------------------
              general
------------------------------  */

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    /* font: 11pt Georgia, "Times New Roman", Times, serif; */
    /* font: 11pt 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
    /* font: 11pt "Calibri", Georgia, "Times New Roman", Times, serif; */
    /* font: 10pt Lucida Grande, Lucida Sans Unicode, Lucida Sans, Lucida, Verdana, Arial, sans-serif; */
    font: 12pt Georgia, Garamond, "Times New Roman", Times, serif;
}

p {
    font-size: 1em;
    line-height: 130%;
}

p.capitalize {
    text-align: justify;
}
p.capitalize:first-letter {
    font-size: 3em;
    float: left;
    padding-right: 15px; 
}

hr.hide {
    display: none;
}

#header div,
#content,
#footer {
    max-width: 600px;
    margin: 0 auto;
}

acronym,
abbr {
    cursor: help;
}


/* -------------------------------
             messages
------------------------------  */

/* -----      blocks     -----  */

.block-evidence {
    border-left: #CC0033 solid 8px;
    margin: 2em 0;
    padding: 1em;
    background-color: #FBE6E3;
    font-size: 0.9em;
}

.block-license {
    border: 1px dotted #666666;
    margin: 0px;
    padding: 1em;
    background-color: #f9f9f9;
    font-size: 0.9em;
}


/* -------------------------------
              align
------------------------------  */

.textcentered { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.centered { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin: auto; }


/* -------------------------------
              images
------------------------------  */

a img {
    border: none;
}


/* -----       align      ----- */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0px 0px 2px 7px;
    display: inline;
    float: right;
}

img.alignleft {
    padding: 4px;
    margin: 0px 7px 2px 0px;
    display: inline;
    float: left;
}


/* -------------------------------
             heading
------------------------------  */

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    padding: 3px 0px;
}

h1 {
    color: #c90000;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px;
    padding: 10px 0px;
}

h2 {
    font-size: 24px;
    margin: 25px 0px 15px 0px;
    padding: 8px 0px;
}

h2 a {
    background: url(http://www.simonecarletti.com/static/images/icons/2rightarrow.png) no-repeat left;
    padding-left: 25px;
    text-decoration: none;
    border-bottom: 1px dotted #007CD7;
    color: #007CD7;
}
h2 a:hover {
    border-bottom: 1px dotted #36A3F3;
    color: #36A3F3;
}

h3 {
    font-size: 18px;
    margin: 15px 0px 5px 0px;
    border-bottom: 1px dotted #333;
    padding: 4px 0px;
}

h3 a {
    background: url(http://www.simonecarletti.com/static/images/icons/resultset_next.png) no-repeat left;
    padding-left: 15px;
    text-decoration: none;
    border-bottom: 1px dotted #007CD7;
    color: #007CD7;
}
h3 a:hover {
    border-bottom: 1px dotted #36A3F3;
    color: #36A3F3;
}


/* -------------------------------
              content
------------------------------  */

#content {
    line-height: 120%;
}

a,
a:visited {
    color: #007CD7;
}


/* -------------------------------
               main
------------------------------  */

#main {
}

.layout-one-column #main {
    width: 100%;
}


/* -------------------------------
              footer
------------------------------  */

#footer {
    border-top: 1px solid #ccc;
    /* background-color: #f9f9f9; */
    margin: 20px auto;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #666666;
    clear: both;
}
#foooter p {
    margin: 3px 0px;
}

#footer a {
    color: #000000;
    text-decoration: none;
}
#footer a:hover {
    color: #333333;
    text-decoration: none;
}
