
/* General styles */
body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: sans-serif;
	margin: 0px;
}




a {
	color: #68d;
	transition-duration: 200ms;
	transition-property: text-decoration;
	text-decoration: none;
}

a.underline:hover {
	text-decoration: underline;
}

h1 {
	text-shadow: 0px 0px 50px #8af;
	margin-bottom: 0px;
}

.subtitle {
	margin: 0.75em;
}


.top-box {
	width:100%;
	text-align:center;
	padding-top:1em;
}

/* Styles for the main page */
.main-box {
	left:0;
	width:100%;
	text-align:center;
	position:relative;
}


.social-media-link-area {
	display: inline-block;
}

.patreon-link-area {
	display: inline-block;
}


.floating-box {
	display: inline-block;
	box-sizing: border-box;
	width:20%;
	min-width:150px;
	margin: 10px;
	border: 2px solid #404040;
	vertical-align:top;
	transition-duration:500ms;
	transition-property: border-color, box-shadow, transform;
}

.floating-box-inside {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 152%;
	position:relative;
	overflow:hidden;
}

.floating-box-image {
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
	height:auto;
	overflow:hidden;
}

.floating-box-content {
	box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	opacity:0.0;
	transition-duration:500ms;
	transition-property: opacity;
}

.floating-box-caption {
	box-sizing: border-box;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	font-weight:bold;
	background: #000;
	padding:5px;
	color: #FFFFFF;
}

.floating-box:hover {
	transform: scale(1.05, 1.05);
}

.floating-box:hover div {
	opacity:1.0;
}

.belt-three-box:hover {
	box-shadow: 0px 0px 50px 5px #99ff00;
	border-color: #99ff00;
}

.seedship-box:hover {
	box-shadow: 0px 0px 50px 5px #8af;
	border-color: #8af;
}

.ragequest-box:hover {
	box-shadow: 0px 0px 50px 5px #cc0000;
	border-color: #cc0000;
}



/* Styles for the Belt Three page */
.book-box-1 {
	left:0;
	width:100%;
	text-align:center;
	/*border: 2px solid #404040;*/
}

.book-page-content-box {
    display: inline-block;
	box-sizing: border-box;
    margin: 10px;
    /*border: 2px solid #404040;*/
	vertical-align:top;
}

.book-cover-image-box {
	width:20%;
	min-width:150px;
	border: 0px;
}

.book-cover-image {
	width: 100%;
	height: auto;
	border: 2px solid #404040;
}

.book-buy-links-box{
	width:20%;
	min-width:150px;
	min-height:350px;
}

.book-main-box {
	width:50%;
	min-width:300px;
	text-align: left;
	min-height:350px;
	padding: 0 1em;
}

.book-excerpt {
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #404040;
	font-family: "Georgia", serif;
}

.book-excerpt h2 {
	text-align: center;
}


blockquote {
	font-style: italic;
	font-size: 120%;
}

blockquote em {
	font-style: normal;
}

.book-buy-link {
	box-sizing: border-box;
	border: 2px solid #404040;
	width: 100%;
	padding: 0.5em;
	margin: 10px 0;
	background-color: #010;
	transition-duration:500ms;
	transition-property: border-color, box-shadow;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.book-buy-link:hover {
	border-color: #99ff00;
	box-shadow: 0px 0px 50px 5px #99ff00;
}



.general-content-box {
	width:50%;
	min-width:300px;
	text-align: left;
	padding: 0 1em;
}

.general-content-box a:hover {
	text-decoration: underline;
}


.author-photo {
	margin: 1em;
	border-radius: 50%;
	box-shadow: 0px 0px 50px #8af;
	width: 160px;
	height: 160px;
}


/* Navbar */
.navbar {
	background: #111;
	padding: 0.25em;
	vertical-align: middle;
	font-size: 75%;
}

.navbar a {
	display: inline-block;
	padding: 0.5em;
	border: 2px solid transparent;
	color: #999999;
	transition-duration:500ms;
	transition-property: background, border-color, box-shadow;
}

.navbar a:hover {
	box-shadow: 0px 0px 20px 1px #999999;
	border-color: #999999;
	background: #222;
	/*text-decoration: underline;*/
}

a.navbar-main-page-link {
	font-weight: bold;
}

a.navbar-active-link {
	background: #222;
}

.navbar-social-media-links {
	display: block;
	font-size: 75%;
}


@media screen and (min-width: 500px) {
	.navbar {
		font-size: 100%;
	}
	
	.navbar-social-media-links {
		display: inline-block;
		float: right;
	}
}


/* Font awesome icons */
a.fa {
	padding: 0.55em 0.5em 0.45em;
	width: 1em;
	height: 1em;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	color: white;
	background: #404040;
	transition-duration: 500ms;
	transition-property: background, border-color, box-shadow;
}

/* Add a hover effect if you want */
a.fa:hover {
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
}

a.fa-facebook {
	background: #3B5998;
}

a.fa-facebook:hover {
	background: #7e97cd;
	box-shadow: 0px 0px 50px 5px #3B5998;
}

a.fa-twitter {
	background: #55ACEE;
}

a.fa-twitter:hover {
	background: #a2d2f6;
	box-shadow: 0px 0px 50px 5px #55ACEE;
}

a.fa-wordpress {
	background: #0087be;
}

a.fa-wordpress:hover {
	background: #4dccff;
	box-shadow: 0px 0px 50px 5px #0087be;
}

a.fa-envelope-o {
	background: #666666;
}

a.fa-envelope-o:hover {
	background: #808080;
	box-shadow: 0px 0px 50px 5px #666666;
}

/* Patreon box */
.patreon-box {
	display: inline-block;
	vertical-align: middle;
	background: #F96854;
	width: 50px;
	height: 1.5em;
	transition-duration:500ms;
	transition-property: background, border-color, box-shadow;
	margin: 0px 2px;
}

a.patreon-box:hover {
	box-shadow: 0px 0px 50px 5px #F96854;
	background: #fa7c6b;
	border: 2px solid transparent;
}

.patreon-box img {
	width: 100%;
	height: 100%;
}