body {
	/*min-width: 1001px;
	background-image: url("../images/bg.jpg");*/
	background:#f3f3f3;
}

#main {
	/*max-width: 1200px;*/
	margin: 0 auto;
	clear: both;
}

#content{
	background:#fff;
}

#main a {
	/*color: #242424;*/
}

#main h2, #main h3, #main h4 {
	color: #242424;
}

#content{
	border-left: 5px solid #95142a;
}

#childNodesOrQuizesTitle {
	background: linear-gradient(to right, #d09600, #fff);
}

#sidebar{
	background:#dfdee5;
	border-right: 5px solid #95142a;
	margin-right:-5px;
}
 
#sidebar,#sidebar a{
	color: #000;
	font-weight: bold;
}

#sidebar a:hover{
	color: orange;
}

#sidebar progress{
	
}

progress::-moz-progress-bar {
	background: #55A0FF;
	color:#FFF;
}

* {
	margin: 0;
	padding: 0;
}

/* p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
} */
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

/* Header */
div.header {
	height: 53px;
	background: #000; /* url(../images/img01.jpg) repeat-x;*/
	line-height: 38px;
}

div.logo h1 a, div.logo p {
	float: right;
	position: relative;
	right: 30px;
	text-transform: lowercase;
	font-family: "微软雅黑";
	color: #FFF;
	padding: 5px;
	display: block;
	font-weight: bold;
}

div.logo p {
	margin: 0;
	padding: 14px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.java {
	color: #95142a;
	font-family: courier new;
}

div.logo a {
	text-decoration: none;
	color: #D0C7A6;
}

.menu, .logo, .nickname{
	padding-left: 0;
	padding-right: 0;
}

div.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu li {
	display: block;
	float: left;
	height: 52px;
}

div.menu a {
	height: 52px;
	display: block;
	padding: 0 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CEC5A4;
	line-height: 52px;
}

div.menu .last {
	margin-right: 20px;
}

div.menu a:hover {
	color: #000;
	background: #CCC;
}

div.menu .current_page_item A {
	color: orange;
}

div.menu .current_page_item a {
	
}

div.nickname {
	
	line-height: 52px;
	height: 52px;
	/*margin-left: 100px;float: left;*/
}

/* Footer */
div.footer {
	clear: both;
	position:relative;
	padding: 50px 0 30px 0;
	margin-bottom: 0;
	background: #000; /*#757575 url(../images/img08.gif) repeat-x;*/
	z-index: 10;
	bottom: 0;
}

div.footer p {
	margin-bottom: 0em;
	text-align: center;
	line-height: normal;
	font-size: 0.8em;
	color: #BABABA;
}

div.footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

div.footer a:hover {
	color: #FFFFFF;
}

div.footer .rss {
	background: url(../images/img18.gif) no-repeat left center;
}

div.footer .xhtml {
	background: url(../images/img19.gif) no-repeat left center;
}

div.footer .css {
	background: url(../images/img20.gif) no-repeat left center;
}

div.footer .legal a {
	padding: 0;
}

#main .selectedMenu {
	font-weight: bold;
	background: #CC6633;
}