/* @override http://www.diekreuzen.com/wp-content/themes/Die_Kreuzen_v1/css/typography.css */

abbr {
	font-size: .9em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/*body{
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	-webkit-font-smoothing: antialiased;
}*/
span.amp{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
}
div.menu-primary-menu-container{
	text-transform: uppercase;
	font: 2em/1em 'Special Elite';
	letter-spacing: 2px;
}
div#copyright{
	font-size: .8em;
	line-height: 1.2em;
}
div.releaseTitle h4{
	font-size: 14px;
}
div.singleVideo h4{
	font: 1em/1em 'Special Elite';
}
div#options h3,
div#resourceWrapper h5{
	font: 1em/1em 'Special Elite';
	letter-spacing: 2px;
}
div#posts h3,
div.releaseMeta h4{
	font: 1.4em 'Special Elite';
}
div#tracklistWrapper h5,
div#whereToGetWrapper h5{
	font: 1em/1em 'Special Elite';
}
li.widget h5{
	font: 1.2em 'Special Elite';
}
div.postDate{
	font-size: .8em;
	line-height: 1.2em;
}
div.entry h4{
	line-height: 1em;
}
li.widget ul li{
	font-size: .8em;
}
div.photoCredit{
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 15px;
}
div#lineup2012{
	font: 1.4em 'Special Elite';
}

/* #Font-Face
================================================== */
/*@font-face {
    font-family: 'DearSarahRegular';
    src: url('../fonts/dearsarah-ot-webfont.eot');
    src: url('../fonts/dearsarah-ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dearsarah-ot-webfont.woff') format('woff'),
         url('../fonts/dearsarah-ot-webfont.ttf') format('truetype'),
         url('../fonts/dearsarah-ot-webfont.svg#DearSarahRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
div.menu-primary-menu-container{
	font: 1.6em/1em 'Special Elite';
	letter-spacing: 1px;
}
div#lineup2012{
	font: 1.2em 'Special Elite';
}
}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
div.menu-primary-menu-container{
	font: 1.6em/1em 'Special Elite';
	letter-spacing: 1px;
}
div#lineup2012{
	font: 1em/1.2em 'Special Elite';
}
}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
div.menu-primary-menu-container{
	font: 1.1em/1em 'Special Elite';
	letter-spacing: 1px;
}
div.photoCredit{
	font-size: 8px;
	letter-spacing: 2px;
	line-height: 12px;
}
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */