/*--- Records Page ---*/
#body {
	font-family: "News Gothic MT", "Helvetica", "Arial", sans-serif;
	color:#222;
	font-size:1em;
	margin-left:10px;
	margin-top:0px;	 
}
p {
	padding:0px;
	margin:0px;
}

.record {
	position:relative;
}
.recordPromo {
	position:relative;
	width:100%;
	margin-bottom:30px;
}

.recordPromo img {
	margin-left:10px;
}
.recordOverview {
	position:relative;
	float:right;
	top:23px;
	width: 450px;
	margin-bottom:30px;
}

.recordOverview {
	margin-bottom:30px;
}
.recordOverview .button {
	margin-right:5px;
	margin-bottom:10px;
}
.divideLine {
    position:relative;
    width:100%;
    height: 45px;
	border-top:1px solid #efefef;
}

.albumTitle {
	font-family: "News Gothic MT", "Helvetica", "Arial", sans-serif;
	color:#222;
	letter-spacing:-0.05em;
	line-height:0.95em;
	text-decoration:none;
	font-size: 3.5em;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
.albumTitle a,
.albumTitle a:visited{
	color:#000;
}
.albumTitle a:hover {
	color:rgba(239, 66, 43, 1); /*ef422b*/
}
.recordPromo .recordInfo {
	font-family: "News Gothic MT", "Helvetica", "Arial", sans-serif;
	font-size:16px;
	margin-top:10px;
	margin-bottom:20px;
}

.recordPromo .songList {
	font-family: "News Gothic MT Bold", "Helvetica", "Arial", sans-serif;
	font-size:18px;
	letter-spacing:-0.05em;
	line-height: 24px;
	margin-bottom:30px;
}
.recordPromo .songList a,
.recordPromo .songList a:visited {
	color:#222;
}
.recordPromo .songList a:hover {
	text-decoration:underline;
}
form{
	display:inline-block;
}