  
/*------------------------------ FONTS ------------------------------*/
@font-face {
	font-family: 'OpenSans';
	src: url('/innovrtors/fonts/OpenSans-Regular.eot');
	src: local('☺'), url('/innovrtors/fonts/OpenSans-Regular.woff') format('woff'), url('/innovrtors/fonts/OpenSans-Regular.ttf') format('truetype'), url('/innovrtors/fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Play';
	src: url('/innovrtors/fonts/Play-Regular.eot');
	src: local('☺'), url('/innovrtors/fonts/Play-Regular.woff') format('woff'), url('/innovrtors/fonts/Play-Regular.ttf') format('truetype'), url('/innovrtors/fonts/Play-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*------------------------------ GENERAL ------------------------------*/
body {
	background-color: #f0f0f0;
    color: #505050;
	font-family: 'OpenSans';
	margin: 0;
}
img {
	border: 0;
}
h1 {
	color: #3054AC;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 30px;
}
h2 {
	color: #5074CC;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}
p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}
a {
	color: #5858C0;
}
.clearfix:after, #contents:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
.btn {
	background: url(/innovrtors/images/bg-button.png) no-repeat;
	background-position: 0 -70px;
	color: #fff;
	display: inline-block;
	font: 24px/60px 'OpenSans';
	height: 60px;
	width: 230px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn:hover {
	background-position: 0 0;
}

.small_letters {
    font-size: 11px;
}

/*------------------------------ HEADER ------------------------------*/

.nav_item.active {
	color: orange;
}

.nav_item {
	color: white;
	font-size: 20pt;
	text-decoration: none;
    text-shadow: 2px 2px 8px black;
    width: 16%;
    margin: 5px auto;
    float: left;
    text-align: center;
}

.nav_item:hover {
	color: #c0f0f0;
    text-shadow: 0 0 15px #fff;
}

.nav_bar {
    background-color: black;
    box-shadow: 0 0 10px #888888;
    overflow: hidden;
    width: 80%;
	max-width: 1350px;
    margin: 0 auto;
}

#header {
	background: url(/innovrtors/images/header.jpg) no-repeat center top;
	background-color: #eee;
    box-shadow: 0 0 10px #888888;
	padding: 0px 0;
    height: 200px;
    width: 80%;
	max-width: 1350px;
    float: center;
    width: 80%;
	border:1px;
    margin: 10px auto 0px auto;
}

#social {
    width: 80%;
	max-width: 1350px;
    margin: 10px auto 0px auto;
}

#social img {
    width: 32px;
    height: 32px;
    float: right;
    box-shadow: 0 0 10px white;
    border-radius: 50%;
    margin-left: 10px;
}

#facebook {
    background: url(/innovrtors/images/facebook_inactive.png);
}

#facebook:hover {
    background: url(/innovrtors/images/facebook_active.png);
}

#youtube {
    background: url(/innovrtors/images/youtube_inactive.png);
}

#youtube:hover {
    background: url(/innovrtors/images/youtube_active.png);
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
    box-shadow: 0 0 10px #888888;
	width: 80%;
    text-align: center;
	margin: 10px auto;
	background-color: #f8f8f8;
	padding: 30px 0;
}

/*------------------------------ NAVBOX ------------------------------*/
#navigation {
	display: inline-block;
	list-style: none;
	line-height: 100px;
	margin: 0;
	padding: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 160px;
	text-align: center;
}
#navigation li a {
	color: white;
	font-size: 20pt;
	line-height: 30px;
	text-decoration: none;
}


#navigation li a:hover {
	color: #000;
}
#navigation li.active a {
	color: #f99600;
}
#navbox {
	padding: 60px 0;
}
#navbox > div {
	width: 900px;
	text-align: center;
	margin: 0 auto;
}
#navbox > div img {
	float: right;
	margin-left: 60px;
}
#navbox h1, #navbox h2 {
	color: #3054AC;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}
