/*
* Pixel Point Creative - Social Square Module
* License: GNU General Public License version
*See: http://www.gnu.org/copyleft/gpl.html
* Copyright (c) Pixel Point Creative LLC.
* More info at http://www.pixelpointcreative.com
* Last Updated: 06/30/2013
*/

@font-face {
    font-family: 'OswaldRegular';
    src: url('inc/oswald/oswald-webfont.eot');
    src: url('inc/oswald/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/oswald/oswald-webfont.woff') format('woff'),
         url('inc/oswald/oswald-webfont.ttf') format('truetype'),
         url('inc/oswald/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PTSansRegular';
    src: url('inc/ptsans/ptsans-regular-webfont.eot');
    src: url('inc/ptsans/ptsans-regular-webfont.eot?iefix') format('eot'),
         url('inc/ptsans/ptsans-regular-webfont.woff') format('woff'),
         url('inc/ptsans/ptsans-regular-webfont.ttf') format('truetype'),
         url('inc/ptsans/ptsans-regular-webfont.svg#webfontdeSwgHNj') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-list {position: absolute; top: 10px; right: 0; background: 0; margin: 0; padding: 0;}
.demo-list li {display: inline; background: 0; margin: 0; padding: 0;}
.demo-list li a{display: block; float: left; padding: 5px 10px; background: #555; color: #fff; margin-right: 20px;}
