@charset "utf-8";
/* CSS Document */

/* ------------------------- */
/* --------- FONTS --------- */
/* ------------------------- */
@font-face {
    font-family: a990810_font;
	src: url('fonts/a990810.eot'); /* for IE6 and before */
    src: url('fonts/a990810.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/a990810.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/a990810.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/a990810.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: morningtype_font;
	src: url('fonts/Morningtype-Bold.eot'); /* for IE6 and before */
    src: url('fonts/Morningtype-Bold.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/Morningtype-Bold.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/Morningtype-Bold.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/Morningtype-Bold.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: narrowsans_font;
	src: url('fonts/LeagueGothic-CondensedRegular.eot'); /* for IE6 and before */
    src: url('fonts/LeagueGothic-CondensedRegular.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/LeagueGothic-CondensedRegular.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/LeagueGothic-CondensedRegular.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/LeagueGothic-CondensedRegular.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: regsans_font;
	src: url('fonts/LeagueGothic-Regular.eot'); /* for IE6 and before */
    src: url('fonts/LeagueGothic-Regular.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/LeagueGothic-Regular.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/LeagueGothic-Regular.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/LeagueGothic-Regular.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: arialalike_font;
	src: url('fonts/TeXGyreHeros-Regular.eot'); /* for IE6 and before */
    src: url('fonts/TeXGyreHeros-Regular.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/TeXGyreHeros-Regular.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/TeXGyreHeros-Regular.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/TeXGyreHeros-Regular.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: futurathick_font;
	src: url('fonts/FuturaBT-ExtraBlack.eot'); /* for IE6 and before */
    src: url('fonts/FuturaBT-ExtraBlack.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/FuturaBT-ExtraBlack.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/FuturaBT-ExtraBlack.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/FuturaBT-ExtraBlack.svg') format('svg'); /* for iOS */
}

@font-face {
    font-family: futuramedium_font;
	src: url('fonts/FuturaBT-Medium.eot'); /* for IE6 and before */
    src: url('fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), /* for IE7 and IE8 */
         url('fonts/FuturaBT-Medium.woff') format('woff'), /* for every decent browser (yes, IE9 included) */
         url('fonts/FuturaBT-Medium.otf') format('opentype'), /* for every decent browser but in older versions (FF3, Chrome4, etc.) */
         url('fonts/FuturaBT-Medium.svg') format('svg'); /* for iOS */
}

div.press-wrapper {position: relative; width: 45%; height: 100%; margin-left:auto; margin-right:auto; top:0px;}

div.press-head {position: relative; background-color: #FFC; padding-left: 8px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px;
               border-style: solid; border-width: thick; border-color: #000;}
.press-date {font-family: futuramedium_font, Arial, Gadget, sans-serif; font-size: 16px; font-weight: bold;}
.press-pub {font-family: futuramedium_font, Arial, Gadget, sans-serif; font-size: 16px; font-weight: bold;}
.press-loc {font-family: futuramedium_font, Arial, Gadget, sans-serif; font-size: 16px; font-weight: bold;}
.press-title {font-family: futuramedium_font, Arial, Gadget, sans-serif; font-size: 30px; font-weight: bold; font-variant: small-caps;}
.press-by {font-family: futuramedium_font, Arial, Gadget, sans-serif; font-size: 16px; font-weight: bold; background-color: #FFC;}

div.press-body {position: relative; background-color: #DFF; padding-left: 8px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px;
               border-style: solid; border-width: thick; border-color: #000;}
.press-prose {font-family: arialalike_font, Arial, Gadget, sans-serif; font-size: 16px;}

div.press-info {font-family: arialalike_font, Arial, Gadget, sans-serif; font-size: 14px; font-weight: normal;}
.press-info a:link, .songs-info a:visited, .songs-info a:hover {color: #00F; text-decoration:none; font-weight: bold;}

@media only screen and (max-width: 768px) {
div.press-wrapper {width: 100%;}
}
