/*!
 * TrippoApp v1.0
 * Copyright 2012 Trippo, Inc
 * Licensed under CC BY 3.0
 * http://creativecommons.org/licenses/by/3.0/
 *
 */

 
 
 /***** STRUCTURE *****/
 
 body { 
	/*background: url('../img/bg.png') repeat-x;*/
	background-color: #000;
	color: #fff;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: white;
	text-shadow: white 0.02em 0.02em;
	/*font-family: 'QlassikBold', sans-serif;*/
	}
	
h2 {
	font-size: 2.3em;
}

a {
	color: #fff;
}

.button {
  font-family: Georgia;
  text-align: center;
  color: #000;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  border: solid #fff 3px;
}
.button-usmw {
  font-family: Georgia;
  text-align: center;
  color: #000;
  background: #4ca8fe;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  border: solid #fff 3px;
}
.small.button {
  font-family: Georgia;
  text-align: center;
  color: #000;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  border: solid #fff 3px;
  display: block;
  width: 120px;
  text-align: center;
  background-color: white;
}
.small.button a{
	color: #000;
}

 .content {
	padding-top:100px;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}
	

/***** BODY *****/
	
.page-title {
	padding: 100px 0 30px 0;
	}
	
.arrow-top img {
	margin: -7px 0 0 15px;
	}


	
/***** NAVIGATION BAR *****/


.navbar-inner {
	/*background: url('../img/top-overlay.png') repeat-x;*/
}

.navbar-inner button{
	color: #fff;
}

.navbar-inner .black{
	background: #fff;
}

.navbar .brand {
	text-align: center;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
}


/***** 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;
}

#app-name h1 {
	font-size: 4em;
	color: #000;
	}
	
#version {
	top: 30px;
	position: relative;
	float: left;
}

#tagline {
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}

#description {
	margin-top: 2em;
	margin-bottom: 1.8em;
}

#features li {
	background: url('../img/check.png') no-repeat left;
	list-style: none;
	padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
	font-size: 16px;
}

.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 ul li ul {
	list-style-type: square;
	}

.updates ul li ul li {
	margin-bottom: 10px;
	margin-left: 45px;
	}
	
.updates hr {
	border-top: 1px solid #CCC;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #999;
	font-size: 0.85em;
	}
	
.new {
  background-color: #3a87ad;
}

.fix {
	background-color: red;
	padding: 1px 8px 2px;
	}

.thumbnail li p{
	font-weight: bold;
	font-size: 16px;
}

	
/***** 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;
	}