@import url(http://fonts.googleapis.com/css?family=Nobile);
@import url(http://fonts.googleapis.com/css?family=Nobile:bold);


/* typography 
-------------------------------------------------- */

body {
	font: 16px/1.6em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #333;
}

abbr {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
}

a {
	color: #006699;
}

p {
	margin-bottom: 1em;
}

h2 {
	font-family: "Nobile", Arial, serif;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	color: #006699;
}

/* layout 
-------------------------------------------------- */

a, 
button, input[type="submit"], 
input[type="button"] {
	cursor: pointer;
}

.aside {
	padding-top: 8px;
	padding-bottom: 8px;
}

.asides-container {
	background: #fff;
	padding-top: 1em;
}

.list li {
	border-bottom: 1px solid #006699;
	padding: 4px 0 4px 24px;
	background: url(img/arrow.png) 0 7px no-repeat;
}

.list .p {
	border-bottom: 0;
	background: none;
	padding-left: 0;
}

/* header
-------------------------------------------------- */

.wrapper-header {
	background-color: #006699;	
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	overflow: hidden;
}

.header {
	background: rgba(0, 0, 0, .5);
	margin-top: 1em;
	padding-top: 1em;
}

h1 a {
	color: #fff;
	font-family: "Nobile", Arial, serif;
	font-size: 36px;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}

.cc {
	position: absolute;
	bottom: -390px;
	right: -130px;
	font-size: 10px;
}

/* nav
-------------------------------------------------- */

.nav li {
	float: left;
}

.wrapper-nav {
	background: rgba(0, 0, 0, .5);
}

.site-nav {
	position: relative;
}

.site-nav li a, 
.link {
	padding: 0 15px 0 20px;
	height: 32px;
	line-height: 32px;
}

.site-nav li a {
	margin-left: 5px;
	display: block;
	font-family: "Nobile", Arial, serif;
	color: #fff;
	text-decoration: none;
}

.site-nav li a:hover, 
.site-nav li.current a {
	background: url(img/nav_bg.png) 0 0 no-repeat;
	color: #006699;
}

.link {
	display: inline-block;
	background: url(img/link_bg.png) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	margin-top: .5em;
}

.site-nav li .vcard, 
.site-nav li.current .vcard {
	font-family: "Nobile", Arial, serif;
	display: block;
	position: absolute;
	right: 20px;
	top: -30px;
	padding: 21px 0 0 1px;
	width: 50px;
	height: 34px;
	background: url(img/vcard.png) 0 0 no-repeat;
	color: #006699;
	text-align: center;
	font-size: 14px;
}

.site-nav li .vcard:hover, 
.site-nav li.current .vcard:hover {
	background: url(img/vcard.png) 0 -55px no-repeat;
}

/* branding
-------------------------------------------------- */

.branding-container {
	padding-top: 1em;
	padding-bottom: 1em;
	background: rgba(255, 255, 255, .75);
	margin-top: -200px;
}

/* about
-------------------------------------------------- */



/* contact
-------------------------------------------------- */

.email {
	margin: 16px 0;
}


/* footer
-------------------------------------------------- */

.wrapper-footer {
	padding: 24px 0;
	margin-top: 32px;
	border-top: 1px solid #006699;
}

#np {
	font-size: 12px;
	color: #999;
}

/* helpers 
-------------------------------------------------- */

.last {
	border: 0;
	margin: 0;
}

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

.none {
	display: none;
}
