
@font-face {
	font-family: 'Menlo Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Menlo Regular'), url('/css/Menlo-Regular.woff') format('woff');
}

*{
	font-family: 'Menlo Regular';

	color:#555;
	font-weight:normal;
}

body{
	background-color:#f2f2f2;
	margin:0;
	padding:0;
}

a{

	color:#8F9393;
}

p,code,pre,ol,ul,span,table{
	font-size:13px;
}

table.dbtable-fields td:nth-child(1), table.dbtable-list td:nth-child(1){
	padding-right:40px;

}

p{
	line-height:25px;
	margin:16px 0 2px 0;
}
li {
	line-height:22px;
}
section{
	margin-top:50px;
}

h1{
	font-size:60px;
}
h2 + h3{
	margin-top:25px;
}
/*.shell + h3{
	margin-top:12px;
}*/

h2{
	margin:40px 0 -8px 0;
}

h3,h4{
	margin:26px 0 -0px 0;
}
h3 + p{
	margin-top:5px;
}

ol,ul{
	margin:0px 0 8px 0;
}
pre{
	margin:5px 0 10px 0;
}
h3 + pre.shell, h2 + pre.shell{
	margin-top:15px;
}
code, .whitebox{
	background-color:#fff !important;
	border:1px solid #E8E8E2;
}
pre.pre-wrap, pre.shell {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
table{
	border:1px solid #E8E8E2;
	padding:0;
	border-spacing: 0px;
    border-collapse: separate;
}
table tr{
	margin:0;
	padding:0;
}
table tr td{
	margin:0;
	padding:5px;
}

table tr:nth-child(odd){
	background-color:#F9FBF3;
}
table tr:nth-child(even){
	background-color:#F7F9F1;
}

#top{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background-color:#fff;
	z-index:999;
}

#top .content{
	height:80px;
}

#logo{
	position:absolute;
	left:10px;
	top:23px;
}


div.anchor{
	position:relative;
	margin:0;
	padding:0;
	height:0;
}


#menu{
	position:absolute;
	right:10px;
	top:30px;

	width:28px;
	height:28px;
	cursor:pointer;
	overflow:hidden;
	color:#5e57a1;
	font-size:28px;
	text-align:right;
	/*background-image:url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: top right; 	*/
	padding:0;
	line-height:28px;
}


#menu::before{
	content:'☰';
}


#menu ul{
	list-style-type: none;
	text-align:left;
}

#menu .menu-items ul li{
	margin:3px 20px 3px -20px;
	list-style-type: none;
}
#menu .menu-items ul li a{
	/*position:inline-block;
	margin:0 0 0 20px;
	padding:4px;	*/
	text-decoration: none ;
	color:#af8141;
	text-transform: uppercase;
}
#menu .menu-items ul li a:hover{
	text-decoration: underline;
}

.menu-items{
	margin:14px 0 0 0;
	padding-bottom:4px;
}

#menu.menu-open{
	width:100%;
	height:auto;
	overflow:visible;
	cursor:default;

}

#menu.menu-open .menu-items{
	position:relative;
	background-color:#fff;
	width:100%;

}


#mainwrapper{
	position:relative;
	padding:90px 0 0 0;
}

.content{
	position:relative;
	margin:0 auto;
	width:60%;
	padding:0;

}

.quickstart-step{
	margin:0 0 26px 0;
}

@media (max-width:1000px) {
	.content{
		width:85%;
	}
}

pre.shell{
	display:inline-block;
	width:98%;
	margin:2px 0 2px 0;
	padding:3px;
	padding-left:8px;
	color:#fff;
	background-color:#555;
}






#footer{
	background-color:#fff;
	text-align:center;
	height:60px;
	line-height:60px;
	font-size:12px;
	margin-top:80px;
}