/*
 Theme Name:     EleAid Theme
 Theme URI:      http://www.elegantthemes.com/gallery/lucid/
 Description:    EleAid Theme based on Lucid Theme
 Author:         Daniel Bald
 Author URI:     http://www.it-dan.com
 Template:       Lucid
 Version:        1.0.0
*/

@import url("../Lucid/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

body { line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 0.5em; color: #111; line-height: 1.5em; font-weight: normal; }

article.page h2, article.poste h2,
article.page h3, article.poste h3 {
    margin-top: 1em;
}

article.post p, .comment-content p, article.page p,
article.post ul, .comment-content ul, article.page ul {
    padding-bottom: 1.5em;
}

div.post_content table {
    margin-bottom: 1.5em;
}

div.post_content ol li {
    margin-bottom: 1em;
}
div.post_content ol li:last-child {
    margin-bottom: 0;
}

/** MENU STYLE **/
#second-menu > ul > li > a:hover {
    background-color: #ff9900 !important;
}

#second-menu ul ul li a:hover {
    background-color: #ffa522 !important;
}

#second-menu ul.nav li ul {
    background: #ff9900 !important;
}

#second-menu ul ul li a {
    border-top: 1px solid #ffa522 !important;
}

/** FRONT PAGE STYLES **/
body.home div#breadcrumbs.clearfix {
    display: none;
}

body.home.page div#sidebar {
    padding-top: 0;
}

/** IMAGE STYLES **/
#logo,
article div.post_content img {
    border-radius: 6px;
}
img.alignnone {
    margin: 5px;
}
img.alignright {
    margin: 5px 0 5px 15px;
}
img.alignleft {
    margin: 5px 15px 5px 0;
}

/** CONTACT FORM STYLES **/
div#et-contact {
    padding-top: 0.5em;
}
