
*{
	margin:0;
	padding:0;
}

body{
	background:url(images/bg-texture.jpg);
}

.clear{
	clear:both;
}

.container{
	width:900px;
	height:580px;
	background:url(images/features_notification_overview.png) center no-repeat;
	margin:30px auto;
}

.notification{
	background:url(images/bg_tile.jpg);
	width:700px; 
	height:auto;
	position:absolute;
	box-shadow:4px 4px 5px #000;
	border-radius:5px;
}

/******************framework******************/
.content{
	width:700px; 
	height:auto;
}

.handle{
	cursor:pointer;
	text-align:center;
}

.handle img{
	width:50px;
	height:25px;
	z-index:10;
}

.module{
	background:url(images/bg.png);
	background:rgba(0,0,0,0.4);
	float:left;
	width:700px;
	height:110px;
	margin:10px 0 15px;
	font:400 18px "黑体";
	color:#FFF;
	border-radius:10px;
	text-align:center;
	line-height:110px;
	letter-spacing:4px;
	box-shadow:3px 2px 2px #000;
	text-shadow:2px 2px 2px #000;
}


#time{
	margin:5px auto 0;
	height:20px;
	line-height:20px;
	font:300 20px "microsoft yahei";
	color:#FFF;
	text-align:center;
	text-shadow:2px 2px 2px #000;
}

/******************weather******************/
.weather span{
	filter:alpha(opacity=100);
	width:80px;
	height:110px;
	display:block;
	margin:0 20px;
	line-height:110px;
}


span.city{
	width:200px;
	height:110px;
	line-height:110px;
	float:left;
	font:bold 32px "microsoft yahei";
	margin:20px;
}

p.local{
	font:bold 16px "microsoft yahei";
	color:#CCC;
}




.weather img{
	display:block;
	margin:0 30px;
	float:left;
}

.maxmin{
	float:left;
	height:90px;
	width:100px;
	padding:10px 0;
}

span.high,span.low{
	font:300 20px 'DroidSans', Helvetica;
	line-height:30px;
	margin:0;
	width:100px;
	height:30px;
	margin:10px auto;
}


span.current{
	width:100px;
	height:110px;
	margin:0;
	font:200 64px 'DroidSans', Helvetica;
	line-height:110px;
	float:left;
	
}


/******************notification******************/

.bar{
	height:40px;
	margin:0;
}

.bar img{
	width:40px;
	height:40px;
    display:block;
	float:left;
}

.bar span{
	display:block;
	font:600 18px "microsoft yahei";
	line-height:40px;
	letter-spacing: 2px;
	float:left;
	margin:0 5px;
}

.close{
	width:30px;
	height:30px;
	margin:5px;
	background:url(images/close.png);
	float:right;
	display:block;
	border-radius:20px;
	box-shadow:1px 2px 2px #000;
	cursor:pointer;
	
}

.content ul{
	width:650px;
	height:auto;
	float:left;
	list-style:outside url(images/point.png);
	margin:0 30px;
}

.content li{
	padding-left:10px;
	height:60px;
	font:600 18px "microsoft yahei";
	line-height:30px;
	color:#FFF;
}

.message{
	display:block;
	font:600 16px "microsoft yahei";
	line-height:30px;
	color:#CCC;
}

span.time{
	float:right;
	font:600 16px "microsoft yahei";
	line-height:60px;
	color:#FFF;
}




.center{
	display:block;
	float:left;
	width:680px;
	height:50px;
	margin:10px auto;
	font:400 20px "microsoft yahei";
	color:#FFF;
	text-align:center;
	border-radius:10px;
	text-shadow:2px 2px 2px #000;
}