/* @override 
	//localhost:20081/media/assets/css/mobile/iphone.css
	//10.85.90.33:81/assets/css/mobile/iphone.css
*/

html {-webkit-text-size-adjust:none}

.storyList li, ul.photoList li, p.more, .package div.lead {
	background: url(../../images/mobile/chevron.png) no-repeat right center;
	padding-right: 25px !important;
}

ul.storyList li.lead {
    background-image: none;
    padding-right: 0 !important;
}


div#events ul li {
	background: url(../../images/mobile/chevron.png) no-repeat right center;
	padding-right: 25px;
}


div#events h3 .button	
{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 46px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 150px;			
	
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
	float: right;
	border-width: 0px 14px 0px 14px;
	color: #000;
	
	/*  Put a 1 pixel blur white shadow below the button's text  */
	text-shadow: #fff 0px 1px 1px;	
	
	/* Note that the -webkit-border-image values are given as  0 14 0 14 and not 0px 14px 0px 14px */
	-webkit-border-image: url(../../images/mobile/whiteButton.png) 0 14 0 14;
	margin: 3px 10px 3px auto;
}

#newsMinute h2.sectionHeader {height: 20px; background: url(//media.lasvegassun.com/media/assets/images/mobile/newsMinuteHed-bg.png) repeat-x; padding-left: 0;}
#newsMinute h2.sectionHeader span {text-indent: -999em; margin-left: -2px; display: block; width: 165px; height: 20px; background: url(//media.lasvegassun.com/media/assets/images/mobile/newsMinuteHed.png) no-repeat;}

