@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}s

/* CSS Document */

a{

	text-decoration: none;

}



a img{

	border: 0;

}



ul{

	list-style:none;

	margin: 0;

	padding: 0;

}



body{

	font-size: 100%;

	margin: 0;

	padding: 0;

	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	background-image: url('../images/crossword.png');
	/* background: #e6e6e6; */

}



header{
	background-color: #fff;
	width: 100%;
	position: relative;
	top: -10px;
	float: left;
	box-shadow: -1px 7px 13px #cfcfcf; 
-webkit-box-shadow: -1px 7px 13px #cfcfcf; 
-moz-box-shadow: -1px 7px 13px #cfcfcf; 
}



#logo{
	width: 25%;
	float: left;
	text-align: center;

	padding: 50px 0 25px 0px;

}

.main_img{
	width: 75%;
	float: left;
}

article{
	float: left;
	width: 100%;

	/* margin: 20px auto; */

}



#templates{

	width:100%;

	margin:0px auto;

	padding:20px;
	float: left;
	/* background:#eee; */

}



.temList{

	width:420px;

	margin:30px 10px 20px 30px;

	float:left;

	font-size:14px;

	line-height:18px;

	color:#828282;

}

.tem_img{

	width: 155px;

	height: 180px;

	padding-right: 17px;

	float: left;

	overflow: hidden;

}



.tem_img img{

	width: 100%;

	box-shadow: 0px 3px 10px rgba(0,0,0,0.4); 

		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); 

		-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);

}

.tem_content{

	width:247px;

	float:left;

}

.temTitle{

	font-size: 30px;

	font-weight: bold;

	line-height: 40px;

	color: #000;

	margin: 0 0 10px 0;

	position: relative;

}

.temTitle p{

	margin: 0;

	padding: 20px 0;

}

.temlinks{

	margin:20px 0 0 0;

}

.temlinks a{

	padding:10px;

	background:#9e9e9e;

	width:150px;

	font-size:16px;

	line-height: 20px;

	color:#fff;

	display:block;

}

.temlinks a:hover{

	background:#C00;

}

footer{

	float: left;

	width: 100%;
	padding: 30px 0;
	/* height: 150px; */

	background: #ffffff;

}



.footer{

	margin: 20px auto;

	padding-top: 20px;

	font-size: 14px;

	color: #787878;

	line-height:1.5;	

	background: url(../images/footer_logo.jpg) no-repeat #ffffff 97% 20%;

	position: relative;

}



.footer .polalogo{

	position: absolute;

	top: 10%;

	right: 3%;

	width: 90px;

	height: 84px;

}



.footer a{

	text-decoration: underline;

	color: #787878;

}



.footer a img{

	padding: 10px 5px 0;

}



#seo{

	display: none;

}



.main_content{

	width:980px;

	margin:0 auto;

}



.bg_white{

	background: #FFFFFF;

}

.pad_20{

	padding: 20px 0;

}

.main_img img{

	width: 100%;

	max-width: 980px;

}



@media (max-width: 1000px) {

	.main_content{		

		width: 100%;

	}

	

	#templates, .footer{

		width:95%;

		margin:10px auto;

		padding: 20px 0;

	}

	

	.temLay{

		margin: 0 20px;

	}

	

	.temList{

		width: 100%;		

		margin:0; 

		padding-bottom: 30px;

		float: none;

		clear: both;

	}	

	

	.tem_img, .tem_content{

		width:100%;

		float:none;

	}

	.tem_img{		

		padding-right: 0;

		height: 100%;

		max-height: 800px;

		overflow: hidden;

	}

	

	.tem_img img{

		width:100%;

	}

	

	.tem_content{

		padding: 0 0 30px 0;

	}

	

	.temlinks{

		position: absolute;

		top: 0;

		right: 0;

	}

}