/* http://jigsaw.w3.org/css-validator/validator$link */

html { 
  background: url('images/therebellionwritings.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 200px;
	}
	
h1 a {
	text-decoration: none;
	color: #FAFED6;
	}
		
a {
	text-decoration: none;
	color: #11d59e;
	-o-transition:.5s;
 	-ms-transition:.5s;
 	-moz-transition:.5s;
    -webkit-transition:.5s;
  	transition:.5s;	
	}

a:hover {
	color: #e7fb3a;
	}
	
img {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	}
	
a img {
	outline: none;
	float: left;
	padding: 0px 10px 0px;
	}
	
h1 {
	float: left;
	padding: 0px 30px 0px;
	color: #FAFED6;
	font-family: 'Orbitron', sans-serif;
	font-size: 36px;
	}

h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 24px;
	color: #53aabc;
	line-height: 30px;
	padding-bottom: 10px;
	font-variant: small-caps;
	}
	
h3 {
	font-family: 'Special Elite', cursive;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	color: #fff
	}
	
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	}
	
blockquote {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 10px;
	}
	
ul {
	padding: 0px 25px 0px;
	}
	
li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	list-style-type: none;
	}
	
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background-color: #000;
	overflow: hidden;
	}
	 
#header li {
	display: inline;
	float: right;
	padding: 20px 10px 20px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Special Elite', cursive;
	}
	
#header li.current {
	color: #e7fb3a;
	}

	
#content {
	position: fixed;
	color: #fff;
	top: 80px;
	left: 0px;
	width: 55%;
	height: 77%;
	padding: 0px 50px 50px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background-color: #000;	
	clear: both;
	}
	
.footer {
	padding: 0px 25px 0px;
	float: right;
	margin: 10px;
	font-family: 'Orbitron', sans-serif;
	font-size: 10px; 
	color: #fff;	
	}

