@charset "utf-8";

/******************************************* landing page */

.landinghead {
	position:relative;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-radius:10px 10px 0 0;
	background-image:url(../themes/default/hd.jpg);
	background-repeat:no-repeat;
	background-color:#c4c4c4;
}
.landinghead {
	height:360px;
}
.landinghead .theme {
	position:absolute;
	top:0;
	left:50px;
	height:360px;
	width:430px;
	background-repeat:no-repeat;
	background-position:center 20px;
	text-align:center;
}
.landinghead .skinsdemo {
	background-image:url(../res/landing/landing_thm.jpg);
}
.landinghead .createalbum {
	background-image:url(../res/software/createalbum_thm.jpg);
}
.landinghead .featured {
	position:absolute;
	top:20px;
	left:50px;
	max-height:290px;
	width:430px;
	overflow:hidden;
}
.landinghead .featured img {
	margin:auto;
	max-height:290px;
	max-width:430px;
}
.landinghead .featured .label {
	position:absolute;
	top:0;
	left:20px;
	padding:8px 15px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-radius:0 0 6px 6px;
	background-image:url(../res/k60.png);
	font-size:10px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:0;
	color:#ccc;
}
.landinghead .featured .caption {
	display:none;
	position:absolute;
	bottom:0;
	left:20px;
	padding:7px;
	width:376px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-radius:6px 6px 0 0;
	background-image:url(../res/w80.png);
}
.landinghead .featured .caption .thumb {
	float:left;
	display:inline;
	margin-right:10px;
}
.landinghead .featured .caption .thumb img {
	width:36px;
	height:36px;
}
.landinghead .featured .caption h4,
.landinghead .featured .caption p {
	margin:0 0 0 45px;
	line-height:1.3em;
}
.landinghead .featured:hover .caption {
	display:block;
}
.landinghead .numbers {
	position:absolute;
	top:320px;
	left:50px;
	height:40px;
	width:430px;
	text-align:center;
	z-index:20;
}
.landinghead .theme p strong {
	color:#fff;
}
.landinghead .cont {
	position:absolute;
	top:30px;
	left:520px;
	width:420px;
}
.landinghead .cont h1 {
	font-size:48px;
}
.landinghead .cont p {
	font-size:18px;
}
.landexp {
	padding:0 10px;
	background-position:20px top;
	background-repeat:no-repeat;
}
.landexp h1 {
	text-align:center;
}
.landexp h1 img {
	vertical-align:top;
	margin-right:15px;
}
.landexp p {
	text-align:center;
	font-size:14px;
}
.landexp a {
	font-weight:bold;
}
.tip {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#eee;
	background-image:url(../res/tip_24px.png);
	background-repeat:no-repeat;
	background-position:20px center;
	margin:20px auto;
	width:420px;
	padding:5px 20px 5px 60px;
}
.tip p {
	font-size:14px;
}
.tip a {
	font-weight:bold;
}