/*  
Theme Name: Asteroid Base
Theme URI: http://www.jamietucker.com/
Description: Theme for Asteroid Base
Version: 1.0
Author: Jamie Tucker
Author URI: http://www.jamietucker.com/
*/

/* Structure Begin! */

body {
	background-color: rgb(100,9,42);
	font: 400 100%/1.25 'Source Sans Pro', sans-serif;
	height: 100%;
	-webkit-font-smoothing:antialiased;
	position: relative;
}

.clear{
	clear: both;
}

#bg-container
{
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/websitebg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#site-wrap {
	margin: 1.5em auto;
	text-align: left;
/*	max-width: 59.375em; */
	max-width: 59.5em;
}

#header {
/* 	width: 19em; */
	margin: 0 auto;
	/* height: 100px; */
	text-align: center
/* 	position: relative; */
}

#title {
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 0.5em;
/*
	position: absolute;
	bottom: 1.75em;
*/
}

#title h1 a span{
	display: none;
}

#title h1 a {
	width: 150px;
	height: 96px;
}

#title h1 {
	font-size: 1em;
	line-height: 120%;
	font-weight: normal;
}

#nav {
/*
	position: absolute;
	bottom: 0;
*/
/* 	width: 18.5em; */
	margin: 0 auto;
	color: #fff;
	display: table;
	table-layout: auto;
}

#feature {
	border-bottom: #ccc dashed 1px;
	padding-bottom: 1em;
	margin-bottom: 1.75em;
}

ul {
	list-style: none;
}

ul.bullet-list {
	list-style: inside disc;
}

ol.number-list {
	list-style: inside lower-alpha;
}

#content-wrap {
	width: 59.5em;
	margin-top: 1em;
	clear: both;
}

img {
	overflow: hidden;
}

img.fullsize {
	width: 100%;
	height: auto;
}

#post {
	width: 38em;
	float: right;
	background-color: #fff;
	padding: 1em;
	margin-bottom: 1em;
}

.post-header {
margin-bottom: 1em;
}

.post-header p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


.post-content {
	margin-bottom: 1em;
}

.post-content p {
	vertical-align: text-top;
	margin: 1em 0;
}
	
.post-footer {
	border-top: #ccc dashed 1px;
	margin-bottom: 2em;
	clear: both;
}

.post-footer p, p.discussion {
	font-size: 0.8em;
}

.post-nav {
	position: relative;
	/* width: 35.25em; */
	border: #ccc dashed 1px;
	margin-bottom: 1.5em;
	padding: 0.375em;
	font: 0.875em Helvetica, Arial, sans-serif;
}

.post-nav .left {
	float: left;
}

.post-nav .right {
	float: right;
}
	
.post-alignleft {
	display: inline;
	padding: 0 0.375em 0 0.375em;
}	

.post-alignright {
	position: absolute;
	right: 0;
	display: inline;
	padding: 0 0.375em 0 0.375em;
}

.bio {
	clear: both;
}

.bio p {
	margin: 0;
	padding: 0;
}

.alignleft {
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

.alignright {
	margin: 0;
	padding: 0;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;	
}

	

/* sidebar */
#sidebar {
	width: 18.5em; /* 228 / 950 */
	float: left;
}

.sidebar-item {
	padding: 1em 1em 2em 1em;
	margin-bottom: 1em;
	background: #fff;
}

.sidebar-item h2 {
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0;
	color: #666;
}

h2.widgettitle {
	font-size: 1em;
	font-weight: 700;
}

.widget {
	margin-bottom: 1em;
}

.widget_twitter div ul li {
	margin-bottom: 1em;
	overflow: hidden;
	font-size: 0.8em;
}

.entry-content {
	line-height: 100%;
}

li .entry-meta {
	margin-top: 0.25em;
	display: block;
	font-size: 80%;
}

li .intent-meta {
	display: none;
}

.follow-button {

}

ul.awards{
	
}

.image-container{
	display: block;
	width: 50%;
	height: 6em;
	text-align: center;
	float: left;
}
.image-container img{
	margin: 10px auto;	
}

#footer{
	width: 100%;
	clear: both;
	padding: 1em 0 2em 0;
	background-color: #fff;	
	text-align: center;
}


/* Typesetting Begin! */



h2 {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 0.375em;
}

h2.post-title {
	padding-bottom: 0;
}

h3 {
	display: inline;
}

#nav li {
/* 	float: left; */
	text-align: left;
	position: relative;
	display: table-cell;
/* 	padding-right: 0.25em; */
	padding-bottom: 1em;
	padding-right: 0.25em;
}

.sidebar-item p {
	font-size: 0.8em;
	padding: 0 0 0.5em 0;
}

#footer p {
	font-size: 0.8em;
}




/* links */
a {
	color: #dd2545;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	-moz-transition: color 0.4s ease, background-color 0.4s ease;
	-o-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}

a:hover {
	color: #999;
}

#connect {
	margin-bottom: 2em;
	padding-bottom: 2em;
}

#connect ul li {
	float: left;
	width: 3.3em;
	height: 52px;	
	background-color: #ccc;
	text-indent: -9999px;
	border: solid 1px #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#connect ul li:hover {
	background-color: #dd2545;
}

#connect ul li a {
	display: block;
	height: 100%;
	width: 100%;
}

#email a{
	background: url('images/icons.png') 0% 0% no-repeat;
}

#tumblr a{
	background: url('images/icons.png') 25% 0% no-repeat;
}

#youtube a{
	background: url('images/icons.png') 50% 0% no-repeat;
}

#twitter a{
	background: url('images/icons.png') 75% 0% no-repeat;
}

#facebook a{
	background: url('images/icons.png') 100% 0% no-repeat;
}

#subForm {
	clear: both;
}


#nav ul {
	display: none;
}

#nav li a {
	font-size: 1em;
	color: #fff;
}
h2 a {
	font-size: 0.8em;
	color: #666;
}

#nav li a:hover, h2 a:hover {
	color: #dd2545;
}

#nav li:hover > ul {
	background-color: #fff;
	margin: 0;
	padding: 0;
	/* padding-top: 0.5em; */
	width: 20em;
	display: block;
	position: absolute;
	top: 1.5em;
	left: -1.375em;
}

#nav li:hover > ul li {
	float: left;
	clear: both;
	width: 18em;
	padding-left: 1.375em;
	padding-bottom: 0.25em;
}


#nav li:hover > ul li a {
	color: #666;
}

#nav li:hover > ul li a:hover {
	margin: -1.375em;
	padding-left: 1.375em;
/*	padding-right: 1.375em;
	background-color: #333;
*/
	color: #dd2545;
}

.bullet {
	display: none;
}

#nav li:hover > ul li a:hover + .bullet {
	display: inline;
	position: absolute;
	left: 0.5em;
/* 	margin: -1.375em; */
/* 	padding-left: 0.5em; */
/*	padding-right: 1.375em;
	background-color: #333;
*/
	color: #fff;
}

#nav li:hover > ul li:last-child {
	width: 18em;
	padding-left: 1.375em;
	padding-bottom: 0.5em;
}

#title a {
	color: #FFF;
}

#title a:hover {
	color: #FFF;
	border: none;
}

#footer a, a.twitter-hashtag, .time-meta a {
	color: #999;
}

#footer a:hover, a.twitter-hashtag:hover, .time-meta a:hover {
	color: #dd2545;
}

#nav li a.current {
	color: #fff;
}

/* Form */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {float: right;} 
div.clear {clear:both;padding-top:5px;}

