@charset "UTF-8";
/* Global Styles */
body {
	color: #0000ff;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #515673 url("../imgages/background_gradient"/*tpa=https://free-classic-music.com/_inc/imgages/background_gradient*/) repeat-x 0px 0px;
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

h1 { color: #a6430a; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: normal; line-height:normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }

h1 .headline { color: #a6430a; margin: 0em 0em 1.5em 0em; font-size: 1.5em; font-weight: bold;line-height:normal; }
p { margin: 0px 0px 1em 0px; }

a { color: #996600; }
a:hover { color: #009eff; }
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url("../images/cta_arrow.png"/*tpa=https://free-classic-music.com/_inc/images/cta_arrow.png*/) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }

footer { font-size: .85em; color: #9ba0bd; background-color: #515673; padding: 10px 10px 10px 0px; }

nav a {
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover { color: #fff; }

.clear-fix { clear: both; line-height: 1px; }

.download{ text-align:center; border:double;border-color:#000;background-color:#f66; max-width:728px;}
.download h4 {color: #000000;}
.download a:link {color:#990000;text-decoration:none;}
.download  a:visited {color:#990000;text-decoration:none;}
.download  a:hover {color:#990000;text-decoration:underline;}

.clearRight {clear: right; display: block; line-height:0;}

ol {text-align:left;}

.scroll-to-top {
display: none;
position: fixed; bottom: 30px; right: 50px;
width: 80px;
height: 25px;
font: bold 0.9em/1.2em Arial, Helvetica, sans-serif; color: #bbb; text-transform: uppercase; text-decoration: none;
padding: 10px;
background-color:black;
border-radius: 5px;
box-shadow: 5px 5px 1px #333;
text-align:center;
}
.scroll-to-top:hover { text-decoration: none; }