


p {
    line-height: 1.5;
    margin: 10px 0;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}



:active, :focus {
    outline: none;
}


img {
    border: none;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}


div#gallery-1 img {
    border: none;
}

div#gallery-1 .gallery-item {
    padding: 2px;
    width: 33.33%;
}


.wp-caption {
    border: none;
    text-align: center;
    background: lightyellow;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -webkit-transform: rotate(-1deg);
       -moz-transform: rotate(-1deg);
         -o-transform: rotate(-1deg);
            transform: rotate(-1deg);    
}


.alignright {
    float: right;
    margin: 0 0 30px 15px;    
}

.alignleft {
    float: left;
    margin: 0 15px 30px 0;    
}

.aligncenter {
    display: block;
    margin: 0 auto 30px auto;    
}




p .alignleft,
p .alignright,
p .aligncenter {
    margin-top: 5px;
}






/*
table {
    border: 1px solid rgba(0,0,0,0.1);
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 1px 25px 0;
    text-align: left;
    width: 100%;
}

    th, tfoot td {
        padding: 10px 15px;
        background: #bbb;
        border-top: 1px solid rgba(0,0,0,0.1);
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        white-space: nowrap;
    }
    
    
    td {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding: 10px 15px;
        background: #ddd;
    }
    
    tr:nth-child(odd) td {
        background: #eee;
    }
*/
    
    