@charset "UTF-8";

/* TYPOGRAPHY --------------------------*/

.typography { color:#202020;font-family: Helvetica, Arial, sans-serif;font-size:11px; }

.typography .s { font-size:9px; }
.typography .m { font-size:10px; }
.typography .l { font-size:11px; }
.typography .xl { font-size:12px; }
.typography .xxl { font-size:13px; }

.typography .spaced_letters { letter-spacing:1px; }

.typography .center { text-align:center; }
.typography .right { text-align:right; }
.typography .left { text-align:left;  }

.typography .vertspace { margin:0 4px; } 

.typography p { line-height:1.4em; }

/* HEADLINEs --------------------------*/

.typography h1, .typography h2 { text-transform: uppercase; color: #7f0029; margin-top: 0; letter-spacing: -1px; font-size:26px; }
.typography h2 { font-size:17px; }


/* COLOURS --------------------------*/

.typography .white { color:#FFF; }
.typography .black { color:#000; }
.typography .grey_bright { color:#b4b4b4; }
.typography .pink_bright { color:#ff1a6b; }
.typography .pink_dark { color:#bb0042; }


/* HYPERLINKS --------------------------*/

.typography a:link { color:#bb0042;text-decoration:none; }
.typography a:visited { color:#bb0042;text-decoration:none; }
.typography a:hover { color:#202020;text-decoration:none; }

.typography a.brighter:hover { color:#b4b4b4; }

.typography a.white:link { color:#ffffff;text-decoration:none; }
.typography a.white:visited { color:#ffffff;text-decoration:none; }
.typography a.white:hover { color:#b4b4b4;text-decoration:none; }