/*
Theme Name: expound-child
Theme URI: http://www.imagerydictionary.com/
Description: Child theme for the Expound
Author: draya
Author URI:
Template: expound
Version: 1.9
*/


@import url("../expound/style.css");


.button-primary-off{
    display: inline-block;
    background: #f2f2f2;
    color: #aeacac;
    text-decoration: none;
    padding: 10px;
    border: none;
    font-weight: 300;
    
    font-size: 100%;
	
}

.clear{
    display: block;
    clear:both;
	
}

/*aggiornamenti 2017 */

#page {
    background: white;
    width: 100%;
    margin: 0px auto;
}

.site-main {
    /*float: left;*/
	margin:0 auto!important;
    width: 95%;
    clear: both;
}

#primary {
    margin: 0 auto;
    width: 100%; /* prima 95*/
    padding: 10px;
}

.navigation-main {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    height: 60px;
}

.navigation-main a {
    color: white;
    padding: 15px 8px 10px 8px;
    position: relative;
    margin-bottom: 0;
}