/*
Project: Icy Lee's Homepage
Date: 2014-10-01
Last Update: 2016-01-20
Author: wavelpc
Author URI: http://www.wavelpc.com/
*/





/* Global */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: Centaur;
	src: url(centaur.ttf);
}

body {
	font-family: Centaur, Helvetica, Tahoma, Arial, STXihei, "Microsoft YaHei", SimSun, Sans-serif;
	color: #515151;
	background: url(images/bg.png);
	font-size: 15px;
}

.container {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
}

.container p {
	margin: 0 10px 15px;
	font-family: "	Second language teacher education and teacher professional development – specifically teacher beliefs", "teacher identity", "and teacher educators in TESOL";
}

a:hover,
a:active,
a:link,
a:visited {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

h1,
h2 {
	padding: 15px 10px;
}

h1 {
	display: none;
}

h3 {
	padding: 5px 10px;
}





/* Header */
.header {
	width: 100%;
	color: #fff;
	background: #C38EE8;
}

.header a:hover,
.header a:active,
.header a:link,
.header a:visited {
	text-decoration: none;
}

.nav {
	float: right;
	text-align: right;
	border-right: 1px solid #f1f1f1;
}

.nav a {
	display: block;
	float: left;
	height: 50px;
	padding: 20px 8px 10px;
	font-size: 16px;
	border-left: 1px solid #f1f1f1;
}

.nav a:hover,
.nav a.now {
	background: #B269E6;
}





/* Content */
.content {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	line-height: 25px;
}

.content a:hover,
.content a:active,
.content a:link,
.content a:visited {
	color: #515151;
}

.blank {
	width: 100%;
	height: 20px;
}

.left {
	float: left;
	width: 260px;
	height: 10px;
	position: relative;
}

.float {
	width: 260px;
}

.menu {
	width: 220px;
	border-top: 3px solid #CCCCCC;
	margin: 10px 0 15px;
	padding: 10px;
	background: url(images/bg2.png);
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
	color: #C38EE8;
}

.menu ul {
	list-style-type: none;
	margin: 5px 0 5px 5px;
}

.menu ul li {
	margin: 5px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #C38EE8;
}

.menu ul a {
	padding: 0 5px;
	border-left: 5px solid #ddd;
}

.menu ul a:hover {
	border-left: 5px solid #B269E6;
}

a.current:visited,
a.current:link,
a.current:hover,
a.current:active {
	color: #B269E6;
}

.page {
	font-size: 18px;
	font-weight: bold;
}

p.gotop {
	text-align: right;
	margin: 0 30px;
}

.right {
	float: left;
	width: 680px;
	margin: 0 0 0 20px;
}

.box {
	line-height: 25px;
	font-size: 15px;
	margin: 0 0 40px;
}

.box h3 {
	display: block;
	background: #f9f9f9;
	border-left: 5px solid #C38EE8;
	margin: 20px 0 12px;
}

.box h4 {
	margin: 10px 5px;
}

.box strong {
	margin: 5px 10px;
}

.box ul {
	list-style-type: none;
	line-height: 20px;
	margin: 5px 0 15px 15px;
}

ul.style2 {
	list-style-type: square;
	margin: 5px 0 15px 25px;
}

.box ul li {
	margin: 8px 0;
}

.pure-table {
	margin: 2px 10px;
	border: none;
}

.pure-table-horizontal th,
.pure-table-horizontal td {
	
}

.pure-table th,
.pure-table td{
	padding: .3em .5em;
}

.th80 {
	width: 80px;
}

.th100 {
	width: 100px;
}

.th120 {
	width: 120px;
}

.th140 {
	width: 140px;
}

ul.gallery {
	list-style-type: none;
	padding: 5px;
	margin: 5px;
}

ul.gallery li {
	display: block;
	float: left;
	width: 200px;
	height: 190px;
	text-align: center;
	padding: 5px;
	margin: 5px;
	line-height: 18px;
}

ul.list-num {
	list-style-type: decimal;
	list-style-position: inside;
}






/* Index */
.index-box {
	margin-top: -235px;
	width: 100%;
	top: 50%;
	position: absolute;
	height: 470px;
}

.index-box ul {
	list-style-type: none;
}

.index-content {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 400px;
	position: relative;
}

#banner {
	position: relative;
}

#banner li {
	position: absolute;
	left: 0;
	top: 0;
}

.home-link {
	position: absolute;
	top: 10px;
	left: 10px;
}

ul.page-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 130px;
	padding: 230px 25px 40px;
	font-size: 20px;
	text-align: left;
	background: url(images/bg3.png) repeat-y;
}

ul.page-link li {
	padding: 3px 5px;
}

ul.page-link li a:hover,
ul.page-link li a:active,
ul.page-link li a:link,
ul.page-link li a:visited {
	color: #000;
	text-decoration: none;
}

ul.page-link li a:hover {
	text-decoration: underline;
}

.index-footer {
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
}






/* Footer */
.footer {
	width: 100%;
	height: 100px;
	background: #515151;
	text-align: center;
}

.footer p {
	color: #fff;
	padding: 20px;
	font-size: 14px;
}
