@charset "utf-8";
/* CSS Document */

#hotairbaloon {text-align:center;
}

#Rays {text-align:center;
}

#Zombie {text-align:center;
}

#literaturetypes {
	font-weight:bold;
	text-align:center;
}

#literaturetypes li {
	list-style-type:none;
	text-indent:hanging;
	font:bolt;
	text-align:center;
}

h2 {text-align:center;}

h1 {
  font-family: 'Tangerine', "Century Gothic";
  text-shadow: 4px 4px 4px #aaa;
}

.frontpage {font-family: 'Tangerine', "Century Gothic";
  text-shadow: 4px 4px 4px #aaa;
}

#header {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family: "Arial", "Century Gothic", "Century Schoolbook", "Chaparral Pro", "Chaparral Pro Light", "Charlemagne Std";
	color: #000;
	background:url(images/LLOBackground.png);
	margin-left:60px;
	margin-right:60px;
	text-align: center;
}
body pre {
	font-size: 36px;
	font-family: "Arial","Century Gothic", "Century Schoolbook", "Chaparral Pro", "Chaparral Pro Light", "Charlemagne Std"; font-weight: bold;
}
body pre a {
	color: #063;
	font-family: "Arial", "Century Gothic", "Century Schoolbook", "Chaparral Pro", "Chaparral Pro Light", "Charlemagne Std";}
body ol {
	text-align: left;
}

body .p1 {text-align:center;
}

#navigation {
	width:auto;
	margin:auto;
}

#navigation li {
	float:left;	
	width:20%;
	list-style-type:none;
	margin:0 auto;
}

#navigation li a {
	display:block;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	font-weight:bold;
	font-size:1.5em;
	font-family:"Tangerine", "Century Gothic", "Century Schoolbook", "Chaparral Pro", "Chaparral Pro Light", "Charlemagne Std";;
	color:#CCC;
	
	background-color:#333;
	border-radius:10px;
	margin-right:5px;	
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
      -ms-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;

}

#navigation li a:hover {
	background-color:#006699;
	border-radius:10px;	
}
#navigation:after {
  display: table;
  clear: both;
  content:""; /* used this to create the illusion of content in the navigation so the float wouldn't cut into each other for some reason it worked if you take this out the Items button floats up into the games button for some reason */
}


#panel1 p {
	 border:2px dashed #F00;
	 -webkit-border-radius: 12px;
     border-radius: 12px;
     background-clip: padding-box;
	 margin-top:50px;
	 padding:2px;
}

#panel2 p {
	 border:2px dashed #090;
	 -webkit-border-radius: 12px;
     border-radius: 12px;
     background-clip: padding-box;
	 margin-top:50px;
}

#footer {
	clear:left;
	text-align:center;
	font-size:10px;
}

#Items {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color:#FFF;
	width: 580px;
	background-color:#000;
	border: 2px #900 solid;
	border-collapse: collapse;
	margin:0 auto;
	
}

#Items tr:nth-child(even) {
	background-color:#333;
	color:#CCC;
}

#Items th {
	text-align:center;
	font-family: Verdana;
	font-weight: bold;
	border: 1px solid #900;
	background-color:#000;
	color:#f00;
}
#Items td {
	border: 1px dashed #900;
	text-align: center;
	text-indent: 5px;
	font-family: Verdana;
	font-size: 11px;
}
	
#subnavigation {
	width:auto;
	margin-left:450px;
	margin-bottom:50px;
	
}

#subnavigation li {
	float:left;	
	width:25%;
	list-style-type:none;
	margin:0 auto;
}

#subnavigation li a {
	display:block;
	position:relative;
	text-align:center;
	line-height:1.2em;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	font-family:"BlackAdder ITC", "Century Gothic", "Century Schoolbook", "Chaparral Pro", "Chaparral Pro Light", "Charlemagne Std";;
	color:#F00;
	background-color:#333;
	border-radius:10px;
	margin-right:5px;	
	
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
      -ms-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;

}

#subnavigation li a:hover {
	background-color:#006699;
	border-radius:10px;	
}
#subnavigation:after {
  /*content: ""; ---not needed*/
  display: table;
  clear: both;
}

#understand {text-align: center;}

.forumplace {text-align: center;}

.gamesheader {
	font-weight: bold;
	text-align:left;
	margin-bottom:0;
	text-indent:35px;
}
.gamesl {margin-top:0;
} 

.centerp {text-align:center;
}

#primarystats ol {
	list-style-type:none;}

#secondarystats ol {
	list-style-type:none;}

#picturesgallery {
	margin-left:38%;
}

.pictures {
	float:left;
	text-align:center;
	margin:5px;
}

.belowpictures {
	clear:both;
}

.nobull {
	list-style:none;
}

.stattext {
	color:#900;
	font-weight:bolder;
}

.anchorlinks {
	color:#F00;
	text-decoration:none;
}

.phaseexplore {
	color:#03F;
	font-weight:bold;
}

.phaseevent {
	color:#C30;
	font-weight:bold;
}

.phaseresponse {
	color:#060;
	font-weight:bold;
}

.phasetext {
	text-align:left;
}

.createstattxt {
	color:#F00;
}

.sitemap li{
	list-style-type:none;
}