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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em{
	font-variant: italic;
}
strong{
	font-weight: bold;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {vertical-align:middle;}
section, header, footer, nav, article, aside, .section, .header, .footer, .nav, .article, .aside {display:block;}
/*=========================BRANDING DEFAULTS===========================*/

#branding{
	position: fixed;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height:28px;
	top: 0;
	left:0;
	text-align: left;
	font-size: 12px;
	z-index: 1000;
}
#branding p{
	margin: 0;
}
#branding p#logo{
	margin-left: 1em;
	letter-spacing: 0em;
	color: #ae9b7f;
	font-weight: bold;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Sans-serif;
	margin-top: .4em;
	z-index: 2000;
}
#branding p#logo a{
	padding-right: 0.5em;
	color: #bd1900;
	font-weight:bold;
}
#branding ul{
	position: absolute;
	right: 3em;
	top: 0.4em;
}
#branding li{
	display: inline;
}
#branding .date{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 18px;
}
#subscribe{
	position: absolute;
	top: 0.6em;
	right: 0px;
	font-size: 0.6em;
	width: 24px;
}
#navigation a{
	padding: 0 5px;
	border-left: 1px solid #666;
}
#navigation li:first-child a{
	border: none;
}