body{
	background-color: #000;
	background-image: url("images/fire.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

.header ul {
  position: fixed;
  right: 0px;
  top: 0px;float: right;

  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  
}
.header ul li {
  font: 15px/18px sans-serif;
  color: #fff;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header ul li:hover {
  background: #555;
  color: #fff;
  
  
}
.header ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.header ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

.header ul li ul li:hover { 
  background: #666; 
}


.header ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header ul a {
  color: #fff;
  text-decoration: none;

}

.header ul li a:visited{

  color: #fff;
  text-decoration: none;
  
}

.header{

	background: #000;
	position: fixed;
    top: 0;
    width: 100%;
    height: 63px; 
    z-index: 1003;
  	
}

iframe{
	margin-top: 75px;
	border: none;
	
	
}

.icons{
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  

}

.icons img{
  opacity: 0.8;
  
  
}
.icons img:hover{
  opacity: 1.0;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	

}

footer{
	color: #fff;
	position: fixed;
	font-size: 12px;
	bottom: -5px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	left: 0px;
	opacity: .40;
	
}

.textbox{
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	
	background-color: rgbrgb(255,255,255) ;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.6);	
	
}

.textbox, p{
	padding: 15px
		
}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #8b089a;
  border-right: 2px solid #8b089a;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.credit{ 
  font-size: 10px;
}

td{
  padding: 10px;
  text-align: center;
}

td a:hover{
opacity: 0.8;
-webkit-transiton: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -transition: opacity 0.3s;
}


.about{
	padding: 10px;
	padding-top: 0px;
	

}

.about img{
	
	border: 5px solid;
	border-color: #8b089a;
	
	
}


