@charset "utf-8";
/* CSS Document */

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.container {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}
#sticky-social {
	left: 0;
	top: 350px;
	position: fixed;
	z-index: 1001;
	display:inherit;
}
@media screen and (min-width: 700px) and (max-width: 1264px)  { 
#sticky-social {
	left: 0;
	top: 200px;
	position: fixed;
	z-index: 1001;} }
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
   text-decoration:none;
}
#sticky-social a span {
	line-height: 35px;
	left: -140px;
	position: absolute;
	text-align:center;
	width:140px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"] {
	width:35px;
	height: 35px;
	background:#3b5998 url(icons/icon-sheet.gif) -2px -41px;
}
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="blog"] {

	background: #00aced url(icons/icon-sheet.gif) -37px -2px;}
#sticky-social a[class*="blog"]:hover,
#sticky-social a[class*="blog"] span { background: #00aced; }

#sticky-social a[class*="store"]{

	background:#dd4b39 url(icons/icon-sheet.gif) -78px -38px;}
#sticky-social a[class*="store"]:hover,
#sticky-social a[class*="store"] span { background: #dd4b39; }  

#sticky-social a[class*="brycehomes"]{

	background:#007bb6 url(icons/icon-sheet.gif) -80px -73px;}
#sticky-social a[class*="brycehomes"]:hover,
#sticky-social a[class*="brycehomes"] span { background: #007bb6; }  

#sticky-social a[class*="donate"]{

	background:#517fa4 url(icons/icon-sheet.gif) -75px -2px;}
#sticky-social a[class*="donate"]:hover,

#sticky-social a[class*="donate"] span { background: #517fa4; }  

#sticky-social a[class*="youtube"]{

	background:#eb4924 url(icons/icon-sheet.gif) -42px -73px;}
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #eb4924; }  

#sticky-social a[class*="research"]{

	background:#cc2127 url(icons/icon-sheet.gif) -42px -38px;}
#sticky-social a[class*="research"]:hover,
#sticky-social a[class*="research"] span { background: #cc2127; }  

#sticky-social a[class*="authors"]{

	background:#000000 url(icons/icon-sheet.gif) -1px -2px;}
#sticky-social a[class*="authors"]:hover,
#sticky-social a[class*="authors"] span { background: #000000; }  

#sticky-social a[class*="twitter"]{

	background:#00b1f0 url(icons/icon-sheet.gif) 0px -74px;}
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00b1f0; }  
