/*
 * FONTS
 */

@font-face {
	font-family: 'dejavu_serifitalic';
	src: url('webfonts/dejavuserif-italic-webfont.eot');
	src: url('webfonts/dejavuserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/dejavuserif-italic-webfont.woff') format('woff'),
		 url('webfonts/dejavuserif-italic-webfont.ttf') format('truetype'),
		 url('webfonts/dejavuserif-italic-webfont.svg#dejavu_serifitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'source_sans_probold';
	src: url('webfonts/sourcesanspro-bold-webfont.eot');
	src: url('webfonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-bold-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_proitalic';
	src: url('webfonts/sourcesanspro-italic-webfont.eot');
	src: url('webfonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-italic-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'source_sans_proregular';
	src: url('webfonts/sourcesanspro-regular-webfont.eot');
	src: url('webfonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: 'source_sans_problack';
	src: url('webfonts/sourcesanspro-black-webfont.eot');
	src: url('webfonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-black-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-black-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/*@font-face {
	font-family: 'source_sans_prolight';
	src: url('webfonts/sourcesanspro-light-webfont.eot');
	src: url('webfonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/sourcesanspro-light-webfont.woff') format('woff'),
		 url('webfonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		 url('webfonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: normal;
	font-style: normal;
}*/



/* Source Sans Pro Regular */
body,
#search-block input.search,
#results-block .searched,
#results-block .no-results {
	font-family: 'source_sans_proregular', sans-serif;
}

/* Source Sans Pro Bold */
h1,
h2,
h3,
.readm-more,
.load-more,
#lang-menu li a.active,
#main-nav li a,
#sidebar .news-block a.title,
#side-nav li a,
#text strong,
.pagination a,
#donate-block .header,
.donate-btn,
#footer-nav li a,
#newsletter-block .header,
#footer a.newsletter-btn,
#footer a.social-btn {
	font-family: 'source_sans_probold', sans-serif;
}

/* Source Sans Pro Italic */
#main-header .top .middle-cloud span {
	font-family: 'source_sans_proitalic', sans-serif;
}


