@charset "UTF-8";

/*--------------------------------------------------------------------
Global Reset CSS

Version:		1.0
Purpose:		The purpose of this reset is not to reset all values 
				to 0, but to give all browsers a common starting point.

----------------------------------------------------------------------*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #e3dfdc;
	font-size: 62.5%; /* with this setting, 1em = 10px */
	line-height: 1.5; /* 1.25;  using unitless line-height */
}

/* Font Family
----------------------------------------------------------------------*/
body,
textarea {
	font-family: helvetica, arial, sans-serif;
}

/* Font Sizes
----------------------------------------------------------------------*/
/* Block level elements */
address, blockquote, form, p, pre, table,
dl, ol, ul {
	font-size: 1.1em;
}
/* Nested block level elements + form fields */
blockquote address, blockquote blockquote, blockquote form, blockquote p, blockquote pre, blockquote table, blockquote dl, blockquote ol, blockquote ul,
dl address, dl blockquote, dl form, dl p, dl pre, dl table, dl dl, dl ol, dl ul,
form address, form blockquote, form p, form pre, form table, form dl, form ol, form ul,
ol address, ol blockquote, ol form, ol p, ol pre, ol table, ol dl, ol ol, ol ul,
table address, table blockquote, table form, table p, table pre, table table, table dl, table ol, table ul,
ul address, ul blockquote, ul form, ul p, ul pre, ul table, ul dl, ul ol, ul ul,
button, input, select, textarea {
	font-size: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 1.0em;
}

/* Font Styles
----------------------------------------------------------------------*/
abbr {
	text-decoration: underline;
}

address, cite {
	font-style: normal;
}

b, strong {
	font-weight: bold;
}

code, kbd, pre, samp {
	font-family: "Courier New", Courier, monospace;
}

del {
	text-decoration: line-through;
}

dfn, em, i, var {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ins {
	text-decoration: underline;
}

small {
	font-size: .9em;
}

sub {
	vertical-align: sub;
}

sup {
	/* vertical-align: super; */
	 vertical-align: top;
	 font-size: 0.9em;
}

/* Margins
----------------------------------------------------------------------*/
p, pre,
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
table {
	margin-bottom: 1em;
}

/*
ul ul, ul ol, ul dl
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
table table {
	margin-bottom: 0;
}
ul ul, ul ol,
ol ul, ol ol {
	margin-left: 1.5em;
}*/


/* Lists
----------------------------------------------------------------------*/
ol, ul {
	list-style: none;
}

dl dt {
	font-weight: bold;
}

/* Tables - tables still need 'cellspacing="0"' in the markup
----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*iFrame
----------------------------------------------------------------------*/
iframe {
	border: 1px solid #ccc;
}

/* Blockquote, Q, hr
----------------------------------------------------------------------*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after,
#container:after,
#wrapper:after,
#globe:after,
#content:after,
#mast:after,
#main-promo:after,
.channel-promo:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
#container,
#wrapper,
#globe,
#content,
#mast,
#main-promo,
.channel-promo,
.section,
#footer {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix,
* html #container,
* html #wrapper,
* html #globe,
* html #content,
* html #mast,
* html #main-promo,
* html .channel-promo,
* html .section,
* html #footer {
	height: 1%;
}
.clearfix,
#container,
#wrapper,
#globe,
#content,
#mast,
#main-promo,
.channel-promo,
.section,
#footer {
	display: block;
}
/* End hide from IE-mac */
