/* standard elements */
html {
	height: 100%;
	background: #fff;
}

a {
	text-decoration: none;
	color: #00A6D4;
}

a:hover {
	color: #007DA8;
}

img {
	border:0;
}

body {
	color: #1a1a1a;
	font-family: "DejaVu Sans", Arial;
	height: 100%;
	font-family: Ubuntu, Myriad, "Myriad Pro", Helvetica, Verdana, Arial;
	font-weight: 300;
}

p, .nav {
	line-height: 140%;
}

h1 {
	color: #00A6D4;
	text-transform: uppercase;
	font-size: 160%;
	font-family: Ubuntu, Myriad, "Myriad Pro", Helvetica, Verdana, Arial;
}

h2 {
	font-size: 130%;
	color: #00A6D4;
	text-transform: uppercase;
	font-family: Ubuntu;
}

h1, h2 {
	border-bottom: 1px solid #d7d7d7;
	font-weight: 400;
}

.content > p {
	width: 500px;
	font-size: 95%;
}

.content {
	width: 825px;
	float:right;
	padding-bottom: 50px;
}

.header {
	font-size: 13px;
	color: #8c8c8c;
	padding-top: 20px;
	padding-bottom: 10px;
}

.references img {
	padding: 6px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	width: 245px;
	height: 153px
}

/* misc */
.clear {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

.container {
	min-height: 100%;
	height: auto !important;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #fff;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
	padding-top: 30px;
}

.nav {
	float: left;
	font-size: 0.8em;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.nav ul {
	padding-left: 0;
	padding-top: 0;
	font-weight: 500;
}

.nav ul li {
	display: block;
}

.nav ul li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #d7d7d7;
}

.nav ul li.current {
	background: #00A6D4;
	color: #fff;
}

.nav ul li.current a {
	color: #fff;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(fonts/ubuntu-400.woff) format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: local('Ubuntu Light'), local('Ubuntu-Light'), url(fonts/ubuntu-300.woff) format('woff');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(fonts/ubuntu-500.woff) format('woff');
}
