@charset "utf-8";
@import url("./reset.css");
@import url("../js/fckeditor/xhtml1.1.styles.css");

body
{
	background:#F0F0F0 url(../img/bg.jpg);
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height:1.5em;
	color:#000000;
}

#container
{
	width:100%;
	margin:0 auto 15px auto;
}

p
{
	margin:0 0 1em 0;
}

/*--- Link Styles ---*/
a
{
	color:#2E6AB1;
	text-decoration:none;
}

a:hover, a:active
{
	color:#0033CC;
	text-decoration:underline;
}

h1 {
	color:#0033CC;
	margin:.5em 0 .1em 0;
	font-size:2em;
	font-weight:normal;
	font-family:"黑体";
}
h2,h3,h4,h5,h6
{
	color:#000000;
	margin:.5em 0 1em 0;
	font-size:1.12em;
	font-weight:bold;
	text-align:center;
}

ul
{
	margin-left:25px;
	list-style:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin:0 0 18px 18px; color:#666666; font-style:italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.825em;}
.large		{font-size:1.12em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:900px;
	height:107px;
	margin:0 auto 13px auto;
	background:url(../img/header_bg.jpg) no-repeat;
}
#header h1 {
	text-indent:-9999px;
	float:left;
}

/* Nav
----------------------------------------*/
ul#nav {
	margin:12px 113px 0 0;
	float:right;
	display:inline;
}

ul#nav li {
	float:left;
	list-style:none;
}

ul#nav li a {
	width:90px;
	height:40px;
	display:block;
	float:left;
	text-indent:-9999px;
}

li#nav01 a { background:url(../img/nav.jpg) no-repeat 0 0; }
li#nav02 a { background:url(../img/nav.jpg) no-repeat 0 -40px; }
li#nav03 a { background:url(../img/nav.jpg) no-repeat 0 -80px; }
li#nav04 a { background:url(../img/nav.jpg) no-repeat 0 -120px; }
li#nav05 a { background:url(../img/nav.jpg) no-repeat 0 -160px; }

li#nav01 a:hover, li#nav01.current { background:url(../img/nav.jpg) no-repeat 0 -200px; }
li#nav02 a:hover, li#nav02.current { background:url(../img/nav.jpg) no-repeat 0 -240px; }
li#nav03 a:hover, li#nav03.current { background:url(../img/nav.jpg) no-repeat 0 -280px; }
li#nav04 a:hover, li#nav04.current { background:url(../img/nav.jpg) no-repeat 0 -320px; }
li#nav05 a:hover, li#nav05.current { background:url(../img/nav.jpg) no-repeat 0 -360px; }

#topnews {
	position:absolute;
	z-index:99;
	top:96px;
	width:800px;
	height:17px;
	overflow:hidden;
	margin:0 0 0 23px;
}
#topnews span {
	float:left;
}
#topnews ul li {
	float:left;
	margin:0 15px 0 0;
}

/* Site
----------------------------------------*/
#site {
	width:100%;
	height:29px;
	background-color:#D7D7D7;
	padding:6px 0 4px 0;
	margin:10px 0 15px 0;
}

#siteDiv {
	width:860px;
	margin:0 auto;
}

#siteDiv a {
	padding:4px;
	display:block;
	float:left;
}
		
/* Main Content
----------------------------------------*/
#content
{
	width:900px;
	margin:0 auto;
	text-align:center;
}

/* Sidebar
----------------------------------------*/
#sidebar
{
}


/* Footer
----------------------------------------*/
#footer
{
	width:900px;
	height:150px;
	margin:15px auto 10px auto;
	background:url(../img/footer_cloud.jpg) 0 0 no-repeat;
	clear:both;
}

#foot_text {
	margin-top:50px;
	float:left;
}

#foot_text p 
{
	text-align:center;
	width:900px;
	float:left;
}

#stats {
	display:none;
}

/* Pic View
----------------------------------------*/
.pv {
	width:180px;
	float:left;
	margin:0 20px 25px 20px;
	display:inline;
}
.pv a {
	width:160px;
	height:120px;
	float:left;
	padding:8px;
 	border:1px solid #A8C5BD;
}
.pv a:hover {
 	border:1px solid #2EA5B6;
}
.pv h3 {
	width:180px;
	height:23px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-size:1.12em;
	overflow:hidden;
	font-weight:normal;
	float:left;
}
.pv h3 a,
.pv h3 a:hover {
	width:180px;
	padding:0;
	margin:0;
	border:none;
	text-align:center;
}
.pv p {
	width:160px;
	margin:0 auto;
}
.pv p a, 
.pv p a:hover  {
	width:auto;
	height:auto;
	float:left;
	margin:0;
	padding:4px;
	border:none;
}

.linkv {
	width:88px;
	float:left;
	margin:0 20px 15px 20px;
	display:inline;
}
.linkv a {
	width:88px;
	height:31px;
	padding:0;
}
.linkv img {
	width:88px;
	height:31px;
}
.linkv h3 {
	width:88px;
}
.linkv h3 a,
.linkv h3 a:hover {
	width:88px;
}
.linkv p {
	width:88px;
}


