.nswami {
	font-size: 24pt;
	font-family: Century Gothic, sans-serif;
	background: #414141;
}

.thoughts{
	color:rgba(255,255,255,0.9);
}
.datify {
	width:100%;
	font-size: 8pt;
	font-weight: bold;
}

.music{
	color: #1f1f1f;
	background: #f3f3f3;
	opacity:	0.9;
}
.learning{
	color: #1f1f1f;
	background: #f3f3f3;
	opacity:	0.9;
}
.startups{
	color: #1f1f1f;
	background: #f3f3f3;
	opacity:	0.9;
}

.topicator{
	padding-top: 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 10;
	opacity: 0.9;
	background: rgba(25,25,25,0.75);
	color: #ffffff;
}

.topictitle{
	position: fixed;
	top:0;
	left:0;
	padding-left:10px;
	font-size: 36pt;
}
.topicmenu{
	position:fixed;
	top:0;
	right:0;
	padding-right:10px;
	padding-top: 11px;
}

.navigator{
	padding-top: 10px;
	position:	fixed;
	bottom:	0;
	left: 0;
	right: 0;
	z-index: 5;
	height:	60px;
	opacity:	1.0;
}

.chalkboard{
	background: url('backgrounds/chalkboard.jpg');
	background-repeat:	no-repeat;
	background-size:	cover;
	background-position: center;
}

.beer{
	background: url('backgrounds/beer.jpg');
	background-repeat:	no-repeat;
	background-size:	cover;
	background-position: center;
}

.classroom{
	background: url('backgrounds/classroom.jpg');
	background-repeat:	no-repeat;
	background-size:	cover;
	background-position: center;
}

.musician{
	background: url('backgrounds/musician.jpg');
	background-repeat:	no-repeat;
	background-size:	cover;
	background-position: center;
}



.themage{
	height:100%;
	width:100%;
	z-index: -50;
}

.shadow {
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	box-shadow: 0px 0px 25px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=0, Color='#000000');
}