* { margin: 0; padding: 0; border: 0;}

body {
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #FFF;
	font-size: 13px;
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	}

body.home {
	background: #3f3f3f url('/images/background_index.gif') repeat-x;
	}

body.page {
	background: #3f3f3f url('/images/background.gif') repeat-x 0 -360px;
	}

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 860px;
	text-align: left;
	}

#header {
	display: block;
	height: 100px;
	}

#header-home {
	display: block;
	height: 70px;
	}

#content {
	display: block;
	padding: 40px 30px 20px 30px;
	line-height: 20px;
	}

h1, h2, p#zixu, p#hotimg {
	text-indent: -9000px;
	}

h1 {
	margin: 0 0 1px 0;
	width: 244px;
	height: 59px;
	background: #53ABD5 url('/images/logo.gif') no-repeat;
	float: left;
	}

ul#nav {
	margin: 20px 0 0;
	list-style: none;
	float: right;
	height: 35px;
	text-align: center;
	}

#nav li {
	margin: 0 0 0 3px;
	float: left;
	width: 71px;
	height: 35px;
	background: #53ABD5 url('/images/nav.gif') no-repeat 0 0;
	}

#nav li a {
	width: 71px;
	height: 35px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	LINE-HEIGHT: 35px;
	text-decoration: none;
	background: #53ABD5 url('/images/nav.gif') no-repeat 0 0;
	display: block;
	}

#nav li a:hover {
	width: 71px;
	height: 35px;
	background: #53ABD5 url('/images/nav.gif') no-repeat 0 -35px;
	}

#nav li.home a {
	width: 71px;
	height: 35px;
	background: #53ABD5 url('/images/nav.gif') no-repeat 0 -35px;
	}
	
h2 {
	display: none;
	}

h3 {
	margin: 0 0 20px 0;
	display: block;
	}

ul#projects {
	margin: 0 auto;
	padding: 0 0 0 10px!important;
	padding: 0 0 0 5px;/*IE hack*/
	width: 650px!important;
	width: 655px;/*IE hack*/
	height: 160px;
	background: #73BEE2 url('/images/projectbg.png') no-repeat;
	list-style: none;
	clear: both;
	overflow:hidden;
	}

ul#projects li {
	margin: 15px 10px 0 5px;
	width: 200px;
	height: 160px;
	float: left;
	}

ul#projects li.aaa {
	background: url('/images/hot/1.jpg') no-repeat;
	}

ul#projects li.bbb {
	background: url('/images/hot/2.jpg') no-repeat;
	}

ul#projects li.ccc {
	background: url('/images/hot/3.jpg') no-repeat;
	}

ul#projects li a {
	margin: 5px;
	width: 190px;
	height: 120px;
	text-indent: -9000px;
	display: block;
	}

ul#projects li a:hover {
	background: #FFF;
	filter:alpha(opacity=25); 
	-moz-opacity: 0.25; 
	opacity: 0.25;
	}

#content ul {
	display: block;
	}

#content ul li {
	margin: 0 0 10px 50px;
	}

#content p {
	margin: 0 0 10px 0;
	}

#content a {
	color: #FFF;
	text-decoration: none;
	}

#content a:hover {
	color: #999;
	text-decoration: none;
	}
	
p#hotimg {
	margin: 0px 0 0 0;
	width: 860px;
	height: 508px;
	background: #53ABD5 url('/images/hot.jpg') no-repeat;
	clear: both;
	}

p#zixu {
	margin: 0 0 0 0;
	width: 860px;
	height: 508px;
	background: #53ABD5 url('/images/zixu.jpg') no-repeat;
	}

ul#go {
	display: block;
	margin: 10px 30px 0 0;
	list-style: none;
	float: right;
	font-size: 90%;
	}

#go li {
	float: left;
	margin: 0 0 0 10px;
	}

.on {
	display: block;
	margin: 0;
	padding: 2px 6px 2px 6px;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}

#go li a {
	display: block;
	margin: 0;
	padding: 2px 6px 2px 6px;
	border: 1px solid #999;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

#go li a:hover {
	background: #FFF;
	border: 1px solid #FFF;
	color: #333;
	}

#footer {
	background: #222;
	margin: 0;
	padding: 20px;
	height: 50px;
	font-size: 10px;
	color: #666;
	}

#movie {
	float:right;
	margin: -215px 10px 0 0;
	}
	
.comments { margin: 50px 0 0 0; }
.comment-header, .comment-footer-experimental { display: none; }
.comments-content {
	margin: 0 0 80px 0;
	}
.comment {
	background: #2b2b2b;
	margin: 0 0 10px 0;
	padding: 0 10px 5px 10px;
	}
.comment-inner {
	
	}
.comment-footer {
	text-align: right;
	}

#footer a { color: #999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }