.somestyle{
	background-color: rgba(0,0,0,0.1); 			
	box-shadow: inset 0 50px rgba(255,255,255,0.2), 
				inset 0 -15px 30px rgba(0,0,0,0.4),
					  0 5px 10px rgba(0,0,0,0.5);
}

.somestyle2{
	border-style:solid;
	border-width:1px;
	border-color:gray;
}

.whitetext{color:#ffffff;}
.whitetext a{text-decoration : none;color:#ffffff;}

.love-text {
    color: #aaa;
  font-size: 10px;
  margin-top: -5px;
}
.right{float: right;}

.navbar-wrapper{
   color: rgb(90, 90, 90);
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    left: 0px;
    line-height: 20px;
    margin-bottom: -90px;
    
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

body{
   line-height: 20px;
    margin:0px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.navbar{
   line-height: 20px;
    margin-bottom: 20px;
    overflow-x: visible;
    overflow-y: visible;
   
}

hr{
     margin: 20px 0;
      border: 0;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #fff;
}