/* Form
----------------------------------------*/

fieldset p {
	margin:0 0 0.5em 0;
	text-indent:0;
}

fieldset label {
	clear:right;
	line-height:20px;
}

fieldset label.important {
	color:red;
}

fieldset span.tips {
	display:block;
	color:#999;
}

fieldset span.tips strong {
	color:#900;
}

fieldset span.error {
	display:block;
	font-weight:bold;
	color:#c00;
}

form .txt {
	vertical-align:middle;
	margin-bottom:0.5em;
}

form .medium {
	width:320px;
}

form .small {
	width:180px;
}

form .full {
	width:100%;
}

input.btn {
	width:90px;
	height:25px;
}

form .req {
	font-weight:bold;
	color:red;
	line-height:20px;
	padding:0;
	margin:0;
}


/* Page
----------------------------------------*/
.pagination {
  width:860px;
  font-weight:bold;
  clear:both;
  margin:0 auto 15px auto;
  float:left;
}

.pagination p {
  float:left;
  color:#666;
  text-indent:0;
  padding:2px 0 0 0;
  margin:0 2em 0 0;
}

.pagination ul {
  list-style:none;
  margin:0px;
  padding:0px;
}

.pagination li {
  list-style:none;
  background-color:#fff;
  margin:0px;
  display:block;
  float:left;
  margin-left:2px;
  margin-right:2px;
  line-height:14px;
}

.pagination li.disabled {
  border:1px solid #DDDDDD;
  padding:4px 8px;
  color:#ccc;
}

.pagination li.current {
  border:1px solid #2E6AB1;
  padding:4px 8px;
  background-color:#2E6AB1;
  color:#fff;
}

.pagination li.none {
  border:1px none;
  padding:4px 8px;
}

.pagination li a {
  border:1px solid #9AAFE5;
  padding:4px 8px;
  display:block;
  float:left;
  text-decoration:none;
}

.pagination li a:hover {
  border:1px solid #2E6AB1;
}

/* Other
----------------------------------------*/
.indexTitle {
	clear:both;
	width:860px;
	margin:0 0 10px 0;
}
.indexTitle h2 {
	margin:0 0 0 420px;
	display:inline;
	font-size:1.3em;
	letter-spacing:.5em;
}
.indexTitle div {
	float:right;
	margin-right:30px;
}
#indexLinks {
	width:95%;
	margin:0 auto;
}
#indexLinks span {
	margin:0 5px;
}
#showContent {
	width:860px;
	padding:0 20px 20px 20px;
	float:left;
}
#showContent p {
}
#showAvatar {
	padding:10px;
	border:1px solid #9AAFE5;
	float:left;
	margin:0 15px 0 0;
}

ol.posts {
	margin:0 0 10px 55px;
}
.posts li {
	line-height:180%;
}
.posts li a {
	margin-right:10px;
}
.post p {
	line-height:180%;
}

#backUrl {
	float:left;
	margin:0 20px 10px 20px;
}
#nextUrl {
	float:right;
	margin:0 20px 10px 20px;
}
#backUrl a,
#nextUrl a {
	float:left;
	display:block;
	padding:4px 8px;
	border:1px solid #9AAFE5;
	text-decoration:none;
}
#backUrl a:hover,
#nextUrl a:hover {
	border:1px solid #2E6AB1;
}
#backUrl0 {
	float:left;
	margin:0 20px 10px 20px;
}
#nextUrl0 {
	float:right;
	margin:0 20px 10px 20px;
}

#backUrl0 div,
#nextUrl0 div {
	float:left;
	display:block;
	width:60px;
	height:31px;
}

#viewVideo {
	width:576px;
	margin:0 auto 15px auto;
}

#viewContent,
#footer_admin {
	width:860px;
	margin:10px auto 0 auto;
	text-align:center;
}

#form_userlogin input {
	width:150px;
}

#form_userlogin {
	width:150px;
}

#form_changepasswd {
	width:160px;
}

textarea#content {
	width:95%;
	height:180px;
}

#upload_artwork {
	width:400px;
}

#form_artworkcomment {
	width:250px;
	margin:0 auto 20px auto;
}

#form_artworkcomment textarea {
	width:250px;
	height:80px;
}

.comments {
	width:400px;
	margin:0 auto;
}

.comments li{
	border:1px solid #BBB;
	margin:0 0 8px 0;
	padding:5px;
}

/* Admin
----------------------------------------*/
#sortable div
{
	cursor:move;
}

.sortableitem {
	width:80px;
	height:100px;
	margin:4px;
	float:left;
}
.sortableitem img {
	width:80px;
	height:60px;
	float:left;
}
.sortableitem p{
	width:100%;
	height:17px;
	overflow:hidden;
	font-size:.857em;
	text-align:center;
}

.sortableitem_l {
	width:88px;
	height:100px;
}
.sortableitem_l img {
	width:88px;
	height:31px;
}
.sortableitem_l p{
	width:100%;
	height:17px;
}

.sorthelper
{
	float:left;
	background:#CCCCCC;
}
.sortableactive
{
}
.sortablehover
{
}

.gray {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

