#homeWrapper {
	width: 960px;
	margin: -48px auto 0;
}

div.home-banner {
	width: 960px;
	padding-top: 180px;
	height: 440px; /* plus 160px padding = 600px */
	background: url('/img/home/banner-no-text.jpg') no-repeat;
	text-align: center;
}
div.home-banner span {
	color: white;
	font: 24px/1.0em "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
}


/*#findLibraryButton {*/
	/*line-height: 45px;*/
	/*height: 45px;*/
	/*width: 12em;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*position: absolute;*/
	/*left:375px;*/
	/*top:34px*/
/*}*/

/*#signupButton {*/
	/*line-height: 45px;*/
	/*height: 45px;*/
	/*width: 12em;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*position: absolute;*/
	/*left:30px;*/
	/*top:34px*/
/*}*/

/*#signinButton {*/
	/*line-height: 45px;*/
	/*height: 45px;*/
	/*width: 12em;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*position: absolute;*/
	/*right:30px;*/
	/*top:34px*/
/*}*/

/*.downloadHoopla {*/
	/*background: #1a1a1a;*/
	/*padding: 45px 80px;*/
	/*position: relative;*/
	/*display: none;*/
/*}*/

/*.downloadHoopla h2 {*/
	/*margin: 0;*/
	/*padding-left: 50;*/
	/*text-align: left;*/
	/*font-weight: 200;*/
	/*color: #fff;*/
	/*font-size: 32px;*/
/*}*/

/*.downloadHoopla #downloadAppButton {*/
	/*line-height: 45px;*/
	/*height: 45px;*/
	/*width: 12em;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*position: absolute;*/
	/*right:30px;*/
	/*top:34px*/
/*}*/


/* HOME SECTION */
.home-article {
	background: #252525;
	width: 960px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.home-article.even {
	background: #292929;
}

.home-article .article-content {
	padding: 75px 0;
	width: 48%;
}

.home-article .article-content.right-aligned {
	float: right;
	padding-right: 45px;
}

.home-article .article-content.left-aligned {
	float: left;
	padding-left: 45px;
}

.home-article .article-content h2 {
	margin: 0;
	color: #fff;
	font-weight: 200;
	font-size: 34px;
	line-height: 34px;
}

.home-article .article-content p {
	font-weight: 200;
	font-size: 16px;
	margin-top: 18px;
	color: #bbb;
}

.home-article .article-content p strong, .home-article .article-content p b {
	font-weight: 400;
}

.home-article .article-content p a {
	color: #1a8abf;
	text-decoration: none;
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.home-article .article-content p a:hover {
	text-decoration: underline;
	background: none;
}

.home-article .article-content a {
	margin-top: 12px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: #1a8abf;
	height:30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	min-width: 6em;
	margin-right: 12px;
	padding: 0 6px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.home-article .article-content a:hover {
	background: #125d81;
}


.home-article .article-content.right-aligned span.hint {
	float: right;
	text-align: right;
}

.home-article .article-content.left-aligned span.hint {
	float: left;
	text-align: left;
}
/* FIND LIBRARY */
#findLibrary label {
	color: #1a8abf;
	font-weight: 200;
	margin-right: 6px;
}

#findLibrary input {
	background: #3d3d3d;
	border: none;
	padding: 6px;border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #ddd;
	font-family: "myriad-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
	font-size: 15px;
	outline: none;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

#findLibrary input:focus {
	background: #444;
}

#findLibrary input[type=submit] {
	background: #1a8abf;
	color: #fff;
	margin-left: 6px;
	width: 6em;
}

#findLibrary input[type=submit]:hover {
	background: #125d81;
	cursor: pointer;
}

/* DOWNLOAD */
#download {
	width: 100%;
	float: right;
	margin-top:-15px
}

#download a.download-link {
	background: none;
	padding: 0;
	display: block;
	height: 58px;
	float: left;
	margin-left: 20px;
	margin-right: 0;
	float: right;
}

#download a.download-link i.download-icon {
	background: url(/img/home/download-icons.png);
	display: block;
	width: 78px;
	height: 58px;
	float: left;
}

#download a.download-link i.download-icon.ios {
	background-position: 0 0;
}

#download a.download-link i.download-icon.android {
	background-position: 0 -64px;
}

#download a.download-link span {
	background: #141414;
	width: 110px;
	display: block;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	font-weight: 200;
	color: #bbb;
	line-height: 18px;
	padding: 6px 0 6px 12px;
	text-align: left;
	margin-top: 6px;
	margin-left: 6px;
}

#download a.download-link:hover span {
	background: #125d81;
	color: #fff;
}

span.hint {
	color: #666;
	font-weight: 200;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}
