/* @group resets */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica;
}

/* Minimum height on body helps preventDefault */
body {
	min-height: 326px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Set our fixed elements above everything else */

/* Reposition on scroll */
body.scrolled #footer {
	top: 317px;
}

/* Reposition on orientation change */
body[orient="landscape"] #footer {
	top: 230px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #footer {
	top: 169px;
}

/* Container */
#container {
	height: 334px;
}

/* Reposition on scroll */
body.scrolled #container {
	height: 273px;
}

/* Reposition on orientation change */
body[orient="landscape"] #container {
	height: 186px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #container {
	height: 125px;
}

/* @end */

/* @group header */

#header {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 200;
	background: black url(../images/header.png) no-repeat right bottom;
}
#header h1 {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	font-size: 18px;
	line-height: 150px;
	background: rgba(0,0,0,0.5) url(../images/logo.png) no-repeat 0 3px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#header h1 img {
	display: none;
}

#header h1 a {
	display: block;
	width: 251px;
	height: 50px;
}

/* @end */

/* @group footer */
#footer {
	top: 378px;
	left: 0;
	display: block;
	width: 100%;
	height: 39px;
	z-index: 200;
	position: absolute;
	background: black url(../img/gradients/bkgd-gradient.png) repeat-x 0 -50px;
	border-top: 1px solid rgba(0,0,0,0.75);
	padding-right: 5px;
	padding-left: 5px;
}

#footer ul {
	margin: 0 auto;
	padding: 3px 0 0;
	list-style: none;
	display: block;
	height: 46px;
	width: 320px;
	text-align: center;
	overflow: hidden;
}

#footer li a {
	color: white;
}

#footer li.active {
}

/* @end */

/* @group content */
#content {
	position: relative;
	background-color: white;
	-webkit-border-radius: 10px;
	margin: 5px;
	padding-bottom: 50px;
	border: 3px solid #999;
}

.description {
	margin: 3px 0;
	font-size: .8em;
}

/* @end */

/* @group home */

.home {
	background: black url(../images/gradients/bkgd-gradient.png) repeat-x 0 45px;
}



/* @end */

/* @group icon view */

#icon-view {
	margin-left: 19px;
	margin-top: 15px;
}

.icon {
	width: 55px;
	height: 55px;
	display: inline-block;
	margin: 0 15px 20px 0;
	text-align: center;
}

.icon a {
	width: 55px;
	height: 55px;
	display: block;
	background: rgba(51,51,51,0.5) url(../img/icon-overlay.png) no-repeat 0 0;
	-webkit-border-radius: 9px;
	color: #b3b3b3;
	text-decoration: none;
	font-size: 11px;
	line-height: 130px;
	font-weight: bold;
}



/* @end */

/* @group list view */

.list-view {
	
}

.list-view ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list-view li {
	color: #666;
	font-size: 14px;
	min-height: 32px;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 85px;
}

.list-view li a {
	text-decoration: none;
}

.time {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	width: 60px;
	position: absolute;
	top: 5px;
	left: 0;
}

.ampm {
	font-size: 10px;
	margin: 10px 0 5px;
	position: absolute;
	top: 0;
	left: 60px;
}

.item .title {
	position: relative;
	display: block;
	color: black;
	font-weight: bold;
}



/* @end */

/* @group toolbar buttons */

.seg-2 {
	background: url(../images/seg-nav-divider.png) no-repeat 48% 3px;
}

.seg-2 li {
	background: url(../images/seg-nav.png) no-repeat right top;
	height: 32px;
	float: left;
	line-height: 1.9em;
	width: 48%;
}

.seg-2 li a {
	display: block;
	height: 32px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	text-shadow: rgba(s0,0,0,0.8) 0 0 1px;
}

.seg-2 li.on {
	background: rgba(196,0,8,0.5) url(../images/seg-nav.png) no-repeat right bottom;
	height: 32px;
	float: left;

}

.seg-2 li:first-child {
	background: url(../images/seg-nav.png) no-repeat left top;
	float: left;
	margin-right: 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.seg-2 li.on:first-child {
	background: rgba(196,0,8,0.5) url(../images/seg-nav.png) no-repeat left bottom;
	float: left;
	margin-right: 2px;
}

.seg-2 li:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}



/* @end */

.lcd {
	display: none;
}