/* Sticky Footer by Ryan Fait http://ryanfait.com/ */
* {
    margin: 0;
}
html, body {
    height: 100%;

}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

footer {
    padding:15px;
    background-color:#ddd;
}
footer, .push {
    height: 60px; /* '.push' must be the same height as 'footer' */
}
/* END Sticky Footer  */


/* Masthead */
#masthead h2{
    /*font-size: large;*/
    /*padding: 10px 0;*/
    font-family: 'Diplomata SC' !important;
}
/* END Masthead */

.my-accordion {outline: none;}

.concept-list  li{margin-top: 10px;}

/* fix for foundation 5 textarea rows bug */
textarea { height: auto; }

/*.active-dropdown-link { background-color: green;}*/
/*.active-dropdown-link a{ color: #fff !important;}*/
.panel.blog-panel{
    line-height:1.25em;

}
h1{color:red;}
h1.blog-header{
    border:0px solid #46230d;
    border-bottom-width:1px;
    color: #46230d;
}
h3.blog-title-header {
    color: #788215 !important;
}
div .blog-panel {
    background-color: #fffef0;
    padding:10px;
    margin-bottom: 15px;
}
.blog-posts-list{

}

#affiliates div{
    margin-right:15px;
    margin-bottom:25px;
}
#affiliates div h3{
    color:green !important;
    margin-left:-10px;
    border:0px solid green;
    border-top-width:2px;
}
#affiliates div img{
    margin-right:15px;
}
