/*
    TYPOGRAPHY STYLES
*/


/* RESET
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;vertical-align:baseline;background:transparent;margin:0;padding:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC CLASSES */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.rm{
	position: absolute;
	left: -999em; }

.cl{clear: both; }

.ui-tabs-hide {display: none; }


/* FLOATING ELEMENTS */
.column1,
.floatLeft {float: left; }

img.floatLeft {margin: 1em 20px 1em 0; }

.column2,
.floatRight {float: right; }

img.floatRight {margin: 1em 0 1em 20px; }


/* CUSTOM FONTS */
@font-face {
    font-family: 'CodeBold';
    src: url('../../fonts/code-bold-webfont.eot');
    src: url('../../fonts/code-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/code-bold-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal; }


/* GENERIC
--------------------------------------------------------------*/
body {
	font-size: 93.75%;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }


/* FONT SIZES (used for style switcher text size adjust) */
body.sizeTwo {font-size: 100%; }

body.sizeThree {font-size: 125%; }

h1, h2, h3, h4, h5, p, ol, ul, li, table, dl, dt, dd {line-height: 1.5em; }


/* HEADINGS
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0 0;
	line-height: 1.3em;
	clear: both; }

h1,
h2 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 		font-weight: 300;}

h1 {
	font-size: 266.7%;
  margin: .5em 0;
  font-weight: 300;
  text-align: center; }

h2 {
	font-size: 166.65%;
	margin: 1.5em 0 .5em; }

h3 {
	font-size: 1em;
	margin-bottom: 1em; }

h4 {
	font-size: 1em;
	margin-bottom: 1.25em; }

h5 {
	font-size: 1em;
	margin-bottom: 1.5em; }

h6 {font-size: 1em; }


/* LISTS
--------------------------------------------------------------*/
ul,
ol {margin: 5px 0 0 15px; }

ol {margin-left: 25px; }

ul ul,
ol ol,
ul ol {margin-bottom: 5px; }

ul li,
ul ol ul li {
	background-repeat: no-repeat;
	background-position: 0 .6em; }

ul li,
ul ol ul li {padding-left: 10px; }

ol {
	list-style-type: decimal;
	list-style-position: outside; }

ol ol li {list-style-type: lower-roman; }

ol ol ol li {list-style-type: lower-roman; }

ul ol li {
	background: none;
	padding-left: 0; }

dl {margin: 0 0 15px; }

dl dt {font-weight: 700; }

dl dd {margin: .5em 0 1em 1.5em; }


/* TEXT
--------------------------------------------------------------*/
p {margin: 1em 0; }

abbr,
acronym {
	border-width: 0 0 1px;
	border-style: dotted; }

address {
	margin-top: 1.5em;
	font-style: italic; }

strong {font-weight: 700; }

em,
dfn {font-style: italic; }

dfn {font-weight: 700; }

pre,
code {
	margin: 1.5em 0;
	white-space: pre; }

pre,
code,
tt {
	font: 1em monospace;
	line-height: 1.5; }

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5; }


/* LINKS
--------------------------------------------------------------*/
a,
a:link {
    outline: none 0;
    text-decoration: underline; }

a:active {text-decoration: none; }


/* SKIP LINKS */
.skip {
	left: -999em;
	position: absolute; }

a.skip:focus, a.skip:active {
    border-width: 3px;
	border-style: solid;
    left: 0;
    top: 0;
    font-size: 1.3em;
    padding: 3px 5px;
    font-weight: 700; }


/* QUOTES
--------------------------------------------------------------*/
blockquote p {margin-bottom: 0; }

cite {display: block; }


/* TABLES
--------------------------------------------------------------*/
caption {
	text-align: left;
	font-style: italic;
	margin: 0 0 1em; }

table {
	width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 4px 0;
    margin: 0;
    margin-bottom: 1em; }

th,
td {
	border-width: 0 0 1px;
    border-style: solid;
    padding: 4px; }

th {
    border-width: 0 0 2px;
    text-align: left;
    font-family: 'CodeBold';
    font-size: 120%;
    letter-spacing: 1px;
    text-transform: uppercase; }
