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

/* BASIC FONT SETTINGS ------------------------------------*/

* {
	font-size: 12px;
	line-height: 18px;
}

#navigation ul li a,
#navigation ul li span,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
}

/* CUSTOM FONTS ------------------------------------*/
@font-face {
    font-family: 'ArmataRegular';
    src: url('../fonts/armata/armata-regular-webfont.eot');
    src: url('../fonts/armata/armata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/armata/armata-regular-webfont.woff') format('woff'),
         url('../fonts/armata/armata-regular-webfont.ttf') format('truetype'),
         url('../fonts/armata/armata-regular-webfont.svg#ArmataRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
h1, h1 a, h1 span, 
h2, h2 a, h2 span, 
h3, h3 a, h3 span,
h4, h4 a, h4 span,
h5, h5 a, h5 span
#navigation,
.label_skitter p a {
	font-family: "Tahoma" !important;
	letter-spacing: 0;
}


/* FONT SIZES ------------------------------------*/
h1, h1 a, h1 span {font-size: 30px;}
h2, h2 a, h2 span {font-size: 26px;}
h3, h3 a, h3 span {font-size: 22px;}
h4, h4 a, h4 span {font-size: 18px;}
h5, h5 a, h5 span {font-size: 16px;}
h6, h6 a, h6 span {font-size: 14px;}

#navigation ul li a,
#navigation ul li span {
	font-size: 16px;
}
#navigation ul ul li,
#navigation ul ul li a,
#navigation ul ul li span {
	font-size: 13px;
}

h1, h1 a, h1 span, 
h2, h2 a, h2 span, 
h3, h3 a, h3 span,
h4, h4 a, h4 span,
h5, h5 a, h5 span {
	text-transform: uppercase;
	font-weight: normal;
}


/* MULTI-COLUMN TEXT ------------------------------------*/
.three-col {
       -moz-column-count: 3;
       -moz-column-gap: 20px;
       -webkit-column-count: 3;
       -webkit-column-gap : 20px;
       -moz-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
       -moz-column-rule-width:  1px;
       -webkit-column-rule-color:  #ccc;
       -webkit-column-rule-style: solid ;
       -webkit-column-rule-width:  1px;
}