/*!
 * TrippoApp v1.0
 * Copyright 2012 Trippo, Inc
 * Licensed under CC BY 3.0
 * http://creativecommons.org/licenses/by/3.0/
 *
 */

 
 
 /***** STRUCTURE *****/
@font-face {
    font-family: myfont;
	  src: url("../font/PoetsenOne-Regular.ttf");
}

body {
	*background: url('../img/bg.png') repeat-x;
	background-color: #000;
    color: #cccccc;
	}
	
h1, h2, h4, h5, h6 {
    text-shadow: 3px 3px 8px #BF7F00, -3px -3px 8px #BF7F00;
	}
	
h2 {
	font-size: 2.3em;
}
 
 .content {
	padding-top:100px;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 1.1em;
	}
	

/***** BODY *****/
	
.page-title {
	padding: 100px 0 30px 0;
    font-family: myfont;
    color: #dddddd;
    text-shadow: 3px 3px 8px #BF7F00, -3px -3px 8px #BF7F00;
}
	
.arrow-top img {
	margin: -7px 0 0 15px;
}


	
/***** NAVIGATION BAR *****/

.navbar .brand {
	font-weight: bold;
	color: #fff;
    font-family: myfont;
    text-shadow: 3px 3px 8px #BF7F00, -3px -3px 8px #BF7F00;
}



/***** HOMEPAGE *****/
	
#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

#icon {
	position: relative;
	float: left;
	margin-right: 20px;
}

#app-name {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#app-name h1 {
	font-size: 4.0em;
	font-size: 4.0em;
  text-shadow: 3px 3px 8px #BF7F00, -3px -3px 8px #BF7F00;
  font-family: myfont;
  /*background: url("../img/fire.gif");*/
}
	
#version {
	top: 30px;
	position: relative;
	float: left;
}

#tagline {
	font-size: 1.4em;
	margin-top: 6em;
	clear: both;
}

#description {
	margin-top: 2em;
	margin-bottom: 1.8em;
}

#features li {
	background: url('../img/diamond.png') no-repeat left;
    background-position: left;
	list-style: none;
    padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
    margin-bottom: 15px;
}

.download-box {
	width: 45%;
	float: left;
	padding-top: 20px;
	padding-right: 5%;
	font-size: 0.9em;
	line-height: 1.3em;
	}
	
	
	
/***** ABOUT PAGE *****/

.updates ul {
	list-style: none;
	padding-top: 10px;
	clear: both;
	margin: 0 0 25px 0;
	}
	
.updates ul li {
	margin-bottom: 10px;
	}
	
.updates hr {
	border-top: 1px solid #CCC;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
    background-color: #BF7F00;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #999;
	font-size: 0.85em;
	}
	
.new {
  background-color: #AF6F00;
}

.fix {
	background-color: #BF7FAA;
	padding: 1px 8px 2px;
	}
	

	
/***** CONTACT *****/

#contact-form {
	border-left: 1px solid #cccccc;
	}
	
#contact-info {
	padding-bottom:20px;
	}
	
	
	
/***** FOOTER *****/

.footer {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

#copyright {
	float:left;
	}
	
#credits {
	float:right;
	}

.gold {
    text-shadow: 3px 3px 8px #BF7F00, -3px -3px 8px #BF7F00;
}

A, A:hover {
    color: #BF7F00;
}

#hof {
  background: url("../img/fire2bs0.gif");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
}

#score-list {
  /*left: 15px;*/
  /*right: 15px;*/
  bottom: 2em;
  overflow: auto;
  height: 10em;
  background-color: #000;
}

.scoretable {
  font-family: "myfont";
  margin-left: 2%;
  margin-right: 3%;
  width: 95%;
  background-color: #000;
  opacity: 0.5;
}

.scoretable-header {
  color: #dec41f;
  font-weight: bold;
}