/****************************************
 * Firefox CSS Overrides
 * esmiling 20070613
 ****************************************/

/*
 * Description: All FF specific overrides can be found here
 * Associations: null 
 * Usage: null
 */
 
/*****************************
 * Overrides /styles/main.css
 *****************************/
 
 /*recipe central*/
div.viewpane_content{
    filter: alpha(opacity: 0);
    moz-opacity: 0;
    opacity: 0;
}
/*end recipe central*/

/*recipe of the day*/
div#recipe_of_the_day_content div#rotd_details {
    float:left;
    width:135px;
}
/*end recipe of the day*/
 
/*****************************************
 * Overrides /styles/homepage/cdc_home.css
 *****************************************/
 div#sign_in_module{
	height: 266px;
 }
 label#sif_rememberme input{
    position: relative;
    top: 3px;
}

div#menu_detail_module div#menu_nav ul li a{
    overflow-y: visible !important;
}

/*****************************************
 * Overrides /styles/community/landing.css
 *****************************************/
div.mrm_recipe_group{
    filter: alpha(opacity: 0);
    moz-opacity: 0;
    opacity: 0;
}

/***************************************
* extends: /styles/articles/general.css
****************************************/
.dropCapFirst { 
    float:none; /*float:left not working with multiple left floats*/
}
/* end articles overrides*/
