﻿/* 
========================================================================
Filename:		webfonts.css
Date Created:	2010-03-10
Description:	Stylesheet for CSS Web Fonts
Site:			Womans Aid - The Hideout
Author:			Mark Patterson (mark.patterson@atticmedia.com)
========================================================================
*/

/* Web fonts 
------------------------------------------------------------------------ */
@font-face {
	font-family: 'HelveticaNeue-BoldCondRegular';
	src: url('../fonts/helvetica_neue/HelvNeue_Bold_Cond.eot');
	src: local('HelveticaNeue-BoldCond'), local('HelveticaNeue-BoldCond'), 
	    url('../fonts/helvetica_neue/HelvNeue_Bold_Cond.woff') format('woff'), 
	    url('../fonts/helvetica_neue/HelvNeue_Bold_Cond.ttf') format('truetype'), 
	    url('../fonts/helvetica_neue/HelvNeue_Bold_Cond.svg#HelveticaNeue-BoldCond') format('svg');
}

@font-face {
	font-family: 'SerifficGrungeBold';
	src: url('../fonts/seriffic_grunge/seriffic.eot');
	src: local('Seriffic Grunge'), local('Georgia-Bold'), 
	    url('../fonts/seriffic_grunge/seriffic.woff') format('woff'), 
	    url('../fonts/seriffic_grunge/seriffic.ttf') format('truetype'), 
	    url('../fonts/seriffic_grunge/seriffic.svg#SerifficGrunge') format('svg');
}

@font-face {
	font-family: 'JacobyICGBlackRegular';
	src: url('../fonts/jacoby_icg/Jacob44.eot');
	src: local('Jacoby ICG Black'), local('JacobyICG-Black'), 
	    url('../fonts/jacoby_icg/Jacob44.woff') format('woff'), 
	    url('../fonts/jacoby_icg/Jacob44.ttf') format('truetype'), 
	    url('../fonts/jacoby_icg/Jacob44.svg#JacobyICG-Black') format('svg');
}


/* Main Navigation 
------------------------------------------------------------------------ */
#child #navigation-wrapper .navigation .level1 li p {
    font-family: 'JacobyICGBlackRegular', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.9em !important;
    letter-spacing: -0.025em;
}
#yp #navigation-wrapper .navigation .level1 li p {
    font-family: 'SerifficGrungeBold', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.45em !important;
    letter-spacing: -0.025em;
}
#child #navigation-wrapper .navigation .level1 li li p,
#yp #navigation-wrapper .navigation .level1 li li p {
    font-family: Arial, Helvetica, Verdana, Sans-Serif !important;
    font-size: 1.2em !important;
    letter-spacing: 0;
}


/* Message Board (Left Column) 
------------------------------------------------------------------------ */
#child #navigation-wrapper .msgboard h2 {
    font-family: 'JacobyICGBlackRegular', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 2em !important;
    letter-spacing: -0.025em;
}
#yp #navigation-wrapper .msgboard h2 {
    font-family: 'SerifficGrungeBold', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.4em !important;
    letter-spacing: -0.025em;
}
#navigation-wrapper .navigation li.adult p {
    color: #2E84A9;
}

/* Content 
------------------------------------------------------------------------ */
#child #main-content .intro .panel-header h2 {    
    font-family: 'JacobyICGBlackRegular', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 2.5em !important;
    letter-spacing: -0.025em;
}
#yp #main-content .intro .panel-header h2 {    
    font-family: 'SerifficGrungeBold', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 2em !important;
    letter-spacing: -0.025em;
}
#child #secondary-content .panel .panel-header h2 {
    font-family: 'JacobyICGBlackRegular', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.95em !important;
    letter-spacing: -0.025em;
}
#yp #secondary-content .panel .panel-header h2 {
    font-family: 'SerifficGrungeBold', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.45em !important;
    letter-spacing: -0.025em;
}
#secondary-content .buttons p {
    font-family: 'HelveticaNeue-BoldCondRegular', Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 1.4em !important;
    font-weight: normal !important;
    letter-spacing: 0em; 
}
