@charset "UTF-8";
/* CSS Document */

/* Set up */

@font-face {
    font-family: 'dinregular';
    src: url('fonts/dinregular-webfont.eot');
    src: url('fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinregular-webfont.woff') format('woff'),
         url('fonts/dinregular-webfont.ttf') format('truetype'),
         url('fonts/dinregular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinbold';
    src: url('fonts/din_bold-webfont.eot');
    src: url('fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_bold-webfont.woff') format('woff'),
         url('fonts/din_bold-webfont.ttf') format('truetype'),
         url('fonts/din_bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


a:link {
	color: #808285;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808285;
}
a:hover {
	text-decoration: none;
	color: #0aaeef;
}
a:active {
	text-decoration: none;
	color: #0aaeef;
}


.clear {
	clear: both;
	
}


html {

width: 100%;
height: 100%;
	
}

body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat;
	font-family: dinregular, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height:16pt;
	
	color: #808285;
}


#wrapper {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 68px;
	padding-left: 68px;
}


/* box shadow class to add to wrapper for mobile users */
.shadow {
	box-shadow: 0px 0px 40px #363638;
	
}



/* Header */

#header {
	height: 120px;
	width: 997px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#Freq_logo {
	position: relative;
	top: 25px;
	float: left;
}
#links {
	float: left;
	position: relative;
	top: 60px;
	left: 380px;
	letter-spacing:1.5px
}


.link {
	margin-left: 20px;
}




/* Body Heading */


#body_wrapper {
	width: 997px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 3px;
	padding-top: 30px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#body_heading {
	float: left;
	width: 997px;
}
#title {
	font-family: dinbold, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ec2a8b;
	margin-top: 20px;
}

#waveform {
	position: relative;
	top: -30px;
}





/* Homepage Body Columns */

#column_one {
	float: left;
	width: 484px;
	top: -30px;
	position: relative;
}


#column_two {
	float: left;
	width: 393px;
	top: -30px;
	position: relative;
	margin-left: 120px;
}
#date {
	font-family: dinbold, Arial, Helvetica, sans-serif;
	font-size:30pt;
	line-height:37pt;
	color: #5ec2f2;
	margin-top: 61px;
}

#quote {
	font-family: dinbold, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	line-height:37pt;
	color: #000000;
	margin-top: 60px;
}








/* Soundcloud */

#soundcloud {
	margin-bottom: 40px;
	max-height:800px;
	
}








/* Footer */

#footer {
	width: 997px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 10pt;
	padding-top: 40px;
	color: #9d3096;
	padding-bottom: 50px;
}
