@charset "UTF-8";
/* CSS Document */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */
[class*="fa fa-"]:before {
   font-family: "FontAwesome", sans-serif;
}

#sticky-social>ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 130px;
}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font-family:sans-serif;
   font-weight:bold;
   font-size:16px;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}

#sticky-social a:hover span {
   left: 100%;
}

#sticky-social>a:visited, #sticky-social>a:active {
   text-decoration:none;
}

#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00ACED; }

#sticky-social a[class*="graduation-cap"],
#sticky-social a[class*="graduation-cap"]:hover,
#sticky-social a[class*="graduation-cap"] span { background: #2C3639; }	

#sticky-social a[class*="envelope"],
#sticky-social a[class*="envelope"]:hover,
#sticky-social a[class*="envelope"] span { background: #517fa4; }	

#sticky-social a[class*="bold"],
#sticky-social a[class*="bold"]:hover,
#sticky-social a[class*="bold"] span { background: #F79B40; }	

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }	
 
#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #D82924;}	

#sticky-social a[class*="flash"],
#sticky-social a[class*="flash"]:hover,
#sticky-social a[class*="flash"] span { background:#417234;}	

#sticky-social a[class*="soundcloud"],
#sticky-social a[class*="soundcloud"]:hover,
#sticky-social a[class*="soundcloud"] span { background:#fc5408;}	

aside {
	margin-top:110px;
	z-index:1000;
	
}

aside ul li a:hover, aside ul li a:active {
	text-decoration:none;
}