body
{
	background-color: #ecf0f1 !important;
}

.navbar-nav
{
	height: 60px !important;
	vertical-align: center;
}

.navbar-header
{
	float: left;
}

.title
{
	font-size: 18px;
	margin-top: 10px;
}

.main-div
{
	padding-top: 0px;
	padding-bottom: 20px;
}

.navbar-header-icon
{
	width: 42px;
	height: 42px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	float: left;
}

.navbar-title
{
	float: right;
}

.navbar-title h1
{
	font-size: 18px;
}

.navbar-title p
{
	font-size: 12px;
	color: #777;
	margin-top: -10px !important;
}

.header-icon
{
	width: 48px;
	height: 48px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.description
{
	font-size: 12px;
	color: #777;
	margin-top: -5px !important;
}

.share-text
{
	text-decoration: underline;
}

.icon
{
	width: 128px;
	height: 128px;

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.bookoftheweek
{
	font-size: 14px;

	color: #FFF;

	width: 40%;
	min-width: 310px;

	/*background-color: #57A4BC;*/
	background-color: #494540;
	border-radius: 8px;

	opacity: 0.8;

	vertical-align: center;

	margin-top: -20px;
}

.bookoftheweek:hover
{
	/*background-color: #346976;*/
	background-color: #312E2B;
}

.bookoftheweek .title
{
	font-size: 12px;
	font-style: italic;
	
	color: #ecf0f1;
}

.bookoftheweek .title:hover
{
	color: #FFF;
}

.bookoftheweek .book
{
	font-weight: bold;
}

.bookoftheweek a
{
	color: #FFF;
	text-decoration: none;
}

.bookoftheweek a:hover
{
	color: #FFF;
	text-decoration: none;
}

.book-div
{
	width: 40%;
	min-width: 300px;
}

.book-cover
{
	width: 128px;
	height: auto;

	border-radius: 10px;

	margin-top: 10px;
	margin-bottom: -5px;
}

#loading-img
{
	font-size: 32px;
	color: #333;
	margin-top: 80px;
	margin-bottom: 80px;
}

.book-title
{
}

.book-author
{
	color: #777;
}

.book-rating
{
	color: #EFAE38;
}

.rating-span
{
	padding-left: 1px;
	padding-right: 1px;
}

.book-description
{
	padding-left: 20px;
	padding-right: 20px;

	text-align: left;

	font-family: Helvetica, Arial, sans-serif;
}

.control-buttons
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#amzn-btn
{
	font-weight: bold;
	margin-right: 3px;

	padding-top: 5px;
	padding-bottom: 5px;

	/* 688E8D */
    border: 2px solid #EFAE38;
    color: #FFF;
    background-color: #EFAE38;
}

#info-btn:hover
{
	/* #346976 */
    border: 2px solid #346976;
    color: #FFF;
    background-color: #346976;
}

#info-btn
{
	font-weight: bold;
	margin-right: 3px;

	padding-top: 5px;
	padding-bottom: 5px;

	/* 688E8D */
    border: 2px solid #688E8D;
    color: #FFF;
    background-color: #688E8D;
}

#amzn-btn:hover
{
	/* #346976 */
    border: 2px solid #AC892A;
    color: #FFF;
    background-color: #AC892A;
}

#like-btn
{
	margin-right: 3px;

    border: 2px solid #69B888;
    color: #FFF;
    background-color: #69B888;
}

#like-btn:hover
{
    border: 2px solid #3E9171;
    color: #FFF;
    background-color: #3E9171;
}

#liked-description
{
	color: #777;
	font-size: 12px;
}

#next-btn
{
	margin-left: 3px;

    border: 2px solid #534E49;
    background-color: #534E49;
    color: #FFF;
}

#next-btn:hover
{
    border: 2px solid #312E2B;
    background-color: #312E2B;
    color: #FFF;
}

.btn.outline
{
    background: none;
    padding: 10px 14px;
    border-radius: 24px;
}

.social-div
{
	margin-top: -10px;
	margin-bottom: 10px;
}

.social-div .description
{
}

.category
{
	color: #777;
	font-size: 12px;

	display: inline-block;
}

.category-div
{
	margin-bottom: 0px !important;
}

.disabled-category
{
	color: #999 !important;
}

.dropdown-menu
{
	font-size: 14px !important;
}

.advertise-text
{
	font-size: 12px;
	color: #FFF;
	background-color: #57A4BC;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;

	border-radius: 16px;

	font-style: italic;
}

.advertise-text:hover
{
	color: #FFF;
	background-color: #346976;

	text-decoration: none;
}

.btn-collection
{
}

.suggest-text
{
	color: #777;
	font-size: 10px;
}

.email-div
{
	text-align: center;
}

#mc_embed_signup
{
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

footer
{
	width: 100%;
	text-align: center;
}

footer ul
{
	list-style-type: none;
	white-space: nowrap;
}

footer ul li
{
	display: inline;
}

.twitter i
{
	font-size: 18px;
	color: #777;

	padding-left: 20px;
}

.twitter i:hover
{
	color: #333;
}

.facebook i
{
	font-size: 18px;
	color: #777;

	padding-left: 10px;
}

.facebook i:hover
{
	color: #333;
}

.email i
{
	font-size: 18px;
	color: #777;
}

.email i:hover
{
	color: #333;
}

.copyright
{
	font-size: 12px;
	color: #777;
}

.about
{
	font-size: 12px;
	color: #777;

	padding-right: 10px;
	padding-bottom: 0px;
	float: right;
}

.blog
{
	font-size: 12px;
	color: #777;

	padding-right: 10px;
	padding-bottom: 0px;
	float: right;
}

.about:hover
{
	color: #333;
}

/* Book lists */

.book-thumbnail
{
}

.booklist-title
{
	font-size: 32px;
}

.booklist-content
{
}

.list-row
{
	width: 100%;
	min-width: 310;

	padding-left: 10px;
	padding-right: 10px;
}

.booklist-description
{
	padding-left: 15%;
	padding-right: 15%;
}

.img-container
{
	height: 300px;
	width: 100%;

	overflow: hidden;
}

.img-container img
{
	width: 100%;
}

.booklist-book-description
{
	/*text-align: left;*/
}