body
{
	color: #333;
	font: 20px/1.7 Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
}

h1,
h2,
h3
{
	color: green;
}

form
{
	font-size: 14px;
}
.space-top
{
	margin-top: 15px;
}
::-moz-selection
{
	color: white;
	background-color: #800048;
	transition: background-color 5s ease;
}
::selection
{
	color: white;
	background-color: #800048;
	transition: background-color 0.5s ease;
}

.navbar-ch
{
	background-color: transparent;
	border-top: 3px solid black;
}
.navbar-ch a
{
	color: #777;
}
.navbar-ch .navbar-nav > li > a:hover,
.navbar-ch .navbar-nav > li > a:focus
{
	border-top: 3px solid green;
	margin-top: -3px;
	margin-bottom: -1px;
	border-bottom: 1px solid green;
	text-decoration: none;
	color: black;
}
.navbar-ch .navbar-brand
{
	font-size: 25px;
}

body#homepage article .label-date
{
	background-color: white;
	color: #ccc;
	font-size: 50%;
}
body#homepage article.fadehover:hover
{
	box-shadow(rgba(green, 0.4) 0 0 10px, rgba(white, 0.2) 0 0 3px 1px inset);
	transition-property(box-shadow);
	transition-duration(1s);
}
body#homepage article {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

body#homepage article:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
body#homepage article .text-blue
{
	color: #428bca;
}

body#homepage article .nav-pills .label-default
{
	margin-top: 5px;
}
body#homepage article .nav-pills>li.active>a,
body#homepage article .nav-pills>li.active>a:hover,
body#homepage article .nav-pills>li.active>a:focus
{
	color: #fff;
	background-color: green;
}
body#homepage article .nav-pills>li.active>a .label-default
{
	color: black;
	background-color: #fff;
}

body#post article pre
{
	font-size: 13px;
}
/*body#post article pre.line-numbers*/
/*{*/
/*	position: relative;*/
/*	padding-left: 3.8em;*/
/*	counter-reset: linenumber;*/
/*}*/

/*body#post article pre.line-numbers> code*/
/*{*/
/*	position: relative;*/
/*}*/

body#post article pre .bash:before
{
	content: '[]$ ';
}
body#post article pre .comment
{
	color: #999999;
}
body#post article pre span.hr
{
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	display: block;
	margin-top: 20px;
}

/*body#post article .line-numbers .line-numbers-rows*/
/*{*/
/*	position: absolute;*/
/*	pointer-events: none;*/
/*	top: 0;*/
/*	font-size: 100%;*/
/*	left: -3.8em;*/
/*	width: 3em; !* works for line-numbers below 1000 lines *!*/
/*	letter-spacing: -1px;*/
/*	border-right: 1px solid #999;*/

/*	-webkit-user-select: none;*/
/*	-moz-user-select: none;*/
/*	-ms-user-select: none;*/
/*	user-select: none;*/
/*}*/

/*body#post article .line-numbers-rows > span*/
/*{*/
/*	pointer-events: none;*/
/*	display: block;*/
/*	counter-increment: linenumber;*/
/*}*/
/*body#post article .line-numbers-rows > span:empty:before*/
/*{*/
/*	content: ' ';*/
/*}*/
/*body#post article .line-numbers-rows > span:before*/
/*{*/
/*	color: #999;*/
/*	display: block;*/
/*	padding-right: 0.8em;*/
/*	text-align: right;*/
/*}*/
