
#main-footer {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #64686D;
    margin-top: 20px;
    padding: 5px;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #03AEE4;
    color: rgba(255, 255, 255, 0.85);
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.share-icons, .follow-icons {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.share-icons li, .follow-icons li {
    float: left;
    height: 30px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 30px;
}
.share-icons li a, .follow-icons li a {
    background: url("../social.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
}
.share-icons li a {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.follow-icons li a {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.share-icons li a:hover, .follow-icons li a:hover {
    background-color: #FF833D;
}
.share-icons li a.fb-share, .follow-icons li a.fb-share {
    background-position: -30px 0;
}
.share-icons li a.fb-share:hover, .follow-icons li a.fb-share:hover {
    background-position: -30px -30px;
}
.share-icons li a.tw-share, .follow-icons li a.tw-share {
    background-position: 0 0;
}
.share-icons li a.tw-share:hover, .follow-icons li a.tw-share:hover {
    background-position: 0 -30px;
}
.share-icons li a.pin-share, .follow-icons li a.pin-share {
    background-position: -90px 0;
}
.share-icons li a.pin-share:hover, .follow-icons li a.pin-share:hover {
    background-position: -90px -30px;
}
.share-icons li a.gp-share, .follow-icons li a.gp-share {
    background-position: -60px 0;
}
.share-icons li a.gp-share:hover, .follow-icons li a.gp-share:hover {
    background-position: -60px -30px;
}
.follow-icons li a.rss {
    background-position: -120px 0;
}
.follow-icons li a.rss:hover {
    background-position: -120px -30px;
}

div#links {
	padding: 10px;
}

.image a img {
	border: none;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

ul.videos li {
	list-style-type: none;
}

