body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) 0 0 repeat #f7f5f5;
	color:#333;
	font-family:Cambria, Georgia, serif;
	font-size:15px;
	overflow-x:hidden;
}

header, section, footer, hgroup{
	display:block;
}

#wrapper{
	margin-top:2px;
	width:100%;
}

#container{
	position:relative;
	width:1100px;
	margin:0 auto 25px;
	padding-bottom: -1000px;
	
}

/*樣式一*/
.grid{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 3px 15px rgba(34,25,25,0.4);
	-ms-transition: top 0.5s ease, left 0.5s ease;}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}

*.grid .imgholder img{width: expression(this.width > 175 ? '175px': true); max-width: 175px;
	background:#ccc;
	display:block;}
	
/*樣式二*/	
.grid2{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#000;
	margin:8px;
	color:#fff;
	font-size:12px;
	float:left;
	box-shadow: 0 3px 15px rgba(34,25,25,0.4);
	-ms-transition: top 0.5s ease, left 0.5s ease;
}

.grid2 strong {
	border-bottom:1px solid #fff;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
	color:#fff;
}
.grid2 .meta{
	text-align:right;
	color:#fff;
	font-style:italic;
}

*.grid2 .imgholder img{width: expression(this.width > 175 ? '175px': true); max-width: 175px;
	background:#ccc;
	display:block;}
	
	
/*樣式三*/	
.grid3{
	width:188px;
	min-height:100px;
	padding: 10px;
	color:#fff;
	font-size:12px;
	float:left;
}

*.grid3 .imgholder img{width: expression(this.width > 195 ? '195px': true); max-width: 195px;
	background:#ccc;
	display:block;}
	


	
@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	
	#wrapper{
		margin-top:10px;
	}
}
p,p a{font-size:12px;color:#666;}
p2,p2 a{font-size:12px;color:#fff;}