/*
elizabethgudrais.com - site colors 

purple - #8400A6  rgb(132, 0, 166)
    hover: #a948c4
 
green (yoga) - #00b945 rgb(0,185, 69)
    hover: #9fc968
    shade: #558910  rgb(0, 130, 48)
 
orange (writing) - #f12B00  rgb(241, 43, 0) 
    hover: #f79771
    shade: #BC3601 rgb(188, 54, 1)

*/
 

header, footer {
    background-color: #00b945; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,185, 69,1) 0%, rgba(0, 130, 48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,185, 69,1)), color-stop(100%,rgba(0, 130, 48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,185, 69,1) 0%,rgba(0, 130, 48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,185, 69,1) 0%,rgba(0, 130, 48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,185, 69,1) 0%,rgba(0, 130, 48,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,185, 69,1) 0%,rgba(0, 130, 48,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b945', endColorstr='#558910',GradientType=0 ); /* IE6-9 */
}

h2, h3 {
    color: #00b945;
}

a, a:visited{
    color:#00b945;
}

a:hover, a:active {
    color:#9fc968;
}

.sidebar   li  a:hover, .sidebar  li  a:active {
    background-color: rgba(0, 185, 69, 0.1);
}
