/*
 Theme Name: Luigi Tola
 Theme URI: http://alessandrozito.com
 Description: Tema per Luigi Tola
 Author: Alessandro Zito
 Author URI: mailto:mail@alessandrozito.com
 Version: 1.0
 Text Domain: luigitola
*/

@import url(http://fonts.googleapis.com/css?family=Gudea:400,400italic,700);

body {
    background-color: #333;
    background-image: url('img/bg1.png');
    background-repeat: repeat;

    font-family: Gudea, sans;
}

#wrapper {
    box-shadow: 0 0 5px 3px #000;

    max-width: 800px;
    margin: 0 auto;

    border: 3px solid #000;

    opacity: 0.9;
}

#header, #footer {
    background-color: #333;
    background-image: url('img/header/bg04.jpg');
    background-size: cover;
    background-repeat: no-repeat;

    color: #FFF;
    text-align: center;
    margin: 0;

    border-bottom: 3px solid #000;
}

#footer .blackbg {
    background-color: #000;
    padding: 0.3em 1ch;
}

#header #name {
    display: inline-block;
    background-color: #000;

    font-size: 2em;
    letter-spacing: 0.25em;
    font-weight: bold;
    padding: 8px 12px;
}

#header #description {
    display: inline-block;
    background-color: #333;

    font-size: 1.6em;
    letter-spacing: 0.2em;
    padding: 4px 8px;
}

.menu {
    display: block;
    margin-bottom: 0;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline-block;
    background-color: #333;
    color: #DDD;
    padding: 8px 12px;

    border: 3px solid #000;
    border-bottom-width: 0;
}

.menu a, .menu a:visited {
    color: #DDD;
}

.menu a:hover {
    color: #FFF;
}

.menu li.current_page_item {
    background-color: #555;
}

a {
    color: #558;
    text-decoration: none;
}

#content {
    display: block;
    clear: both;
    margin: 0;

    background-color: rgba(255,255,255,0.8);
    //background-image: url('img/gradient-mask.png');
    background-size: auto;
    background-repeat: repeat-y;

    padding: 3em 10%;
}

#footer {
    display: block;
    border-top: 1px solid #000;
    padding: 1em 10%;

    background-color: #333;
    color: #EEE;

    text-align: center;
}


.clearer {
    clear: both;
}

hr {
    margin: 3em 0;
}


.content-list {
    margin: 3em 1em;
}

.content-list .copertina {
    float: left;
    text-align: center;
    margin: 0 2em;
}

.content-list .titolo {
    margin: 12px 0;
}

.content-list .descrizione {
    font-size: 0.8em;
    margin-top: 8px;
}


.pubblicazione .descrizione {
    white-space: pre;
}

body img {
    max-width: 100%;
}



blockquote {
    background-color: #efefef;
    padding: 1em;
}

blockquote .signature {
    font-weight: bold;
    text-align: right;
}



.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-item {
    align-self: center;
}



.wpcf7-form-control {
    width: 100%;
}
