/* CSS Reset ----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: "HelveticaNeue", Arial, Verdana, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
}

#container-inner {
    width: 100%;
    min-height: 100%;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    position: relative;
    width: 655px;
    margin: 0 auto;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
}

#alpha-inner {
    padding-right: 20px;
    padding: 5px 0 5px 0;
    /*background-color: #fff;*/
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#alpha,
.layout-wtt #alpha,
.layout-twt #alpha,
.layout-wt #alpha,
.layout-tw #alpha,
.layout-wm #alpha,
.layout-mw #alpha {
    width: 655px;
}

/* Global ----------------------------------------------------------------- */

body {
    background: #454B51;
    font: 12px/16px Arial, Verdana;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #004D80;
}

a:hover {
    text-decoration: underline;
}

#container {
}

#header {
	color: #fff;
    padding: 0px;
    background-color: #454B51;
    margin-top: 10px;
}

#header a {
    color: #fff;
}

#header-name {
	font-family: "HelveticaNeue-UltraLight", Arial, Verdana, sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    text-transform: lowercase;
    padding: 5px 0 5px 0px;
    display: block;
    float: left;
}

#header-name a:hover{
	text-decoration: none;
}

#header-name a span {
    color: #999 !important;
}

#header-description {
    display: none;
}

#content {
    /*padding: 5px 0;*/
    line-height: 1.8;
}

#featured {
	width: 655px;
	height: 125px;
	margin: 0px auto;
}

.section {
	margin-right: 10px;
	float: left;
	height: 125px;
	position: relative;
	z-index: 2;
	margin-top: 20px;
	display: inline;
}

.section#last {
	margin-right: 0px;
}

#footer {
	font-family: Arial, Verdana, sans-serif;
	color: #575f66;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
	margin-top: 25px;
	line-height: 12px;
}

#footer a {
    font-weight: bold;
    color: #576067;
}

/* Utilities ----------------------------------------------------------------- */

.hidden {
    display: none;
}

.pkg:after,
#content-inner:after,
#main-navigation-inner:after,
#comments-form div:after,
.asset-footer-inner:after,
.widget-gallery .widget-content-inner:after,
.entry-asset .asset-footer:after,
.entry-listing li a:after,
#nav:after,
#nav-inner:after,
#beta-columns:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner,
#main-navigation-inner,
#comments-form div,
.asset-footer-inner,
.widget-gallery .widget-content-inner,
.entry-asset .asset-footer,
.entry-listing li a,
#nav,
#nav-inner,
#beta-columns {
    display: block;
}
/* no ie mac \*/
* html .pkg,
* html #content-inner,
* html #main-navigation-inner,
* html #comments-form div, 
* html .asset-footer-inner,
* html .widget-gallery .widget-content-inner,
* html .entry-asset .asset-footer,
* html .entry-listing li a,
* html #nav,
* html #nav-inner,
* html #beta-columns {
    height: 1%;
}
.pkg, #content-inner,
#main-navigation-inner,
#comments-form div,
.asset-footer-inner,
.widget-gallery .widget-content-inner,
.entry-asset .asset-footer,
.entry-listing li a,
#nav,
#nav-inner,
#beta-columns {
    display: block;
}