/*
Theme Name: Issue Three
Description: Third iteration of the robotjamie site. Posts will child-theme
Author: Ben Patterson
Version: 1.0
*/
body {
	background-color: black;
	margin:0;
	padding:0;
	color:white;
	text-align:center;
	height:100%;
}
#rainbowContrail{
	position: absolute;
	width:100%;
	margin-left: -50%;
	z-index:-1;
}
#rainbowContrail div{
	height:18px;
	width:100%;
	margin-top:10px;
	float:right;
	clear:both;
}
#header{
	margin-top:20px;
}
#branding a, #branding a img{
	border: none;
}
#starbg {
	background-image:url("images/backgrounds/stars.png");
	position:absolute;
	z-index:-90;
	height:500px;
	width:100%;
}
#starbg .fade{
	display:block;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(#000000));
	background-image:-moz-linear-gradient(0% 100% 90deg, #000000, rgba(0,0,0,0));
	height:500px;
	width:100%;
}

#content{
	width:600px;
	margin:0 auto;
	text-align: left;
	color:black;
	margin-top: 20px;
	font-family: 'Terminal Dosis Light', arial, serif;
	font-size:24px;

}

#content pre{
	font-size:12px;
	line-height: 1em;
	word-wrap: break-word;
}

h2, h2 a{
	color:#d30000;
	font-family: sans-serif;
	text-decoration: none;
	display: block;
	margin: 0;
	font-family:'Orbitron', helvetica, arial, sans-serif;
	font-size:36px;
}
h2{
	background-color: #E7E5DD;
	margin-left: -26px;
	padding-left: 14px;
	padding-bottom: 20px;
	margin-top: 10px;
}

a {
	color:#d30000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.postbox{
	background-color: #e7e5dd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 		4px 4px 13px #333e3b;
	-moz-box-shadow: 	4px 4px 13px #333e3b;
	-webkit-box-shadow: 4px 4px 13px #333e3b;
	margin-bottom: 6px;
	line-height: 1.4em;
	padding:15px;
}
.postbox + .postbox{
	border-radius-top: 0 ;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;

}
.postbox:last-child{
	border-radius-top: 0 0 15px 15px;
	-moz-border-radius:  0 0 15px 15px ;
	-webkit-border-radius:  0 0 15px 15px ;
}
.postbox:first-child{
	border-radius-top: 15px 15px 0 0;
	-moz-border-radius:  15px 15px 0 0;
	-webkit-border-radius:  15px 15px 0 0;
}
.postbox:first-child:last-child{
	border-radius-top: 15px 15px 15px 15px;
	-moz-border-radius:  15px 15px 15px 15px;
	-webkit-border-radius:  15px 15px 15px 15px;
}
.postbox.status + .postbox{
	border-radius-top: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}
.postbox.status + .postbox:last-child{
	border-radius-top: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}




.postbox .meta, .postbox .meta a {
	color:white;
	font-size: small;
}
.postbox .meta{
	background-color: #E75E1A;
	height: 2em;
	margin-left: -26px;
	line-height: 2.6em;
	margin-top: -7px;
	padding-right: 10px;
	width: 575px;
	padding-left: 15px;
}
.postbox .meta .date, .postbox .meta .permalink{
  display:none; 
}
.postbox .content{
	margin-left: 27px;
	margin-right: 27px;
}
.page .meta{
	background-color: #39F;
}
.robotbox{
	border-left:	8px solid #e75e1a;
	border-bottom: 	8px solid #e75e1a;
	border-radius: 			15px;
	-moz-border-radius: 	15px;
	-webkit-border-radius: 	15px;
	padding-left:3px;
}
.page .robotbox{
	border-color: #39F;
}
#content .postbox.status{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:georgia, times, serif;
	font-style:italic;
	font-weight: bold;
	font-size:14pt;
	line-height:1.5em;
	color:#ddd;
	margin: 20px 0 20px 0;
	text-align: center;
	color:#3399ff;
	background-color:#323232;
	min-height:58px;
	padding:1px;
	border-radius-top: 0 ;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
}
#content .postbox.status:before{
		content:url("images/robot3D.png");
	float:left;
	margin-left:-200px;
	}
#content .postbox.status .robotbox{
	border: none;
}
#content .postbox.status .meta, #content .postbox.status h2{
	display: none;
}








#footer_lead{
	background-image:url("images/footers/footer_lead.png");
	width:681px;
	height:249px;
	margin:0 auto;
}
#footer{
	background-color: white;
	color:black;
	font-family:'Orbitron', helvetica, arial, sans-serif;
	padding:5px;
	font-family: 'Terminal Dosis Light', arial, serif;
	min-height:195px;
	height: auto !important;
	height:195px;
}
#footer .columns{
	width:680px;
	margin:0 auto;
	text-align: left;
	height:200px;
}
#footer .columns>div{
	float:left;
}
#footer #qr_id{
	float:left;
	margin-top:4px;
	margin-left:-11px;
}
#footer .columns ul{
	margin:0;
}
#footer .columns ul li{
	margin: 8px 0 8px 0;
	list-style-type: none; 
}
#footer .columns .pages, #footer .columns .bookmarks{
	width:170px;
	margin-top:3px;
}
#footer .columns .profile{
	width:340px;
}
#footer .profile .blurb{
	margin-top:12px;
}
#footer .profile .blurb .author_name {
	font-weight: bolder;
	display:block;
}
#footer .profile .blurb .author_profile{
	display:block;
}
#footer .profile .blurb .author_location{
	display:block;
	color:#39F;
	font-size:0.8em;
}
#footer .profile .blurb .author_email{
	font-size:0.8em;
}
#footer .profile .blurb .author_phone{
	font-size:0.8em;
}

/* Google Web Fonts - thanks google! */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: local('Orbitron-Light'), local('Orbitron-Regular'), url('https://themes.googleusercontent.com/font?kit=94ug0rEgQO_WuI_xKJMFc3YhjbSpvc47ee6xR_80Hnw') format('woff');
  src: local('Orbitron-Light'), local('Orbitron-Regular'), url('https://themes.googleusercontent.com/font?kit=lVErvynhvxLufD6jW6vDo3YhjbSpvc47ee6xR_80Hnw') format('truetype');

}
@font-face {
  font-family: 'Terminal Dosis Light';
  font-style: normal;
  font-weight: normal;
  src: local('Terminal Dosis Light'), local('TerminalDosis-Light'), url('https://themes.googleusercontent.com/font?kit=UyNOlq8pwXsdXFw6uDx3EmH4uZTdtyZAt-SewEtgBUL3rGVtsTkPsbDajuO5ueQw') format('woff');
  src: local('Terminal Dosis Light'), local('TerminalDosis-Light'), url('https://themes.googleusercontent.com/font?kit=UyNOlq8pwXsdXFw6uDx3EgOlcqJ5UJ1oEqpKcXD9BFD3rGVtsTkPsbDajuO5ueQw') format('truetype');
}