@charset "utf-8";

/**
 * Copyright (c) 李四 fourlee@live.cn
 */ 
.main {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, "宋体", sans-serif;
	font-size: 12px;
}
.main * {
	margin: 0;
	padding: 0;
	border: 0;
}
.main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #C30;
	line-height: 150%;
	border-bottom: solid #C30 1px;
	margin: 2px 0 6px;
}
.main h3 {
	font-size: 120%;
	font-weight: bold;
	color: #00F;
	line-height: 150%;
	border-bottom: solid #00F 1px;
	margin: 2px 0 6px 24px;
	background: none;
	height: auto;
}
.main p {
	line-height: 150%;
	text-indent: 24px;
	padding: 2px 0 6px;
}
.main ol, .main ul {
	padding: 6px 0 12px;
}
.main li {
	list-style-position: inside;
	margin-left: 24px;
	line-height: 130%;
}
.main div, .main table{
	margin-left: 24px;
}
.main blockquote {
	margin-left: 36px;
}

.main .code {
	font-family: "Courier New", Courier, "宋体", monospace;
	background: #CCC;
	margin-top: 16px;
}
/* 控制台边框层 */
.console_box {
	background: #000000 url(http://www.blogjava.net/images/blogjava_net/fourlee/29357/o_console_title.jpg) no-repeat;
	width: 660px; /* windows 控制台默认宽度 */
	margin: 0px;
	padding-top: 23px; /* 控制台标题栏高度 */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 4px outset #FFFFFF;
}

/* 控制台内容层 */
.console_box .console {
	background-color: #000000;
	font-family: "Courier New", Courier, "宋体", monospace;
	font-size: 12px;
	color: #CCCCCC;
	width: 656px;
	height: 396px;
	margin: 0px;
	padding: 0px;
	border: 2px inset #666666;
	overflow: auto; /* 自动加入滚动条 */
}

.console_box .console p {
	line-height: 120%;
	margin: 0px;
	padding-bottom: 1em; /* 段落下面留一空行的高度 */
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
/*
You can use this file as is or as a starting point for you own styling
*/
pre code[class]:after {
	content: 'highlight: ' attr(class);
	display: block;
	text-align: right;
	font-size: smaller;
	color: #CCC;
	background: white;
	border-top: solid 1px;
	padding-top: 0.5em;
}

pre code {
	font-family: "Courier New", Courier, "宋体", monospace;
	display: block;
	background: #F0F0F0;
}

pre code,.ruby .subst {
	color: black;
}

.string,.function .title,.class .title,.tag .attribute .value,.css .rules .value,.preprocessor,.ruby .symbol,.built_in,.sql .aggregate,.django .template_tag,.django .variable,.smalltalk .class
	{
	color: #03c;
}

.comment,.java .annotation,.template_comment {
	color: #390;
}

.number,.regexp,.javascript .literal,.smalltalk .symbol,.smalltalk .char
	{
	color: #03c;
}

.javadoc,.ruby .string,.python .decorator,.django .filter .argument,.smalltalk .localvars,.smalltalk .array,.css .attr_selector,.xml .pi
	{
	color: #88F;
}

.keyword,.css .id,.phpdoc,.function .title,.class .title,.vbscript .built_in,.sql .aggregate,.rsl .built_in,.smalltalk .class,.xml .tag .title
	{
	font-weight: bold;
	color: #c33;
}