@import url("http://fonts.googleapis.com/css?family=Open+Sans");
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed");
@import url("http://fonts.googleapis.com/css?family=Share");
@font-face { font-family: "batik"; src: url("../fonts/batik.ttf"); }
@font-face { font-family: "corbel"; src: url("../fonts/corbel.ttf"); }
@font-face { font-family: "genuine"; src: url("../fonts/genuine.ttf"); }
@font-face { font-family: "weltronurban"; src: url("../fonts/weltu.ttf"); }
@font-face { font-family: "trajanpro"; src: url("../fonts/trajanpro.otf"); }
body {
	font-family: proxima-nova,"Open+Sans+Condensed", Arial, verdana;
	font-weight:light;
	font-size:90%;
	color: white;
	text-align:left;
    background-color: black;
}
div#canvas {
	border-style:inset;
	border-color:#000000;
} 
h1 {
	font-family: "Share", Arial, verdana;
	font-weight:light;
	font-size:280%;
}
h2 {
	font-family: "Share", Arial, verdana;
	font-weight:light;
	font-size:180%;
}
iframe {
	border: none;
    background-color: transparent;
}
img {
	border:1px solid #000000;
}
img.noborder {
	border:none;
}
img.fillscreen {
	position: absolute;
	width: 99%;
}
li {
	text-align:left;
	font-size:90%;
}
.background {
	z-index:-50;
}
.content {
	z-index:0;
}
.blog {
	z-index:50;
}
.overlay {
	z-index:100;
}
.nav {
	z-index:150;
}
.note {
	font-size:90%;
}
.largenote {
	font-size:100%;
}
.rounded-tab {
	font-family: "Share", Arial, verdana;
	background-color:black;
	border:1px solid #000000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.shaded {
	border:1px solid #000000;
	background:transparent;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:1%
}
.shaded2 {
	border:1px solid #000000;
	background:transparent;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:1%
}
.shaded3 {
	border:2px solid #000000;
	background:transparent;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:1%
}

table.vert-centering{
	height:100%;
}
table.vert-centering td{
	height:100%;
	vertical-align:middle;
}
table.content-column{
	width:60%; height:100%;
	top:0%; left:20%;
}