
@font-face {

	font-family: 'icomoon';

	src:url('fonts/icomoon.eot?wzy3sq');

	src:url('fonts/icomoon.eot?#iefixwzy3sq') format('embedded-opentype'),

		url('fonts/icomoon.woff?wzy3sq') format('woff'),

		url('fonts/icomoon.ttf?wzy3sq') format('truetype'),

		url('fonts/icomoon.svg?wzy3sq#icomoon') format('svg');

	font-weight: normal;

	font-style: normal;

}


[class^="wsp-icon-"], [class*=" wsp-icon-"] {

	font-family: 'icomoon';

	speak: none;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	line-height: 1;

	/* Better Font Rendering =========== */

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}


.wsp-icon-folder-open:before {

	content: "\e601";

}

.wsp-icon-shuffle:before {

	content: "\e602";

}

.wsp-icon-pushpin:before {

	content: "\e600";

}

.wsp-icon-arrow-left:before {

	content: "\e603";

}

.wsp-icon-uniE604:before {

	content: "\e604";

}


.wsp-icon-pushpin {
	padding: 0 7px 2px 0;
	font-size: 14px;
	line-height: 34px;
	position: relative;
	top: 1px;
}
.wsp-icon-folder-open {
	font-size: 12px;
	padding: 0 5px 0 0;
}
.wsp-icon-shuffle {
	font-size: 18px;
	position: absolute;
	right: 13px;
	top: 9px;
}
.wsp-icon-uniE604,
.wsp-icon-arrow-left {
	font-size: 15px;
	line-height: 1.8em;
}
.wsp-icon-uniE604 {
	position: relative;
	font-weight: bold;
}
.wsp-icon-arrow-left {
	position: relative;
	font-weight: bold;
}

/* Ticker box
----------------------------------------- */
#ticker-wrapper {
	position: relative;
	margin: 0 auto;
	height: 35px;
	clear: both;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1); 
}
#ticker-wrapper h3 {
	float: left;
	margin: 0 13px 0 0;
	padding: 0 1em 0 0.8em;
	height: 35px;
	line-height: 34px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
#ticker-wrapper div {
	height: 35px;
	position: relative;
}
#ticker-wrapper a {
	height: 35px;
	line-height: 34px;
	text-decoration: none;
	font-size: 13px;
}
#ticker-wrapper a:hover {
	text-decoration: underline;
}
#ticker-wrapper a#ticker-cat {
	font-weight: bold;
	text-transform: uppercase;
}
#s7 {
	overflow: hidden;
	margin: 0 58px 0 0;
}
#entry-s7 {
	padding: 0;
	width: 100%;
}
#ticker-wrapper #random-article {
	position: absolute;
	right:0;
	top:0;
	margin: 0;
	height: 35px;
}
#ticker-wrapper #random-article a {
	height: 35px;
	margin: 0;
	width: 45px;
	display: block;
	text-decoration: none;
}

/* =Tooltips
-------------------------------------------------------------- */
#ticker-wrapper a:hover {
	position: relative;
}
#ticker-wrapper a[title1]:hover {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: center;
}
#ticker-wrapper a[title1]:hover:after {
	content: attr(title1);
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3;
	padding: 5px 5px;
	position: absolute;
	border: solid 1px;
	left: -5px;
	right: -5px;
	bottom: 125%;
	width: auto;
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
	text-shadow: none;
	z-index: 9999;
	border-radius: 3px;
}
#ticker-wrapper a[title1]:hover:before {
	position: absolute;
	border: solid 8px;
	display: block;
	content: "";
	margin: -10px 15px 0;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	top: auto;
	border-color: #333333;
}

@media (max-width: 450px) {
	/* @media (max-width: 450px) No display breaking news for better readability on smaller devices */

#ticker-wrapper {
	display: none;
}
.wsp-icon-uniE604,
.wsp-icon-arrow-left {
	font-size: 13px;
}
}