/*
 * Louhos
 * Modifications 3/18/2012
 * Author: Joona Lehtomäki <joona.lehtomaki@gmail.com>
 *
 * Adapted from following sources:
 *
 * Jekyll-Bootstrap framework V0.2.9
 * Copyright 2011, Jade Dominguez
 * http://jekyllbootstrap.com/
 * Free to use under the CC Attribution-NonCommercial-ShareAlike 3.0 License
 * http://creativecommons.org/licenses/by-nc-sa/3.0/
 *
 */

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#wrapper {
	min-height: 100%;
    height: auto !important; /* ie7 fix */
    height: 100%;
    margin: 0 auto 0;
}

#footer {
	background-color: #dadada;
	color: #797979;
	text-shadow: rgba(255, 254, 255, 0.73) 0 1px 1px;
	text-align: center;
	height: 85px;
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
	position: relative;
	clear:both;
}

#footer a{
	text-decoration: none;
	font-weight: bold;
}

#project-nav {
	display: block;
	float: left;
}

#site-nav {
	display: block;
	float: right;
}

/* Header */

.header-container {
	width: 940px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	*
	zoom: 1;
}

.header-container:before, .header-container:after {
	display: table;
	content: "";
}

.header-container:after {
	clear: both;
}

/* Image banner*/

div.imgbanner {
	width: 80%;
	display: block;
	margin-left: 20%;
}

div.imgbanner a {
	text-decoration: none;
}

div.demoimgs {
	margin: 0 auto 0 auto;
}

div.demoimgs a img {
	border: 1px solid #4d4d4d;
	margin: 0 15px 0 15px;
}

/* Top bar */

.topbar {
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
}

.topbar a {
	font: 14px/21px "Droid sans", Helvetica, Arial, sans-serif;
	color: #bfbfbf;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
	background-color: #333;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-decoration: none;
}

.topbar h3 {
	position: relative;
}

.topbar h3 a, .topbar .brand {
	font: 14px/21px "Droid sans", Helvetica, Arial, sans-serif;
	float: left;
	display: block;
	padding: 8px 20px 12px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 200;
	line-height: 1;
	text-decoration: none;
}

.topbar .fill {
	background-color: #222;
	background-color: #222222;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.topbar div > ul, .nav {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	left: 0;
}

.topbar div > ul > li, .nav > li {
	display: block;
	float: left;
}

.topbar div > ul a, .nav a {
	color: #bfbfbf;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	text-decoration: none;
}

a.dropdown-items {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	text-decoration: none;
}

li.dropdown-item {
	color: #000000;
}

.topbar div > ul a:hover, .nav a:hover {
	background-color: #333;
	background-color: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-decoration: none;
}

.topbar div > ul .active > a, .nav .active > a {
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.5);
}	

/* Get involved image */

a#ghinvolve {
	background-image: url('https://octodex.github.com/images/repo.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin: 50px auto 0 auto;
	height: 250px;
	width: 250px;
	
	font-size: 28px;
	color: #181818;
	font-family: "Droid sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.contact-link {
	margin-top: 5px;
}

.contact-links {
	margin-bottom: 25px;
}

/* Contributors */

div.personinfo {
	width: 313px;
	text-align: center;
}
	
.personinfo-img {
	position:relative;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.personinfo .links {
	width: 144px;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
	-moz-border-radius:4px; 
         border-radius:4px;
}


div.personinfo .links a {
	text-decoration: none;
}

.shadow {
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
	
/* #Page Styles
================================================== */

/* #Media Queries
 ================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/