@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../bg3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
}
body,html {
height:100%;
}
a { text-decoration:none; }
.main {
	width:900px;
	height:500px;
	margin:10% auto 0 auto;
}
.blog {
	width:900px;
	height:220px;
	float:left;
	margin-top:20px;
}
.blog .box {
	width:200px;
	height:200px;
	float:right;
	margin:0px 0px 0px 10px;
	border:7px solid #fff;
	box-shadow:0px 2px 4px #999;
	cursor:pointer;
}
.blog .box .text {
	padding: 7px 0px 7px 0px;
	width:200px;
	text-align: center;
	background-image: url(../img/abg.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	position:absolute;
	margin-top:170px;
}
#a {
	background-image: url(../img/1.jpg);	
}
#a:hover {
	background-image: url(../img/1b.jpg);	
}
#b {
	background-image: url(../img/2.jpg);	
}
#b:hover {
	background-image: url(../img/2b.jpg);	
}
#c {
	background-image: url(../img/3.jpg);	
}
#c:hover {
	background-image: url(../img/3b.jpg);	
}
#d {
	background-image: url(../img/4.jpg);	
}
#d:hover {
	background-image: url(../img/4b.jpg);	
}
.social {
	width:100px;
	height:30px;
	margin-top:10px;
	float:right;
}
.social .icon {
	width:30px;
	height:30px;
	float:right;
	margin-left:10px;
}
.fb {
	background-image: url(../img/fb.png);	
}
.fb:hover {
	background-image: url(../img/fb-b.png);	
}
.ins {
	background-image: url(../img/ins.png);	
}
.ins:hover {
	background-image: url(../img/ins-b.png);	
}
.contact {
	padding:4px 30px 4px 30px;
	float:right;
	background-color:#999;
	color:#fff;
	margin-top:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	border:1px solid #fff;
}
.contact:hover {
	background-color: #0E9ADE;
}
.menu {
	width:200px;
	float:left;
	margin-top:5%;
	height:400px;
}
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu ul a {
	text-decoration:none;
}
.menu ul li {
	padding: 10px 20px 10px 10px;
	background-color:#ddd;
	background-image: url(../img/bg-menu.png);
	border:1px solid #Fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333;
	margin-bottom:10px;
	text-shadow:0px 1px 0px #fff;
}
.menu ul li:hover {
	background-color:#333;
}
.page {
	width: 800px;
	float: left;
	margin-left: 150px;
	margin-top: 5%;
	background-color: #FDFDFD;
	box-shadow: 0px 1px 1px #666;
	border: 1px solid #fff;
	padding-bottom:20px;
}
#item {
	width:230px;
	height:150px;
	overflow:hidden;
	border:5px solid #fff;
	box-shadow:0px 1px 1px #666;
	margin:20px 0 0 20px;
	float:left;
}
.alt {
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	position:absolute;
	z-index:999;
	bottom:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	background-color:#000;
}