/*
	Global Styles
	
	Base styles used through out the application/pages
	
	Title:		Tinbu LLC.
	Author:		Nesbert Hidalgo
	Created:	Apr. 28, 2008
	Updated:	Jul. 02, 2008
	URL:		http://tinbu.com/iphone
	
*/

/* Override
******************************************************************************/

body > ul > li > a.no_arrow,
body > ul > li#footer > a[selected],
body > ul > li#footer > a:active,
body > ul > li#footer > a[selected="progress"] {
	background: none !important;
}

body > .panel {
    background: #fff url(pinstripes.png);
}

.panel > h2 {
	color: #ccc;
    text-shadow: #000 0 1px 0;
}

body > .panel .row select {
	font-size: 100%;
	margin: 7px 5px 0 0;
	
}

/* Misc
******************************************************************************/
.green {
	color: green;
}

.formButton {
    margin: 0 0 10px;
	padding: 10px 0;
    background: none;
    border-width: 0 5px;
    color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	text-align: center;
    -webkit-border-radius: 10px;
    -webkit-border-image: url(/iphone/iui/toolButton.png) 0 5 0 5;
}

/* Header
******************************************************************************/

#options {
	position: absolute;
	top: 0;
	right: 6px;
}

#options a.button {
	position: relative;
	float: left;
	line-height: 30px;
	margin-left: 2px;
}

#options img {
	float: left;
	margin-top: 8px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}

/* Footer
******************************************************************************/

#footer {
	clear: both;
	color: #1334f3;
	text-align: center;
}

body > ul > li#footer > a {
	display: inline;
	background: none;
	font-weight: normal;
}

#footer a#logo {
	display: block;
	width: 210px;
	height: 58px;
	margin: 0 auto;
	background: url(/iphone/images/logo.png) no-repeat !important;
}

#logo span {
	display: none;
}

#copyright {
	font-size: 10px;
}

hr {
	height: 10px;
	margin: 10px 0;
	background: url(/iphone/images/hr.png) no-repeat center;
	border: none;
}

/* Lottery
******************************************************************************/

li.lottoGame {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	background: #bbb !important;
	border-bottom: none !important;
}

li.lottoGame .date {
	float: right;
}

#results > li > a.email {
	background: url(/iphone/images/email.png) no-repeat 99% center;
}

#results > li > a.phone {
	background: url(/iphone/images/phone.png) no-repeat 99% center;
}

#results > li > a.website {
	background: url(/iphone/images/web.png) no-repeat 99% center;
}

.row {
    border-bottom: 1px solid #999;
}

#set9 {
	border-bottom: none;
}

#more {
}

/* Gas Prices
******************************************************************************/

.gasStation {
	padding: 5px 8px;
	font-weight: normal;
}

.gasStation td {
	vertical-align: top;
}

.gasStation td.info strong {
	display: block;
	overflow: hidden;
	width: 200px;
	text-overflow: ellipsis;
}

body[orient="landscape"] .gasStation td.info strong {
	width: 350px;
}

.gasStation td.info span {
	color: #555;
	font-size: 60%;
}

.gasStation td.price {
	padding-left: 5px;
	border-left: 1px dotted #ccc;
    white-space: nowrap;
}

.gasStation td.price a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 4px 3px;
}

.gasStation td.price a span {
	display: none;
}

.gasStation td.price a.phone {
	margin-right: 6px;
	background: url(/iphone/images/phone32x32.png) repeat;
}

.gasStation td.price a.map {
	margin-right: 6px;
	background: url(/iphone/images/map32x32.png) repeat;
}

/* Weather
******************************************************************************/

.currentTemp td {
	padding: 4px;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
}

.currentTemp td.label {
	padding: 4px 10px;
	border-left: 1px dotted #ccc;
	font-weight: normal;
    white-space: nowrap;
}

.currentTemp .temp {
	font-size: 60%;
	text-align: center;
}

.currentTemp img,
.currentTemp .temp strong {
	display: block;
}

.currentTemp img {
	margin: 10px auto;
}

.currentTemp strong {
	font-size: 220%;
}

.currentTemp .temp small {
	display: block;
	font-weight: normal;
	color: #555;
}

.sevenDayForecast img {
	float: right;
	width: 22px;
	height: 22px;
	margin-left: 8px;
}

.sevenDayForecast {
}

.sevenDayForecast .temps {
	float: right;
	font-weight: normal;
}

.currentTemp .high,
.sevenDayForecast .high {
	color: red;
}

.currentTemp .low,
.sevenDayForecast .low {
	color: #555;
}
