body{
background-color:#000;
background-image:url(http://www.ftlgame.com/blog/wp-content/uploads/2011/09/bg_lonelystar1-1024x967.png);
background-attachment:fixed;
color:#AAA !important;
font: 1em Helvetica, sans-serif !important;
padding:0;
margin:0;
}

a{
color:#FFF;
text-decoration:none;
}

a:hover{
color:#FFF;
}

blockquote {
padding:0 0 0 20px;
color:#FFF;
}

blockquote a{
color:#FFF;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#FFF;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:36px;
color:#EEE !important;
text-align:center;
}

h1 a, h1 a:hover{
color:#FFF;
text-decoration:none;
}


h2{
font-size:16px;
margin:5px 0 7px 0;
text-align:justify;
text-transform:uppercase;
}

h2 a{
color:#CCC;
text-decoration:none;
}

h2 a:hover{
color:#FFF;
text-shadow: 0 0 0.2em #FFF;
}

h3{
text-align:justify;
font-size:14px;
color:#CCC !important;
}

h4{
text-align:center;
font-size:12px;
color:#FFF;
}

ul li {
	line-height: 1.2;
}

/* Blog Contents */

#wrapper{
max-width:720px;
padding:0 35px 0 35px;
margin:0 auto;
color: #AAA;
background: rgba(0,0,0,0.9);  //when a background image needs to be darkened
//background: rgba(255,255,255,0.1);  //when a background needs to be lightened
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
//box-shadow: 0 0 1.5em #FFF;
height:100%;
}


/* Navigation */


#nav{
padding:15px 5px 5px 5px;
}

ul.nav{
max-width:650px;
list-style:none;
margin:0;
padding:0 0 0 0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
text-decoration: none;
padding:0px 10px 0px 10px; 
max-width:650px;
height:auto;
color:#AAA; 
background-color: #000 !important;
text-align:center; 
font-family:Helvetica, Arial, Sans-serif;
font-size: 1em;
font-weight:bold;
text-transform:uppercase;
}

ul.nav li a:hover {
text-decoration: none;
color:#FFF !important; 
background-color: #000 !important;
text-shadow: 0 0 0.2em #FFF;
}

#logo img {

}


/* Main content */
#maincontent {
	background-color: #000;
	max-width:700px;
	text-align: center;
}


/* Collapsable div stuff */
.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked + label:before {
  content: "\2212";
} 

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
@media screen and (min-width: 640px) {
	.modbox-around {
		max-width: 700px; 
		height: 200px;
		border-bottom: 1px solid #333;
		vertical-align: top;
		padding: 0;
		margin: 0;
	}

	.modbox h3 {
		font-size: 14px;
	}

	.modbox-left {
		float:left;
		padding-right: 15px;
		height: 150px;	
		max-width: 480px;
		vertical-align: top;
	}

	.modbox-right {
		float:right;
		text-align: right;
		height: 150px;
		max-width: 120px; 
		vertical-align: top;
	}

	.modbox-right img {
		max-height: 130px;
		width: 120px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 640px) {

	.modbox-right img {
        display: none;
    }

	.modbox-around {
	max-width: 700px; 
	border-bottom: 0px solid #333 !important;
	vertical-align: top;
	padding: 0;
	margin: 0;
	}

}

/*Dumb stuff meaant to work around the original site*/

.200spacer {
	height: 200px;
}

