/* 
    Document   : typography
    Created on : Feb 4, 2013, 12:54:12 PM
    Author     : Pablo Rubio
    Description:
        Typography classes.
*/

/* Font Faces
*/

@font-face {
  font-family: 'Akzidenz-Grotesk BQ Condensed';
  src: url('../fonts/AkzidenzGrotesk-RegularCond.otf');
  src: url('../fonts/AkzidenzGrotesk-RegularCond.ttf') format('truetype'),
    url('../fonts/AkzidenzGrotesk-RegularCond.svg#AkzidenzGrotesk-RegularCond') format('svg'),
    url('../fonts/AkzidenzGrotesk-RegularCond.eot?#iefix') format('embedded-opentype');  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk BQ Condensed';
  src: url('../fonts/AkzidenzGrotesk-BoldCond.otf');
  src: url('../fonts/AkzidenzGrotesk-BoldCond.ttf') format('truetype'),
    url('../fonts/AkzidenzGrotesk-BoldCond.svg#AkzidenzGrotesk-BoldCond') format('svg'),
    url('../fonts/AkzidenzGrotesk-BoldCond.eot?#iefix') format('embedded-opentype');  
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Akzidenz-Grotesk BQ Condensed';
  src: url('../fonts/AkzidenzGrotesk-LightCond.otf');
  src: url('../fonts/AkzidenzGrotesk-LightCond.ttf') format('truetype'),
    url('../fonts/AkzidenzGrotesk-LightCond.svg#AkzidenzGrotesk-LightCond') format('svg'),
    url('../fonts/AkzidenzGrotesk-LightCond.eot?#iefix') format('embedded-opentype');  
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'tjrsgthm';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Gotham-Thin.eot');
  src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Thin.woff') format('woff'),
    url('../fonts/Gotham-Thin.ttf')  format('truetype'),
    url('../fonts/Gotham-Thin.svg#Gotham-Medium') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/Gotham-ThinItalic.eot');
  src: url('../fonts/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-ThinItalic.woff') format('woff'),
    url('../fonts/Gotham-ThinItalic.ttf')  format('truetype'),
    url('../fonts/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf')  format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Medium') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/Gotham-BookItalic.eot');
  src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-BookItalic.woff') format('woff'),
    url('../fonts/Gotham-BookItalic.ttf')  format('truetype'),
    url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf')  format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/Gotham-MediumItalic.eot');
  src: url('../fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff'),
    url('../fonts/Gotham-MediumItalic.ttf')  format('truetype'),
    url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf')  format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
}

@font-face {
  font-family: 'tjrsgthm';
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/Gotham-BoldItalic.eot');
  src: url('../fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-BoldItalic.woff') format('woff'),
    url('../fonts/Gotham-BoldItalic.ttf')  format('truetype'),
    url('../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
}

/* Wildcard pattern
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Family
*/

.helvetica-neue {
  font-family: 'Helvetica Neue';
}

.lobster {
  font-family: 'Lobster';
}

.arial {
  font-family: arial;
}

.helvetica {
  font-family: helvetica;
}

/* Weight
*/

strong, b, .bold {
  font-weight: bold;
}

.light {
  font-weight: normal;
}

/* Type
*/

em, i, .italic {
  font-style: italic;
}

/* Decoration
*/

.underline {
  text-decoration: underline;
}

/* Transform
*/

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/* Align
*/

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}