html,
body{
	background-color: #0a0a0a;
	padding: 0;
	margin: 0;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	font-size: 1.2em;
}
h1,
#content{
	background-color: #000;
	border-left: 1px solid #181818;
	border-right: 1px solid #141414;
	padding: 0 10%;
}
#content{
}
h1{
	margin: 40px 0;
	font-size: 1.6em;
	line-height: 1.3em;
}
h1 a,
h1 a:link,
h1 a:visited{
	display: block;
	background: transparent url(http://incubator.orgnsm.org/sites/all/themes/orgnsm/RIOT/branding.png) scroll no-repeat 5px 0;
	height: 0;
	padding-top: 11px;
	overflow: hidden;
	border: 0 none;
	opacity: .8;
}
h1 a:hover{
	opacity: 1;
}
h2{
	letter-spacing: 3px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 300;
	color: #666;
	border-bottom: 3px solid red;
	text-align: center;
	font-size: .7em;
}
h2 span{
	background-color: red;
	color: #ddd;
	padding: .75em .25em;
}
a,
a:link,
a:visited{
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
a:hover{
	border-bottom: 1px solid red;
	color: #ccc;
}




#also{
	float: right;
	width: 50%;
}
.see_also{
	text-align: center;
	padding: 0 2%;
	float: left;
	width: 46%;
	margin-bottom: 3em;
	opacity: .6;
	font-size: 85%;
}
.see_also:hover{
	opacity: 1;
}
.see_also p{
	font-size: 80%;
	margin: 0;
	padding: 0;
}
.see_also ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.see_also ul li{
	line-height: 1.5em;
}
.see_also ul li a{
	display: block;
}




#tentacles{
	width: 50%;
	float: left;
}
#tentacles ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#tentacles ul li{
	padding: 0;
	margin: 0;
}
#tentacles ul li a{
	line-height: 1.5em;
	text-align: center;
	padding: .75em 0;
	display: block;
	border-bottom-width: 2px;
}
#tentacles ul li a img{
	width: 60px;
	border: none;
	vertical-align: top;
	float: left;
	opacity: .6;
}
#tentacles ul li a span{
	color: #444;
	font-size: 80%;
	margin-left: 2px;
	display: block;
	line-height: 1em;
}
#tentacles ul li a:hover{
	color: #ddd;
}
#tentacles ul li a:hover span{
	color: #777;
}
#tentacles ul li a:hover img{
	opacity: 1;
}
#introduction{
	margin-top: 50px;
	border-top: 1px solid #141414;
}



#style_chooser:before{
	content: "Themes: ";
}
#style_chooser{
	background: #333;
	padding: .4em;
	text-align: center;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#style_chooser a{
	background: #222;
	color: white;
	padding: 1em;
}
#style_chooser a.selected{
	background: red;
}



#author:before{
	content: ":";
	color: red;
	font-size: 2em;
}
#author{
	font-weight: 700;
	font-size: 1em;
	color: #aaa;
}
#date{
	font-size: .75em;
	color: #777;
}






#also:after,
#content:after,
#tentacles:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

