/* 
################################################################################################ 
IPHONE ARTICLE 
################################################################################################ 
*/
/*.content.stretch-image {
	background: transparent url(../../img/background-blur.jpg) center center no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
			src='.../../img/background-blur.jpg', 
			sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
				src='../../img/background-blur.jpg', 
				sizingMethod='scale')";
}*/

.iphone-content {
	position: absolute;
	top: 131px;
	left: 37px;
	width: 299px;
	height: 448px;
	background: #F7F7F7;
	color: #262626;
}

.iphone-content .header {
	height: 41px;
}

.iphone-content h1 {
	width: 217px;
	float: left;
	height: 31px;
	font-size: 21px;
	padding: 10px 0 0 0;
	text-align: center;
}

.iphone-content h2 {
	font-size: 23px;
	padding: 0;
	line-height: 1.2;
	width: 80%;
}

.iphone-content h3 {
	color: #999;
	font-size: 14px;
	padding: 0 0 6px 0;
	line-height: 1.2;
	width: 80%;
}

.iphone-content h4 {
	font-family: "flip-medium", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.iphone-content p {
	font-size: 15px;
}

.iphone-content .article {
	border-bottom: 1px solid #CCC;
	margin: 12px;
}

.iphone-content .back {
	width: 41px;
	height: 41px;
	float: left;
	background: url(../../img/back.png) 0 0 no-repeat;
}

.iphone-content .search {
	width: 41px;
	height: 41px;
	float: right;
	background: url(../../img/search.png) 0 0 no-repeat;
}

.iphone-content .image {
	position: relative;
	overflow: hidden;
	height: 210px;
	width: 299px;
}

.iphone-content .image img {
	position: absolute;
	top: 0;
	left: 0;
}

.iphone-content .image .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 299px;
	height: 208px;
	border: 1px solid #000;
	opacity: 0.2;
}

.iphone-content .shared {
	margin: 12px;
}

.iphone-content .profile {
	float: left;
	width: 40px;
}

.iphone-content .profile img {
	border: 1px solid #FFF;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.iphone-content .from {
	float: left;
	width: 200px;
}

.iphone-content .from .service {
	display: inline-block;
	height: 12px;
	width: 12px;
}

.iphone-content .from .time {
	font-family: "flip-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999;
}