body { 
	background-color: #fff;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-shadow: white 0.02em 0.02em;
	font-family: 'QlassikBold', sans-serif;
	}
	
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.8em;
	margin-bottom: 1.1em;
	}
	
a.brand{
	text-decoration: none;
}

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

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

.navbar .brand {
	font-weight: bold;
	color: #878686;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 10px;
}

.navbar .btn{
	display: none;
}

a.btn{
	display: none;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}	

a.btn:hover{
	color: #cccccc;
}

#nav-list a.selected{
	color: #fed24d;
}

/***** HOMEPAGE *****/
	
#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

img#book{
	border: 1px solid #cccccc;
}

#amazon-desktop{
	position: relative;
	float: right;
	margin: 0 0 5px 15px;
}

#amazon-tablet-mobile{
	display: none;
}

#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;
}

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

.version {
	float:left;
	}

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

.fix {
	background-color: #468847;
	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;
	margin-top: 10px;
	border-top: 1px dotted #7a7a7c;
}

#copyright {
	float:left;
	}
	
#credits {
	float:right;
	}