/* Get Stoked */


body {
       font-family: 'Helvetica', sans-serif;
       font-weight: lighter;


/* Search Bar */


}
#docsSearch
{
	
	background: #fff;
	border: 0;
	margin: 0;
	font-weight: lighter;

}

#docsSearch h1
{
	color: #585858;
	font-weight: lighter;
}
.navbar .navbar-inner,#docsSearch {
    background: #fafafa;
}

#sidebar .sm
{
	background-color: #fff;
	border-bottom: 0px solid #fff;
	border-radius: 0px;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-top: 2px solid #5c6ac4;
}

#searchBar button
{
	background: -webkit-linear-gradient(top, #6371c7, #5563c1);
	background: linear-gradient(180deg, #6371c7, #5c6ac4);
	border: .1rem solid #3f4eae;
	box-shadow: inset 0 0 0 0 #6774c8, 0 0 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
	color: #fff;
	fill: #fff;
	font-size: 1rem;
	font-weight: 300;

}

#searchBar button:hover
{
	background: -webkit-linear-gradient(top, #5c6ac4, #4959bd);
	background: linear-gradient(180deg, #5c6ac4, #4959bd);
	border-color: #3f4eae;
	text-decoration: none;
	color: #fff;
	fill: #fff;
}

#searchBar .search-query
{
	padding: .5rem 1rem;
	background-color: #F9FAFB;
	border: .1rem solid #c4cdd5;
	
	border-bottom: 0px solid #DBDBDB;
	border-left:1px solid #f0f0f0;
	border-right:0px solid #f0f0f0;
	border-radius: .3rem;
	color: #31373d;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: .9rem;
	line-height: 2.4rem;
	min-width: 7.5rem;
	vertical-align: baseline;
	height: 50px;
	margin: 0;
	max-width: 100%;
	font-family: 'Helvetica', sans-serif;
	box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
	transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1); }
}

input[type=text] 
{
	border-color: #5c6ac4;
	box-shadow: inset 0 0 0 0 transparent, 0 0 0 .1rem #5c6ac4;
	outline: none;
	font-family: 'Helvetica', sans-serif;
       color: #9c9c9c;
}


/* Homepage Collections */


.category-list .category {
	background-color: #fff;
	border-bottom: 1px solid #DBDBDB;
	border-radius: 0px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-top: 3px solid #5c6ac4;
	box-shadow:  0px 1px 1px 0px rgba(224,224,224,0.68);

}
.category-list h3
{
	color: #585858;
	font-weight: 350;
	font-size: 140%;
}

.contentWrapper
{
	border-top:3px solid #5c6ac4;
	border-bottom: 0px solid #DBDBDB;
	border-left:0px solid #f0f0f0;
	border-right:0px solid #f0f0f0;

}

#contentArea
{
	border-bottom:0px;

}


/* Remove Last Edited */


.articleFoot time.lu {
    display:none;
}





