/**
 * Simple Documentation
 * Created by ThemesIndep.
**/

body {
	color:#000;	
	font-size:14px;
}

a {color:#1e79a7;}
p {color:#333;}


.tech {
	margin:0;
	padding:0;
	list-style-type: none;	
}

.tech li{
	margin-bottom:3px;
}

.main {
	position: absolute;
	right: 50px;
	left: 250px;
	min-height: 100%;
	height: auto;
}

.thankyou{
	padding-top:50px;
	font-style:italic;	
}

.star{
	color:red;	
	font-weight:bold;
	font-size:18px;
}

.msg {
	background:#dbf7e1;
	padding:18px;
	margin:18px 0;	
}


/* -- Side Menu
--------------------------------------- */
aside {
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	min-height:100%;
	background: #e9e9e9;
	width: 220px;
	-moz-box-shadow: 0 0 6px rgba(3,3,3,0.4);
	-webkit-box-shadow: 0 0 6px rgba(3, 3, 3, 0.4);
	box-shadow: 0 0 6px rgba(3, 3, 3, 0.4);

}

aside ul {
	list-style-type: none;
	margin:180px 0 0 0;
	padding:0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #f5f5f5;
}

aside ul li {
	text-align: left;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #d4d4d4;
}

aside li a:hover{
	background: #eee;
}

aside li.current a{
	background: #f1f1f1;
}

aside a {
	padding:12px 16px;
	display:block;
	-webkit-text-shadow: 1px 1px 0px #eee;
	-moz-text-shadow: 1px 1px 0px #eee;
	text-shadow: 1px 1px 0px #eee;
	text-decoration: none;
}


/* -- Section
--------------------------------------- */
section{
	margin-bottom:100px;
}

section h1 {
	padding-top:100px;
}

section h2 {
	padding-top:50px;	
}

section h1 + h2{
	padding-top:0;
}

section h2{
	padding-bottom: 18px;
	margin-bottom:40px;
	border-bottom:2px solid #333;
}

section h3{
	margin-bottom:10px;
}

section .block{
	max-width:700px;
	margin-bottom:40px;	
	padding-bottom:40px;
	line-height:22px;
	border-bottom:1px solid #ddd;
}

section .note{
	margin:24px 0 0 0;
}
section .note p{
	color:#777 !important;
}

section .block li{
	margin-bottom:10px;
}

.copy {
	margin-bottom:30px;	
}