/*
Theme Name: Pizzirani
Author: Max
Author URI: http://www.massimilianopizzirani.com/
Description: Tema personalizzato di Massimiliano Pizzirani basato su Twenty Eleven.
Version: 0.2
License: GNU General Public License
License URI: license.txt
Template:       twentyeleven
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

@import url("../twentyeleven/style.css");

html body{
    font-family: 'Helvetica', Arial, sans-serif;
    padding: 0 !important;
    background-color: #d3e0f8;
    background-image: url('/img/body-back.jpg');
}

div#page{
    margin: auto !important;
    max-width: 1250px;
}



footer.entry-meta{
    margin-top: 20px;
}

div.entry-content{
    padding-top: 10px;
    text-align: justify;
    font-size: 110%;
}

div#greet_text{
    margin-bottom: 5px;
    font-size: 100%;
}

h1.entry-title a{
    font-family: 'Lilita One', 'Book Antiqua', serif;
    color: #085D8D;
    font-weight: normal;
}

.sociable_tagline{
    font-weight: bold;
    color: red;
}

nav#access a{
    font-size: 130%;
    line-height: 2.5em;
}

div.navigation{
    font-size: 90%;
}

ol.wp-paginate{
    margin: auto;
}

ol.wp-paginate li{
    margin: 0 3px;
}


/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
