@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding:0;
	}

body
{
	margin: 0px;
	padding: 0px;
	font-family: PMingLiU;
	font-size: 11px;
	color: #C0C0C0;
	letter-spacing: 1px;
	line-height: 16px;
	background-color: #808080;
	word-wrap: break-word;
/*	background-image: url(../images/bg.jpg);
	filter: Glow(Color=#808080, Strength=1);*/
}

a {
	color:#C0C0C0;
	text-decoration:none;
}

a:hover{
	color:#F5F5DC;
	text-decoration: none;
}

img
{
	border:0px;
}

textarea {
	background-color: #808080;
}


/* 容器 */
#container 
{
	width: 780px;
	padding: 0px;
	height: auto;
	margin: auto;
	float: none;
	clear: both;
}

/* 头部 */
#head 
{
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

#logo {
	float: left;
	width: 200px;
}

#menu {
	float: right;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#menu ul li {
	width: 100px;
	float: left;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu h1 {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

/* 内容 */
#m_content 
{
	margin-bottom: 60px;
	width: 100%;
	float: left;
}

#m_content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#m_content_left {
	float: left;
	width: 200px;
}

#m_content_left_page {
	padding-top: 16px;
}

#m_content_left ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#m_content_left ul li
{
	color:#F5F5DC;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#m_content_right {
	float: right;
	width: 550px;
}

#m_content_right img {
	padding-right: 5px;
	padding-bottom: 5px;
}

#m_content_top
{
	margin-bottom: 20px;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #E6E6FA;
}

#m_content_top a {
	color:#E6E6FA;
	text-decoration:none;
}

#m_content_top a:hover{
	color:#F5F5DC;
	text-decoration: none;
}

#mid 
{
	float: left;
	width: 100%;
}

#mid_left {
	width: 320px;
	float: left;
	font-family: Arial, PMingLiU;
	color:#F5F5DC;
}

#mid_left a {
	color:#F5F5DC;
	text-decoration: underline;
}

#mid_left a:hover{
	color:#F5F5DC;
	text-decoration:none;
}


#mid_right {
	margin-left: 350px;
}

#mid_right ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mid_right li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}


/* 底部 */
#bottom 
{
	color: #A9A9A9;
	clear: both;
	padding-bottom: 20px;
}

#bottom_left
{
	float: left;
	width: 200px;
}

#bottom_right
{
	padding-left: 230px;
}

#bottom a {
	color:#A9A9A9;
	text-decoration:none;
}

#bottom a:hover{
	color:#F5F5DC;
	text-decoration: none;
}

/* 
	Lightbox v2.0 Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }

#content{ margin: 50px 10% 5em 50px; }


/* typography
----------------------------------------------- */



small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}
#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{
	font-weight: lighter;
}
#sidebar h1 a:hover{ color: inherit; }

#nav{ list-style: none; margin: 2.0em 0; width: 15em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #1a1a1a;
	color: #eee;
	background-color: #333;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/* lightbox \*/
#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%; /* Trick IE into showing hover */
	display: block;
	background-color: transparent;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}
#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{padding:0 10px;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block;width: 100%;}
* html .clearfix {height: 1%;}