#navbox h3 {
	color: #5074CC;
}
#navbox h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: none;
}
#navbox p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
#navbox p span {
	display: block;
	font-size: 12px;
	width: 360px;
	padding: 24px 0;
	text-align: center;
}
#navbox p span b {
	font-weight: normal;
	display: block;
	width: 256px;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	min-height: 510px;
	width: 900px;
	margin: 0 auto;
	padding: 54px 40px;
}

#tagline h1 {
	margin-left: 20px;
}
#tagline > div {
	float: left;
	width: 400px;
	margin: 0 20px;
}
#contents .projects {
	width: 810px;
	margin: 0 auto;
}

.date {
	background: url(/innovrtors/images/calendar.png);
	float: left;
	height: 70px;
	width: 70px;
	text-align: center;
}
.hot_event {
	background: url(/innovrtors/images/calendar-hot.png);
    color: #d45858;
}
.year {
	font-size: 12px;
}
.month {
	font-size: 20px;
	margin-top: 20px;
}
.author {
	color: #585858;
	display: block;
	font-size: 12px;
}
.more {
	background-color: #f99600;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.more:hover, .message input[type='submit']:hover {
	background-color: #f99600;
	color: #fff;
    box-shadow: 0 0 8px #fAA600;
}
.inactive, .inactive:hover {
    background-color: grey;
    box-shadow: none;
}
/** main **/
.main {
	float: left;
	background: url(/innovrtors/images/divider.png) repeat-y right top;
	min-height: 100px;
	width: 620px;
	padding-right: 24px;
}
.main h1, .sidebar h1 {
	color: #3054AC;
	margin: 0 0 12px;
	position: relative;
	top: -18px;
}
.main h2 span {
	display: block;
	font-size: 12px;
}
/** sidebar **/
.sidebar {
	float: left;
	width: 216px;
	margin-left: 20px;
}
.sidebar ul, .news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news li {
	border-top: 1px solid #d5d5d5;
	padding: 24px 30px 0 100px;
	position: relative;
}
.news li .date {
	float: none;
	position: absolute;
	left: 0;
	top: 30px;
}
.news li > p span, .post > span {
	display: block;
	text-align: right;
}
.posts {
	border-top: 1px solid #d5d5d5;
}
.posts li {
	border-bottom: 1px solid #d5d5d5;
	padding: 24px 10px 0;
}
.posts li p {
	font-size: 14px;
}
.posts li .title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px;
}
.posts li .title a {
	color: #2c2c2c;
	font-size: 16px;
	text-decoration: none;
}
.post {
	width: 785px;
	margin: 0 auto;
}
.post h1 {
	padding-top: 12px;
}
#resources, #tutorials {
	width: 740px;
	margin: 0 auto;
}
#resources h1, .section h1 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}
.floating_box {
	background-color: #f8f8f8;
	float: left;
    padding: 30px;
    box-shadow: 0 0 10px #888888;
}


/*-------------------------- TUTORIALS PAGE -------------------------*/
#tutorial {
	min-height: 510px;
	width: 900px;
	margin: 0 auto;
	padding: 54px 40px;
}

#tutorial img {
    max-width: 500px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px black;
}

.code {
    font-family: courier-new;
    padding: 0 20px 0 20px;
    white-space: pre;
    font-family: monospace;
    background-color: #F0F0FF;
    color: #445566;
    box-shadow: 0 0 5px black;
    width: 80%;
    margin: 20px 10% 20px 10%;
    float:center;
}


/*-------------------------- PROJECTS PAGE -------------------------*/
.project_image {
    float: left;
}
.project_image img {
    width: 200px;
    box-shadow: 0 0 1px black;
    border-radius:5px;
}
.project_desc {
    float: left;
    margin: 20px 50px;
    width: 600px;
}
.project_box {
    width: 100%;
    margin-bottom: 20px;
}

/*--------------------------- MEMBERS PAGE -------------------------*/
.member_box {
    width: 100%;
    margin-bottom: 20px;
}
.member_picture {
    float: left;
}
.member_picture img {
    width: 200px;
    box-shadow: 0 0 1px black;
    border-radius: 50%;
}
.member_bio {
    float: left;
    margin: 20px 50px;
    width: 600px;
}
