/*SFE Specials*/

 .entryThumb     { float: right; margin-bottom: 0; margin-left: 10px; }
 .entryThumb img { position: relative; top: 3px; margin-bottom: 0; margin-left: 10px;}

 .newsItem img { float: left; padding-right: 10px; padding-bottom: 3px; 
   position: relative; top: 6px; }
 .newsItem ul  { clear: both; }

 .tweakSpon img { padding-top: 5px; }

 .deadlink { color: #C00000; text-decoration: underline; }

  h3 { clear: both; }

 .tagLine { font-size: 10px; position: relative; top: -5px; font-style: italic; }

 .Gall { font-size: 9px; padding: 1px 5px 1px 5px;	margin: 0 5px 1px 5px;
   color: #0000EE; background:#FFF;	font-weight: bold; }
 .Gall:hover { color: #0066EE; }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
/*    background-color: #F1D600;*/
    background-color: #B4DCFF;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
/*    background-color: #E0C91F;*/
    background-color: #A4CCFF;
}
/*Cookie Consent End*/
