/* iPhone general layout */

#header {
    border:none;
	background: #FFFFFF;
}

#topNav, #subNav {
	background: url(http://www.gtowntimes.com/images/mobile/nav-back.gif);
	background-color: #eef2f9; /* same as header gradient bottom color */
	border-top: 1px solid #575757;
}

#topNav li.selected, #subNav li.selected {  /* same color as #navigation li a */
    background-color: #006699;
}

#navigation li a {
	color: #006699;
}

#navigation li.selected a { /* same color as background-color for topNav, subNav */
    color: #eef2f9;
    font-weight: bold;
}

#breadcrumb {
	border-top: 1px solid #575757;
	color: #006699;
	padding-top: 2px;
	background-color: #eef2f9;
}

#ad-space {
	border-top: 1px solid #575757;
	background-color: #FFFFFF;
}

#footer {
	background: url(http://www.gtowntimes.com/images/mobile/nav-back.gif);
	background-color: #5b8dba;  /* same as footer gradient bottom color */
}

#footer a {
	color: #006699;
}

/* end iPhone general layout */

/* iPhone Breaking news */
.iphone-breaking-news {
	background-color: #ac0101;
	border-top: 1px solid #575757;
}

.iphone-breaking-news h2 { /* headline */
	color: #ffffff;
}
.iphone-breaking-news p.sub-head { /* subheadline */
	color: #ffffff;
}
.iphone-breaking-news p.brief { /* brief */
	color: #ffffff;
}

.iphone-breaking-news .more a { /* more */
	color: #ffffff;
}

.story-block {
	background-color: #eef2f9;
	border-top: 1px solid #81a3c6;
}

/* end iPhone Breaking news */

/* iPhone headline list */
.thumb {
	border: 1px solid #575757;
}
.story-block h2 { /* headline */
	color: #006699;
}
.story-block p.sub-head { /* subheadline */
	color: #003366;
}
.story-block p.brief { /* brief */
	color: #006699;
}

.more a { /* more */
	color: #006699;
}

.li-gradient {
	background: url(http://www.gtowntimes.com/images/mobile/iphone-gradient.png);
}

/* end iPhone headline list */

/* iPhone story page */
#story h1 {
	color: #000000;
}

#story .story-byline,
#story .story-titleline,
#story .story-dateline,
#story h2 {
    color:#333333;
}

.rail #module-related-links { /* header background & border */
    border: 3px solid #81a3c6;
}

.rail #module-related-links h4 { /* header background & border */
    background-color:#81a3c6;
    color:#FFFFFF;
}

.rail #module-related-links ul li h5 { /* related item */
	color: #006699;
}

#email-story {
    border: 2px solid #336699;
}

.multimedia-item-type { /* related item special type */
    background: #81a3c6;
    color: #fff !important; /* Used to override inherited anchor color. */
    text-decoration: none !important;
}

/* iPhone story page */

/* End iPhone CSS */
