#header{
  padding-bottom:20px;
  border-bottom:1px solid #eee
}
#home{
   background: rgba(255,255,255,.94); 
   margin-top:100px;
   border-radius:10px;
}
#navigator{
  z-index:99;
  position:fixed;
  width:100%;
  background:rgba(255,255,255,0.9);
  top:0;
  left:0;
  right:0;
  margin-top:0px;
  border-bottom:none;
  border-top:none;
}
#navList{
        float:inherit;
	width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;  
}
#navList li{
       margin:auto;
       float:inherit;
}
#navList li:first-child { 
       display:none;
}
#mainContent{
  float:right;
}
#sideBar{
  float:left;
  margin-top:1px;
}
#sideBarMain{
}
#blog-news{
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
#person-avatar{
  height:150px;
  width:150px;
  border-radius:75px;
  overflow:hidden;
}
.centerimg{
}
.slogan{

}
.social-link{
  font-size:13px;
}
#profile_block{
   display:none;
}
. newsItem{
   text-align:center;
}
.catListTitle{
  display:none;
}
#leftcontentcontainer{
   background: rgba(255,255,255,0); 
}
#blogTitle{
        text-align:center;
        height:inherit;
        clear:inherit;
}
#blogTitle h2{
	float:inherit;
}
#blog-news{
   background-color: transparent; 
}
#div_digg{
	position:fixed;
	right:10px;
	bottom:30px;
}
.buryit{
	display:none;
}
.newsItem{
	background-color:transparent;
}

#sidebar_postcategory{
	background-color:transparent;
	text-align:center;
}

.friend{
  position:absolute;
  bottom:0;
  width:230px;
}
#ad_t2{
  display:none;
}
#ad_c1{
  display:none;
}
#under_post_news{
  display:none;
}
#ad_c2{
  display:none;
}
#under_post_kb{
  display:none;
}

.friend-link{
  margin-top:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
.friend-title{
  padding-bottom:5px;
}

body { 
   background-color: black;
}
#matrix{
  z-index:-1;
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
#blog-news{
 color:white;
}
#header{
  border-bottom:none;
  padding-bottom:20px;
}
#home{
   box-shadow:none;
   background: rgba(255,255,255,.94); 
}
#navigator{
  background:transparent;
  border:transparent;
}
#navList a:hover{
  color:white;
}
#navList a:link, #navList a:visited, #navList a:active{
  color:white;
}
#home{
  background:transparent;
}
#blogTitle h1{
  color:white;
}
#blogTitle h1 a{
  color:white;
}
#blogTitle h2{
  color:white;
}
.postTitle{
  border-left-color:white;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
  color:white;
}
.postTitle a:hover{
  color:green;
}
a:visited{
  color:gray;
}
a:hover{
  color:green;
}
.postCon{
 color:white;
}
.postDesc{
 color:white;
}
.postBody{
 color:white;
}
.postBody a:link, .postBody a:visited, .postBody a:active{
  color:gray;
}
.feedbackCon{
  color:white;
}
.comment_my_posted{
  color:white;
}
a:link{
  color:gray;
}
#avatar-img{
    -webkit-animation: play 10s linear infinite;
            animation: play 10s linear infinite;
}
@-webkit-keyframes play{
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes play{
    0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/*body { background-color: #505770; background-image: url(https://unsplash.it/1600/900?random); background-repeat: no-repeat; background-attachment: fixed; background-position: center 0; background-size: cover; }*/
#header
  border-bottom:1px solid rgb(233,233,233);
  padding-bottom:20px;
}
#home{
   background: rgba(255,255,255,.94); 
   margin-top:100px;
}