/*
Theme Name:     ACLU Parent Theme
Theme URI:      http://www.aclufl.org
Author:         Dan Derozier, Net Victories
Author URI:     http://www.netvictories.com
Version:        1.0
*/

@import url("library/css/reset.css");
@import url("library/css/grid.css");
@import url("library/css/nav.css");
@import url("library/css/style.css");

@font-face {
	font-family: 'DIN';
	src: url('library/fonts/eot/DINWeb.eot'); /* IE9 Compat Modes */
	src: url('library/fonts/eot/DINWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('library/fonts/woff/DINWeb.woff') format('woff'), /* Modern Browsers */
	     url('library/fonts/ttf/DINComp.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'DIN';
	src: url('library/fonts/eot/DINWeb-Bold.eot'); /* IE9 Compat Modes */
	src: url('library/fonts/eot/DINWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('library/fonts/woff/DINWeb-Bold.woff') format('woff'), /* Modern Browsers */
	     url('library/fonts/ttf/DINComp-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: bold;
}

@font-face {
	font-family: 'DIN';
	src: url('library/fonts/eot/DINWeb-Ita.eot'); /* IE9 Compat Modes */
	src: url('library/fonts/eot/DINWeb-Ita.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('library/fonts/woff/DINWeb-Ita.woff') format('woff'), /* Modern Browsers */
	     url('library/fonts/ttf/DINComp-Ita.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-style: italic;
}

@font-face {
	font-family: 'DIN';
	src: url('library/fonts/eot/DINWeb-BoldIta.eot'); /* IE9 Compat Modes */
	src: url('library/fonts/eot/DINWeb-BoldIta.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('library/fonts/woff/DINWeb-BoldIta.woff') format('woff'), /* Modern Browsers */
	     url('library/fonts/ttf/DINComp-BoldIta.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-style: italic;
	font-weight: bold;
}