/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'madsonicregular';
    src: url('../fonts/madsonic-webfont.eot');
    src: url('../fonts/madsonic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/madsonic-webfont.woff') format('woff'),
         url('../fonts/madsonic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------
			SHARE
---------------------------------------------------*/
ul.share{
	width:100%;
	float: left;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	list-style-type:none;
}
ul.share li {
	float:left;
	margin-bottom: 7px;
}
ul.share li.twitter {
	width:180px;
	height: 106px;
	background: url(../img/share-twitter.png) no-repeat scroll 0 0;
	padding: 66px 0 0 15px;
}
ul.share li.facebook {
	width:180px;
	height: 106px;
	background: url(../img/share-facebook.png) no-repeat scroll 0 0;
	padding: 62px 0 0 18px;
}

ul.share li.googleplus {
	width:180px;
	height: 106px;
	background: url(../img/share-googleplus.png) no-repeat scroll 0 0;
	padding: 66px 0 0 18px;
}




