/** {
	margin: 0px;
	padding: 0px;
	border-style: none !important;
	max-width: 100%;
}
*/
body, div, h2, span, nav, img {
	margin: 0;
	padding: 0;
	border-style: none !important;
	max-width: 100%;
}

body{
	/*background: -webkit-canvas(myCanvas);
	background-color: black;*/
}
body div{
	background-color: white;
}
a:hover{
	text-decoration: none;
}
#wrapper{
	background-color: white;
/* 	display:table;
    width: 100%; */
}
header{
	background-color: white;
	/*padding-left: 37px;*/
	top:0;
	position: fixed;
	width:800px;
	z-index: 10;
}
#nameLogo{

}
h1{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-style: none !important;
	max-width: 100%;
	/*display:block; */
	/*display: inline;*/
}
#fName{
	  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-size: .7em;
}
#lName{
	  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family:  TimesNewRoman, 'Times New Roman';
	font-size: 1.1em;
}
#tag{
	text-align: right;
}
nav{
	margin-bottom: 0 !important;
	background-color: white;
	height:63px !important;
	overflow: none;
}
.navbar li{
	margin-left: auto;
	margin-right: auto;
}
li a{
	margin-left: auto;
	margin-right: auto;
	height:63px !important;
}

#topNav{
	padding:0px;
	margin:0px;
	/*overflow-x: hidden;*/
}
.nav{
	display: inline;

}
#wrapper{
	width: 800px;
 	margin-left: auto;
	margin-right: auto;
	clear: both;

}
#sideBar{

	position: fixed;
	width:180px !important;
	border-color:black;
}
#sideBar table tbody tr td{
	border-top: 1px solid #E4EEF3;
}
#content{

	border-style: solid;
}
#content img{
	max-width:100%;
}
footer{
	clear: both;
}
.navbar-toggle{
	float:none !important;
	margin-left:100px;
}

.blog-main{
	font-size: 15pt;
}

.backdrop-icon i{
	float: left !important;

	color: #E4EEF3;

	text-align: center !important;
	width: 100% !important;

}
.backdrop-icon{
	position: sticky !important;

}

.category-link{
	top:-2em;
	font-weight: bolder;
	color: #151513 !important;
}

.row { margin:0; }

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 { float:left ; margin-left:20px; display:inline; }

.span1.first-child,
.span2.first-child,
.span3.first-child,
.span4.first-child,
.span5.first-child,
.span6.first-child,
.span7.first-child,
.span8.first-child,
.span9.first-child,
.span10.first-child,
.span11.first-child,
.span12.first-child { margin-left:0; }

.span1 { width: 60px; }
.span2 { width: 140px; }
.span3 { width: 220px; }
.span4 { width: 300px; }
.span5 { width: 380px; }
.span6 { width: 460px; }
.span7 { width: 540px; }
.span8 { width: 620px; }
.span9 { width: 700px; }
.span10 { width: 780px; }
.span11 { width: 860px; }
.span12, .container { width: 940px; }

.offset1 { margin-left: 100px; }
.offset2 { margin-left: 180px; }
.offset3 { margin-left: 260px; }
.offset4 { margin-left: 340px; }
.offset5 { margin-left: 420px; }
.offset6 { margin-left: 500px; }
.offset7 { margin-left: 580px; }
.offset8 { margin-left: 660px; }
.offset9 { margin-left: 740px; }
.offset10 { margin-left: 820px; }
.offset11 { margin-left: 900px; }
