@charset "utf-8";
/* 
Author:cuikai http://uicss.cn
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
header,nav,footer,article,section,aside {display:block;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3{font-size:18px;text-shadow: 1px 1px 0px #ddd;font-family:'微软雅黑';}
h4,h5,h6{font-size:14px;text-shadow: 1px 1px 0px #ddd;font-family:'微软雅黑';}
q:before,q:after{content:''}

a[href^="mailto:"] {background: url(../images/elementsImages/email_link.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}


/*page*/
body {
	background:#fff url(../images/bg-body.jpg) repeat-x;
	font-size: 12px;
	line-height:1.4;
	color: #444;
	font-family:Verdana,Arial,sans-serif;
	text-align:center;
}
a:link,a:visited,a:hover,a:active,.a {color: #009;text-decoration:underline;}
a:hover {color:#222;text-decoration:none;}

.err {
	color:#c00;
	background:#FEFFCF;
	border:1px solid #DACC81;
	padding:10px;
	margin:10px;
}
.ok {
	color:green;
	background:#FEFFCF;
	border:1px solid #DACC81;
	padding:10px;
	margin:10px;
}
#doc {
	position:relative;
	width: 960px; 
	margin:0 auto;
	text-align:left; 
	padding:50px 0 0 0;
}

h1{background:url(../images/h1.jpg) no-repeat; text-indent:-2000px;height:75px; margin:0 0 50px 0;}
.cls:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cls {*zoom:100%;}
.ac {margin-bottom:15px;}
header.main {margin:30px auto; }
nav.main {
	position:absolute; 
	right:0;
	top:5px;
	padding:5px 25px 8px;
	background-color:#252525;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	font-family:'微软雅黑';
	font-size:16px;
	font-weight:bold;
}
nav.main li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin:0 5px;
}
nav.main li a,
nav.main li a:visited,
nav.main li a:hover,
nav.main li a:active{
	color:#999;
	text-decoration:none;
	text-shadow: 1px 1px 0px #000;
}
nav.main .index li.index a,
nav.main .club li.club a,
nav.main .topic li.topic a,
nav.main .photo li.photo a,
nav.main .about li.about a{
	color:#fff;
	font-weight:bold;
}
article{float:left; width:640px; display:inline; line-height:1.7;text-align:left;}
section.main {border-bottom:1px solid #ccc;padding-bottom:20px;}
section.main h2 {margin-bottom:16px;}
section.main p{ margin-bottom:6px;}
section.main ul .k {color:#666;}
section.main .a {cursor:pointer;cursor:hand;}
section.main .a .on {padding-left:8px;background:url('../images/bg_arr1_open.gif') no-repeat 0 center;}
section.main .a strong {padding-left:8px;background:url('../images/bg_arr1_close.gif') no-repeat 0 center;}
section.main em{font-size:12px; font-style:normal;}
section.main .btn-regist,
section.main .btn-regist-dis{
	display: inline-block;
	*display: inline;
	*zoom:1;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background:#EAEAEA;
	border-color:#DEDEDE #BBBBBB #BFBFBF #DEDEDE;
	border-style:solid;
	border-width:1px;
	color:#464646;
	cursor:pointer;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	padding:5px 15px 6px;
	margin:15px 0;
	line-height:1.7;
	color:#63A142;
	font-weight:bold;
	font-family:'微软雅黑';
	font-size:16px;
}
section.main .btn-regist .a {color:#63A142;}
section.main .btn-regist-dis {
	color:#333;
	background:#ddd;
}
section.main .topic {margin-left:2.5em;}
section.topics {padding-top:20px;}
section.topics .pic {
	float:left;
	width:126px;
	display:inline;
	margin-right:15px;
}
section.topics img {display:block;width:120px;padding:2px;margin-bottom:6px; border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
section.topics h3 span {font-size:11px;color:#999;}
section.topics .item {padding:0 0 10px;font-size:12px;}
section.topics .item .content {margin-left:141px;}
section.topics .item p {color:#666;}
section.topics li {line-height:1.8;}
section.topics .item span {font-size:11px; color:#999;font-family:Verdana,MingLiu;}
/*External Link - adds a little external link icon to all of your external links*/
section.topics li a[href^="http:"] {background: url(../images/elementsImages/externalLink.gif) no-repeat right top; padding-right:10px;}

/*IMPORTANT: Reset your internal links that use absolute URLS by replacing yoursite.com with your site's URL, below*/
section.topics li a[href^="http://www.w3ctech.com"],
section.topics li a[href^="http://www.w3ctech.com"] {background-image:none !important; padding-right:0px;}
section.photos h3 {margin:0 0 10px;clear:both;}
section.photos ul {margin-bottom:20px;}
section.photos ul:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
section.photos ul {*zoom:1;}
section.photos li {
	float:left;
	width:190px;
	margin:0 10px 5px 0;
	height:131px;
	overflow:hidden;
	padding: 5px 5px 5px 5px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 8px #333;
	-webkit-box-shadow: 0px 2px 8px #333;
	-o-box-shadow: 0px 2px 8px #333;
	box-shadow: 0px 2px 8px #333;
	position: relative;
}
section.photos li img {
	width:190px;
	display:block;
}
section.photos li.pic-1,
section.photos li.pic-6,
section.photos li.pic-7,
section.photos li.pic-12{
	z-index: 1;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}
section.photos li.pic-2,
section.photos li.pic-5,
section.photos li.pic-8,
section.photos li.pic-11{
	z-index: 5;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
section.photos li.pic-3,
section.photos li.pic-4,
section.photos li.pic-9,
section.photos li.pic-10{
	z-index: 3;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}
section.clubs h3 {margin:0 0 10px;clear:both;}
section.clubs ul {margin-bottom:20px;}
section.clubs ul:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
section.clubs ul {*zoom:1;}
section.clubs li {
	float:left;
	width:200px;
	height:131px;
	margin:0 10px 5px 0;
	overflow:hidden;
}
section.clubs li img {
	width:200px;
	display:block;
}
section.clubs li p {
	color:#666;
	padding:5px;
	text-align:center;
}
section.about {font-size:14px;line-height:1.8;}
section.about h4 {font-size:16px;margin:15px 0 10px;}
section.about p {text-indent:2em;}
section.about ol,
section.about ul {
	margin-left:2em;
}

aside {float:right;  display:inline;width:230px;color:#777;}
aside h2 {border-bottom:1px dashed #ddd;margin-bottom:8px;padding:2px 10px;}
aside h2 span {margin-left:20px;font-weight:normal;color:#888;font-size:12px;}
aside .bt-postarticle {line-height:30px;padding:10px;}
aside .bt-postarticle a {display: inline-block;*display: inline;*zoom:1;font-size:14px;font-weight:bold;height:30px;padding-left:35px;background:url(../images/bt_postart.png) no-repeat;}
aside section {margin-bottom:8px;}
aside section ul,
aside section p {padding:5px 10px;}
aside .face:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
aside .face {*zoom:1;}
aside .face li {width:20px;height:20px;float:left; display:inline;margin:0 3px 3px 0;}
aside .face li a {display:block;width:20px;}
aside .face li a:hover {position:relative; width:42px; margin:-11px; }
aside .face li a img {display:block;width:20px;}
aside .face li a:hover img {width:40px; border:1px solid #000;}
#signup_form {
	font-size:14px;
}
#signup_form p {
	margin-bottom:5px;
}
#signup_form .k {
	display:block;
}
#signup_form .k em {
	font-size:12px;
	font-style:normal;
	color:#f00;
}
#signup_form .tips {
	color:green;
	font-size:12px;
}
#signup_form input.text {
	padding:3px;
	font-size:14px;
	width:300px;
	font-family:'Courier New';
}
#signup_form input.btn {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

#joined_form form {
	padding:20px;
	font-size:14px;
}
#joined_form input.text {
	padding:3px;
	font-size:14px;
	width:300px;
	font-family:'Courier New';
}
#signup_form input.btn {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
#joined_form label,
#joined_form p{
	display:block;
	margin-bottom:15px;
}
footer.main {clear:both;color:#999;margin-top:15px;padding:10px 0 20px; border-top:1px solid #eee;} 
footer.main p {text-align:center;font-size:12px;vertical-align baseline;}
footer.main p a {color:#555;text-decoration:none;}

/* postarticle*/
.postarticle h4 {margin-bottom:20px;}
.postarticle form {margin:0 20px;}
.postarticle .item {margin-bottom:15px;}
.postarticle .text {width:240px;padding:2px;font-size:12px;}
.postarticle .k {margin-right:20px;}
.postarticle em {font-style:normal;color:#888;}