@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #1a1818 url(../images/bgcolor.png) top center repeat-x;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.3px;
	line-height: 19px;
}

section, header, article, footer, img {
	display: block;
}

a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #61cbc6;
}
.highlight {
	color: #61cbc6;
}
.inner {
	width: 955px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
strong {
	font-weight: 700;
}







/** Header **/
header {
	width: 100%;
	background: url(../images/top.png) top center no-repeat;
	height: 125px;
}

#home header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: url(../images/header_home_bg.png) top center repeat-x;
	height: 113px;
}
.projectpage header {
	background: url(../images/projects_top.jpg) top center no-repeat;
}
.about header {
	background: url(../images/about_top.jpg) top center no-repeat;
}
.contact1 header {
	background: url(../images/projects_top.jpg) top center no-repeat;
}
.register1 header {
	background: url(../images/projects_top.jpg) top center no-repeat;
}
.news header {
	background: url(../images/news_top.jpg) top center no-repeat;
}
.news1 header {
	background: url(../images/news1_top.jpg) top center no-repeat;
}
header .logo {
	float: left;
}
.topnav {
	float: right;
	margin: 30px 0 25px 0;
	padding: 0;
	list-style: none;
}
.topnav li {
	float: left;
	text-transform: uppercase;
}
.topnav li a{
	text-align: right;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
	/*
	background: #666;
	border-radius: 0 0 5px 5px; 
	*/
}
.topnav li a:hover, .topnav li.selected a {
	color: #61cbc6;
}
nav {
	clear: right;
	float: right;
	*width: 70%; /* ie7 wraps the floats */
	width: 700px;
}





/** Footer **/
footer {
	clear: both;
	width: 955px;
	margin: 10px auto;
	color: #ccc;
	font-size: 10px;
}






/** Common **/
.btn a {
	display: block;
	padding: 8px;
	margin: 0 10px 0 0;
    width: auto;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 5px #000;
}
.btn.small a {
	display: inline-block;
	padding: 1px 10px;
	font-size: 10px;
	width: auto;
	color: #ccc;
	font-weight: 400;
}
.btn a:hover {
	text-shadow: 0 1px 1px #333, 0 0 7px #fff,  0 0 10px #6ff,  0 0 15px #6ff,  0 0 20px #6ff,  0 0 25px #6ff;
	color: #fff;
}

.register {
	clear: both;
	width: 100%;
	background: url(../images/register_bg.png) top center repeat-y;
	font-size: 12px;
	text-transform: uppercase;
	padding: 1px 0;
	margin: 7px 0;
}
.register p {
	margin: 0;
	padding: 2px 0;
	color: #999;
}
.register .btn a {
	margin: 0 20px;
}
.register .twits {
	float: right;
	margin: 0;
	padding: 0;
}
.twits a img {
	float: left;
	margin: 0 0 0 10px;
}







/** Standard page **/
.content {
	width: 955px;
	margin: 30px auto 50px auto;
	min-height: 500px;
}

.content2 {
	width: 955px;
	margin: 30px auto 50px auto;
	
}



.left {
	float: left;
}
.right {
	float: right;
}
.content .left {
	width: 325px;
}
.content .right {
	width: 600px;
}

.content2 .left {
	width: 325px;
}
.content2 .right {
	width: 600px;
}


h1 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #61cbc6;
	margin: 5px 0 25px 0;
}

.content .bigger {
	font-size: 18px;
	line-height: 28px;
}







/** Home page **/
.rotator {
	width: 100%;
	background: #231f20;
}
#home .content {
	min-height: 100px;
}
#home .content .left {
	width: 255px;
}
#home .content .right {
	width: 680px;
}
.quo {
	color: #61cbc6;
	margin: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 1px;
}
.author {
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	margin: 0 40px 0 0;
}

.projects {
	clear: both;
	width: 950px;
	margin: 10px auto;
	padding: 5px 0;
	background: #333;
	border-radius: 6px; /*w3c border radius*/
	-moz-border-radius: 6px; /* mozilla border radius */
	-webkit-border-radius: 6px; /* webkit border radius */
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}
.projects article {
	float: left;
	width: 295px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/pale_dot.png) top left repeat-y;
}
.projects article.first {
	background: none;
}
.projects p {
	text-align: center;
	margin: 5px 0;
}
.projects .logo img {
	margin: 10px auto;
}
.projects .text {
	font-size: 23px;
	line-height: 28px;
}
.projects .text2 {
	font-size: 19px;
	line-height: 23px;
}
.projects .text strong {
	font-weight: 700;
}
.projects .highlight {
	font-weight: 600;
	font-size: 28px;
}
.projects .btn {
	margin: 15px 0;
}
.projects .btn a {
	margin: 0 auto;
}
.projects ul {
	padding: 0;
	margin: 0 0 0 15px;
}






/** Project page **/
.projectpage .content .left {
	width: 625px;
}
.projectpage .content .left img {
	float: left;
	margin: 0 10px 0 0;
}
.projectpage .content .right {
	width: 300px;
}
.projectpage h1 {
	color: #fff;
	background: #61cbc6;
	padding: 10px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	text-align: center;
	margin: 0;
}
h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 22px;
	color: #61cbc6;
	margin: 15px 0 10px 0;
}
.projectpage .marketed {
	margin: 0 0 0 200px;
	padding: 0 10px 0 0;
	position: relative;
}
.marketed p {
	margin: 0;
	padding: 5px 0;
}
.marketed p.highlight {
	padding: 20px 0 5px 0;
}
.marketed .col1 {
	float: left;
	width: 200px;
	background: url(../images/pale_dot.png) top right repeat-y;
	margin: 0 10px 0 0;
	padding: 0 0 5px 0;
}
ul.btn {
	list-style: none;
	margin: 40px 0;
	padding: 0;
}
ul.btn li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.contact {
	margin: 0 0 0 300px;
	padding: 0 0 0 20px;
}
.lineheight25{
	line-height: 25px;
}




/** Partners, News, Bios **/
ul.partners {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners li {
	float: left;
	margin: 0;
	padding: 0 60px 0 0;
}
.news h1 {
	margin: 0;
}
.bio {
	background: url(../images/pale_dot.png) bottom left repeat-x;
	padding: 10px 0;
}
.bio img {
	float: left;
	margin: 10px 0 0 0;
}
.bio p {
	margin: 10px 0 10px 150px;
}
.bio .date {
	font-weight: 700;
}
.readmore a {
	color: #61cbc6;
	font-weight: 700;
}
.regs {
	border: #322f2f 2px solid;
}
