/*
Theme Name: LoSP
Author: Andrew Mowe, Spencer Hansen of Team Eight
Author URI: http://team-eight.com
Description: 2013 theme for LoSP.
Version: 1.0
*/


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
#arc {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
}
#popover, #content {
	background: url("images/lb-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #FF4C00;
	border-top: 18px solid #FF4C00;
    margin: 0 auto;
    min-height: 25%;
    padding: 40px;
    position: relative;
    top: 10%;
    width: 640px;
    z-index: 100;
}
#popover {
	display: none;
}
#popover.loaded {
    display: block;
}
#popover p, #content p {
	line-height:1.4;
	padding:0;
	margin:0 0 1em;
}
#popover p.backuplink {
	font-size:.75em;
	line-height:1;
	margin:-0.5em 0 .5em;
}
h2 {
	font-size:20px;
	padding:0;
	margin:0 0 10px;
	font-weight:normal;	
	color: #FF4C00;
}
#popover.active {
	display: block;
}
#popover .close {
	position: absolute;
	top: -16px;
	right: 0px;
	cursor: pointer;
}
h3, h4 {
	padding:20px 0 0;
	margin:0 0 5px;
	font-weight:normal;		
	color: #FF4C00;
}
#rightcol {
    padding: 3px 0 0;
    position: fixed;
    right: 13px;
    top: 13px;
    width: 30%;
	max-width: 400px;
    z-index: 10;
}
#rightcol #key li {
	list-style:none;
	height: 12px;
	text-align:right;
	margin:0 20px 5px 0;
	font-size:12px;
	font-style:italic;
}
#leftbar {
	position:fixed;
	top:0;
	left:12px;
	z-index:10;
	background-color: transparent;

}
a#logo {
    display: block;
    margin: 13px 0 0 0;
    padding: 3px 0 0;
	background: #0F0A08;
	width: 100%;
}
a#logo img {
	border-left: 1px dotted #FF4C00;
    padding: 10px;
}
#leftbar h1 {
	color: #FF4C00;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	margin:0;
	border-bottom: 1px dotted #FF4C00;
    padding: 7px 0;
}
#nav-div li  {
	font-size: 11px;
    height: 20px;
    list-style: none outside none;
}
#nav-div li a {
	padding:0 12px 0 10px;
	text-transform: uppercase;
}
#nav-div li.key-twitter, #nav-div li.key-video, #nav-div li.key-music, #nav-div li.key-news  {
    background: url('images/icons.gif') 10px 0 no-repeat;
	margin-bottom: 3px;
    padding-top: 5px;
}

#nav-div li.key-twitter.section, #nav-div li.key-video.section, #nav-div li.key-music.section, #nav-div li.key-news.section  {
    background-position: 10px 7px;
}
#nav-div li.key-twitter {
    background-position:10px -25px;
}
#nav-div li.key-video {
    background-position:10px -50px;
}
#nav-div li.key-music {
    background-position:10px -75px;
}
#nav-div li.key-twitter a, #nav-div li.key-music a, #nav-div li.key-video a, #nav-div li.key-news a {
    padding: 0 12px 0 40px;
}
#nav-div li.section a {
}
#nav-div li.section {
	border-top: 1px dotted #FF4C00;
    margin-top: 2px;
    padding-top: 10px;
}
#nav-div {
	padding: 10px 0 0 0;
    text-transform: lowercase;
    font-style: italic;
	float:left;
}
#leftbar > img {
 clear:both;
 display:block;
}
#bars {
    border-top: 1px dotted #FF4C00;
    clear: both;
    margin: 3px 0 10px 0;
    float: left;
    padding: 5px 0 0;
}
#bright {
	bottom: 12px;
    height: 156px;
    position: fixed;
    right: 13px;
    width: 156px;
	border-right: 1px dotted #FF4C00;
}
.obj {
	float: left;
	cursor: pointer;
	margin: 70px;
}
.post {
	display: none;
}
body.home {
	background-image: url("images/Nucleus_120.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
body {
	background-color:#0f0a08;
	font-size:14px;
	color:#CCC;
	font-family: 'Lekton', sans-serif;
}
a {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
.current-menu-item a{
	color: #FF4C00;
}
a, img {
	outline:none;
	border:none;
}
.planet { 
	background:url(images/red_glow.png) no-repeat 0 0; 
	height:59px; 
	width:59px;
	position: absolute; 
	top: 30px; 
	left: 30px;
	cursor:pointer;
	z-index:5;
}
.planet.keyed {
	background:url(images/white_glow.png) no-repeat 0 0;
}
.planet:after {
	background: url("images/dual_icosa.gif") no-repeat scroll 0 0 transparent;
    content: "";
    height: 45px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 45px;
}
.planet.youtube:after {
	background-image:url(images/cuboid.gif);
}
.planet.twitter:after {
	background-image:url(images/octahedron.gif);
}
.planet.news:after {
	background-image:url(images/FilletCube.gif);
}
.planet > .details {
	background: url("images/diag.png") no-repeat scroll left bottom transparent;
    bottom: 46px;
    color: white;
    display: none;
    left: 39px;
    padding: 0 0 75px 44px;
    position: absolute;
    width: auto;
    z-index: 10;
}
.details .headline {
	height:19px;
    position: absolute;
    top: -21px;
    width: 180px;
}
.details .headline h3 {
	border-bottom: 1px solid #555555;
    font-size: 13px;
	line-height:1.1;
    margin: 0;
    padding: 0 0 2px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    bottom: -3px;
    width: 180px;
	font-weight:normal;
	color:#fff;
	background: #0F0A08;
}
.details p {
    color: #A3A3A3;
    font-size: 12px;
    font-style: italic;
    margin: 3px 0;
    min-width: 180px;
    position: absolute;
    text-align: right;
    text-transform: lowercase;
    top: 0;
	background: url("images/lb-bg.png") repeat scroll 0 0 transparent;
}
.twitter .details p {
	font-style:normal;
}

.planet:hover, .planet.active {
	z-index:10;
}
.planet:hover > .details, .planet.active > .details {
	display:block;
}
.dot {width: 1px; position: absolute; height: 1px; background: #3f1706; }
a {  cursor: pointer;}
h1 { margin: 30px 0;}
#postfeed {
    color: #FF4C00;
    font-size: 12px;
    padding: 10px;
	border-right: 1px dotted #FF4C00;
}
#postfeed .expost {
	border-top: 1px dotted #FF4C00;
	padding-top: 5px;
	margin-top: 5px;
	background: url("images/lb-bg.png") repeat scroll 0 0 transparent;
}
#postfeed .expost:first-child {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}
.clear {
	clear:both;
}
#postfeed p {
	line-height:1.2;
}
.postdate {
    color: #FF4C00;
	float:right;
	font-size:.9em;	
	font-style:italic;
	padding-top:2px;
	line-height: 1.2;
}
#postfeed h3, .entry h3 {
    padding: 0;
    text-transform: uppercase;
	line-height: 1.2;
}
img.alignleft {
	float:left;
	padding-right:13px;	
}
img.alignright {
	float:right;
	padding-left:13px;	
}
