body { color: #222; background-color: #DEE7EC; font-family: Helvetica; font-size: 14px; margin: 0; padding: 0; } #header h1 { margin: 0; padding: 0; } #header h1 a { background-color: #01184c; border-bottom: 1px solid #666; color: #222; display: block; font-size: 20px; height: 60px; font-weight: bold; text-align: center; text-decoration: none; text-shadow: 0px 1px 0px #fff; } #homegrid { display: block; text-decoration: none; padding: 8px 0px; background-color: #DEE7EC; } #container { background-color: #DEE7EC; } #container div.hide { display: none; } #tabBar { background-color: #FFFFFF; height: 30px; padding-left: 5%; display: block; background-image: url(images/tabBG.png); } #tabBar div.pressed { color: white; text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px; list-style: none; padding: 0; background-color: #01184c; border: 0.5em solid #01184c; display: inline-block; font-size: 15px; text-align: center; -webkit-border-top-left-radius: 0.5em; -moz-border-top-left-radius: 0.5em; border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; -moz-border-top-right-radius: 0.5em; border-top-right-radius: 0.5em; } #tabBar div.released { color: #01184c; list-style: none; padding: 0; background-color: #FFFFFF; border: 0.5em solid #01184c; display: inline-block; font-size: 15px; text-align: center; -webkit-border-top-left-radius: 0.5em; -moz-border-top-left-radius: 0.5em; border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; -moz-border-top-right-radius: 0.5em; border-top-right-radius: 0.5em; } #tabBar div.leftButton { background-position: 0px 0px; width: 30%; margin-top: 3px; margin-right: 0px; margin-left: 2px; font-weight: bold; text-align: center; line-height: 24px; border-width: 1px 1px 1px 1px; } /* Smartphone buttons */ @media /* handheld and*/ (min-device-width: 320px) { /* #homegrid { margin: 0 auto; padding: 0; margin-left: 2px; } */ #button a { position: relative; width: 78px; height: 91px; margin: 0; padding: 0; border: 0; float: left; font-size: 13px; line-height: 14px; text-align: center; vertical-align: top; display: block; color: #303336; text-decoration: none; padding: 8px 0px; } #button img { margin-bottom: 1px; border:none; } } /* Feature phone buttons */ @media (max-device-width: 319px) { #button a { background-color: #fff; border-bottom: 1px solid #666; color: #222; display: block; font-size: 15px; font-weight: bold; padding: 10px 0; text-align: center; text-decoration: none; text-shadow: 0px 1px 0px #fff; } #button img { display: none; } }