/* COMMON SELECTORS */
html
{
	media=max-device-width:320px;
	-webkit-text-size-adjust:none;
}
body 
{
	margin:0; 
	padding:0; 
	background-color:#EEE;
	font-family:Arial, Helvetica, Tahoma, Verdana, Sans-serif;
}
 a, a:visited, a:active , a:hover
{   
    color:#00792C;
    text-decoration:none;
} 
.cb {clear:both;}

/* MASTER */
#wrapper {padding:5px 5px 0 5px;}
.main
{
	background-color:#FFF;
	border:solid 1px #CCC;
	margin-bottom:5px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}
.homeLink {display:block; font-size:17px; font-weight:bold; color:#666666; line-height:18px;}
.homeLink_large {display:block; font-size:20px; font-weight:bold; color:#666666; line-height:22px;}

.time {display:block; margin-top:2px; font-size:11px; color:#999999;}
.time1 {display:block; margin-top:2px; font-size:12px; color:#999999;}
.author {display:block; }
.breadcrumbs 
{
    font-size:15px;
    margin-bottom:10px;
}
.textCenter
{
    text-align:center;
}

/* HOMEPAGE */
.header
{
	background:url(/app_themes/iphone/images/header-bg.gif) repeat-x left top;
	height:23px;
	padding-top:5px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	-webkit-text-size-adjust: none;
	font-size:17px;
	overflow:hidden;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
}
.cityLinkSpace
{
    margin-bottom:5px;
}
.header a, .header a:hover, .header a:active, .header a:visited
{
    color:#FFF;
}
.homeStory
{
	border-bottom:solid 1px #DDD; 
	padding:5px; 
	/*height:72px;*/
	 min-height:72px;
	background:url(/app_themes/iphone/images/arrowTrans.png) no-repeat right center;
    color: inherit;
	text-decoration:none;
	cursor:pointer;
	padding-right:25px;
}

.homeStory-hover
{
	border-bottom:solid 1px #DDD; 
	padding:5px; 
	height:72px;
	background:url(/app_themes/iphone/images/arrowTrans.png) no-repeat right center;
	background-color:#EEE;
    color: inherit;
	text-decoration: none;
	cursor:pointer;
	padding-right:25px;
}
.homeStory-hover span.homeLink
{
    
}
.arrow {float:right; padding-top:25px;}
.arrow img {border:0;}
.image {float:left; width:70px; max-height:72px; margin-right:10px;-webkit-border-radius:10px; border:1px solid #999999;  }

.image img { visibility:hidden; }
.homeFooter 
{
	padding:4px 5px 5px 5px; 
	text-align:right; 
	-webkit-text-size-adjust:none; 
	background-color:#F5F5F5; 
	/* background:url(/iphone/images/bgFooter.gif) repeat-x bottom; */
}
.homeFooter a {font-size:14px; font-weight:bold;}
strong
{
color:#666666;
/* display:block; */
font-size:17px;
font-weight:bold;
line-height:18px;
 clear:right;
}
/* ARTICLE */
#articleBody ul
{
 padding-left:14px;
}
#articleBody
{
	background-color:#FFF;
	border-top:solid 3px #00792C;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	padding:15px 10px;
	margin-bottom:5px;
	font-size:15px; 
	line-height:18px;
	-webkit-text-size-adjust:none;
	-webkit-border-radius:7px;
	/*-webkit-border-top-left-radius:7px;*/
}
#articleBody img.image
{
	float:right; 
	margin:0 0 10px 10px;
	border:solid 1px #000;
}
#articleHeader
{
	font-size:24px; 
	line-height:28px; 
	padding-bottom:15px; 
	font-weight:bold;
}
.articleInfo {display:block; padding:0 0 3px 0;}
.source {text-transform:uppercase;}
.homeStoryFooter 
{
background:transparent url(/app_themes/iphone/images/arrowTrans.png) no-repeat scroll right center;
color:inherit;
cursor:pointer;
height:23px;
padding:5px 25px 5px 5px;
text-decoration:none;
}
.homeStoryFooter-hover {
background:transparent url(/app_themes/iphone/images/arrowTrans.png) no-repeat scroll right center;
color:inherit;
cursor:pointer;
 background-color:#eee;
height:23px;
padding:5px 25px 5px 5px;
text-decoration:none;
}
.homeLinkFooter {display:block; font-size:15px;   line-height:18px;}

.homeStoryFooter_large 
{
background:transparent url(/app_themes/iphone/images/arrowTrans.png) no-repeat scroll right center;
color:inherit;
cursor:pointer;
height:25px;
padding:5px 25px 5px 5px;
text-decoration:none;
}
.homeStoryFooter_noht 
{
background:transparent url(/app_themes/iphone/images/arrowTrans.png) no-repeat scroll right center;
color:inherit;
cursor:pointer;
padding:5px 25px 5px 5px;
text-decoration:none;
 border-bottom:solid 1px #CCCCCC;
}
