#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 80px;
    text-decoration: none;
}
.ui-body-a {
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#094E1D), to(#297E4D));
}

.ui-mobile #home-header { padding: 10px 5px; text-align: center }
.ui-mobile #home-header h1 { margin: 0; }
.ui-mobile #home-header p { margin: 0; }
.ui-mobile .ui-content{padding-top:0;}
.ui-mobile .ui-content ul{margin-top:0;}

a[rel=external]:after{content: " " url(http://www-users.york.ac.uk/~dw538/uoy-m/images/new-window.gif) !important;}