/* Theme Out the Box */
/* Core type & display */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,700,900);
body {
    background: #6f727a;
    color: #484848;
    font: 10px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-family: 'Roboto', sans-serif!important;
    margin: 3.5em 0 15px 0;
}
h1, h2, h3, h4 { margin-bottom: .5em; }
h1 {
	font-size: 26px;
}
h2 { font-size: 21px; }
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
.aside h2 em, .aside h3 em {
	color: #aaa;
	font-size: .8em;
	font-style: normal;
	padding-left: 2px;
}
p, dl, ul, ol { margin-bottom: 1em; }
p, dt, dd, li { font-size: 12px; }

a {
	color: #2d6cbe;
	cursor: pointer;
	text-decoration: none;
}
a:hover { color: #1d4483; }

body {background: rgba(232, 232, 232, 0.4);}
.wrap {
    background: #fff;
    margin: 0 auto;
    padding: 0 30px;
    width: 920px;
}

[hidden] {
  display: none;
}

#header .wrap {
	background: #333;
	position: relative;
}
.header-wrap {}
#logo {
	float: left;
	margin: 20px 0;
}
#logo h1 {
	font-size: 39px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
#logo h1 a { color: rgba(255,255,255,.93); }

#account-nav {
    position: absolute;
    float: right;
    right: 0;
    top: -2.6em;
}

#account-nav p {
    color: rgba(255,255,255,.6);
    font-size: 10px;
    font-weight: bold;
    list-style: none;
}
#account-nav .wrap {
	background: #000;
}
#account-nav a {
	color: rgba(255,255,255,.6);
	margin: 0 3px;
	transition: all 0.5s ease;
}
#account-nav a:hover { color: rgba(255,255,255,.93); }
#account-nav a.user { margin-left: 0; }

#content {}

#nav {margin-bottom: 0px;}
#nav.fix-nav {

}
#nav .wrap { background: #212121;  padding: 0 30px; width: 920px;}
.nav-wrap {}
#nav ul { margin: 0; }
#nav li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 0;
}

#nav li a {
	color: rgba(255,255,255,.7);
	display: block;
	padding: 20px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

#nav li a:hover { color: rgba(255,255,255,.93); background: rgba(0,0,0,.2); }

#nav li.has-sub { position: relative; }
.sub-nav {
	background: rgba(21,21,21,.93);
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: -10px;
	padding-bottom: 7px;
	position: absolute;
	top: 100%;
	width: 175px;
	z-index: 900;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.sub-nav dt {
	background: rgba(255,255,255,.7);
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 2px 10px;
}
.sub-nav dt:first-child { margin-top: 0; }
.sub-nav dt.no-title {
	background: transparent;
	height: 6px;
	padding: 0;
	margin: 0;
}
.sub-nav dd {
	font-size: 11px;
	margin: 0;
}
#nav li .sub-nav dd a {
	display: block;
	padding: 1px 12px;
}
#nav li .sub-nav a { text-transform: none; }

/* Footer */
#footer {}
#footer .wrap {
	background: #e2e2e2;
	padding: 0;
	width: 980px;
}

#footer p {
	color: #999;
	font-size: 11px;
}
#footer p a { color: #626262; }
#footer p a:hover { color: #424242; }
