

/**
* JQuery mobile css overrides
*/

/*
* Increase the min size of the navigation's li and a
*/
nav#menu ul li.ui-li-has-thumb, nav#menu ul li.ui-li-has-thumb a {
    min-height: 40px !important;
}

/*
* Add padding to navigation's thumbnail
*/

nav#menu ul li.ui-li-has-thumb a img{
    padding-left:5px; padding-top:10px; padding-bottom: 10px; 
}

/*
* Set the navigation's title's colour and font size
*/

nav#menu ul li.ui-li-has-thumb a h2.ui-li-heading{
    color:#666;
    font-size: 16px;
}

/*
* Set the navigation's sub-title's colour
*/

nav#menu ul li.ui-li-has-thumb a p.ui-li-desc{
    color:#666;
}

/*
* Remove the border from the borders and set the background colour of the footer info
*/
.footer-li {
    background-color: #E9E9E9 !important;
    border-style:none !important;
}


