@charset "utf-8";
/* CSS Document */

html, body {height:100%;}
	
#wrap {
	min-height:100%; 
	height:auto !important; 
	height:100%;}

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

#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 141px;
}

#content h1 {
	font-family: 'helveticaregular';
	font-size: 24px;
	height: 31px;
	line-height: 31px;
	padding: 38px 0 34px 0;
	color: #626262;
}


#content_inner {
	width: 958px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
}

/* Menu */
#content_inner .menu_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	border-right: 1px solid #ddd;
	height: 100%;
	float: left;
}

#content_inner .menu {
	width: 300px;
}

#content_inner .menu h2 {
	padding: 0 20px;
	height: 50px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	color: #818181;
}

#content_inner .menu h2.active {
	color: #000;
}

#content_inner .menu h2 span {
	float: left;
	line-height: 50px;
	font-size: 14px;
}

.mac #content_inner .menu h2 span {
	float: left;
	line-height: 52px;
	height: 50px;
	font-size: 14px;
}

#content_inner .menu h2 i {
	float: right;
	line-height: 50px;
	font-size: 18px;
}

.mozilla #content_inner .menu h2 i {
	line-height: 49px;
}


#content_inner .menu ul {
	background: #f7f7f7;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	display: none;
}

#content_inner .menu ul li {
	line-height: 41px;
	height: 41px;
	border-bottom: 1px solid #e5e5e5;
}

.mozilla #content_inner .menu ul li {
	line-height: 40px;
}

.win #content_inner .menu ul li {
	line-height: 40px;
}

#content_inner .menu ul li:last-child {
	border-bottom: none;
}

#content_inner .menu ul li a {
	color: #3892e3;
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	line-height: 41px;
}

#content_inner .menu ul li a:hover {
	text-decoration: underline;
}

#content_inner .menu ul li a.active {
	color: #040404;
	/* font-weight: bold; */
}

#content_inner .menu ul li a.active:hover {
	text-decoration: none;
}

 
/* Articles */
#content_inner .articles {
	float: right;
	width: 657px;
}

#content_inner .articles .article h3 {
	padding: 0 20px;
	line-height: 50px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content_inner .articles .article h3 .name {
	float: left;
}

#content_inner .articles .article h3 .method {
	float: right;
	display: block;
	width: 58px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 15px;
	font-weight: normal;
}

#content_inner .articles .article h3 .method.post {
	background: #e7f2ff;
	color: #3892e3;
	border: 1px solid #6fb1ff;
}

#content_inner .articles .article h3 .method.get {
	background: #ebffdf;
	color: #5e9636;
	border: 1px solid #81bb57;
}

#content_inner .articles .article h3 .method.put {
	background: #fff0de;
	color: #ea8611;
	border: 1px solid #f59e37;
}

#content_inner .articles .article h3 .method.delete {
	background: #ffe7e7;
	color: #f14d4d;
	border: 1px solid #f17474;
}

#content_inner .articles .article h3 .green {
	color: #257d1b;
}


/* Article content */
#content_inner .articles .article {
	display: none;
}

#content_inner .articles .article a {
	color: #3892e3;
}

#content_inner .articles .article a:hover {
	text-decoration: underline;
}

#content_inner .articles .article .article_inner {
	padding: 16px 20px 0 20px;
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
}

#content_inner .articles .article .article_inner p {
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 18px;
}

#content_inner .articles .article .article_inner .label {
	padding: 12px 16px 13px;
	border: 1px solid #e5e5e5;
	background: #fffaea;
	margin: 21px 0;
}

#content_inner .articles .article .article_inner h4 {
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}

#content_inner .articles .article .article_inner > ol {
	margin-bottom: 18px;
}

#content_inner .articles .article .article_inner > ol li {
	line-height: 18px;
	text-align: left;
	list-style-position: inside;
	text-indent: 15px;
}

#content_inner .articles .article .article_inner > ul {
	margin-bottom: 18px;
	list-style-type: disc;
}

#content_inner .articles .article .article_inner > ul li {
	line-height: 18px;
	text-align: left;
	list-style-position: inside;
	text-indent: 15px;
}

#content_inner .articles .article .article_inner > ul li a {
	color: #3892e3;
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content_inner .articles .article .article_inner > ul li a:hover {
	text-decoration: underline;
}

#content_inner .articles .article .article_inner > ol li a {
	color: #3892e3;
	font-family: 'helveticaregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content_inner .articles .article .article_inner > ol li a:hover {
	text-decoration: underline;
}

#content_inner .articles .article .article_inner table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content_inner .articles .article .article_inner table tr td {
	border: 1px solid #e5e5e5;
	text-align: left;
	padding: 11px 15px;
	font-size: 14px;
	line-height: 18px;
}

#content_inner .articles .article .article_inner thead td {
	background: #f7f7f7;
	font-weight: bold;
}

#content_inner .articles .article .article_inner table tr td .red {
	color: #f00;
}


/* Snippet plugin correct */
pre {
	font-size: 13px;
	margin-bottom: 21px;
}

pre.curl {
	background: #f7f7f7;
	white-space: normal;
	word-wrap: break-word;
}

.sh_bright .request.sh_sourceCode {
	background: #f3faff;
}

.sh_bright .reply.sh_sourceCode {
	background: #f3fff9;
}

.snippet-wrap {
	text-align: left;
}

.snippet-wrap pre.sh_sourceCode {
	padding: 0;
	line-height: 17px;
	border-radius: 0;
	box-shadow: none;
}

.snippet-wrap .snippet-no-num {
	padding: 13px 15px;
	border: 1px solid #e5e5e5;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.footer-box, .footer-box a {
	margin-top: -81px;
}
