/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/
#headline h1.title a {
    color: rgb(50, 50, 50);
}

a:link, a:visited, a:hover, a:active {
    color: rgb(50, 50, 50);
}

#top {
    padding: 0px 0px 0px;
        padding-top: 0px;
        padding-right-value: 0px;
        padding-bottom: 0px;
        padding-left-value: 0px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    background: none repeat scroll 0% 0% rgb(256, 256, 256);
        background-color: rgb(256, 256, 256);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
}

#middle {
    background: none repeat scroll 0% 0% rgb(256, 256, 256);
        background-color: rgb(256, 256, 256);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
}

#page {
    background: none repeat scroll 0% 0% rgb(256, 256, 256);
        background-color: rgb(256, 256, 256);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
  		background-size: auto auto;
}

#front-popular {
    	display:none !important;
}
background-size: auto auto;
}