﻿/*Clear Floated Elements*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/* General Style */
body {
	color: #666;
	font-size: 13px;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.7;
}

a {
	color: #FF5A58;
	text-decoration: none;
}

a img {
	outline: none;
	border: 0;
}

a:hover {
	color: #1aac73;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: Helvetica, "Helvetica Neue", Arial, 微软雅黑, "Microsoft Yahei", sans-serif;
}

h1 {
	font-size: 40px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #ccc;
	font-style: italic;
}

pre {
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
	width: 610px;
	border: 1px dashed #ccc;
	padding: 5px;
}

code {
	font-family: Consolas, "Courier New", monospace;
}

strong {
	font-weight: bold;
}

/* Layout */

.header-horizontal {
	height: 10px;
	background: #FF5A58;
	min-width: 960px;
	display: block;
}

.header {
	width: 960px;
}

.header .logo a {
	height: 65px;
	background: #FF5A58;
	text-align: center;
	color: white;
	padding-top: 15px;
	width: 200px;
	float: left;
	display: inline;
}

.header .logo a:hover {
	color: white;
}

.header ul.nav {
	height: 80px;
	margin-left: 190px;
}

.header ul.nav li {
	display: block;
	float: left;
	height: 80px;
	width: 94px;
	text-align: center;
	border-right: 1px solid #eee;
}

.header ul.nav li a {
	color: #666;
	font-size: 20px;
	padding-top: 30px;
	margin: 0;
	height: 50px;
	width: 94px;
	display: block;
}

.header ul.nav li a:hover, .header ul.nav li a.active {
	background: #FFCF40;
	color: #333;
}

.header .nav-horizontal {
	height: 10px;
	background: #FFCF40;
	width: 950px;
	margin-left: 10px;
}

.wrapper {
	width: 948px;
	margin-left: 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.twitter {
	width: 948px;
	background: url(img/twitter.png) no-repeat left center;
	padding: 15px 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
}

.twitter ul.arc_twitter {
	padding-left: 48px;
}

.twitter ul.arc_twitter li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.twitter ul.arc_twitter span {
	font-size: 11px;
	color: #ccc;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#search-input {
	width: 150px;
	margin-left: 10px;
}

#search-button {
	margin-left: 10px;
}

.showcase {
	float: left;
	width: 948px;
	height: 250px;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.showcase ul.layers {
	width: 948px;
	height: 250px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
}

.showcase ul.layers li {
	float: left;
	position: absolute;
	width: 948px;
	height: 250px;
	padding: 0;
	margin: 0;
}

.sidebar {
	width: 264px;
	padding: 10px;
	float: left;
	display: inline;
}

.left {
	border-right: 1px solid #eee;
}

.right {
	border-left: 1px solid #eee;
}

.sidebar ul {
	margin-top: 5px;
	margin-bottom: 40px;
}

.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}

.sidebar ul.arc_twitter li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}

.sidebar ul.arc_twitter span {
	font-size: 11px;
	color: #ccc;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.content {
	width: 643px;
	float: left;
	padding: 10px;	
}

.content ul li {
	list-style-type: square;
	margin-left: 20px;
	padding: 0;
}

.content ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding: 0;
}

.txp-body-static p {
	margin: 10px 0;
}

.txp-body-static p.leftfloat {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.txp-body-static p.rightfloat {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.txp-body img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

.txp-body p {
	margin: 15px 0;
}

.works-front {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.works-front-img {
	width: 220px;
	height: 100px;
	border: 1px solid #eee;
	float: left;
	display: inline;
}

.works-front-text {
	width: 416px;
	float: left;
	padding: 0 5px 0 0;
}

.works-front-text h3 {
	margin-top: 10px;
}

.works {
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.works-img {
	width: 220px;
	height: 100px;
	border: 1px solid #eee;
	float: left;
	display: inline;
}

.works-detail-img {
	width: 220px;
	height: 100px;
	border: 1px solid #eee;
}

.works-text {
	width: 411px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}

.works-text h3 {
	margin-top: 10px;
}

.pagenav {
	text-align: center;
}

.pagenav a {
	font-size: 18px;
	border: 1px solid #ccc;
	padding: 2px 10px 4px 10px;
	margin: 0 40px 0 40px;
	color: #666
}

.separate {
	height: 20px;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.footer {
	background: #36E2A1;
	min-width: 960px;
	padding: 10px;
	color: white;
	font-size: 12px;
}

.footer-text {
	float: left;
	width: 700px;
}

.search {
	float: left;
}


.footer a {
	color: white;
}

.comment {
	width: 580px;
	border: 1px dashed #ccc;
	padding: 20px;
	margin-top: 40px;
}

.comment img {
	margin-right: 10px;
	border: 1px dashed #ccc;
}

.commentbox {
	margin-top: 20px;
}

h2#comment-title {
	margin-top: 40px;
}

.onecol {
	padding: 10px;
}

.tips {
	position: absolute;
	width: 958px;
	height: 40px;
	top: 0;
	left: 0;
	background: #fff9d7;	
	border-left: 1px solid #fff097;
	border-right: 1px solid #fff097;
	border-bottom: 1px solid #fff097;
	line-height: 40px;
	text-align: center;
	display: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px; 
}

.contactform .first label, .contactform .second label {
	width: 120px;
	display: block;
	float: left;
	margin: 0;
}
.contactform .first {
	float: left;
	margin: 10px 0;
}

.contactform .second {
	float: left;
	margin: 10px 0 10px 10px;
}

.contactform label {
	display: block;
	margin: 10px 0 0 0;
}

.contactform input[type=submit] {
	margin: 10px 0 0 0;
	display: block;
}

.contactform input, .contactform textarea {
	font-size: 13px;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.contactform textarea {
	width: 580px;
	height: 100px;
}

.contactformside textarea {
	width: 250px;
	height: 100px;
}