@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-bottom: 10px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

body {
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
h1,h2,h3,h4,h5 {
margin: 0;
font-family: kaushan-script, cursive;
color: cf;
font-weight: bolder;
}
#mainFooter {
font-size: x-small;
background-color: #333;
color: white;
}
#footerLeft {
width: 30%;
float: left;
clear: none;
}
#footerCenter {
width: 30%;
margin-left: 3%;
text-align: center;
float: left;
clear: none;
}
#footerRight {
width: 30%;
margin-left: 3%;
text-align: center;
float: left;
clear: none;
}
#mainHeader {
margin-top: 100px;
overflow: hidden;
}
#mainNav {
display: grid;
grid-template-columns: repeat(2, 1fr);
background-color: #333;
height: 100px;
position: fixed;
}
.mainNavItem {
text-align: center;
color: white;
padding-top: 28px;
}
#headerImage {
width: 100%;
}
.headerText {
text-align:center;
font-family: kaushan-script, cursive;
font-size:48px;
color:#6cf;
font-weight: bolder;
padding-top: 40px;
}
.mainContent {
width: 80%;
margin-left: 10%;
text-align: justify;
}
#mainContentHeader {
text-align: center;
padding: 20px 0;
}
#listenNowButton, #readMoreButton {
padding: 20px;
border: thin solid #333;
border-radius: 20px;
font-size: 20px;
}
.centeredContent {
text-align: center;
}
#homeAudioIcons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}
.homeAudioIcon img {
	height: 52px;
}
.homeAudioIcon {
}
.CDtable, .CDtitle, .CDcover, .CDtracks, .trackListing, .trackTiming, .trackAuthor {
	display: block;
	clear: none;
}
.trackTiming, .trackAuthor {
	float: right;
	font-size: 0.8em;
	margin-left: 10px;
	line-height: 1.2em;
}
.CDcover, .trackListing {
	clear: left;
}
.trackListing {
	font-size: 1.2em;
	border-bottom: thin dashed #333;
}
.trackAuthor {
	font-style:italic;
}
.CDtitle {
	font-size: 1.6em;
	font-weight: bold;
	float: right;
	background-color: #300;
}
.CDcover {
	float: right;
	width: 490px;
	height: 180px;
}
.CDtable {
border: thin solid #333;
border-radius: 20px;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

body {
}
.gridContainer {
}
#footerLeft {
}
#footerCenter {
}
#footerRight {
}
#mainHeader {
}
#mainNav {
}
.mainNavItem {
}
#headerImage {
width: 31%;
}
.headerText {
}
.mainent {
}
#mainContentHeader {
}
#homeAudioIcons {
}
.homeAudioIcon {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
}
#footerLeft {
}
#footerCenter {
}
#footerRight {
}
#mainHeader {
}
#mainNav {
}
.mainNavItem {
}
#headerImage {
max-width: 50%;
}
.headerText {
width: 50%;
float: left;
clear: none;
}
.mainContent {
}
#mainContentHeader {
}
#homeAudioIcons {
}
.homeAudioIcon {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
