@font-face {
  font-family: 'Nobile';
  font-style: normal;
  font-weight: normal;
  src: local('Nobile'), url('Nobile.ttf') format('truetype');
}

body { 
	margin: 0;
	padding: 0; 
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 13px;	
	background: #000000;		
	background-color: #F2F2F2;
	xbackground-image: url('http://subtlepatterns.com/patterns/triangles.png'); /* fallback */
	xbackground-repeat: no-repeat, repeat;
}

body.ie {
	background-color: #F2F2F2;
	xbackground-image: url('http://subtlepatterns.com/patterns/triangles.png'); /* fallback */
	xbackground-repeat: repeat;
}
#content {
	background-color: #FFFFFF;
	color: #666;
}
h2.icon {
		background-position: 0px 5px;
		background-repeat: no-repeat;
		padding-left: 40px;
		line-height: 28px;
		height: 28px;
}
h2.icon-buisness {
		background-image: url('../images/icons/buisness.png');
}
h2.icon-platform {
		background-image: url('../images/icons/platform.png');
}
h2.icon-gpu {
		background-image: url('../images/icons/gpu.png');
}

h2.icon-gear {
	background-image: url('../images/icons/gear.png');
}
h2.icon-swap {
	background-image: url('../images/icons/swap.png');
}
h2.icon-infinity {
	background-image: url('../images/icons/infinity.png');
}
table {
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 13px;
}

a img {
	border: none;
}

a {
		color: #666;
		outline: 0;
}

a:hover {
		color: #222;
}

a.selected {
	text-decoration: none !important;
	color: #666 !important;
}

.hide {
display: none;
}

/** Layout
 */


.wrapper {
		margin: 0 auto;
		width: 940px;
		clear: left;
}

span.subtext {
	margin-left: 10px;
	color: #aaa;
	position: relative;
	top: -11px;
}

/** Header
 */
#header { 
		height: 100px;
}

#logo {
		padding: 30px 0px;
		float: left;
		width: 375px;
}

#logo.subtext {
		font-size: 6px;
		color: #aaa;
}

#menu {
		background-color: green;
		display: block;
		font-size: 13px;
}

ul.navigation {
		margin-top: 38px;
		float: right;
		list-style-type: none;
}

ul.navigation li {
		float: left;
		list-style-type: none;
		line-height: 30px;
		height: 30px;
}

ul.navigation li a {
		float: left;
		margin-left: 30px;
}

h1, h2, h3, h4, h5 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 26px;
		color: #333;
}

#footer a,
#header a {
		color: #bbb;
		text-decoration: none;
}

#footer a:hover,
#header a:hover {
		color: #ddd;
}

#footer p {
		margin: 0 5px;
}

#footer {
  padding-top: 20px;
	padding-bottom: 20px;
	color: #999;
}

#footer .col1 {
	width: 470px;
	float: left;
}
#footer .col2 {
	width: 470px;
	text-align: right;
	float: left;
}

.hl {
	font-weight: bold;
	font-size: 15px;
}

/** lightbox
 */
.pp_social {
		display: None;
}

/** Slideshow
 */

.slideshow {
		width: 940px;
		height: 400px;
		overflow: hidden;
		margin-top: -470px;
		background-color: black;
		position: absolute;
}

.slideshow-shadow {
		xbackground: transparent url('../images/showcase_shadow.png') top left no-repeat;
		height: 144px;
		width: 1068px;
		margin: 0 auto;
}

.slideshow .caption {
		position: absolute;
		margin-left: 50px;
		margin-top: 50px;
		padding: 10px 20px;
		color: #f8f8f8;
		background-color: #101010;
		opacity: 0.8;
}

.slideshow .caption h3 {
		color: #f8f8f8;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 22px;
		margin: 0;
		padding: 0;
}

.slideshow .caption p {
	font-family: Nobile, Arial, sans-serif;
}

.slideshow .caption a {
		text-decoration: none;
		color: #b0b0b0;
}

.slideshow .caption a:hover {
		color: #ffffff;
}

/** Panel
 */
.panel {
		padding: 1px 0 30px 0;
		display: none;
}

/** Home page
 */
h2.featured-description {
		text-align: center;
		position: absolute;
		margin-top: -40px;
		width: 940px;
}

div.featured-space {
	height: 60px;
}

html > body div.featured-space {
	height: 40px;
}


.features {
		clear: both;
}

.feature-item {
		width: 280px;
		line-height: 180%;
		float: left;
		margin-right: 50px;
}

.feature-item.item-2-col {
		width: 610px;
}

.feature-item.last {
		margin-right: 0px;
}

/** Galery page
 */
.gallery h3 {
		margin: 0px;
		padding: 5px 0 0 0;
		font-size: 20px;
}

.gallery p {
		margin: 5px 0 10px 0;
}

.gallery-item {
		margin-right: 50px;
		width: 445px;
		float: left;
}

.gallery-item.right {
		margin-right: 0px;
}

.gallery-clear {
		clear: left;
		height: 40px;
}

/** Python highlight
 */
	
.highlight pre {
  background-color: #f0f0f0;
	border: 1px solid #c2c2c2;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-topleft: 15px;
	-webkit-border-radius-topright: 15px;
}

.highlight .k,
.highlight .kn {
	font-weight: bold;
}

.highlight .nc,
.highlight .nf {
	color: #af5600;
	color: #db6500;
}

/** Downloads
 */
table.downloads {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.downloads td,
table.downloads th {
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}

table.downloads img {
	vertical-align: middle;
}

table.downloads th {
	background-color: #e0e0e0;
}

table.downloads tr td {
	background-color: #fff;
}

table.downloads tr.selected td {
	background-color: #e4fbde;
}

/** About
 */

.clear {
	clear: left;
}

.devprofile {
	float: left;
	font-size: 12px;
	display: block;
	width: 200px;
	min-height: 210px;
	padding: 10px;
	margin: 20px 40px;
	border: 1px solid #ccc;
}

.devdesc {
    clear: left;
}

.devprofile .social,
.devprofile .name {
	display: block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.devprofile .name {
	font-size: 18px;
}

.devprofile .social {
	margin-top: 5px;
}

.devprofile a {
	color: #ef7600;
	text-decoration: none;
}

.devpic {
	float: left;
	margin-right: 10px;
}

.devcontact {
	margin-top: 10px;
}

.ircnick {
	font-style: italic;
}


/** IE fixes
 */
body {
	text-align: center;
}

.wrapper {
	text-align: left;
}

/** Changelog
 */
#panel-changelog h3 {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}
div.changelog h4 {
	font-size: 20px;
	margin: 10px 0px;
}

/** Demo instructions
 */

p.popover_title {
	font-weight: bold;
}